Quote:
Originally Posted by SuneC
Mjallo,
What you want to do is most easily accomplished with an injected Dll - since then you can call internal client functions directly (granted you are able to find them xD).
I am developing HackBoy, an Open-Source API for writing BoI bots using an injected Dll, and you could check out my progress and grab whatever you need for your own bot really - I don't give a shit about this game anyway, just keeping my reversing skills up while waiting for GW2 :D
Of the things you mention, HackBoy already has auto-walk to coordinates, quest accepting/grabbing reward (no quest info yet though, but working on it), use item from bag, but not instant realm change yet - also working on that :)
Check it out on GoogleCode! (just use the Search)
EDIT: Forgot to mention it, but to check if an enemy is already being attacked by someone, just check if its HP is < MaxHP :)
|
Alright, will definitely look into that ^^. Same view about BoI with you: Games nice and all, but gets repititive super fast, don't give a crap out of it, but it's fun to test my coding skills =)
If I can incorporate some of HackBoy's functions into my coding I will and will definately give you credits =)
@Edit Can't believe I didn't thought about that >.> I mean really, like super obvious XDXD.
---------------------------
Btw, I don't have much practice with injected DLL's (lmao, probably not at all. remembered trying to do it once, did like 10 tutorials where all of them didn't work, and gave up. Though that was like a year ago). I'm also trying to keep this Bot clean as possible, to make it undetected. So far all functions and stuff would be just as if the person was at the keyboard, doing everything.
---------------------------
To everyone else here; Once I've completed my bot as far as I want it to be, I promise I'll release it =). Those who want to test it and provide feedback/new ideas please PM me. Depending on your PM, you might get the bot to try out =)
Also: Had huge issues with the .net bots: never hooked the game, didn't get my character, required .net 4, .net 3.5, .net 3, etc. for each version, didn't work in all, just bleh, So made my own. Since my bot is all win32 coding, it works 100% of the time :3