SolvedAbout hacking...

Posts 16 of 6 · Page 1 of 1
About hacking...
Heya there I am quite new also. I have been trying to figure everything out ... dlls injections, console and autoit bots for this game and I am kind of confused.
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?
The "hack" dll which does the ohk, godmode and bypass hack protection is usually shared also and the thing people won't (or rarely) share is the console?

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...

Can anyone tell me if I am even close to understanding how this works or am I totally mistaken ? ><
Any help appreciated... I can understand stuff very quickly but I need people to teach me the basics...

If you want to keep most things private just delete/close my thread and reply by private message !

Thanks a bunch in advance !

P.S: My goal is more learning that actually using those hacks anyways...
Quote Originally Posted by Jackot View Post
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.


Quote Originally Posted by Jackot View Post
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.
Thanks for those answers I understood most of it, though I was more into making my own console dll and later on my own hack dll.. needed help with the steps you actually use to code a console to open into a process alrrady running and redirecting the output
Quote Originally Posted by Jackot View Post
Thanks for those answers I understood most of it, though I was more into making my own console dll and later on my own hack dll.. needed help with the steps you actually use to code a console to open into a process alrrady running and redirecting the output
There are a couple up to date tutorials on making your own console in the Tutorials section.
"Sophisticated automatic ban system for hack tools has been implemented. Please be aware that the users who have been detected with the use of illegal programs will be immediately banned by the system."
watch out now,try with dummy account and see if it works
Thanks dank... stupidly looked into discuss and help but not tutorials.. you can close this thread thx
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?