Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1K
Hold Invisible #84
This will hold a player invisible by casting utani vid when not invisible.
221b | 9 lines.
 --[[
  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
Ads