NLObP Posted May 21, 2009 Posted May 21, 2009 Improved script for invisibility. Now do you see mobov, as they are you, no. He works not at all. I have been working :D var pck48:string; hidden:boolean; i,x,y:integer; procedure Init; begin hidden:=false; pck48:=''; randomize; end; procedure SendMsg(msg:string); begin buf:=#$4A; WriteD(0); WriteD(2); WriteS('hLaPEx'); WriteS(msg); SendToClient; end; begin if FromServer and (pck[1]=#$28)and(hidden=true) then pck:=#$48; if FromServer then exit; case ord(pck[1]) of $1B:case ord(pck[2]) of $05:begin SendMsg('invisible_mode: Off'); pck:=#$30; hidden:=false; end; $06:begin if pck48='' then exit; SendMsg('invisible_mode: On'); hidden:=true; pck:=pck48; i:=2; x:=ReadD(i); y:=ReadD(i); x:=x+1000+round(random*200)-100; y:=y+1000+round(random*200)-100; buf:=pck; WriteD(x,2); WriteD(y,6); pck:=buf; end; end; $48:pck48:=pck; $30:if hidden then pck:=''; end; end. Senks for mooved Maxtor good very good ;) Quote
cyperex Posted May 22, 2009 Posted May 22, 2009 Uhh... what is this? Can u explain a lil better what this does? Invisibility doesnt say much, does it make u invisible or what? Quote
tiranous Posted May 22, 2009 Posted May 22, 2009 i think its for l2phx... but tell us how to use... Quote
ultrawolf Posted May 22, 2009 Posted May 22, 2009 It's a script for l2phx. You copy the code to scripts in phx and run it. BTW doesn't work for me. tried on gracia pt 2.2 Quote
Raule Posted May 22, 2009 Posted May 22, 2009 I go to test it in some gracia servers. I'll give you the results later. Quote
DemonicSØuL Posted May 22, 2009 Posted May 22, 2009 This Script is old i think so, and its not working...i don't think that you will find a server ,where its working ! Quote
DeMeNs0s Posted May 22, 2009 Posted May 22, 2009 This Script is old i think so, and its not working...i don't think that you will find a server ,where its working ! this script works on a non- updated c3 server and older. lolen Quote
Raigon Posted May 22, 2009 Posted May 22, 2009 This is old script that worked on many many many little servers.Every man who download l2phx will have it. Quote
jdman2002 Posted May 22, 2009 Posted May 22, 2009 it works!! in c4 outdated and crappy-as-hell servers!! xaxaxaxa rofl Quote
NLObP Posted May 23, 2009 Author Posted May 23, 2009 doesn't work on gracia 2 servers LOL its for c3-c6 its new skript go to coderx and read Quote
Recommended Posts
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.