View previous topic :: View next topic |
Author |
Message |
myistank Cheater
Reputation: 0
Joined: 08 Dec 2007 Posts: 46
|
Posted: Wed Apr 21, 2010 5:34 am Post subject: about ceautoassembler.dll |
|
|
hello,everybody.
i'm in trouble now. would you please help me?
Who can tell me how to use ceautoassembler.dll for vc6?
i don't know how to "CEAutoAsm" the "Script" parameter assigned to IDC_EDIT1 or Variable.
Variable but also how the assignment to this script:
[ENABLE]
registersymbol(god)
alloc(god,32)
god:
mov eax,64
mov esi,0
jmp 008A318C
008A31F4:
DB 75 2b 8D 8B 0C 1A
008A317F:
Jmp god
[DISABLE]
008A317F:
DB 85 c0 7e 28 8b
008A31F4:
DB 74 2B 8D 8B 0C 1A
dealloc(god)
unregistersymbol(god)
thx
 |
|
Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Wed Apr 21, 2010 6:27 am Post subject: |
|
|
I don't understand what you're asking. Are you asking how to use that script in a program made in VB6, how to import the DLL used by CE and use it in your program in VB6, or something else? |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Wed Apr 21, 2010 5:36 pm Post subject: |
|
|
if I remember correctly, you first have to initialize the dll so it knows what the target processid and handle is, and then call the autoasm export with a pointer to the script in textform.
It'll return some stuff like allocs, but not sure how they are formated (5 year old or so)
also, the autoassembler dll that I compiled is from before the time that registersymbol was implemented. Don't even know if it supports enable/disable _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|