Jump to content

Recommended Posts

Posted

Hey guys, ive been using the bot shared here http://www.maxcheaters.com/forum/index.php?topic=82812.0 on a hellbound server

and sometimes it just sends a "Logout" packet randomly (i think) its not miss configured as far as i see... So im asking for som help on l2phx scripting to block these packets being sent to server...

Something like

 

if "logout packet" fromclient

block "logout packet"

end

 

Anyone plz?

 

nvm, found it

if pck fromclient and pck='00'

begin

pck = '';

end

 

(not real code, but thats the idea)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...