Suggestions
Hold Invisible
#84
This will hold a player invisible by casting utani vid when not invisible.
--[[
Script made by Lee (Discord: l33_) - www.trainorcreations.com
If you want to support my work, feel free to donate at https://trainorcreations.com/donate
PS. Stop ripping off my work and selling it as your own.
]]--
function isInvisible()
return g_game.getLocalPlayer() and g_game.getLocalPlayer():isInvisible()
end
macro(250, "Auto Vid", function()
if not isInvisible() and mana() > 100 then
say("utana vid")
end
end)
19 Mar 2022