Jump to content

Invisible mode for C4 off servers :)


TheVortex

Recommended Posts

We create notepad file, put there this script, save it. Rename it from .txt to .pas . We go to hlapex open script secion click load then find .pas file we created and clik ok we run l2 and in game click yes action Smile)) and we are invisible Smile Tested on 3 off serveres with high security levels Smile

 

script:

 

//Invisible Mode

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 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.

 

 

 

Newst hlpaex here:

http://msfu.net.ru/download/download.php?fn=lineage/hLaPEx.rar&l=e

 

Try to kill GameGuard first.

 

Ok loaded in on E-S, hit the yes emote and everything else was invisible lol.

 

I thought you could be invisible, but in stead everything around you is.

 

It works on Eternal Sin.

 

LoL Smile it works on dragon without GG kill Smile))

And btw you get invisible, but you cant move and cant see other, but if u have low lofe u click"yes" action and heal your self and back to combat Smile, good way to avoid magc spells :0

 

lol works perfekt ^^

Link to comment
Share on other sites

This script is old and I don't think it will work on any off-server. It's one of the script that has always been with hlapex when you download it (monster.pas)

 

is what i said isnt it?

i remembered this script from hlapex and also Phx

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock