LuckzIv How do I cheat?
Reputation: 0
Joined: 16 Oct 2014 Posts: 1
|
Posted: Thu Oct 16, 2014 2:08 pm Post subject: [HELP] AA > DLL |
|
|
Anybody can help me??
how to make this code to script dll with C++
Code: |
[ENABLE]
Alloc(func1,200)
func1:
mov edi,edi
push ebp
mov ebp,esp
push dword ptr ss:[EBP+1c]
push dword ptr ss:[EBP+18]
push dword ptr ss:[EBP+14]
push dword ptr ss:[EBP+10]
push dword ptr ss:[EBP+c]
push dword ptr ss:[EBP+8]
push -1
Call CreateRemoteThread
pop ebp
retn 18
CreateThread:
Cmp [esp],A80000 //A80000
jl func1
cmp [esp],BF1000 //AE0000
jg func1
retn 18
[DISABLE]
//No Code
|
I'm newbie
|
|