Jump to content

fAkeN

Members
  • Posts

    277
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

7 Followers

About fAkeN

Contact Methods

  • Website URL
    https://L2Soft.eu
  • ICQ
    668204354
  • Skype
    Bylinski4skype

Profile Information

  • Current Mood
    Happy
  • Gender
    Male
  • Country
    Switzerland

Recent Profile Visitors

12,447 profile views

fAkeN's Achievements

Apprentice

Apprentice (3/16)

  • Reacting Well Rare
  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare

Recent Badges

16

Reputation

  1. begin if (user.dead) then begin delay(555); Engine.GoHome(rtCastle); print('User dead, going to castle..') end; end.
  2. if (user.DistTo(Char2) < radius_max) and not (char2.ismember) and not (char2.dead) and not (user.clanid = char2.clanid) and not ((char2.ClassID = 27) or (char2.ClassID = 103)) // Changed from User to char2 and (char2.pvp) then begin // Your code to target char2 end;
  3. In cracked version you cannot do that. Paid version have database corrector.
  4. https://www.l2soft.eu/#purchase
  5. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  6. PM by contacts, can sell bot for that server https://www.l2soft.eu/#contacts
  7. Thats impossible.
  8. Adrenaline Bot for Lineage 2 | Official website
  9. Adrenaline Bot for Lineage 2 | Official website - https://l2soft.eu

    •  
    Read more  
  10. begin while delay(2000) do begin if user.dead then begin Engine.SendToServer('7D 1600000045590000'); delay(1111); end; end; end.
  11. disable antivirus/win. defender
  12. Use WaitAction instead. var id , p : integer; begin while (true) do begin Engine.WaitAction([laSysMsg],id,p); print(id); end; end.
×
×
  • Create New...