Posted: Sat Jun 16, 2012 9:51 am Post subject: Hacking Time
Hey I'm playing a game where you do tournaments. The tournaments are timed for 24 hours. I'm gonna win and whenever that happens people decide to wait out 24 hours to get you mad so you can quit. They wait it out because if you are about to win and are getting mad they hope you leave the tournament. So right now for the past like 4 days I had to wait a WHOLE 24 hours just for my prize because of sore losers. How do I speed up the timer in the tournament. I joined a few tournaments where I clicked it and someone automatically changed to time down to 1 second. I want to do that so I can get my prize already but I don't know how to find the correct value/address or whatever you call it. Below is how to time looks with the hours,mins and seconds and every second/minute/hour the top half of the number flips over changing into a different number. Any tips on how to speed up this time? I really need some help.
if it is offline then the trick is finding out what format the time is stored in. it's most likely a 4-byte integer of seconds(ANSI C89 time_t) so to calculate the time you would do sec + 60*min + 3600*h. it could be stored a number of ways however
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum