PDA

View Full Version : super jump



andy105
12-18-2007, 08:57 PM
how do i add these hacks
every time i get an error
error C2065: 'GP' : undeclared identifier
void CDxtVipTrainerDlg::OnSJumpOn()
if (GetKeyState(VK_RBUTTON) &1)
{
GPF (0x12C8520,0x178, 25000)
}
that what i add and i get errors

iloveyou
12-18-2007, 10:13 PM
Add my Xfire,, i can help you xfire jboogie3



And I Dont Do Hot Keys

sk1nhead
12-18-2007, 11:24 PM
- You need a WritePointerFloat function (It's in the tut about how to make c++ trainers, along with the writelong function). The rest of the code looks good...

And about that error: You didn't do the function "GP" right. You probably changed the GP in the codes, but didn't change it in the function itself.

andy105
12-19-2007, 06:49 PM
- You need a WritePointerFloat function (It's in the tut about how to make c++ trainers, along with the writelong function). The rest of the code looks good...

And about that error: You didn't do the function "GP" right. You probably changed the GP in the codes, but didn't change it in the function itself.

how do i change it?

Moofhead
12-30-2007, 01:54 AM
Whoa. 25000 Is way high.

andy105
01-08-2008, 07:38 PM
Whoa. 25000 Is way high.

that didnt help

Wieter20
01-20-2008, 02:33 AM
just use else dont use gp else is already declared and way easier