[REQUEST] A Jumping Script Topic is solved

Ask gaming related questions (AHK v1.1 and older)
dorukdurukan
Posts: 2
Joined: 31 May 2020, 05:41

[REQUEST] A Jumping Script

Post by dorukdurukan » 31 May 2020, 05:48

A script that will make you jump 2 times very fast
im fine with any hotkey except num locks or most of F numbers

Thank you!

User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: [REQUEST] A Jumping Script

Post by Yakshongas » 31 May 2020, 07:44

You didn't provide info about the game, so I will suppose that you use SpaceBar to jump:

Code: Select all

YourKeyHere::SendInput, {Space 2}
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

dorukdurukan
Posts: 2
Joined: 31 May 2020, 05:41

Re: [REQUEST] A Jumping Script

Post by dorukdurukan » 05 Jun 2020, 18:34

Yakshongas wrote:
31 May 2020, 07:44
You didn't provide info about the game, so I will suppose that you use SpaceBar to jump:

Code: Select all

YourKeyHere::SendInput, {Space 2}
hello, its a game in roblox called parkour, theres this mechanic called `wallclimb boosting` so how it works is you press space 2 time very fast when u press space for the first time nothing happens and start turning to right or left and at the second time you press space you will be boosted in to the air, it works with miliseconds. theres a debug mode that shows ur miliseconds of wallclimb boosting. i want to get more ms than i can with a human hand. I mean like 20-30 miliseconds I dont wanna get too low because then i can get banned, and for the hotkey f will be fine because i dont think theres anything u do with f in the game and its very close to wasd. thank you again. so i guess a script that uhh presses space for you waits a few miliseconds and presses again.

User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: [REQUEST] A Jumping Script  Topic is solved

Post by Yakshongas » 05 Jun 2020, 18:41

Okay then, this with this:

Code: Select all

SetKeyDelay, 15, 15
f::Send, {Space 2}
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

TEFET1Q
Posts: 1
Joined: 08 Feb 2023, 05:48

Re: [REQUEST] A Jumping Script

Post by TEFET1Q » 08 Feb 2023, 05:51

@Yakshongas
can you make the camera rotate 90 degrees during all this because it is difficult to keep up with the script and wall boost is not always done

Post Reply

Return to “Gaming Help (v1)”