kalpacket question

11/09/2008 06:21 EXTEЯNAL#1
hey folks,

how to write a party invite hack that mean's that i am in the party without asking etc.

the byte's are

Code:
		 0x2c:  == CPlayer::AskParty
		 0x2d:  == CPlayer::OnAskParty
		 0x2e:  == CGuild
		 0x2f:  == CPlayer::LeaveParty
		 0x30:  == CPlayer::ExileParty ( 30 - dwPlayerID -> kick player)
other think, how does the auto drop works? O.ô im using this one but dont work =/
Code:
DWORD iDropItem;
int iDropA;

if (strcmp(input,"drophack") == 0)
	{
		cout << "Please Enter how much item's you like to drop : ";
		cin >> iDropA;
		cout << "Please Enter the Item ID to Drop : ";
		cin >> iDropItem;

		for(i = 0; i < iDropA; i++)
		{
			Sleep(25);
			SendDetour(0x1a,"bb",iDropItem,1);
		}
	}
11/09/2008 10:49 chibis#2
i think like this, coz iDropItem is declared as a DWORD, so u have to take d(dword, not b(byte) :

SendDetour(0x1a,"bd",1,iDropItem);
11/09/2008 13:00 MoepMeep#3
failures :>
What about sniffing the right packet? :>
And it should be dd :>
11/09/2008 15:39 EXTEЯNAL#4
ups i was blind xD i see there is "dd" not "bb" yesterday it was tolate 4 me xd

now testing that with party
11/09/2008 16:31 Beitarist#5
lol its funny when they first see the packet list made by 5anr0 and dont have fuckin idea what to do with it ><
11/09/2008 16:33 Power_Stunner#6
we are learning -.-
11/09/2008 16:37 Beitarist#7
there is nothing to learn ><
all you need is already here
11/09/2008 21:33 chibis#8
as is said, they cant think ...
11/09/2008 22:11 Mahatma#9
Quote:
Originally Posted by Beitarist View Post
there is nothing to learn ><
all you need is already here
qft
just look @ zero's/bloodx's source or sniff the packets
u don't need to open a new thread for such things...
#closed

Greeeeeetz
Mahatma