Audition Online Coding

Posts 1–10 of 10 · Page 1 of 1
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.
Quote Originally Posted by Imported View Post


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.

So i should just compile it into a game dll?
Quote Originally Posted by pool0987 View Post
So i should just compile it into a game dll?
Mate, I don't have the faintest idea (I'm imported by the way, was banned at the time)

Listen to HD, he knows what he's talking about.
I think those might be codes for cheatengine/artmoneys autoassembler or whatever it's called(or maybe TMK)
Quote Originally Posted by Hell_Demon View Post
I think those might be codes for cheatengine/artmoneys autoassembler or whatever it's called(or maybe TMK)
HD hmm so what engine should i use to activate this codes?
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.
Quote Originally Posted by why06 View Post
Looks like the person is treating data as cold. 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.
The game it is for is "AuditionSEA"

And it's not outdated. It's still working. But i have to find out from other people how to use it
Quote Originally Posted by pool0987 View Post
The game it is for is "AuditionSEA"

And it's not outdated. It's still working. But i have to find out from other people how to use it
exactly! =D
Hello? someone help me? ):
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?