Hello... this is a small Tutorial how you do some hacks with packets. that aren't all but to lazy for do the rest.
Animation Overflow. ( Int & Prv )
here i show you how to overflow the animations
example ( works only with IC'S )
repeat it and you will get lights like this
[Only registered and activated users can see links. Click Here To Register...]
1hit Hack. ( Int & Prv )
see see i posted it some days ago it works on Int but not on high mobs d2 works , d3 till fl6 , emok i dunno
on psrv's it work's too you need just to make more times the procedure
after succeed change ur weapon to a new clean G40 and do again
just repeat this produce like 5 times ( int ) and on ( prv, like 15 times )
hf :)
Server Crashs. ( Int & Prv )
here there are 2 ways one works only for prv and other for both.
when the mix succeed then is too the server crashed.
Here is the second Server Crash
sandro wished to delete this one so EDITED...
Tradehack ( Int & Prv )
here i show you how to fake and setup real item,
example
First You send the real one the slot is then 0x01 (see SLOT)
then you need to send just the same packet except the slot
change it to slot2 YOU SEE IT IN THE EXAMPLE.
Forces. ( Int & Prv )
well with this one you can force into pt's , duels , trades , and student mode.
have fun.
Pimp function. ( Int & Prv )
fine fine now to the how to pimp.
COMBO VARIANT.
that was it just repeat it.
NORMAL VARIANT.
that was it just repeat it.
Storm Hack ( Prv )
here the stormhack how to. ( mage only Hermit )
i dont tell you how to get coordinates maybe in other tutorial.
Rush ride =) ( Int & Prv )
ya one that i loved the rush ride :) ( knight only VAGA )
that was the Rush ride.
Send Mix. ( Int & Prv
here the packet mixing.
ok that was the packet mixing....
there are many left but like i said was to lazy some missing where i was feeling that they don't need like
Perfect Reset ( reset all skills for free )
Mage client crash etc...
Animation Overflow. ( Int & Prv )
here i show you how to overflow the animations
example ( works only with IC'S )
PHP Code:
BYTE ani_BR[] = {0x2d, playerid};
BYTE ani_CD[] = {0x29, playerid};
BYTE ani_PN[] = {0x13, playerid};
BYTE ani_CD[] = {0x29, playerid};
[Only registered and activated users can see links. Click Here To Register...]
1hit Hack. ( Int & Prv )
see see i posted it some days ago it works on Int but not on high mobs d2 works , d3 till fl6 , emok i dunno
on psrv's it work's too you need just to make more times the procedure
PHP Code:
PRV & INT,
let be equiped your weapon. !!!! [ VERY IMPORTANT ]
BYTE MIX[] = {0x62, G40weap, Armor, Weapon, medicine, money};
PHP Code:
BYTE MIX[] = {0x62, G40weap, Armor, Weapon, medicine, money};
hf :)
Server Crashs. ( Int & Prv )
here there are 2 ways one works only for prv and other for both.
PHP Code:
PRV ONLY,
BYTE CrashPRV[] = {0x62, weapon1, weapon1, armor, medicine, money, 0x80};
Here is the second Server Crash
sandro wished to delete this one so EDITED...
Tradehack ( Int & Prv )
here i show you how to fake and setup real item,
example
PHP Code:
PRV & INT, (I T E M) (SLOT)
BYTE REAL[] = {0x1c, 0x01, 0x20, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00};
BYTE FAKE[] = {0x1c, 0x01, 0x20, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00};
then you need to send just the same packet except the slot
change it to slot2 YOU SEE IT IN THE EXAMPLE.
Forces. ( Int & Prv )
well with this one you can force into pt's , duels , trades , and student mode.
PHP Code:
PRV & INT,
BYTE AskToTrade[] = {0x23, 0x01, playerid};
BYTE AskToParty[] = {0x2d, 0x01, playerid};
BYTE AskToDuel[] = {0x51, 0x01, playerid};
BYTE AskToStudent[] = {0x55, 0x01, playerid};
Pimp function. ( Int & Prv )
fine fine now to the how to pimp.
COMBO VARIANT.
PHP Code:
PRV & INT,
BYTE PIMP[] = {0x39, poly_w, 0x39, tali_w};
NORMAL VARIANT.
PHP Code:
PRV & INT,
BYTE UseP[] = {0x39, Poly, weapon};
BYTE UseT[] = {0x39, Tali, weapon};
Storm Hack ( Prv )
here the stormhack how to. ( mage only Hermit )
PHP Code:
PRV ONLY,
BYTE STORM[] = {0x10, 0x2b, x, y};
Rush ride =) ( Int & Prv )
ya one that i loved the rush ride :) ( knight only VAGA )
PHP Code:
AID = MonsterID, PlayerID, NpcID;
BYTE RUSH[] = {0x2b, 0x15, AID};
Send Mix. ( Int & Prv
here the packet mixing.
PHP Code:
PRV & INT,
BYTE MIX[] = {0x62, RealWeap, Armor, Weapon, medicine, money};
there are many left but like i said was to lazy some missing where i was feeling that they don't need like
Perfect Reset ( reset all skills for free )
Mage client crash etc...