Jump to content

Recommended Posts

Posted

Alloha guyz! One day i found a site with scripts! And i found and a spam script!

 

Video:

 

Video is from L2 DW!

 

var
 m: TMemo;
 frm:TForm;
 penel: TPanel;
 etext:  tedit;
 button: tbutton;
 i: Integer;
 Message, Name: String;

procedure SendMs(Sender: TButton);
var
 Msg, Nm: String;
 dd: integer;
begin
 if etext.text<>'' then begin
   buf:=#$38;
   case etext.text[1] of
     '!': begin
       Msg:=Copy(etext.text,2,1000);
       dd:=1;
       nm:='';
     end;
     '$': begin
       Msg:=Copy(etext.text,2,1000);
       dd:=9;
       nm:='';
     end;
     '+': begin
       Msg:=Copy(etext.text,2,1000);
       dd:=8;
       nm:='';
     end;
     '"': begin
       dd:=pos(' ', etext.text);
       Msg:=Copy(etext.text,dd+1,1000);
       nm:=Copy(etext.text,2,dd-3);
       dd:=2;
     end;
     '#': begin
       Msg:=Copy(etext.text,2,1000);
       dd:=3;
       nm:='';
     end;
     '@': begin
       Msg:=Copy(etext.text,2,1000);
       dd:=4;
       nm:='';
     end;
     else begin
       Msg:=etext.text;
       dd:=0;
       nm:='';
     end;
   end;
   WriteS(Msg);
   WriteD(dd);
   if nm<>'' then WriteS(Nm);
   SendToServer;
 end;
end;

procedure Init;
begin
 frm := TForm.Create(nil);
 frm.Caption := 'Chat';
 frm.BorderStyle := bsSizeable;
 frm.Position := poScreenCenter;
 frm.Width:=400;
 frm.Height:=600;
 m:=TMemo.Create(frm);
 m.parent:=frm;
 m.align:=alClient;
 m.ReadOnly:=true;
 m.ScrollBars:=ssBoth;
 penel:=TPanel.Create(frm);
 penel.parent:=frm;
 penel.align:=alBottom;
 penel.height:=24;
 button:=tbutton.Create(penel);
 button.parent:=penel;
 button.align:=alRight;
 button.caption:='Ïîñëàòü';
 button.onClick:=@SendMs;
 etext:=tedit.Create(penel);
 etext.parent:=penel;
 etext.align:=alClient;
 frm.Show;
end;

procedure Free;
begin
 etext.Free;
 button.Free;
 penel.Free;
 m.Free;
 frm.Free;
end;

begin
if FromServer and (pck[1]=#$4a) then
 begin
   i:=10;
   name:=ReadS(i);
   message:=ReadS(i);
   if name='' then name:='Îáüÿâëåíèå';
   m.Lines.Add(Name+': '+message);
 end;
end.

 

you put it at phx! press the tick!and write what you want at the window which will appear! and you can spam all the time!also you can spam and at the hero voice!

 

Works in every IL server!

 

Credits: www.coderx.ru Ooo..!

Posted

You mean that... I write in l2 chat whatever i want and i dont press "send" and i open phx with this script and send the script and that what i have wrote in l2 loaded?

 

E.x.: I write in l2      %sdfgdsf    when i press run on script it sends hv?

Posted

You mean that... I write in l2 chat whatever i want and i dont press "send" and i open phx with this script and send the script and that what i have wrote in l2 loaded?

 

E.x.: I write in l2      %sdfgdsf    when i press run on script it sends hv?

[hide[ you go to l2 phx > scripts

you load the script

then you check it and when you check it a new window appears

there you write what you want and the script tells it in the game

if you want to write at the hv you must be hero and write at the window

%.... and you can press it many times and it spams without to w8 10 seconds

 

but you can not do this at announcements! i tried it and nothing!

 

also hide your post! [/hide]

  • 1 month later...
Posted

HAHAHAH YOU ARE LOL.... whenI dld`ed phx... I didint know how to use it ... I started it ... Started l2... Sayed smthing... after I figured out my 1st THING. how to spamm.. (THIS WAS WHEN I WAS NEWBIE) LOL THAT`s THE MOST EASYEST THING IN THE WORLD !!!!!!! And u put 250 posts? Dude this spamm sh*t it`s like AGES old...  Non-sense thread.... If you want ... for newbies I will put some photos

Posted

HAHAHAH YOU ARE LOL.... whenI dld`ed phx... I didint know how to use it ... I started it ... Started l2... Sayed smthing... after I figured out my 1st THING. how to spamm.. (THIS WAS WHEN I WAS NEWBIE) LOL THAT`s THE MOST EASYEST THING IN THE WORLD !!!!!!! And u put 250 posts? Dude this spamm sh*t it`s like AGES old...  Non-sense thread.... If you want ... for newbies I will put some photos

 

dude, you cannot see what kind of spam it is... you can just try to figure out that it's a noob spam... so, do not say all that shit, he is sharing something, you cannot see it, do not post ;)

Posted

dude, you cannot see what kind of spam it is... you can just try to figure out that it's a noob spam... so, do not say all that shit, he is sharing something, you cannot see it, do not post ;)

 

ROLF???? OMG Man you are so brainless.. I know the spamm post from months ago... This is the most common thing in PHX... You are nub if you dont know how to spamm a server ( chat ) ... rOLf ... So dont speak if you dont think. Cheers ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • ## SuperPoint Editor   SuperPoint Editor is a practical visual editor for Lineage II PTS 'SuperPoint.bin' files. It is built for people who need to inspect, fix, rebuild, and draw server routes without digging through binary data by hand.   ### What You Can Do   - Open and edit 'SuperPoint.bin' files. - Export BIN data into a readable TXT format. - Save edited data back into a valid BIN file. - Validate routes before saving. - Work with SuperPoint routes, points, directed connections, and path records in tables. - Add, duplicate, delete, and reorder points. - Create direct and reverse connections between route points. - Automatically generate connections between neighboring points. - Edit raw point coordinates: 'X', 'Y', 'Z', 'Index', and 'Delay'. - Keep route names and internal route data organized. - Use either English or Ukrainian interface language.   ### C4 Server Support   Some C4 servers have 'SuperPoint.bin', but do not have 'superpointinfo.txt' in scripts. The editor supports this case directly. When 'superpointinfo.txt' is not found near the BIN file, the editor can open the BIN in C4 mode. In this mode, 'Fstring ID' is disabled because that value belongs to 'superpointinfo.txt', not to the BIN itself. The editor will not generate or modify 'superpointinfo.txt' while working in this mode. This keeps C4 data clean and avoids creating script files that the server does not actually use.   ### superpointinfo.txt Support   For chronicles that do use 'superpointinfo.txt', the editor can load and synchronize it together with the BIN data. When saving, the editor updates route nodes and coordinates while preserving existing metadata such as: - 'npc_name' - 'move_type' - 'fstring_index' - 'social_number' - 'delay' New nodes are generated with safe default values, so existing script metadata is not accidentally wiped.   ### Geodata Tools   The editor can also open converted geodata '.dat' files and display them as a map. This makes route editing much more visual. You can: - Load geodata and inspect the terrain by layer. - Zoom and pan around the map. - Create a new SuperPoint directly from a map cell. - Draw a route by clicking on the geodata. - Drag existing points to new positions. - Automatically snap 'X/Y' to the selected geo cell. - Use the selected geodata layer to fill the point 'Z'. - See all routes on the map or focus only on the selected one. This is especially useful when building new NPC movement paths or correcting bad route coordinates.   ### Connections and Paths   SuperPoint connections are directional. A connection from point '3' to point '2' is not the same as a connection from point '2' to point '3'. The editor makes this explicit by separating: - route points, - directed connections, - and the actual path records used by each connection. For simple cases, it can create direct path records automatically. For more complex movement, you can edit the path points manually. ### Built for Safe Editing The editor includes validation before saving, so common structural problems can be caught before a broken BIN is produced. It also verifies rebuilt BIN files through the converter engine. The goal is simple: edit quickly, but do not silently damage server data.   ### Unknown Field   This small 'Unknown' field is part of the original BIN structure. Most official-looking files keep it as '0', and for regular route editing there is usually no reason to change it. The editor exposes it so nothing from the BIN is hidden or lost. If you do not know exactly what your server uses it for, keep it at '0'. Download
    • NpcGrp não salva no interlúdio e da crítico quando coloca ele no cliente, já testei ele antes.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..