Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Lineage 2 > Lin2 Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 13:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



L2phx ANti Target ------ Script ----- ExploiT !!!

Discussion on L2phx ANti Target ------ Script ----- ExploiT !!! within the Lin2 Exploits, Hacks, Bots, Tools & Macros forum part of the Lineage 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 47
Received Thanks: 6
L2phx ANti Target ------ Script ----- ExploiT !!!

var act:integer; me1:char; me2:char; me3:char; me4:char; nm:integer; t1:char; t2:char; t3:char; t4:char; nt:integer; shade:integer; mz:integer; pz:integer; tz:integer; hz:integer;

procedure SendMsg(msg:string);
begin
buf:=#$4A;
WriteD(0);
WriteD(10);
WriteS('');
WriteS(msg);
SendToClient;
end;

begin


//Analize ID

if nm<>1 then
begin
if FromServer and (pck[1]=#$04) then
begin
me1:=pck[18];
me2:=pck[19];
me3:=pck[20];
me4:=pck[21];
nm:= 1;
end;
end;


//???????? ?????

if FromClient and (pck[1]=#$1B) and (pck[2]=#$06) then
begin
act:=1;
SendMsg('AT system on');
end;

if FromClient and (pck[1]=#$1B) and (pck[2]=#$05) then
begin
act:=0;
SendMsg('AT system off'); // Kodas .g
end;

if FromClient and (pck=#$38#$2E#$00#$67#$00#$00#$00#$03#$00#$00#$00) then
begin
mz:=1;
SendMsg('Advanced m.def on') // kodas .m
end;

if FromClient and (pck=#$38#$2E#$00#$6D#$00#$00#$00#$03#$00#$00#$00) then
begin
mz:=0;
SendMsg('Advanced m.def off') //kodas .f
end;

if FromClient and (pck=#$38#$2E#$00#$66#$00#$00#$00#$03#$00#$00#$00) then
begin
pz:=1;
SendMsg('Advanced p.def on') //kodas .p
end;

if FromClient and (pck=#$38#$2E#$00#$70#$00#$00#$00#$03#$00#$00#$00) then
begin
pz:=0;
SendMsg('Advanced p.def off') //kodas .d
end;

if FromClient and (pck=#$38#$2E#$00#$64#$00#$00#$00#$03#$00#$00#$00) then
begin
tz:=1;
SendMsg('Anti-target on') //kodas .o
end;

if FromClient and (pck=#$38#$2E#$00#$6F#$00#$00#$00#$03#$00#$00#$00) then
begin
tz:=0;
SendMsg('Anti-target off') //kodas .a
end;

if FromClient and (pck=#$38#$2E#$00#$61#$00#$00#$00#$03#$00#$00#$00) then
begin
hz:=1;
SendMsg('Hit"n"Hide on') //kodas .h
end;

if FromClient and (pck=#$38#$2E#$00#$68#$00#$00#$00#$03#$00#$00#$00) then
begin
hz:=0;
SendMsg('Hit"n"Hide off')
end;

if FromClient and (pck[1]=#$1B) and (pck[2]=#$03) then
begin
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
end;

if act=1 then
begin

if tz=1 then
begin
if FromServer and (pck[1]=#$29) and (pck[6] = me1) and (pck[7] = me2) and (pck[8] = me3) and (pck[9] = me4) then
begin
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
end;
end;

if mz=1 then
begin
if FromServer and (pck[1]=#$48) and (pck[6] = me1) and (pck[7] = me2) and (pck[8] = me3) and (pck[9] = me4) and (pck[2] <> me1) and (pck[3] <> me2) and (pck[4] <> me3) and (pck[5] <> me4) then
begin
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
end;
end;

if pz=1 then
begin
if FromServer and (pck[1]=#$05) and (pck[6] = me1) and (pck[7] = me2) and (pck[8] = me3) and (pck[9] = me4) and (pck[2] <> me1) and (pck[3] <> me2) and (pck[4] <> me3) and (pck[5] <> me4) then
begin
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
end;
end;

if hz=1 then
begin
if FromServer and (pck[1]=#$48) and (pck[6] = me1) and (pck[7] = me2) and (pck[8] = me3) and (pck[9] = me4) then
begin
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
end;
end;

end;


//Target part

if FromClient and (pck[1]=#$04) then
begin
nt:=1;
t1:=pck[2];
t2:=pck[3];
t3:=pck[4];
t4:=pck[5];
end;

if FromClient and (pck[1]=#$37) then
begin
nt:=0;
end;

if nt=1 then
begin
if FromClient and (pck[1]=#$30) then
begin
buf:=#$04+t1+t2+t3+t4+#$00#$00#$00#$00#$00#$00#$00 #$00#$00#$00#$00#$00#$00;
SendToServer;
buf:=#$A6+t1+t2+t3+t4+#$00#$00;
SendToClient;
end;
end;

if FromClient and (pck[1]=#$1B) and (pck[2]=#$04) then
begin
buf:=#$04+t1+t2+t3+t4+#$00#$00#$00#$00#$00#$00#$00 #$00#$00#$00#$00#$00#$00;
SendToServer;
buf:=#$A6+t1+t2+t3+t4+#$00#$00;
SendToClient;
end;

//shadowmelt

if FromClient and (pck[1]=#$1B) and (pck[2]=#$07) then
begin
shade:=1;
buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;
SendToServer;
SendMsg('Skipped to Shadows');
end;

if FromClient and (pck[1]=#$1B) and (pck[2]=#$08) then
begin
shade:=0;
buf:=#$30#$00#$00;
SendToServer;
SendMsg('Reveal from Darkness');
end;

if shade = 1 then
begin
if FromClient and (pck[1]=#$30) then pck:='';
end;

end.





----------------------------------------------------------------------
('AT system off'); // Cod .g

'Advanced m.def on') // Cod .m

('Advanced m.def off') //Cod .f

('Advanced p.def on') //Cod .p

'Advanced p.def off') //Cod .d

('Anti-target on') //Cod .o

('Anti-target off') //Cod .a

('Hit"n"Hide on') //Cod .h
alekoakooo is offline  
Old 03/11/2010, 13:06   #2
 
elite*gold: 0
Join Date: Feb 2010
Posts: 47
Received Thanks: 6
:d
alekoakooo is offline  
Old 03/12/2010, 19:32   #3
 
elite*gold: 0
Join Date: Mar 2008
Posts: 469
Received Thanks: 34
WHO WOULD USE THIS ??? LOOOOOOOL
waterflyfire is offline  
Thanks
1 User
Old 03/15/2010, 02:45   #4
 
elite*gold: 0
Join Date: Jan 2010
Posts: 19
Received Thanks: 2
Give me Error at

Client and (pck[1]=#$1B) and (pck[2]=#$03) then

buf:=#$48#$00#$00#$FE#$FF#$7F#$AB#$03#$00#$E9#$F1# $FF#$FF#$88#$D4#$00#$00#$00#$00#$00#$00;

Can u help me?
ClinT~ is offline  
Thanks
1 User
Old 03/16/2010, 17:41   #5
 
elite*gold: 0
Join Date: Feb 2010
Posts: 47
Received Thanks: 6
Use l2phx 319 ---- go Google and Write l2phx 319
alekoakooo is offline  
Old 03/19/2010, 04:05   #6
 
elite*gold: 0
Join Date: Feb 2010
Posts: 108
Received Thanks: 3
lol




__________________



degret backing is offline  
Reply


Similar Threads Similar Threads
[Tutorial]Anti Invisible & Anti Stealth Exploit - PK2
08/24/2015 - SRO Coding Corner - 113 Replies
Anti Invisible part 1 of 2(skill 1 level 1-6) Hello E*PvP Members, In this tutorial I will show you how to be able to see players under Invisible First, you need these tools http://img85.imageshack.us/img85/9651/damnyousifu au1.png -Pic changed as Sifu requested 1.PK2 Tools v2.0 by Drew Benton(aka pushedx) is needed to export/import files from media.pk2 2.Text editor(WordPad for example)
L2Phx Dont Work?And you are using AVG Anti-Virus?
06/16/2010 - Lin2 Guides & Templates - 6 Replies
Hello all i want to help you all who use AVG Anti-Virus and L2Phx dont work to them. Turtorial is only for one who cant copy,cut or start l2phx.exe so here we go... 1. Downloading --- Download AVG Version 8.0.176 2.Set up --- Ok Install AVG... When u enter it it looks like this: http://img74.imageshack.us/img74/3002/avgmainha4. th.png Ok now we are in main screen of AVG anti-Virus
Need an Normaly enchant script for l2phx
12/15/2009 - Lineage 2 - 0 Replies
Hello, can some plz send me an normal enchant script? Just using blessed enchant weapon scrolls s grade (and armor) and also the normal scrolls? for eyample: using a blessed scroll of enchant weapon s grade on Dynbow`? edit2//: for gracia pt2 / epiloge
DAOC: Easy Target Exploit
07/09/2005 - General Gaming Discussion - 2 Replies
First, launch daoc and get to the screen where you enter your accountname/password. Then, go into your atlantis/items/pskins directory and delete the file "pskin015.mpk". Then log into the game as normal. This will cause all artifacts to turn up at PURE white, making any kind of caster class VERY easy to identify and target- just look for a long white thing and click it!



All times are GMT +1. The time now is 13:16.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.