Zergatul / cheatutils

MIT License
33 stars 11 forks source link

whats an action #86

Closed Djspac3 closed 2 weeks ago

Djspac3 commented 2 weeks ago

i dont have matrix and prob not gona make one soooo yea just asking bc i want to use delayed.run() soo i can make fake lag work well this is what i coded fakeLag.enable(); delayed.run(math.randomInt(10,30),() => { fakeLag.disable() }); multi line bc IDK

Zergatul commented 2 weeks ago

So what's the question

Djspac3 commented 2 weeks ago

How do I make that code work so that when it's activated (by keybind) fake lag turns off after a second

Also, sorry I don't check github much. I was just here because I noticed I had a notification that I was going to make an issue for a mod for geometry dash not working on android

Zergatul commented 2 weeks ago

Your code is ok, you just missed semicolon.

Zergatul commented 2 weeks ago

I see bug in int randomInt(int min, int max). Use 10 + math.randomInt(20) instead.

Zergatul commented 2 weeks ago

Also I just checked, fake lag is broke in latest 1.20.6 version

Djspac3 commented 2 weeks ago

oh, odd also I'm using 1.20.4 I think it's still broken though