Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 15:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



convert AA to C++

Discussion on convert AA to C++ within the C/C++ forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2016
Posts: 7
Received Thanks: 0
convert AA to C++

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 ?
Yu-Haxx.. is offline  
Old 08/19/2016, 13:47   #2

 
elite*gold: 64
Join Date: May 2011
Posts: 1,229
Received Thanks: 854
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 .
BladeTiger12 is offline  
Old 08/19/2016, 15:06   #3
 
elite*gold: 0
Join Date: Jul 2016
Posts: 7
Received Thanks: 0
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
}
}
Yu-Haxx.. is offline  
Old 08/19/2016, 15:41   #4
dotCom
 
Devsome's Avatar
 
elite*gold: 9842
The Black Market: 107/0/0
Join Date: Mar 2009
Posts: 16,871
Received Thanks: 4,686
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"
Devsome is offline  
Thanks
2 Users
Closed Thread


Similar Threads Similar Threads
Kick to convert: easy and fast way to convert your item_proto/mob_proto to txt files!
09/07/2016 - Metin2 PServer Guides & Strategies - 21 Replies
Hi all, this is my first release :) This "kick converter" will allow you to generate txt files (item_names, item_proto, mob_proto, mob_names) for the rev-34k game. The script was written in python by me, so you need python 2.7 and MySQLDB (python extension) installed on your server. If you found any error, please report it to me and I'll fix it as soon as possibile. PS: If you get errors while converting the item_proto, please remove items that have type 29 or type 31.
[Selling] CONVERT YOUR PP-PSC TO BTC
01/02/2016 - Cryptocurrency Trading - 0 Replies
I CONVERT YOUR PAYPAL-PSC BALANCE TO BTC BALANCE I convert only from 40+euros paypal method goods/services max 200euros- I GOT 387$ at my wallet skype: [email protected]
Convert gr2 to .obj
08/16/2013 - Metin2 Private Server - 10 Replies
there any converter to gr2 - .obj i need it please :confused::confused:
[C++] how to convert dec to hex?
05/11/2009 - C/C++ - 1 Replies
I need to convert a decimal integer into hex. The decimal integer is the value of a pointer and i need to get in hex to use it as a address for writeprocessmemory. So is there any way to convert a dec into a hex and use the hex value as a argument for writeprocessmemory? EDIT:meeh...forgot that the value is only displayed as decimal number -.- /close plz



All times are GMT +1. The time now is 15:14.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.