What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Search results

  1. totalschaden

    The sad news - Honorbuddy and others

    If true, this should atleast in Germany be illegal ?!
  2. totalschaden

    [App] - HBRelog, an opensource relogger

    After use its deleting my HB.exe Any fix for that ?
  3. totalschaden

    GM Detected Auto Logout ?

    Havent heard anything about it from Out yet.
  4. totalschaden

    Banned again lol

    HDD, but its most likely GM or Pattern detection, not Software.
  5. totalschaden

    Banned again lol

    No Vpn/Proxy. Im on Kyprosa
  6. totalschaden

    Banned again lol

    Im running it for about 2-4h/day, 4-5day/weeks no Bans here since I made it. Using premade Route Solis -> Falcorth. Not sure why some ppl have that much badluck, maybe they run AB for 24/7 or do RMT.
  7. totalschaden

    GM Detected Auto Logout ?

    Hey, yes I could add this to Paranoia. But I think Out mentiond theres no API for it yet. I will check this. Not sure how useful this would be though, as if a GM wants to check you out he will teleport to you, Paranoia would trigger then anyway, with the already in place feature.
  8. totalschaden

    Trade Pack Placer/Organizer

    Currently there is no Way to drop a Tradepack exactly at location x,y. For some reason some Devs started working on a Plugin for this before, and stopped shortly after. In my opinion its to much work to get it to work decently as long as you cant say drop at x,y.
  9. totalschaden

    Archebuddy broken, "Waiting for game client" problem.

    Try to select a Region when logging in instead of best latency if you dont have already.
  10. totalschaden

    Lpt gps

    Should work again.
  11. totalschaden

    Lpt gps

    Hey, everyone has the problem. Its related to the AB Gps system, waiting for Out to fix it.
  12. totalschaden

    [Plugin] AutoFollow 1.260.1

    Cannot get it to work when Clients are not on the same Network, is it even supported ?
  13. totalschaden

    Plug in development

    I dont think you can get it any faster then Paranoid Logout/Terminate on Targeted.
  14. totalschaden

    Plug in development

    Pretty much impossible without teleport hack or something like that.
  15. totalschaden

    Plug in development

    Cant make it faster than that, its server side timer.
  16. totalschaden

    Plug in development

    If you are looking for a detection when you get Reported and want to know who Reported you. Check my Signature and look for Paranoia .
  17. totalschaden

    CraftItems() UseSkill() return code

    Problem still presists. Just tested UseSkill(). /push
  18. totalschaden

    Extremely new, looking to start small. Log out after X time.

    It needs to be added to the Scarecrow Plugins Code, just ask the Dev of the Plugin to add it, its like 5min work. If its the open source one just add it yourself.
  19. totalschaden

    Extremely new, looking to start small. Log out after X time.

    Just call TerminateGameClient(); when work is done in your Scarecrow Plugin. Otherwise make your own Plugin for it by adding simple timer and call TerminateGameClient(); after time is up.
  20. totalschaden

    Thread.Sleep vs...?

    Pretty sure its fine to go with Thread.Sleep in AB. As AB Plugins are the only thing I do not Code in the Unity Engine my knowledge with non Unity stuff is limited. In Unity you could just do it with a Coroutine: void Start() { StartCoroutine(Example()); ThreadNotBlocked(); }...
Back
Top