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

Recent content by Apoc

  1. Apoc

    Update 1.0.190 won't works (Trojan)

    Other bots are not written in pure C++. Unfortunately, anti-virus applications do have false positives. Our products do not contain viruses (use VirusTotal if you really want to check). We take security far more seriously than even you probably do. If you feel compelled to, send our bot to your...
  2. Apoc

    This may be off topic: Black desert online

    Should read the post above yours before jumping on people. Next time it's a mute.
  3. Apoc

    Help with refreshing player position

    You are reading information from another thread. Memory reads are thread-local cached. Just add in "GameManager.Memory.ClearCache()" before your Me.Update() call.
  4. Apoc

    Bugging out. trying to pick up a quest I completed?

    This happens sometimes when the server doesn't give the client the correct completed quest list. Unfortunately, there's nothing I can do about it in the bot, you'll just have to remove that part of the profile to move on. Sorry :(
  5. Apoc

    BDO Bot Plans??

    I can't speak for other bots, since I don't know their protection schemes. (I know a certain few other bots have zero protection whatsoever, but I won't name names) Xigncode is just a tricky anti-*****, since it is more than happy to update itself mid-gameplay and do a new scan. Disabling it...
  6. Apoc

    Wildbuddy v1.1

    Latest patch (WildStar64 v1.5.0.13259 0xE15E7910) builds are being done right now, and should be available in 10-15min from this post. I fixed DirectX9 on Windows 10 support. It should no longer crash the game (and the bot). Turns out I was copying 1 extra byte in our trampoline, causing the...
  7. Apoc

    BDO Bot Plans??

    And then you log in the next day without disabling Xigncode, and they feed up the last 48hrs of accessed files from prefetch. Xigncode is way too unsafe to make a proper bot around, without enforcing users to always disable Xigncode.
  8. Apoc

    [ASK]Blade and soul bot

    See the post before yours. :) I can dump all the data tables without issue (assuming I know all the valid IDs and force the records to be loaded). The "bot" already has API wrapped for all this info. http://www.cloud.apocdev.com/s/y0QCOOMtvBmmbr2
  9. Apoc

    [ASK]Blade and soul bot

    Skill dumping is already done by the "bot". Here's a dump of what was loaded last time I dumped it (the game on-demand loads things to keep memory usage down, so not all skills are loaded in this dump) https://gist.github.com/ApocDev/25e44346b1291dda1a85b4f2a1faae75
  10. Apoc

    [ASK]Blade and soul bot

    Of course you will, but considering there's 10-15 different IDs per skill (due to variations, levels, etc), IDs may become a bit much to deal with.
  11. Apoc

    [ASK]Blade and soul bot

    Awesome start, ty. However, for botting's sake, things will probably be done in "classic" mode, since it enables a more bot-friendly control scheme.
  12. Apoc

    [ASK]Blade and soul bot

    Could use some general rotation info if you have time. I'm fleshing out some basic stuff right now.
  13. Apoc

    [ASK]Blade and soul bot

    Haven't found any that are working, care to link via PM? I have my own, but it's really not "public-safe" in any sort of way.
  14. Apoc

    errors upon loading the bot

    New builds will be up in ~5-10min that should properly fix it.
Back
Top