what u mean from VB ???
when this then Yes !!
when this then Yes !!
Ich finde "Erstellen" nicht...Was heißt denn bitte "auf deinem Monitor"...Quote:
After you did everything, on top of ur monitor is "Erstellen"(dunno how is called in english, its the 5th from the left), click on it and go on "KalHack neu erstellen" ( dunno in english, its the 5th from above ). Now hack getting created.
ganz oben in der leiste ist Erstellen oO????Quote:
Ich finde "Erstellen" nicht...Was heißt denn bitte "auf deinem Monitor"...
case 'd': //DWORD
temp =(DWORD)va_arg( args, DWORD);
//printf(" %d: %d\n",i+1,temp);
int d;
d=0;
if ((i==0)&&(d==0)&&(type == 0x1a))
{
weapon1 = temp;
printf("ItemID(weapon1): %d\n",weapon1);
d=d+1;
}
if ((i==0)&&(d==1)&&(type == 0x1a))
{
weapon2 = temp;
printf("ItemID(weapon2): %d\n",weapon2);
d=d+1;
}
if ((i==0)&&(d==2)&&(type == 0x1a))
{
armorID = temp;
printf("ItemID(armorID): %d\n",armorID);
d=d+1;
}
if ((i==0)&&(d==3)&&(type == 0x1a))
{
stone1 = temp;
printf("ItemID(stone1): %d\n",stone1);
d=d+1;
}
if ((i==0)&&(d==4)&&(type == 0x1a))
{
stone2 = temp;
printf("ItemID(stone2): %d\n",stone2);
d=0;
}
if (strcmp(input,"packethack") == 0)
{
printf("Packet getting sent\n");
packethack=1;
}
if (packethack == 1)
{
SendDetour(0x1f,"b",1);
}