[Help] C++

01/02/2010 19:52 iNeru#1
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
01/02/2010 20:02 .SketchBear#2
wow nice c++ wow ;) hmm but i cant add you *-* idk why
01/02/2010 21:05 Jonny999#3
Your jumping in at the deep end. You need to understand how to LoadBinary first, in C++ form.
01/02/2010 21:11 iNeru#4
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?
01/03/2010 15:02 Die Schnittstelle#5
#moved
01/03/2010 21:00 wurstbrot123#6
Seriosly, learn C++ first :> @ iNeru
01/04/2010 01:11 тrαder#7
Buy Books they are better Online is not Good sorry for english