Fangor Grandmaster Cheater
Reputation: 0
Joined: 31 Jan 2007 Posts: 750 Location: Epic Win.
|
Posted: Wed Jan 31, 2007 6:16 pm Post subject: [HELP]Can someone make this into an AA script? |
|
|
Yea I need someone to make an AA script to change the EAX of the address 004316D5 to FFFFFFF0, and change it back when I turn if off. I tried, but my code d/c's.
This is the one I made:
[ENABLE]
004316D5:
mov eax, FFFFFFF0
[DISABLE]
004316D5:
mov eax, 00000000
|
|