My dear friend chibis,
Your code has sooooo many uncanny resemblances to the shitty bot that I wrote.
Code format and structure, variable names for things not in the code from our comrade bakabug or other public bots, messages that go to the game interface and which go to console are the exact same as mine, etc.
But this just gives it away.
PHP Code:
mob_count = 0;
for (i=0;i<500;i++)
{
if (Mob[i].X != 0)
{
if (Mob[i].HP == 0)
{
Mob[i].X = 0;
continue;
}
if (Mob[i].Classe == mobclasse1 || Mob[i].Classe == mobclasse2)
{
mob_count++;
1. Doing a spot check for mob hp values.
Don't you trust your values in the mobs STRUCT that gets filled by the Recv procedure?
2. The mob_count variable? Why the fuck you have it here? It ain't doing jack shit except in my code.
Do you really trust mobsx that gets filled by the Recv procedure?
Either great minds think alike and we came up with the same code, or you don't know your ass from a hole in the ground. I think it's the latter.
Now, my last question. Did Kload give someone a nice backdoor to my PC? Remember nofear?
You'll have to excuse me beacause I have some beers to drink.