Created: 28 days ago on 05/18/2025, 02:03:32 AM
Description: First script of the stream
-- First script of the stream by Jaseowns
-- Casting Invis
while not Player.IsDead do
if Skills.GetValue("Magery") < 70 then
if Player.Mana >= 20 then
Spells.Cast("Invisibility")
Targeting.WaitForTarget(5000)
Targeting.TargetSelf()
Pause(1000)
else
Skills.Use("Meditation")
end
end
end