Posted: Sat Mar 24, 2007 4:53 pm Post subject: Help with count down timer on a website!
Okay so theres a game on a website about vampires, and when I go to work in the cemetary for 8 hours(I have to wait 8 hours for 320 gold!),the count down timer begins and I hate to wait 8 hours, so I want to ask you if it is possible to make the timer go faster using the speedhack and if it is, what should I put in the speedhack slots?
Well, For speed hack you just increase the number to make it go faster, which probably would increase it, or you can scan for unknown initial Value, Then scan for decrease after a few seconds, then continue to do so every second or two, and when there aren't many addresses look for one that is decreasing per second. Like Stick Arena.
I do the unknown initial value scan then the decreased value scan and continue to scan(I wait 1 sec before scanning again) until I have 2 addresses left both are big numbers changing all the time...what to do next? _________________
well use opera and when u train, change this code
Code:
<script type="text/javascript">v=new Date();var bx0=document.getElementById('bx0');function tbx0(){n=new Date();s=28800-Math.round((n.getTime()-v.getTime())/1000.);m=0;h=0;if(s<0){bx0.innerHTML='---';document.location=document.location;}else{if(s>59){m=Math.floor(s/60); s=s-m*60}if(m>59){h=Math.floor(m/60);m=m-h*60} if(s<10){s="0"+s}if(m<10){m="0"+m}bx0.innerHTML=" "+h+":"+m+":"+s+'';window.setTimeout("tbx0();",999);}}tbx0();</script>
but dont ask me excactly how... gonna ask a friend of me about it (dheeraj, hes good with java-scripting)
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