Jump to content

AdrenalineBot

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About AdrenalineBot

Contact Methods

  • Website URL
    https://adrenalinebot.com/en/
  • Discord
    https://adrenalinebot.com/en/join-discord/
  • Skype
    https://adrenalinebot.com/en/join-skype/

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AdrenalineBot's Achievements

Explorer

Explorer (4/16)

  • Dedicated Rare
  • Collaborator Rare
  • First Post Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

1

Reputation

  1. https://adrenalinebot.com/en/ready-scripts/ - catalog of ready made scripts https://adrenalinebot.com/en/api/examples/ - open source examples https://adrenalinebot.com/join-discord/ - u can ask in our community, there are some devs who can even make script for you
  2. Adrenaline keys can not be cheaper than on official site, sorry)
  3. There are ready solution, script called Hunter (https://adrenalinebot.com/en/script/hunter/) It uses GPS maps for movements, so u can once make all needed routes between towns (there are many ready for different chronicles) and bot will be able to return to spot from any town Adrenaline have no built in methods for that, only if u make ur own solution (packets will not help, need to call game client methods)
  4. if you need just see target HP, then yes, just Adrenaline will be enough. If u wanna track all bosses, you probably will be interested in Raid Boss Tracker script: https://adrenalinebot.com/en/script/raid-boss-tracker/
  5. my eyes >.< pls, use code highlighting the problem is: u have 2 blocks of main begin ... end. script use only first, where u spawn threads but second is skipped, where loop is used contact our tech supports (https://adrenalinebot.com/en/#contacts) - they probably will make it work
  6. https://adrenalinebot.com/en/script/script-recorder/
  7. but there is code example on site, why not use it?) https://adrenalinebot.com/en/api/adrenaline/Classes/TL2Control#FindPath uses Classes; var Path: TList; i: integer; begin Path:= TList.Create; Engine.FindPath(User.X, User.Y, User.Target.X, User.Target.Y, Path); print(Path.count); for i:= 0 to Path.count - 1 do begin Engine.MoveTo(Integer(Path(i)), Integer(Path(i + 1)), User.Z); inc(i, 1); end; Path.Free; end. Probably you try to use this method on cracked "very old" version of adrenaline bot. You will need to use actual version for work with packets. Also you can try Packet Scanner plugin for analyze packets Only using scripts, you can try to make script order on our site
  8. It can be done with script, that will handle keyboard clicks using Engine.WaitAction method Plan: catch laKey event → get what key was pressed → enable \ disable Adrenalne interface using Engine.FaceControl method
  9. NexTarget (PvP script for Adrenaline Bot) can do it. Check info at https://adrenalinebot.com/en/script/nextarget/
  10. Adrenaline Bot (https://adrenalinebot.com/en/) supports C4 chronicles
  11. Probably its too late, but if someone else will need it: https://adrenalinebot.com/en/pages/hwid-spoofer/hwid-spoofer-installation-purchase-overview/
  12. I think you should try AntiCaptcha script: https://adrenalinebot.com/en/script/anti-captcha/ It has a lot of ready configs for different servers
  13. yes, C1 was added specially for elmorelab, we also added support of C2 recently. so last version of Adrenaline bot is what you need. contact us for more info: https://adrenalinebot.com/en/#contacts
×
×
  • Create New...