|
You last visited: Today at 17:20
Advertisement
Escaflowne Engine
Discussion on Escaflowne Engine within the Mabinogi Hacks, Bots, Cheats & Exploits forum part of the Mabinogi category.
01/28/2012, 07:17
|
#31
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by kcy1019
I used 520C RECV packet,
and that's why I couldn't use the hane-based delphi module.
I think hane module can't handle this packet:
0000520C3000000000000000BC01280004< targetID> 01050600086B63793130313900060001000600085F53545220 203A00030001FBD1010001000100010003C465360003000000 00051058793F050000803F050000803F050000803F03<Regio n>03<X-Coord>03<Y-Coord>015E0300000000010003008A82750300000000030000 000005000080BF060001000500000000050000000005000000 0005000000000300000001030000000105228EF53D03FF368C AE03000000190100050000F041030000000002EA6100000
and I don't know much about delphi, so I couldn't fix the module..
anyway, mechanism is: When 7924 is received,
Detector automatically receives 520C.
(-so what detector handles is only recv-)
520C is: "Showing other character" packet.
and format is almost same as 5209 and 0000 Recv.
Go analyze that yourself :] that'll be interesting.
and don't forget to read data\db\race.xml
7924 is: "Something hit something another" packet.
|
Why so many parameters for 520C??! could you give me the build format if you have it?
|
|
|
01/28/2012, 07:27
|
#32
|
elite*gold: 0
Join Date: Aug 2009
Posts: 111
Received Thanks: 5
|
Quote:
Originally Posted by kcy1019
I used 520C RECV packet,
and that's why I couldn't use the hane-based delphi module.
I think hane module can't handle this packet:
0000520C3000000000000000BC01280004< targetID> 01050600086B63793130313900060001000600085F53545220 203A00030001FBD1010001000100010003C465360003000000 00051058793F050000803F050000803F050000803F03<Regio n>03<X-Coord>03<Y-Coord>015E0300000000010003008A82750300000000030000 000005000080BF060001000500000000050000000005000000 0005000000000300000001030000000105228EF53D03FF368C AE03000000190100050000F041030000000002EA6100000
and I don't know much about delphi, so I couldn't fix the module..
anyway, mechanism is: When 7924 is received,
Detector automatically receives 520C.
(-so what detector handles is only recv-)
520C is: "Showing other character" packet.
and format is almost same as 5209 and 0000 Recv.
Go analyze that yourself :] that'll be interesting.
and don't forget to read data\db\race.xml
7924 is: "Something hit something another" packet.
read my older post.. did you clicked the 'connect' button?
I didn't tested in crowds yet(because I'm banned..).
Theoretically, detector works like this:
When "something you can't see" hit "something another you can see",
detector turns "something you can't see" into a golem.
(because 520C can't edit the characters normally you can see and
only can edit the rest of characters)
1.Because you can't understand.
2.Because of your ridiculous signature and words.
I think both of my assumptions are right LOL!
|
yes i clicked connect and it showed the golem of the person GM hideing, but it did not show him why he was in GM hide,
|
|
|
01/28/2012, 07:27
|
#33
|
elite*gold: 0
Join Date: Aug 2009
Posts: 57
Received Thanks: 13
|
Quote:
Originally Posted by lilaznboy2
Why so many parameters for 520C??! could you give me the build format if you have it?
|
520C - other characters, ...
0000 - npc, monsters
5209 - yourself
You can easily catch them by alissa.(use setting>filter)
they're sharing the same build format..
Shortest version (sorry it's delphi code):
targetID:= 3458764513820540928;
//$3000000000000000
NewP.SetOP($520C, targetID);
NewP.SetID(P.GetID(1));
//Target's CharID
NewP.SetByte(5);
NewP.SetStr('kcy1019');
//Character's name
NewP.SetStr('');
NewP.SetStr('');
NewP.SetInt(130001);
//130001 is race ID of golem
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetInt($C4653600);
//$C4653600 is for enemy
NewP.SetInt(0);
NewP.SetFloat(0);
NewP.SetFloat(1);
NewP.SetFloat(1);
NewP.SetFloat(1);
NewP.SetInt(Rpos);
//Region
NewP.SetInt(Xpos);
//X
NewP.SetInt(Ypos);
//Y
|
|
|
01/28/2012, 07:31
|
#34
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by kcy1019
520C - other characters, ...
0000 - npc, monsters
5209 - yourself
You can easily catch them by alissa.(use setting>filter)
they're sharing the same build format..
Shortest version (sorry it's delphi code):
targetID:= 3458764513820540928;
//$3000000000000000
NewP.SetOP($520C, targetID);
NewP.SetID(P.GetID(1));
//Target's CharID
NewP.SetByte(5);
NewP.SetStr('kcy1019');
//Character's name
NewP.SetStr('');
NewP.SetStr('');
NewP.SetInt(130001);
//130001 is race ID of golem
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetByte(0);
NewP.SetInt($C4653600);
//$C4653600 is for enemy
NewP.SetInt(0);
NewP.SetFloat(0);
NewP.SetFloat(1);
NewP.SetFloat(1);
NewP.SetFloat(1);
NewP.SetInt(Rpos);
//Region
NewP.SetInt(Xpos);
//X
NewP.SetInt(Ypos);
//Y
|
Thank you! Being in delphi is no problem at all, in fact, I prefer it in delphi
|
|
|
01/28/2012, 07:33
|
#35
|
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 1
|
eh..know what they say,download at your own risk,im not willing to risk my account over this however,even when it does show gm hiders what good will it do if you cannot attack them? no offense but this all seems a little fishy to me,what i also find fishy about your "youtube" links. a peroid betwin youtube,when far as i know,no youtube url has a " . " betwin u and b. if a mod like this "does" exist though then that would be nice.
|
|
|
01/28/2012, 07:37
|
#36
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by kcy1019
You can hit them either by bow or sword,
but only bow can hurt them.
|
^
youtu.be links are short-links created by youtube...
|
|
|
01/28/2012, 07:42
|
#37
|
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 1
|
Quote:
Originally Posted by lilaznboy2
^
youtu.be links are short-links created by youtube...
|
yeah i just realized that, i looked up the video name in youtube search box,blond momment on my side,and btw,you quoted the wrong person,tho it be nice if this really is safe,no more gm hide abuse,again a player finds a fix before nexon.
|
|
|
01/28/2012, 07:42
|
#38
|
elite*gold: 0
Join Date: Aug 2009
Posts: 57
Received Thanks: 13
|
Quote:
Originally Posted by allen44
eh..know what they say,download at your own risk,im not willing to risk my account over this however,even when it does show gm hiders what good will it do if you cannot attack them? no offense but this all seems a little fishy to me,what i also find fishy about your "youtube" links. a peroid betwin youtube,when far as i know,no youtube url has a " . " betwin u and b. if a mod like this "does" exist though then that would be nice.
|
That's right.
"I didn't made a keylogger or something harmful, but if you can't trust,
you just don't use it" is what I wanted to say.
but I want to point out some wrong things.. (no offense)
You can attack golems(by ranged combat mastery, magnum shot, ...).
and youtu.be is normal youtube-generated-url. because I grabbed that url from youtube when I uploaded that videos (my location is set to german.. when location is set to Korea, uploading is blocked).
|
|
|
01/28/2012, 07:45
|
#39
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by allen44
yeah i just realized that, i looked up the video name in youtube search box,blond momment on my side,and btw,you quoted the wrong person,tho it be nice if this really is safe,no more gm hide abuse,again a player finds a fix before nexon.
|
I didn't quote the wrong person...
|
|
|
01/28/2012, 07:53
|
#40
|
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 1
|
Quote:
Originally Posted by kcy1019
That's right.
"I didn't made a keylogger or something harmful, but if you can't trust,
you just don't use it" is what I wanted to say.
but I want to point out some wrong things.. (no offense)
You can attack golems(by ranged combat mastery, magnum shot, ...).
and youtu.be is normal youtube-generated-url. because I grabbed that url from youtube when I uploaded that videos (my location is set to german.. when location is set to Korea, uploading is blocked).
|
yeah just watched the video sorry for my statement,just hard to beleive that theres a mod or packet that can counter the almighty Gm hide,i hope this works then. do i need to inject this with pake or does this automactily work once you install it?
|
|
|
01/28/2012, 07:54
|
#41
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by allen44
yeah just watched the video sorry for my statement,just hard to beleive that theres a mod or packet that can counter the almighty Gm hide,i hope this works then. do i need to inject this with pake or does this automactily work once you install it?
|
it's not an installation. it's a trainer-like thingy.
@kcy, what's $C4653600 in INT?
edit: nevermind.  figured it out
|
|
|
01/28/2012, 07:57
|
#42
|
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 1
|
got no idea what that is rofl so i inject it with pake then.
|
|
|
01/28/2012, 07:59
|
#43
|
elite*gold: 0
Join Date: Jul 2009
Posts: 539
Received Thanks: 64
|
Quote:
Originally Posted by allen44
got no idea what that is rofl so i inject it with pake then.
|
...just run the exe.
|
|
|
01/28/2012, 08:01
|
#44
|
elite*gold: 0
Join Date: Jul 2009
Posts: 875
Received Thanks: 103
|
Quote:
Originally Posted by kcy1019
1.Because you can't understand.
2.Because of your ridiculous signature and words.
I think both of my assumptions are right LOL!
|
Might be because I expected this.
|
|
|
01/28/2012, 08:12
|
#45
|
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 1
|
mk,one last question then i will stop being annoying,excally how does this work? i start mabi,turn the detector on then just wait for someoen to attack me in gm hide,then they should automactily appear as a golem right? or is there more to it then just that.
|
|
|
All times are GMT +1. The time now is 17:20.
|
|