| View previous topic :: View next topic |
| Author |
Message |
eriger777 How do I cheat?
Reputation: 0
Joined: 12 Jan 2013 Posts: 9 Location: United States
|
Posted: Mon Feb 04, 2013 2:10 pm Post subject: VB.Net trainer help. |
|
|
I have a question. How would i convert my assembly script to vb.net e_O. I saw a thread earlier about it but i couldn't really understand it.
Here are some of my codes.
| Code: | [ENABLE]
"process"+44EE0:
ret
[DISABLE]
"process"+44EE0:
mov eax,fs:[00000000] |
|
|
| Back to top |
|
 |
Screitor Cheater
Reputation: 1
Joined: 26 Nov 2012 Posts: 33 Location: Venezuela
|
Posted: Mon Feb 04, 2013 3:33 pm Post subject: |
|
|
I do not know if I'm wrong, but... I think if you write the bytes corresponding to those instructions, it will work.
Use WriteProcessMemory for each instruction.
Here are their equivalents:
ret -> C3
mov eax,fs:[00000000] -> 64 A1 00 00 00 00
Please, let me know if it works.
_________________
Everybody lies. |
|
| Back to top |
|
 |
eriger777 How do I cheat?
Reputation: 0
Joined: 12 Jan 2013 Posts: 9 Location: United States
|
Posted: Mon Feb 04, 2013 5:20 pm Post subject: Ty |
|
|
| Alright i will let you know if it works.
|
|
| Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Tue Feb 05, 2013 3:27 am Post subject: |
|
|
| Screitor wrote: |
Here are their equivalents:
ret -> C3
mov eax,fs:[00000000] -> 64 A1 00 00 00 00
Please, let me know if it works. |
That will work..
_________________
|
|
| Back to top |
|
 |
Screitor Cheater
Reputation: 1
Joined: 26 Nov 2012 Posts: 33 Location: Venezuela
|
Posted: Tue Feb 05, 2013 9:38 am Post subject: |
|
|
| Pingo wrote: | | Screitor wrote: |
Here are their equivalents:
ret -> C3
mov eax,fs:[00000000] -> 64 A1 00 00 00 00
Please, let me know if it works. |
That will work.. |
Very interesting.
Thanks for reply.
_________________
Everybody lies. |
|
| Back to top |
|
 |
|