Author Topic: A way to do the moonwalk glitch via the console?  (Read 782 times)

A while back I asked for this, and I got an answer which worked pretty well. But for whatever reason, it doesn't seem to work anymore, does anybody know why that is?

Make the schedule time higher/lower

I've tried that, but I always seem to be just shy of getting the glitch to work. The player does an animation similar to the glitch for a second and then goes back to standing still

bind a sit key and then just tap all the keys at the same time

bind a sit key and then just tap all the keys at the same time
Yeah I've done that, and it works but it takes quite a few tries. I was hoping for a one hit keybind to instantly do the glitch, it worked before but then some update or something changed things so it doesn't work anymore

Code: [Select]
commandtoserver('sit');
moveForward(1);
schedule(serverconnection.getPing(),0,moveForward,0);