
Originally Posted by
Jackot
If I understood properly people are currently sharing autoit bots coded for only one instance (does that mean they always use the same path/move and you guys just coded it quickly so that it goes there then avoid this then throw something and one hit kill the boss ?).
For this autoit script to work (I think I could make my own later... never coded any autoit for this kind of game though...), you need to inject some Dlls... meaning you need to inject both a console Dll and a bypass/hack dll?
To put it simply, dll injections are what makes the "hack" work.
The dll itself is the hack. For all bots I've seen, they use god,
ohk, nuke, etc.. If you try running a bot without these dll's
there will be errors obviously. So in order to make the bot work
you need the dll's. You can find them all over this website.
As for the bot only letting you run once, you can either donate
or make your own bot to fix the "one run only" problem.

Originally Posted by
Jackot
I've been browsing the web and I think I understood that you have to make your own dll that opens a new thread off the vindictus process and execute a console in this thread... then redirecting the output stream to this console... doing the bindings for the autoit script to work properly (binds usually provided by the bot coder) with the bind 'key' 'cmd' and then getting back to vindictus ? I am now trying to figure out to code this console stuff and I think I am close to it ! xD but since the hacks are detected on the EU version...
You don't need to make your own dll. As I said above, you can find the dll's
all over this website. The most popular are "Danksole", "PubConsole", and "Hell_Demon"
As for keybinding, you don't need to do any of it through the Autoit script.
For an example lets say you have your console open. You could do this.
(Binds)(Keypad1) (Restocks your Items)
Bind KP_END "cc_fill_all_items"
Hitting enter after you have typed this out will bind that function to
your keypad #1. You can do various binds in the console.