Audition Online Coding
Hello i am just wondering if any of you know how to use these codes?
I am not sure how but i think it is suppose be used by some sort of injector am i right? Anyone willing to tell me what are these?
Perfect Hack
[enable]
// Perfect Hack
//Credits : xiiaoqiang
84bd4f:
add [ebx], dh
xor esi, [ebx+3f]
[disable]
84bd4f:
aas
xor esi, [ebx]
jae 0084bd93
Insane mode hack :
[enable]
//Insane Mode Hack
//Credits : xiiaoqiang
d8c5a5:
add [ecx], al
[disable]
d8c5a5:
add [eax], al
Reset BP Last C9 NPC
[enable]
d8c5a3:
add cl, bh
d8c5a0:
and [eax], al
[disable]
d8c5a3:
add [eax], al
d8c5a5:
add [eax], al
d8c5a7:
add [eax], al
d8c5a0:
add [eax], al
//Credits :xiiaoqiang
Beat rush battle party Reset
[enable]
d8c5a2:
or [eax], al
[disable]
d8c5a2:
add [eax], al
//Credits : xiiaoqiang
Disable Chance
[enable]
d8c718:
add [eax], al
[disable]
d8c718:
add [eax], al
//Credits : xiiaoqiang
Chance DC Hack : Please insert chance 18 .dds to prevent yourself from dcing
[enable]
d8c718:
adc al, byte ptr [eax]
d8c728:
fiadd [edx]
[disable]
d8c718:
add [eax], al
//Credits :xiiaoqiang
//Require Chance 18.dds acv
Gender from Boy to Girl
[enable]
db05fa:
dec esi
[disable]
db05fa:
push es
//Credits : xiiaoqiang
Gender from Girl to Boy
[enable]
db05fa:
push es
[disable]
db05fa:
dec esi
//Credits : xiiaoqiang
Umm pretty sure most of them are direct asm, amiright? I don't really do much C++ but isn't there a like..
[php]
__asm
[/php]
or some shit which you can use to write direct asm to the process?
Also, no, this is not for an injector. My guess would be a compiled .dll that you can then inject into the process.
I think those might be codes for cheatengine/artmoneys autoassembler or whatever it's called(or maybe TMK)
Looks like the person is treating data as code. add[eax], al is a useless instruction, it usually appears when a disassembler tries to dissassemble allocated memory which is set to 00.
Secondly this isn't code u can compile. It's just random shiet. YOu would have to know what game it is first, and then there's a high chance the addresses are outdated. THis is what u get when u google for code to copy and paste.
Hello? someone help me? ):