Jump to content

Zirak

Beta Tester
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Zirak

  • Rank
    Bronze V
  1. Zirak

    Back and Forth Issue Poll

    Not for me.
  2. Zirak

    I want my update now!

    It's not as complicated as you guys may think. The only time it's really difficult is when you're initially searching for the memory space for hacks (or in this case, variables for the BOT to utilize). After that you can pattern match (or signature scan) the memory to find the appropriate function. Same method applies to pointers as well, the base address of a pointer is generally always stored within the applications instructions, so you can dynamically signature scan for that region, retrieve the address and automatically construct the pointer based on that. This would be a sure-way to make it work on future patches. The only difference then would be to add support for new instances like the new Vaal Zones etc. Otherwise the bot would just work as intended. I know this because I utilize the same approach in my Dekaron hacks that I'm selling on epvp.
  3. I use 20% Portal Gem w/ Faster casting. Does improve the speed a bit
  4. Zirak

    Back and Forth Issue Poll

    Then you'd need to do some real-time debugging...
  5. Is it possible to automatically summon zombies from a corpse on the floor when the specified number of zombies are not spawned yet (e.g. 9 are alive from a total of 10, thus needing one more to be spawned). And it would be good to add a feature for Spectres as well, when a spectre count is below a specific amount summon this "x" monster (if it sees the corpse for that monster). Botting on a summoner as it is now is horrid, you can only summon raging spirits / summon skeletons and with that you can only bot on City of Sarn (and I'm well over 80).
  6. Zirak

    Back and Forth Issue Poll

    It could be that there are multiple threads running, and each action takes place in a different thread, in which case you're better off with locks (or just program them in the same thread). Since there's no way another action can override the previous action on a single thread, since it will complete the task first before going to the next prioritized action.
  7. Zirak

    Back and Forth Issue Poll

    A simple fix is to have priority on certain actions. E.g. highest priority would be killing the monster (or opening doors), then picking drops, then exploring.
  8. Zirak

    BROKEN LICENSE KEYS !!

    Broken for me too...
  9. Zirak

    "Kiting"

    Let me be the first to know when this feature arrives Can't wait to use it once implemented.
  10. Zirak

    "Kiting"

    Is it possible to add the ability to stay and x amount of distance away from the monster and initiate skills from that distance? This ability would make botting on summoners a lot easier.
  11. Zirak

    Bot isn't even opening?

    I got it to work by disabling DEP. Open command prompt as admin and execute this: bcdedit.exe /set {current} nx AlwaysOff Reboot PC and run the bot - voila
×
×
  • Create New...