convert AA to C++

08/19/2016 09:37 Yu-Haxx..#1
Code:
[ENABLE]
alloc(temp,4069)
createthread(temp)
temp:
mov eax,[game.dll+122BC9C]
push [ebp+08]
push string.dll+B33EB 
mov esi,[eax]
call game.dll+523150
mov ecx,[game.dll+122BC9C]
add esp,08 
push eax
push 00
call game.dll+223110
ret


[how can i convert this code~~~ to C++ script???]

who can convert this code any one is master on this code should he do it!

who can convert it ?
08/19/2016 13:47 BladeTiger12#2
Really? It's simple as ...
Do it by yourself. There is something like: __asm in C++.

So: Convert this code to C++ "script". Good luck mate ;).
08/19/2016 15:06 Yu-Haxx..#3
Quote:
Originally Posted by BladeTiger12 View Post
Really? It's simple as ...
Do it by yourself. There is something like: __asm in C++.

So: Convert this code to C++ "script". Good luck mate ;).
you mean like this:
Code:
void Auto()
{
DWORD GAME = GetModuelHandleA("game.dll")+0x122bc9c;
DWORD GAME1 = GetModuelHandleA("game.dll")+0x223110;
DWORD STRINGG = GetModuelHandleA("game.dll")+0xB33EB;
DWORD GAME3 = GetModuelHandleA("game.dll")+0x523150;
__asm 
{
alloc(temp,4069)
createthread(temp)
temp:
mov eax,[GAME]
push [ebp+0x08]
push STRINGG
mov esi,[eax]
call GAME3
mov ecx,[GAME]
add esp,0x08 
push eax
push 0x00
call GAME1 
ret
}
}
08/19/2016 15:41 Devsome#4
Quote:
Originally Posted by BladeTiger12 View Post
Really? It's simple as ...
Do it by yourself. There is something like: __asm in C++.

So: Convert this code to C++ "script". Good luck mate ;).
thanks.
If you want to have it done, do it own your own or pay someone for doing it.
It's like "hey can you code for me bot bot for free"