Credits

Gaming images in headers are trademarks of their respective holders.

DeathSoft: L2PacketHack 3.1.6 - DeathSoft

Jump to content

Hide message Show message
Welcome to DeathSoft!

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more.




  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

L2PacketHack 3.1.6

#1 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 17 December 2007 - 09:23 AM

English version of the program L2PacketHack Version 3.1.6



L2packethack better than HlaPeX because hlaPeX not best program for manipulation with packages but more clear for beginners .It is lacks such as for example: use only one script.


Differences from 3.1.2: - mistakes are corrected at work with several connections - in scripts new procedures and variables (about them it is possible to learn in a theme the Built in variables and functions for scripts) are added - the editor of scripts (has put more convenient component) is improved - on Viewing buttons for work with a broad gully of
Difference from 3.1.3 are added: - works on Interlude servers (on OFF precisely)


The built in variables and functions for scripts

Accessible variables:

pck (string) - a current processable package (without first two bytes with a size)

FromClient (boolean) - the package (pck) has come from the client (that not FromServer)

FromServer (boolean) - the package (pck) has come from a server (that not FromClient)

buf (string) - the buffer used by some functions

ConnectName (string) - a name char from or to which there is a package (works since version 3.1.3)


Accessible functions:


ShowTab and HideTab - for display/concealment of the panel to operate which it is possible from script SendToClient - sends the client contents of a variable buf SendToServer - sends a server contents of a variable buf SendToClientEx (CharName: string) - sends the client with name CharName contents of a variable buf (works since version 3.1.3)

SendToServerEx (CharName: string) - sends a server with name CharName contents of a variable buf (works since version 3.1.3) (to a package buf are automatically added 2 bytes lengths)


ReadD (var index:integer):integer - reads from a variable pck number (4 bytes)

ReadS (var index:integer):string - reads from a variable pck line

ReadC (var index:integer):byte - reads from a variable pck byte

Index - an initial position of reading which is modified by function (moves on number byte)


HStr (h:string):string - will transform a line to HEX-sequence For example, HStr (' AA 00 BB 00 CC 00 ') will return a chain of byte * $AA * $ 00 * $ BB * $ 00 * $ CC * $ 00. It is possible to transfer a line both with blanks, and without them; the register of symbols has no value.


WriteS (v:string) - writes to a variable buf a line (machine translation in unicode)

WriteD (v:integer; ind:integer=0) - writes to a variable buf number (4 bytes)

WriteC (v:byte; ind:integer=0) - writes to a variable buf one byte


In first two procedures there is a unessential parameter ind. If the parameter is not specified, the variable buf is supplemented with bytes/number, the part of the buffer differently is modified. An example: buf=HStr (' AA BB CC DD EE ');

If to cause function WriteD (10,1) we shall receive buf = [AA BB CC DD EE 0A 00 00 00].


Example script:
begin
  if FromClient and (ConnectName='SokolA') and (pck=HStr('1b 04 00 00 00')) then begin
    buf:=HStr('45 00 00 00 00 00 00 00 00 00');
    SendToServerEx('SokolB');
    pck:='';
  end;
end.


At reception from the client playing for чара with anybody SokolA a package 1b 04 00 00 00 ("Victory") непропустит this package also will send social action a package 45 00 00 00 00 00 00 00 00 00 (the command to sit down) on behalf of the client playing for чара with anybody SokolB, тоесть is played by you in two windows, in one SokolA, in other SokolB, press in the first Victory, and SokolB sits down.

On menu Scripts:

Procedure Init is caused when you establish beside with a script a tick. Procedure Free is caused when you clean beside with a script a tick. The basic body of a script (between begin and end) is caused each time at reception of a package from a server or the client if the script is noted by a tick.

On menu In addition:

the Basic body of a script (between begin and end) is caused on pressing the button To execute, and Stop, or on the termination of work of a script stops or on pressing.


Download: http://rapidshare.co...1.6Eng.zip.html

Enjoy  :)


[color="yellow"]Credits: ClanLQ

Posted Image
0

#2 User is offline   axell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 13-November 07

Posted 18 December 2007 - 06:36 AM

hi am this iz a bit complicated for me amm what daz this hack do ? sory for the lame question
0

#3 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 18 December 2007 - 07:24 AM

Quote

hi am this iz a bit complicated for me amm what daz this hack do ? sory for the lame question


Its a little hard to explain how this works, this hack is nice for who already knows Hlapex hack, with this you will be able to modify the server-client packets easier, on C4 we could login any account, on C5 there was some nice hacks, on C6 i have no idea.

Anyway this is some kind of WPE (Winsock Packet Editor) made specificaly to Lineage2  :)

Posted Image
0

#4 User is offline   axell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 13-November 07

Posted 20 December 2007 - 12:01 PM

and what daz this hack haz to offer (power,enchanting hack...) im on an interlude server now
0

#5 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 22 December 2007 - 07:46 AM

Quote

and what daz this hack haz to offer (power,enchanting hack...) im on an interlude server now


On interlude i enver explored nothing of hacking so i cant help you.

As i said, this hack is more indicated to who has already some knowledge about packet editing  ;)
Posted Image
0

#6 User is offline   davi00n 

  • Member
  • PipPip
  • Group: Members
  • Posts: 87
  • Joined: 10-December 07

Posted 01 January 2008 - 07:51 PM

Well Jotac, im playing on a c4 server, do you know anything fun i could do with this?
Posted Image
0

#7 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 09 January 2008 - 05:57 PM

Quote

Well Jotac, im playing on a c4 server, do you know anything fun i could do with this?


[font=Comic Sans MS][color=#6075d2]Actually right now with me i have nothing but i will try to post some old exploits for that version when i get some time.
Posted Image
0

#8 User is offline   davi00n 

  • Member
  • PipPip
  • Group: Members
  • Posts: 87
  • Joined: 10-December 07

Posted 22 January 2008 - 04:37 AM

All i get is a dc :< And i'm not sure if im doing this the right way =P
Posted Image
0

#9 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 25 January 2008 - 05:18 AM

Quote

All i get is a dc :< And i'm not sure if im doing this the right way =P
[font=Comic Sans MS][color=#FF3333]
Some servers have a protection agains this hack and it doesnt let you login, i found no fix to that problem, sry  :-X
Posted Image
0

#10 User is offline   davi00n 

  • Member
  • PipPip
  • Group: Members
  • Posts: 87
  • Joined: 10-December 07

Posted 08 February 2008 - 01:11 PM

I can log in, but when i press like "initiate the bullcrap" i get a dc.
Posted Image
0

#11 User is offline   virusa 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 17-December 07

Posted 12 February 2008 - 08:54 AM

Quote

Quote

hi am this iz a bit complicated for me amm what daz this hack do ? sory for the lame question


Its a little hard to explain how this works, this hack is nice for who already knows Hlapex hack, with this you will be able to modify the server-client packets easier, on C4 we could login any account, on C5 there was some nice hacks, on C6 i have no idea.

Anyway this is some kind of WPE (Winsock Packet Editor) made specificaly to Lineage2  :)

can you login whit l2 packet in this server ? http://lineage2forever.com/
0

#12 User is offline   aasi888 

  • Hero Member
  • PipPipPipPipPip
  • Group: Special V.I.P
  • Posts: 1,010
  • Joined: 09-August 07

Posted 12 February 2008 - 05:23 PM

I managed to get gold on one server using this method (C6). Each time you killed a player you get 1 adena. I did some sell packets on other server and modified it to work with the server I was playing and got 2,1 billion adena :D. Then I just went to shop and bought full dynasty set which costs total around 10k. Too bad I invited an old friend of mine who screwed things up. He ended up getting blocked form my MSN.
That's the one time I'm managed to do something usefull on an Interlude server.
Wowhead: It's not cheating if the Internet lets you do it!
0

#13 User is offline   lalalandman 

  • Member
  • PipPip
  • Group: Site Donator
  • Posts: 15
  • Joined: 23-November 07

Posted 12 February 2008 - 05:40 PM

Quote

I managed to get gold on one server using this method (C6). Each time you killed a player you get 1 adena. I did some sell packets on other server and modified it to work with the server I was playing and got 2,1 billion adena :D. Then I just went to shop and bought full dynasty set which costs total around 10k. Too bad I invited an old friend of mine who screwed things up. He ended up getting blocked form my MSN.
That's the one time I'm managed to do something usefull on an Interlude server.

I'd love to be able to do somethin like that on interlude, or an item dupe of some kind.
0

#14 User is offline   hehejo 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 21-February 08

Posted 21 February 2008 - 05:26 PM

where do i get more scripts for that :)
0

#15 User is offline   JotaC 

  • Hero Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,083
  • Joined: 23-August 07
  • Location:DeathSoft.com

Posted 24 February 2008 - 02:06 PM

Quote

where do i get more scripts for that :)
[font=Comic Sans MS][color=#FF3333]

No idea, i tried to look for some also but the sites where that exists want me to pay for a premium acc so i can see the content  :-X
Posted Image
0

#16 User is offline   Underdude 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 29-January 08

Posted 15 March 2008 - 02:18 PM

what can i do with this on c5?
0

#17 User is offline   ZigZag 

  • Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 27-January 08

Posted 19 March 2008 - 10:08 AM

Maybe someone have some good scripts for interulde? Would be very good to get some extra money...
0

#18 User is offline   avoid 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 04-January 08

Posted 10 April 2008 - 09:14 AM

maybe someone will make a nice hack like emuhaker for wow  ;D
0

#19 User is offline   zahoan 

  • Member
  • PipPip
  • Group: Members
  • Posts: 35
  • Joined: 09-November 07

Posted 10 April 2008 - 09:36 AM

just a curiosity (for the moment) this packet editor works for just l2j servers or works for retail files private servers? I suppose from the start that this doesnt work on official l2 servers.

Did anyone used it on servers like dex at www.lineage.ro? This is one of the top servers.. or it was until the owner grandomania screwed it up
0

#20 User is offline   deppyy 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 09-April 08

Posted 10 April 2008 - 09:45 AM

when i pressing list to teleport whit emuhacker it donst come to choose GM island , orgrimmar and that stuff what shall i do?=!?!?!?!?!?!?!?!?!?!
0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic





1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Enter your sign in name and password


Sign in options
  Or sign in with these services