pootytang9 How do I cheat?
Reputation: 0
Joined: 19 Sep 2007 Posts: 2
|
Posted: Thu Jan 17, 2008 10:52 pm Post subject: step 9 help 0.o?? |
|
|
on step 9 i add this code on script engine then press execute
Code: | #include <time.h>
struct tm *timep;
time_t c;
c=time(0);
timep=localtime(&c);
if (timep->tm_sec>=30)
*(int *)0x00d0b0b0=1000;
else
*(int *)0x00d0b0b0=2000; |
but everytime i get some error assces memory vialtions on 0014590. 00d0b0b0 has right of way. or something close to that. help plz |
|