acestars Posted March 30, 2016 Posted March 30, 2016 @Enyby Wow you are so cool. So how do you know about the pattern so i can learn it too
Pixeleye Posted March 31, 2016 Posted March 31, 2016 Thanks for the help guys. I dont understand float as this is new to me. Is there a way to calculate the value of larger values? e.g 68,000?
Moderators NoFear Posted March 31, 2016 Moderators Posted March 31, 2016 (edited) Use what @Enyby posted http://www.tutorialspoint.com/compile_java_online.php Quote public class HelloWorld{ public static void main(String []args){ for (int i = 0; i < 100; i++) { long l = Double.doubleToLongBits((double)i); System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32))); } } } change the range that is set from 0 to 30 to a different range. Something like this public class HelloWorld{ public static void main(String []args){ for (int i = 68000; i < 68001; i++) { long l = Double.doubleToLongBits((double)i); System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32))); } } } Edited March 31, 2016 by NoFear1183 1
Skullboyq Posted May 8, 2016 Posted May 8, 2016 (edited) On 3/31/2016 at 3:06 PM, NoFear1183 said: @Enyby... Edited August 26, 2016 by Skullboyq
Skullboyq Posted January 5, 2017 Posted January 5, 2017 (edited) Sorry that im bumping such an old thread but i just started playing this game and hacked basically everything, but when i hack items to 2123456789 and reenter the game it goes to 477 anybody know a solution except doing it over and over? I have tried everything even hack the salvage i get but it keeps going back to 447 Edited January 5, 2017 by Skullboyq
3113 Posted January 5, 2017 Posted January 5, 2017 16 minutes ago, Skullboyq said: Sorry that im bumping such an old thread but i just started playing this game and hacked basically everything, but when i hack items to 2123456789 and reenter the game it goes to 477 anybody know a solution except doing it over and over? I have tried everything even hack the salvage i get but it keeps going back to 447 Do you just max it out? Try a lower value? I've ran into issues with there being a stack limit
Skullboyq Posted January 5, 2017 Posted January 5, 2017 (edited) 1 hour ago, 3113 said: Do you just max it out? Try a lower value? I've ran into issues with there being a stack limit I tried 99,999 just once to test if the limit is maybe lower but 999,99 turned to something lower. Edit: Anything above 65535 gets turned into a random number, anything below stays. _______________________________________________ added 3 minutes later Btw i am experiencing a lot of lag when typing but only on this site why? Edited January 5, 2017 by Skullboyq Fixed.
Skullboyq Posted January 5, 2017 Posted January 5, 2017 Ok it only works for 2 values i found. Only these ones are true to their number. Data type is double and you can go above 65535 but if you edit the values to 255 It turns to 255 65535 It turns to 65535 2147...(Dword Limit) It turns to 65535 My question is pretty much answered but if you find a bigger number than 65535 please share it with me!
Skullboyq Posted January 5, 2017 Posted January 5, 2017 Ok solution, there is no bigger number of items you can have than 65535, even if you legitimately get to that number and get one more item you drop to 1 again. I think this game does this to prevent large numbers being stored in their save files because they need to be backed up in their server and with the amount of items in this game i can understand that. In short, don't hack or get items above 65535 or your item will be reset. 1
Moderators NoFear Posted January 5, 2017 Moderators Posted January 5, 2017 6 hours ago, Skullboyq said: Ok solution, there is no bigger number of items you can have than 65535, even if you legitimately get to that number and get one more item you drop to 1 again. I think this game does this to prevent large numbers being stored in their save files because they need to be backed up in their server and with the amount of items in this game i can understand that. In short, don't hack or get items above 65535 or your item will be reset. Did you try searching 65535 (and edit to something like 65536) and see if it does the max value? I know this is unlikely, but never know. Good chance though if it works, close reopen game will reset it.
Skullboyq Posted January 5, 2017 Posted January 5, 2017 2 hours ago, NoFear said: Did you try searching 65535 (and edit to something like 65536) and see if it does the max value? I know this is unlikely, but never know. Good chance though if it works, close reopen game will reset it. I acctually tried 65536 to see if it goes to -1 and no, after reopening it goes to 1. What puts me off is that you can have more than 65535 items in the game and you can hack to the limit of double precision float, but the highest that you can keep is 65535. 1
Administrators Enyby Posted January 5, 2017 Administrators Posted January 5, 2017 I used 7777. No problem. Look like really for save space it used word for store values in save file. I do not think you need any resources more from 1000. _______________________________________________ added 2 minutes later For me always be funny "hackers" videos who always input only many 9 to any place. Does not matter how it need - they always input magic 999.999.999. Oops game crashed or data loss. Oops it is gg bad. Of course.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now