Jump to content

Recommended Posts

Posted

omg phx is dead as hlapex....

is not true!

Karma given, keep sharing dude.

ftw google translate  --- rusian site!

Cool, cant wait.

and btw  thx for share.. and i see this one some where there but i dont know...i will search..
Posted

is not true!ftw google translate  --- rusian site!and btw  thx for share.. and i see this one some where there but i dont know...i will search..

Haaah LOL)) I don't use google translate, and all what I'm sharing ,I found on russian cheeters site , or writting myself . But in anyway, you can't find what I sharing , because on russian sites you need in big privilegios , for acces for this information.

    If you don't know , don't said something....=)

p.s "Rusian" writting- Russian

Posted

[move]Sorry that I'm posted with some delays)) ::)[/move]

// Hellbound Gracia

// Script delevel char to certain LvL

// Script on for  gm

// The begining of the work script , when char : gm take in target char: nyb

// 1. char nyb begin attacked char gm .char gm killing char: nyb

// 2. nyb escape to town, stand up, and again...1

// in party chat, writting to a lvl delevel

 

 

 

const
// Writting names of your's chars

   nyb='ххххх';// whom kill

   gm='ххххх';// who kills

var
 timer1: TTimer;
 timer2: TTimer;
 mytext:string;
 Name,Namegm, Bypass,Message:string; 
 Level,Levelup,textID,textlvl:integer;
 nybID,gmID,Attaka,slivlvl,i:integer;
 gmmm, gmX,gmY,gmZ,nybX,nybY,nybZ:integer;
procedure SendMsg2(msg:string);
begin 
 buf:=#$4A;
 WriteD(0);
 WriteD(10);
 WriteS('');
 WriteS(msg);
 SendToClientEx(gm);
end;
procedure Attakagm;
begin
  buf:=#$01;
  WriteD(nybID);
  WriteD(nybX);
  WriteD(nybY);
  WriteD(nybZ);  
  SendToServerEx(gm);
SendMsg2('delevel nyb '+Name+''); 
end;    
procedure Targetnyb;
begin
  buf:=#$1F;
  WriteD(gmID);
  WriteD(gmX);
  WriteD(gmY);
  WriteD(gmZ); 
  SendToServerEx(nyb); 
end;
procedure Attakanyb;
begin
  buf:=#$01;
  WriteD(gmID);
  WriteD(gmX);
  WriteD(gmY);
  WriteD(gmZ); 
  SendToServerEx(nyb);
SendMsg2('attacked '+Namegm+''); 
end;
procedure OnTimer1(Sender: TObject);
begin
   Targetnyb;
   Attakanyb;
if ( Attaka=1) then  begin
   Attakagm;
end;
end;
procedure Init;
begin
 timer1:=TTimer.Create(nil);
 timer1.OnTimer:=@OnTimer1;
 timer1.enabled:=false;
 timer1.interval:=2000;

 slivlvl:=0;
 Attaka:=0;
 Levelup:=1;
 end;
procedure Free; 
begin
timer1.free;
end;
begin
  if fromserver  and (pck[1]=#$32) and (ConnectName=gm) then begin
      gmX:=ReadD(2);
      gmY:=ReadD(6);
      gmZ:=ReadD(10);
      gmmm:=ReadD(14);
      gmID:=ReadD(18);
      Namegm:=ReadS(22);
       end;
begin
 if FromClient and (pck[1]=#$1F) and (ConnectName=gm)  then begin
      nybID:=ReadD(2);
      nybX:=ReadD(6);
      nybY:=ReadD(10);
      nybZ:=ReadD(14);
      SendMsg2('target '+Name+'see'); 
if (0<slivlvl) then begin
      timer1.enabled:=true;
      SendMsg2('delevel to  '+IntToStr(textlvl)+' '+Name+''); 
      end;
    end;
begin
 if fromserver  and (pck[1]=#$32)   then begin
   if (ReadD(18)=nybID) then begin
    i:=22;
    Name:=ReadS(i);
    i:=i+12;
    Level:= ReadD(i);
    Message:=' lVl='+inttostr(Level);
    SendMsg2(Name+':'+Message);
 if (Level<=slivlvl) then begin
    timer1.enabled:=false;
    nybID:= 0;
    gmID:=0;
    gmX:=0;
    gmY:=0;
    gmZ:=0;
    Attaka:=0;//attack gm
SendMsg2('congratulations '+Name+' you reached liked lvl');
SendMsg2(''+Name+' thanks all');
Levelup:=0;//атака nyb
end;
end;
end;
begin
  if fromserver and (pck[1]=#$00) then begin
   if (ReadD(2)=nybID) then begin
   timer1.enabled:=false;
   SendMsg2(''+Namegm+' kill:'+Name+''); 
   Attaka:=0;
   buf:=hstr('7D 00 00 00 00');
   SendToServerEx(nyb);
   SendMsg2(''+Name+'T e l e p o r t');
end;
end;
begin
   if fromserver and (pck[1]=#$F9) then begin 
if (Levelup=1) then begin
   timer1.enabled:=true;// start timer of attacked 
   SendMsg2('Continue attacked '+Namegm+''); 
  end;
     end;
begin
if FromServer and (pck[1]=#$33) then begin
         if (ReadD(2)=nybID) then begin
         Attaka:=1;
        end;
     end;

//===========================================
begin

if FromClient and (pck[1]=#$49) then begin
   i:=2;
   mytext:=ReadS(i);
   textID:=ReadD(i);
   textlvl:=StrToInt(mytext); 
if (textID=3)  then begin
    slivlvl:=StrToInt(mytext);
    SendMsg2( 'delevel to: '+IntToStr(textlvl)+' lVl ' ); 

pck:='';
exit;
end;
end;
//===========================================
end;
end;
 end; 
      end;   
        end;
         end;
            end.

  • 3 months later...
Posted

Script for auto target PK

 

// ver.: Gracia 1.5 PreFinal

Const UserName=('You NamE');

var

ObjectID, KarmaPK, TargetPK, MessagePK, ClassPK, i, x, y, z, TempPK: Integer;

NamePK, CvarPK : String;

ClassName: TStringList;

procedure Init;

begin

MessagePK:=1;

TargetPK:=0;

buf:=#$4A;

WriteD(0);

WriteD(10);

WriteS('');

WriteS('PK Scanner for Gracia 1.5 by Furious, metalFan');

SendToClientEx(UserName);

ClassName :=TStringList.Create;

ClassName.LoadFromFile('ClassName.ini');

end;

procedure Free;

begin

ClassName.free;

end;

procedure OnConnect(WithClient: Boolean);

begin

end;

procedure OnDisonnect(WithClient: Boolean);

begin

end;

procedure MessageSend(Msg:string);

begin

buf:=#$4A;

WriteD(0);

WriteD(10);

WriteS('');

WriteS(Msg);

SendToClientEx(UserName);

end;

procedure TargetingPK(ObjectID: Integer);

begin

if TargetPK=1 then begin

buf:=#$1F;

WriteD(ObjectID); WriteD(0); Writed(0); Writed(0); WriteC(0);

SendToServerEx(UserName); end;

end;

procedure KillRadar;

begin

buf:=#$F1;

WriteD(0);

WriteD(1);

WriteD(0);

WriteD(0);

WriteD(0);

SendToClientEx(UserName);

end;

function GetClassName(CID : integer) : string;

begin

result:=ClassName.Strings[CID];

end;

begin

if (FromServer) and (ConnectName=UserName) and (pck[1]=#$31) then

begin

x:=ReadD(2);

y:=ReadD(6);

z:=ReadD(10);

i:=22;

NamePK:=ReadS(i);

ClassPK:=ReadD(i+8);

KarmaPK:=ReadD(i+176);

if (KarmaPK>0) then

begin

ObjectID:=ReadD(18);

TargetingPK(ObjectID);

if MessagePK=1 then begin MessageSend(''+NamePK+' | '+GetClassName(ClassPK)+' | '+IntToStr(KarmaPK)+) end;

buf:=#$F1;

WriteD(0);

WriteD(1);

WriteD(X);

WriteD(Y);

WriteD(Z);

SendToClientEx(UserName);

end;

end;

if (FromServer) and (ConnectName=UserName) and (pck[1]=#$08) then begin

TempPK:=ReadD(2);

case TempPK of ObjectID:

KillRadar;

end;

end;

if (FromClient) and (ConnectName=UserName) and (pck[1]=#$49) then

begin

CvarPK:=ReadS(2);

case CvarPK of

'\start':

begin

TargetPK:=1;

MessageSend('Search On!');

pck:='';

end;

'\stop':

begin

TargetPK:=0;

MessageSend('Stopped all services!');

pck:='';

end;

'\radar':

begin

MessageSend('Radar Killed');

KillRadar;

pck:='';

end;

end;

end;

end.

 

Make file classname.ini in the folder with phx

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.



  • Posts

    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
    • small update: dc robe set sold   wts adena 1kk = 1.5$ 
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt
    • Why adena in this sever so expensive 🙂
  • Topics

×
×
  • Create New...