Home › Forums › Angry Birds Epic Forum › Cheaters › Reply To: Cheaters
For those of you who know math/computer can under stand this: in most programing languages the highest number posible is 2^8 -1 and one after that memory gets flipped over, lets say you have a lock and its 5 digits, after 99999 suposedly comes 100000, right? But there is no hundred thousands place so it resets to 0000. same thing with memory except there were negative numbers so after 2^8 -1 is -(2^8 -1), and -1 is more than that so since ab epic doesnt consider anyone getting negative nuumbers, typing in lets say 100000000000 results in what ever (100000000000 mod 2^9)-1 is. why its 2^9 instead of 2^8 is because there are negative numbers, 2^8 * 2 = 2^9. so to set it to negative one, supposedly you would solve the equation ( x mod 2^9)-1 = -1, getting x = 2^9