Categories > Exploiting > Scripts >
[request] need a script that can bypass wait() cooldowns
Posted
just read the title it says everything
Replied
getgenv().wait = function() end
wait(9e9)
print('test')
or use hookfunc
you can change to task.wait
Cancel
Post
Hello there
#StayHome
Replied
it didnt work, i can give you the exact code of what i want bypassed if that would help
Cancel
Post
Hello there
#StayHome
Replied
script of the tool with the wait cooldown -- https://pastebin.com/uHdbNCYs
not sure what this one is, think its the animation -- https://pastebin.com/MS18ccHY
tell me if you think theres anything missing that you need, ill try and find it
Cancel
Post
Replied
change the 10 in "wait(10) -- cooldown" to a lower number or just dont put anything at all.
Cancel
Post
Replied
@LONG
The game has a wait cooldown, i cant change it lol, i need a script to bypass the wait() cooldown
Cancel
Post
Hello there
#StayHome
Replied
@Ars0n
I have no idea how to use hookfunction to remove wait() only things i can find is to stop yourself from being kicked
Cancel
Post
Replied
this might work
orig = hookfunction(wait, function (secs)
if secs == 10 then return orig() end
return orig(secs)
end)
Cancel
Post
want something? add me on disccord !Spl||HasH!#7562
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post