Jump to content

Recommended Posts

Posted

Скрипт собирать Рекомендации.для ХБ

в башку стукнуло наверно над в туалет

СУТЬ переделать скрипты расказывающие анекдоты

на собирание РЕКов.

В титул пишу За РЕК скажу Анекдот

чел рекает и ему в пм анекдот.норм наверн будит

я туп могу ток поменять в скрипте чтото как писать незнаю неумею необучен

анекдоты два скрипта как основа для примера

 

kod:

 

//by VORON

//скрипт который рассказывает анекдоты без бана:

///////////////////////////////////////////////////////////////////////////

var

temp: array [1..20] of string;

timer1: TTimer;

x: integer;

 

procedure Init; //Вызывается при включении скрипта

begin

timer1:=TTimer.Create(nil);

timer1.OnTimer:=@OnTimer; //

timer1.enabled:=true; //

timer1.interval:=1000;

 

 

 

temp[1]:='" Водка в стиле IT: ';

temp[2]:='0.1л - demo ';

temp[3]:='0.25л - trial version ';

temp[4]:='0.5л - personal edition ';

temp[5]:='0.7л - professional edition ';

temp[6]:='1.0л - network edition ';

temp[7]:='1.75л - enterprise ';

temp[8]:='3л - for small business ';

temp[9]:='5л - corporate edition ';

temp[10]:='Бутыль самогона - home edition ';

temp[11]:='"На посошок" - Service pack ';

temp[12]:='Рассол с утра - Recovery tool ';

temp[13]:='Закуска - plugins ';

temp[14]:='Пиво - patch ';

temp[15]:='Coca-cola, Fanta, 7 UP - trojan viruses';

temp[16]:='';

 

 

x:=1;

end;

 

procedure OnTimer(Sender: TObject);

begin

///

if temp[x] <> '' then

begin

buf:=hstr('38');

writes(temp[x]);

buf:=buf + hstr('01 00 00 00'); ///9- али // 3-пати // 01 - общий

sendtoserverex('ник');

end;

x:=x+1;

if x>= 19 then x:=19; //ЭТА СТРОКА ДЛЯ ТОГО ЧТОБ XELAT заценил глубину мысли! незнаю я синтаксиса-) и учиться лень-) там какойто АНТИЛ надо применять-) а зачем? и так все пашет.

end;

 

 

procedure Free; //Вызывается при выключении скрипта

begin

timer1.Free;

end;

 

//основная часть скрипта

//вызывается при приходе каждого пакета если скрипт включен

begin

 

end.

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

    • Introducing my CMS – a Personal Account System for your L2J & PTS servers! Fully Ready-to-Use Features:  Master Account: Registration, password change, password recovery  Game Account: Game account registration, password change, password recovery  Statistics: Top PVP, Top PK, Clans, Alliances, Epic Bosses, Castles  Multilingual Support: Available in English & Russian (other languages can be added)  Payment Systems: Stripe, PayPal, Freekassa, Enot, PrimePayments, BetaTransfer (more coming soon)  Bonus System:  Percentage-based bonus from purchases  Item rewards after purchasing in-game currency  Personal Account System: Login via Master Account, password management  Storage System: Store donation/bonus items and transfer them to the game  Ticket System: Players can submit support tickets; admins respond via the admin panel  Unstuck Feature: Allows players to teleport their character to town  Account Synchronization: Easily migrate from other CMS platforms  Custom Design Integration: We integrate your main page design (HTML, CSS, JS) for free  Modern UI: Comes with a sleek Lineage 2-style account panel  Easy Configuration: All settings managed via a config file for convenience  Installation Assistance: Help with installing the CMS on your hosting, VPS, or VDS Check out all CMS features at:  lin2web.com  Demo site Supported Servers: PTS: Vaganth, Depmax64 (AdvExt)  L2J: Lucera2, L2J-Scripts, aCis, L2J-Eternity, L2JMobius, PWSoft, and others  Price: $250  I’m available on Telegram & Discord – always ready to assist!   Telegram Discord
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt  
    • Unfortunately you haven't adapted yet. Unfortunately, you won’t be able to simply transfer it; you’ll have to turn on the debugger and go through the code to make sure everything works as it should.
    • Hello, I have adapt l2jroboto but have a problems for example bots all the time in PvP and never dead I test with admin //kill and nothing, my frozen pack is upgrade to java 21 I have fixed more of bugs    Sorry for my bad English 🥶
  • Topics

×
×
  • Create New...