Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Wolfteam
You last visited: Today at 02:23

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

Advertisement



[How To] Finding Csh Base Adress in C++

Discussion on [How To] Finding Csh Base Adress in C++ within the Wolfteam forum part of the Shooter category.

Reply
 
Old   #1


 
iMostLiked's Avatar
 
elite*gold: 1337
Join Date: Apr 2013
Posts: 6,487
Received Thanks: 3,186
Arrow [How To] Finding Csh Base Adress in C++

[How To] Finding Csh Base Adress in C++

Ihr braucht zwei Label und einen Timer.

Label1.text = Cshxxx.tmp
Label2.text = xxxxxxxxxx

Den Timer Interval stellt Ihr auf "1".

Doppel klickt den Timer und fügt folgenden Code ein:

Code:
private: System::Void CshAddy_Tick(System::Object^  sender, System::EventArgs^  e) {
			 {
			
				Process ^p = Process::GetProcessesByName("Wolfteam.bin")[0]; 
				for each (System::Diagnostics::ProcessModule ^Modx in p->Modules)
				{
					String ^moduleName = Modx->ModuleName;
					String ^BaseAddress = Modx->BaseAddress.ToString("X");
					String ^temp = (moduleName + ("+" + BaseAddress)); 
					if (temp->Contains("csh") && temp->Contains(".tmp")) 
					{
						
					    label1->Text = moduleName; 
						label2->Text = BaseAddress; 
						ShellExecute( NULL, "open", "Galaxy ByPass.exe", NULL, NULL, 0 ); 		
						CshAddy->Enabled = false;
				
					}

				}
			}	
}
Wichtig:
Bei dem Punkt
Code:
ShellExecute( NULL, "open", "Galaxy ByPass.exe", NULL, NULL, 0 );
Anstatt "Galaxy ByPass.exe" euren ByPass eintragen.


Funktioniert zu 100%
Dieser Code wurde auch für mein Galaxy Hacks v3 verwendet.

Video:

Galaxy Hacks v3:


Enjoy & have fun.


- iMostLiked -
iMostLiked is offline  
Thanks
6 Users
Old 09/24/2014, 18:04   #2
 
MaBarker's Avatar
 
elite*gold: 274
Join Date: Jun 2012
Posts: 4,523
Received Thanks: 434
Sieht Gut aus (y)
MaBarker is offline  
Old 09/27/2014, 13:58   #3
 
Mikail2244's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 9
This code is my official vb.net code custom coded never gave it to anyone only to gamerzfable and he changed it to C++ or someone else so :3
Mikail2244 is offline  
Old 09/28/2014, 00:41   #4
 
elite*gold: 20
Join Date: Sep 2012
Posts: 289
Received Thanks: 120

And this for native C++
iSkyLikeX is offline  
Reply


Similar Threads Similar Threads
Help with base adress
11/07/2012 - General Coding - 3 Replies
Hi i have problem i scaned 5 times for base adress now i get repeat all time same adress look at pics and can you tell me if i founded it or not (im new to this ) http://i47.tinypic.com/2wm3ok2.jpg http://i50.tinypic.com/mj3ew1.jpg here is video i recorded proces of what i do so tell me pls what i do wrong ce xvid - YouTube
finding out the ip adress
10/16/2011 - SRO Private Server - 2 Replies
hi, how can i find out the ip of the pserver i am playing on if its not written on its website or anywhere else? thanks
Having trouble finding the XOR'd Server Adress in the NREG.xrg file
08/25/2011 - 9Dragons - 4 Replies
Hi Community... I hope somone can help me out. i'm trying since yesterday to find the XOR'd Server Adress to exchange it with localhost-9d in the 9D G1 ndreg file.... It would be nice if somone could send me a PM with the HEX numbers of the Adress. THX in advance
BASE ADRESS FOR MY-EN PW
12/15/2010 - PW Hacks, Bots, Cheats, Exploits - 0 Replies
Could any people share a offset for MHS, PW- the legend of mermaid(my-en)? i find the whole forum & google but i still can't get it.. please help.. sorry for posting the rrequest..



All times are GMT +2. The time now is 02:23.


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