Well, if you don't even got basic coding skills you shouldn't even try it ~.~
ok when i do this i get imp bow..Quote:
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:
like i say, u have to give weapon1,weapon2,armor,stone1 and stone2 "information", id said how to do it ...PHP Code:SendDetour(0x62,"bddddd",0,weapon1,weapon2,armor,stone1,stone2);
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;
Example :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);
}
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