maniac25 Posted November 7, 2006 Posted November 7, 2006 this is text for hlapex's script make .txt copy text below to it , and than rename it to .pas , run halpex and chose this script and enjoy yourself=) //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. © Hint
golgo13 Posted November 7, 2006 Posted November 7, 2006 so mobs wont see me if i hit them?!!! If thats true!!! Man you can kill raid boss alone!! :shock: Does it work on c4-c5 off or only l2j?
procrustis Posted November 7, 2006 Posted November 7, 2006 i think it has some problem with "end" plz fix it
procrustis Posted November 7, 2006 Posted November 7, 2006 $48;pck48:=pck; [ERROR] 'END' expected same problem ....
publies Posted November 7, 2006 Posted November 7, 2006 If any speak russian go to this forum and translate the post that have scripts for Hlapex. http://www.cheatworld.ru/forum/forumdisplay.php?f=31 1
maniac25 Posted November 7, 2006 Author Posted November 7, 2006 Sorry i correct code, there was mistake in $48:pck48:=pck; !!! this corect line
procrustis Posted November 7, 2006 Posted November 7, 2006 now it's correct but what we have to do to run it? we have to press "Call Init" ?
trexx Posted November 7, 2006 Posted November 7, 2006 hmmmm.... I only have the DEMO version, so I cant activate and start scripts. Does anyone know where to download full version or how to purchase full version?
golgo13 Posted November 9, 2006 Posted November 9, 2006 Be clear of what this hack of urs does!!! Is it client side or server...will mob see you if you hit...do you need full hlapex or demo is good enough.
pwNy00all Posted November 9, 2006 Posted November 9, 2006 yea if u need Full where can u get it cuz i only have demo! i search around and i didnt find it
rMx15 Posted November 9, 2006 Posted November 9, 2006 After searching the forum i found this :? , you should try using ur eyes too :wink: http://rapidshare.de/files/35975043/ynghlapex.rar.html With this version (that yngwie uses too) you can use scripts aswell.
Recommended Posts