Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 23:27

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

Advertisement



[Help] C++

Discussion on [Help] C++ within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
iNeru's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 3
Received Thanks: 0
[Help] C++

Since im not good at c++ but i am trying to learn from things.

I am trying to import MsCRC in my trainer(kitterz source).

I have this now:

Code:
void MsCrc (HWND hWnd)
{
	SetDlgItemText(hWnd, IDC_MSCRC, "Bypassed" );//It says bypassed

	while(!MsCrcExit)
	{
		BOOL status;

		_asm
		{
			jmp CRCCave
		}
	}
	SetDlgItemText(hWnd, IDC_MSCRC, "Not Bypassed" );//Not Bypassed
}
Code:
void CRCCave (HWND hWnd)
{
	_asm
	{
		cmp ecx,00400000
	       jl End
		cmp ecx,00A00000
		jg End
		add ecx,NewMemory-00400000
	}
}
I dont know how to make a jump in c++.
If someone can help me out here's my msn larsvanzijl(at)live(dot)nl

Ty in advance
iNeru is offline  
Old 01/02/2010, 20:02   #2
 
elite*gold: 150
Join Date: Dec 2007
Posts: 1,860
Received Thanks: 567
wow nice c++ wow hmm but i cant add you *-* idk why
.SketchBear is offline  
Old 01/02/2010, 21:05   #3
 
Jonny999's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 59
Received Thanks: 50
Your jumping in at the deep end. You need to understand how to LoadBinary first, in C++ form.
Jonny999 is offline  
Old 01/02/2010, 21:11   #4
 
iNeru's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Jonny999 View Post
Your jumping in at the deep end. You need to understand how to LoadBinary first, in C++ form.
Do you have a online book or tutorial for me?
iNeru is offline  
Old 01/03/2010, 15:02   #5

 
elite*gold: 146
Join Date: Apr 2008
Posts: 14,686
Received Thanks: 9,968
#moved
Die Schnittstelle is offline  
Old 01/03/2010, 21:00   #6

 
elite*gold: 150
Join Date: Apr 2007
Posts: 2,372
Received Thanks: 6,628
Seriosly, learn C++ first :> @ iNeru
wurstbrot123 is offline  
Old 01/04/2010, 01:11   #7
 
elite*gold: 626
Join Date: Aug 2009
Posts: 7,149
Received Thanks: 2,942
Buy Books they are better Online is not Good sorry for english
тrαder is offline  
Reply




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


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.