PDA

View Full Version : Freaky Walls/Floor



DJBloodHunter
02-22-2008, 03:41 PM
Freaky floor
0CD22244, 4 < ON
0CD22244, 3 < OFF

Freaky walls
0CCD88E4, 4 < ON
0CCD88E4, 3 < OFF


void CLolDlg::OnFREAKYFLOORON()
{
Writelong(0x0CD22244, 4);
}

void CLolDlg::OnFREAKYFLOOROFF()
{
Writelong(0x0CD22244, 3);
}

void CLolDlg::OnFREAKYWALLSON()
{
Writelong(0x0CCD88E4, 4);
}

void CLolDlg::OnFREAKYWALLSOFF()
{
Writelong(0x0CCD88E4, 3);
}

Doesn't happen anything when I click the buttons... :confused:

Dxt-Credzis
02-23-2008, 07:35 AM
Do u use findwindow ?
If yes, make shure WarRock is write right.
If it still doesnt work, pm me you source, i will make it inject into the process

Shotgun195
02-23-2008, 08:31 AM
Its not working because it needs to be writeafloat.

DJBloodHunter
02-23-2008, 09:33 AM
but writeafloat doesn't need a pointer?

wr194t
02-23-2008, 09:35 AM
but writeafloat doesn't need a pointer?No it doesn't. Just edit your Writelong function code to float.