Script for Minecraft?

Je
15

I need / am looking for a script that jumps or sneaks every 20-30 seconds in the game Minecraft

I book in advance

Em

The easiest way is probably with a hotkey script, otherwise you have to write a mod or an entire client

Je

I know that but I don't know how to write the script can you send me one?

Em

https://www.howtogeek.com/97998/how-to-make-your-computer-press-a-key-every-x-seconds/

Je

Dat doesn't work

Em

Then you will have to think about what you did differently.

Or you can just use Google yourself.

Je

I did it 1 to 1 as in the instructions and it doesn't happen xF

Em

Did you start it too?

Je

Yes of course.

Je

I have that standing there

#Persistent

SetTimer, PressTheKey, 1800000

return

PressTheKey:

Send, lazy {space}

Em

What the lazy for?

Je

Is on the page under I've also tested it without lazy but it doesn't work either.

Em

Maybe you should read through what is written there.

Je

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)

Em

How long have you been jumping with the arrow keys?

Je

I jumped up arrow in minecraft But iwi does not work either xF