My current project?
Trying to get 24 other minions to do their jobs, in order to kill Yogg.
It's like polishing shit, I swear.
My current project?
Trying to get 24 other minions to do their jobs, in order to kill Yogg.
It's like polishing shit, I swear.
Umm working on a TCP packet assembly lib. It's been too long since I looked at all the rules for 3-way handshakes, 4-way disconnects, sliding windows, and so on, and now that winpcap is working fairly well for me, it could be useful (and it's going to be useful for my oopbot).
I let my decryptor lie fallow for a while because the hand asm was killing me (I found and tweaked a C# asm lib tho, so that should go away).
And the hypervisor rootkit... well, that was just a fantasy (or at least something to do when I have a LOT more free time).
Making chicken
Doing pathing as an target.. atm trying to make nav mesh from adt files
Currently making a stupid utf-8 to unicode function!
I'm coding a new Bot in Windev ^^.
For the moment, it can follow a Glider's profil and attack mobs (basic attack).
Have to do the restore session, the way to take the corpse when you are dead, go repair, blacklist some mobs, ...
I've a lot of problem to found Offset :/. Specially for name of mobs or chat.
I'm watching my bot level instead of coding it to go training and put spell on toolbars.
Anyone else do that? My bot in theory should be able to go from 1-60 without me telling it where to go or what to do. at 58 I'll need to hard code it to go to outlands. (Ofc it won't get past 20 as it is a trial account).
I split the world into 100x100 units. It remembers what level mobs it saw in these areas, how long it has spent in them, how many kills/deaths, if its got water, how long its spent without a kill etc. And from this information it works out a good place to go.
Oh I've also just finished extracting navigation data again. My code was based on mpqnav.com but his code is shockingly bad. It does what it is supposed to do, but it is very inefficient.
I just started creating the software to improve my multiboxing experience. I want to have intelligent slave characters that deal with line-of-sight, range and navigation themselfs.
First the software will only support single machine, but I intend to make it a server-client architecture so I don't have to run all the clients on a single computer anymore.
I am considering voice command to control my slaves.