Categories > Exploiting > Scripts >

[request] need a script that can bypass wait() cooldowns

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Posted

just read the title it says everything

  • 0

Posts: 1381

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

getgenv().wait = function() end
wait(9e9)
print('test')

or use hookfunc

you can change to task.wait

  • 0

Hello there

#StayHome

 

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@LONG

it didnt work, i can give you the exact code of what i want bypassed if that would help

  • 0

Posts: 1381

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

@tonful_joy

 

sure thing

  • 0

Hello there

#StayHome

 

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@LONG

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

  • 0

Posts: 4

Threads: 1

Joined: Aug, 2022

Reputation: 0

Replied

change the 10 in "wait(10) -- cooldown" to a lower number or just dont put anything at all.

  • 0

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@LONG
The game has a wait cooldown, i cant change it lol, i need a script to bypass the wait() cooldown

  • 0

Posts: 1381

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

@tonful_joy

hookfunction

  • 0

Hello there

#StayHome

 

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

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

  • 0

Posts: 57

Threads: 11

Joined: Feb, 2020

Reputation: 2

Replied

@tonful_joy

this might work

orig = hookfunction(wait, function (secs)
    if secs == 10 then return orig() end
	return orig(secs)
end)



  • 1

want something? add me on disccord !Spl||HasH!#7562

Posts: 45

Threads: 18

Joined: Aug, 2022

Reputation: 0

Replied

@lolollokug

didnt work, but thanks for trying anyway

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )