[Exploit] Unlimited power ;) #1665
hexagonrecursion
started this conversation in
Workshop
Replies: 1 comment
-
I think it is preferable to report something like this as steps to reproduce a bug, possibly in an existing issue. In terms of development it is a bug. In terms of playing the game it's considered cheating. We should probably not advertise an "exploit" implying that it is a good thing or might be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usually a CBot script is limited to only running a small-ish number of instructions per frame, but there is a subset of CBot that can do math, has a conditional operator and a repetition operator that is capable of doing a practically unlimited amount of work in a single frame. Here is an example of incrementing a counter 7331 (1337 backwards) times:
I leave figuring out what else this exploit can do as an exercise for the reader ;)
Beta Was this translation helpful? Give feedback.
All reactions