Created: 19 days ago on 04/10/2025, 04:48:03 PMUpdated: 19 days ago on 04/10/2025, 05:08:57 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Enhanced (PHP)
Size: 572
Category: Training
Skills: Hiding, Stealth
Hotkey: No hotkey provided
Tags: No tags provided
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)