Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 08:16

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

Advertisement



Guild Wars CharLoginList evtl. zu implementieren

Discussion on Guild Wars CharLoginList evtl. zu implementieren within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old   #1
 
Valvepro's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 374
Received Thanks: 198
Guild Wars CharLoginList evtl. zu implementieren

Moin - hier etwas für Leute die etwas mehr drauf haben und es evtl. benötigen (wozu auch immer).

Auflistung der Charaktere, wenn man sich im LoginScreen befindet.
Damit ist es z.B. möglich sich mit einem Char auf die Map einzuloggen
(wobei die Funktion erst noch implementiert werden muss).

Hinweis:
Wie Ihr seht ist es eine static Adresse, also wisst ihr was ihr machen müsst.

Code:
class LoginCharList {
private:
	DWORD MemPtr;
	public:
		LoginCharList()
		{
			this->MemPtr = [COLOR="Red"]0x00A2CC80[/COLOR];
		}
		wchar_t* NextChar(unsigned int aIndex){
			if((*(DWORD*)MemPtr) == NULL) return NULL;
			if(((*(DWORD*)MemPtr)+0x148) == NULL) return NULL;
			if((*(DWORD*)((*(DWORD*)MemPtr)+0x148)+0x4)+(22*aIndex) == NULL) return NULL;
			return (wchar_t*)(*(DWORD*)((*(DWORD*)MemPtr)+0x148)+0x4)+(22*aIndex);
		}
		char* operator[](unsigned int aIndex){
			wchar_t* CharPTR = NextChar(aIndex);
			if(CharPTR == NULL) return NULL;
			char* CharName = new char[wcslen(CharPTR) + 1];
			wcstombs( CharName, NextChar(aIndex), wcslen(CharPTR) );
			CharName[wcslen(CharPTR)] = NULL;
			return CharName;
		}
}CharListA;
Verwendung:
Code:
CharListA[0] // Erster Char
CharListA[1] // Zweiter Char
CharListA[2] // Dritter Char
...............
Viel Spaß beim Experementieren
Valvepro is offline  
Thanks
1 User
Old 02/27/2012, 19:04   #2
 
elite*gold: 0
Join Date: Feb 2011
Posts: 135
Received Thanks: 43
Nett, nett.
Falls du noch den Namen von dem selected Char im Login Screen haben willst:
Das sollte noch aktuell sein, hoffe ich mal, hab leider keine zeit das zu prüfen:
PHP Code:
DWORD buf = *(DWORD*)BasePointerLocation;
buf = *(DWORD*)(buf 0x18c);
buf = *(DWORD*)(buf 0x1a4);
buf = *(DWORD*)(buf 0x124);
buf = *(DWORD*)(buf 0x64);
wchar_t *Char = (wchar_t*)(buf 0x1c); 
_Merowinger_ is offline  
Reply


Similar Threads Similar Threads
WTS Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys for sale
02/19/2013 - Guild Wars Trading - 4 Replies
Hi, i want to sell Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys.If someone is interested , you can email me and add my msn. We can talk details there. I will give u a low price of Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys including weapons. I am serious. Email:[email protected] MSN:[email protected] Thank you for reading my post.



All times are GMT +1. The time now is 08:16.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.