View previous topic :: View next topic |
Author |
Message |
anglelover How do I cheat?
Reputation: 0
Joined: 09 Aug 2010 Posts: 3
|
Posted: Mon Aug 09, 2010 5:28 am Post subject: Help! Script Engine to vb or vb.net |
|
|
i have Script Engine to cheat 1 hit kill of game PlantsVsZombies , i don't know how do to programing.
Script here:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
0053130F:
jmp newmem
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov edi,#0
mov [esp+1c],eax
exit:
jmp returnhere
[DISABLE]
0053130F:
sub edi,[esp+20]
mov [esp+1c],eax
|
|
Back to top |
|
 |
Jorg hi I post too much
Reputation: 7
Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
Posted: Mon Aug 09, 2010 9:15 am Post subject: |
|
|
If your going to convert it to VB you'll should use an API or something.
_________________
CEF will always stay alive. |
|
Back to top |
|
 |
anglelover How do I cheat?
Reputation: 0
Joined: 09 Aug 2010 Posts: 3
|
Posted: Mon Aug 09, 2010 9:41 am Post subject: |
|
|
i want programing in vb or vb.net, but i don't have document for asm.
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Aug 09, 2010 2:19 pm Post subject: |
|
|
you just manually write all the bytes yourself.
|
|
Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 891
|
Posted: Mon Aug 09, 2010 2:44 pm Post subject: |
|
|
Use VirtualAllocEX to alloc the code-cave and WriteProcessMemory for the rest.
|
|
Back to top |
|
 |
euverve Newbie cheater
Reputation: 0
Joined: 17 Jun 2009 Posts: 13 Location: Philippines
|
Posted: Mon Aug 30, 2010 10:33 pm Post subject: |
|
|
Any sample with these on how to implement.
|
|
Back to top |
|
 |
|