PacketTut

11/08/2008 12:54 d4nie1#61
what u mean from VB ???
when this then Yes !!
11/08/2008 13:02 d4nie1#62
ahhh okay habe jetzt "scanf_s" anstat scanf benutz und jetzt gehts :)
11/08/2008 13:20 extac#63
Quote:
Originally Posted by chibis View Post
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.
Ich finde "Erstellen" nicht...Was heißt denn bitte "auf deinem Monitor"...
11/08/2008 13:57 chibis#64
Quote:
Originally Posted by extac View Post
Ich finde "Erstellen" nicht...Was heißt denn bitte "auf deinem Monitor"...
ganz oben in der leiste ist Erstellen oO????
@bio
it has to work, coz it works for me ...
what about trying it with 2xg40 weapons, 1x g42 armor (chest) and 2 stones, fake or not, doenst matter ...
11/08/2008 14:01 biology321#65
yeah but how do i get g40 on revo, they dont sell:) i just tried g53 with 2 faked stones but same prob

sorry guess im just stupid i got g42:P

same fckng problem with g40 bullshit:S Item is not enough :S

[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
11/08/2008 14:11 chibis#66
triple post w00t -.-'
It has to work omg -.-'
1. Go ingame, inject, write kocp
2. go to a place where no1 is
3. drop THIS stuff in THIS order
g40 bow(if ur an archer)
any other g40 weapon
g42 chest
stone nr 1
stone nr2
Now u see in console:
Item dropped: - 421341411
Its there 5 times... Now enter "packetmix" and then enter the ids in same order how its above !!(dont forget the -)
If all is ready, and u have enough money,enter mix and it will mix ...

EDIT: omg !!!!!!!!!!!!!!!! the ItemId is not only numbers !!! u also have to make the - infront of it -.-.-.-.-'
11/08/2008 14:40 chibis#67
i got a question to some1 who has a knowledge about programming :

PHP Code:
case 'd'//DWORD
               
temp =(DWORD)va_argargsDWORD);
            
               
//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;
              } 
yeah ... what i wanted to do, is pretty clear. If i drop sth, it should be assigned to a DWORD. Can this work or is it totaly wrong? At the moment, if i drop all 5 things, it shows me all different ids, but all are getting assigned to weapon1 ...
11/08/2008 15:10 Power_Stunner#68
well my packet hack dosent work at all.
when i download it again still shows error
and i downlaod micrsoft sdk 2.0
11/08/2008 15:21 chibis#69
Quote:
Originally Posted by Power_Stunner View Post
well my packet hack dosent work at all.
when i download it again still shows error
and i downlaod micrsoft sdk 2.0
what errors u get?
11/08/2008 15:24 Power_Stunner#70
windows.h
i googled it too xD
then tried everything still cant fix :S
11/08/2008 15:32 chibis#71
windows.h should be in C:\Programs\Microsoft SDKs\Windows\v6.0A\Include\
11/08/2008 15:37 Power_Stunner#72
thanks a million ill check it
11/08/2008 15:38 bloodx#73
close the therad omfg .....


los mach das ding mal zu.....
11/08/2008 15:42 Zogga#74
[Only registered and activated users can see links. Click Here To Register...]
a bit help
11/08/2008 17:02 Power_Stunner#75
Ill show u how to make your own hack.

We make a very very easy packet send, wich isnt even a hack.

You go to dll.cpp and write there
PHP Code:
 if (strcmp(input,"packethack") == 0)
{
                    
printf("Packet getting sent\n");
                    
packethack=1;

Go to Recv.h and write there
PHP Code:
    if (packethack == 1)
            {
            
SendDetour(0x1f,"b",1);
            } 
Voila, go ingame and write into console "packethack" and your char will sit down ;)
i tried this
then i rebuild hack
and got 6 errors
eDIT:
i put the php code at the end of hack
like in .dll
i went to bottom of page where no writing is and i put the codes
then rebuild hack and 6 errors