Created: 2 months ago on 04/10/2025, 04:48:03 PMUpdated: 2 months ago on 04/10/2025, 05:08:57 PM
FileType: Razor Enhanced (PHP)
Size: 572
Description: Train hiding and stealth to GM with Razor Enhanced
while Player.Connected and not Player.IsGhost and (Player.GetRealSkillValue("Hiding") < 100 or Player.GetRealSkillValue("Stealth") < 100):
if Timer.Check("SKILL_COOLDOWN"):
Misc.Pause(250)
continue
if Player.Visible or Player.GetRealSkillValue("Hiding") < 100:
Player.UseSkill("Hiding")
else:
Player.UseSkill("Stealth")
Timer.Create("SKILL_COOLDOWN", 10000)
Misc.Pause(250)