Quote:
Originally Posted by biology321
Hmm when i try to add the packethack test thingy (sit) and im gonna rebuild it i get a warning:s
anyone can explain me how to add the 1hh code? (mix with packets)
Tnx
|
if u have qeustions, first READ it and then ask -.-'
@natinet redownload the KalHack.rar and when cmd pop up, enter "kocp" (wuthout "")
@biology
This is the mixing packet:
PHP Code:
SendDetour(0x62,"bddddd",0,weapon1,weapon2,armor,stone1,stone2);
like i say, u have to give weapon1,weapon2,armor,stone1 and stone2 "information", id said how to do it ...
But for the peeps who dont learn, heres mixing via packets(nub version):
PHP Code:
DWORD weapon1;
DWORD weapon2;
DWORD armorID;
DWORD stone1;
DWORD stone2;
PHP Code:
if (strcmp(input,"packetmix") == 0)
{ printf("Enter WeaponID of Weapon, u want to mix: \n");
scanf("%d%*c",&weapon1);
printf("Enter the other weapon: \n");
scanf("%d%*c",&weapon2);
printf("Enter ArmorID: \n");
scanf("%d%*c",&armorID);
printf("Enter Stone 1 ID: \n");
scanf("%d%*c",&stone1);
printf("Enter Stone 2 ID: \n");
scanf("%d%*c",&stone2);
printf("Now enquip your weapon and enter mix \n");
}
if (strcmp(input,"mix") == 0)
{
SendDetour(0x62,"bddddd",1,weapon1,weapon2,armorID,stone1,stone2);
}
Example :
Weapon1 = g40 Bow
Weapon2 = another g40 weapon
armorID = g42 armor part
stone1 = mistery stone ( u can fake them with uce )
stone2 = mistery stone ( u can fake them with uce )
OFC dont enter "g40 Bow", u have to enter the ID of the g40 bow !!!!
How to get the ids? Drop the weapons,armor and the stones and the id will be shown in cmd (they always look like -34124123 or something like that