[Suche]Packet Bot Source

09/01/2009 12:56 Xorg#16
Hey chibis,
Where you got maxhp value?
Memory copied?
09/01/2009 13:40 meak1#17
only save the hp if u have maxhp, make if u log in and use 3-5 meds that you set the maxhp. sry bad english ;D

edit: PacketSend(0x5c,"bbssdwbdd",00,01,"blupp","NapName ",itemidlol,48,0,1,50000);
is das packet so richtig ;O?
09/01/2009 14:06 chibis#18
Quote:
Originally Posted by Xorg View Post
Hey chibis,
Where you got maxhp value?
Memory copied?
as is said, this is only the main part of my (old) bot. recv, send and some functions (not rly functions :/) are missing.
@maxhp, if u have full hp, use a med and set current hp(which should be full) to maxhp .... noobi, but works great ...
09/04/2009 15:06 Kozue#19
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].!= 0)
            {
                if (
Mob[i].HP == 0)
                {
                    
Mob[i].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.