fehler meldung?
and varible stuff like pointers (x coordinates & y coordinates ) easy to get as kalhacker explained it >> so did u get what i mean ??Quote:
if (packethack == 1)
{
SendDetour(0x1f,"b",1);
}
inix doesnt detects proxy dllQuote:
i wanna to know how inx soft detect proxy dll and fix tele hack , cd, speed hack & Ug
I mean source have constant stuffs ,
and varible stuff like pointers (x coordinates & y coordinates ) easy to get as kalhacker explained it >> so did u get what i mean ??
i dont understand , if i make proxy dll with code for storm hack for exampleQuote:
every update new address and changes
Quote:
if (strcmp(input,"setstorm") == 0)
{
printf("Enter X\n");
scanf("%d%*c",&xcoordinate);
printf("Enter Y\n");
scanf("%d%*c",&ycoordinate);
shack=1;
}
its all constant only scanf for pointers is varible did u understand me ??Quote:
if (shack == 1)
{
int i;
for (i=0;i<100;i++)
{
SendDetour(0x10,"bdd",43,xcoordinate,ycoordinate);
}
}