I need / am looking for a script that jumps or sneaks every 20-30 seconds in the game Minecraft
I book in advance
The easiest way is probably with a hotkey script, otherwise you have to write a mod or an entire client
I know that but I don't know how to write the script can you send me one?
https://www.howtogeek.com/97998/how-to-make-your-computer-press-a-key-every-x-seconds/
Dat doesn't work
Then you will have to think about what you did differently.
Or you can just use Google yourself.
I did it 1 to 1 as in the instructions and it doesn't happen xF
Did you start it too?
Yes of course.
I have that standing there
#Persistent
SetTimer, PressTheKey, 1800000
return
PressTheKey:
Send, lazy {space}
What the lazy for?
Is on the page under I've also tested it without lazy but it doesn't work either.
Maybe you should read through what is written there.
I have now made a vbs script:
set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.SendKeys "{UP}"
It works in an editor because he presses the key up but not in the game (Minecraft)
How long have you been jumping with the arrow keys?
I jumped up arrow in minecraft But iwi does not work either xF