There aren't that many straightforward threads on here for beginners that would rather just leech and go straight to hacking, rather than using tutorials to learn what they're actually going. So, I decided to quickly throw one together.
One hit KO and Godmode are the more efficient ways to kill bosses now. I will post a new, updated guide in a while. Please check the thread here for more information regarding the newer hacks.
What you'll need to effectively hack post-karok update:
-A DLL Injector (Winject, in this case)
-A Console (Either Nunya's public console or a private one like mine/HD)
(Both of these can be found here)
-The ability to read and type. I assume you have these, as you are here...
First, you're going to need to unzip both Winject and Nunsole.
Please keep in mind that Winject can be mistake as a trojan by many antiviruses, so you might need to turn your realtime scanning or antivirus off (or make an exception).
Open your folder for Winject, and you want to run it as administrator.
Click on the ... in DLL to Inject, and find/select nunsole.dll.
Click on the ... in Target Process and find/select your Vindictus.exe.
>>If you get an error, try running Vindictus, then selecting it in the process list. Afterwards, close Vindictus.
It should now say Tracking...
When you hit "Launch", you will hear a beep when the DLL has been injected. Make sure to close out of Winject as soon as you hear the beep, or you will get a hacking tool detected 5-10 minutes after your client has been opened.
Once the client starts, you should notice a blue console window has started up as well. For effectively using the console, I recommend you set Vindictus to windowed mode. I will also show you how to bind keys to console commands so you can go back into fullscreen and not have to care about the console.
Although there is a full list of commands found here, I will show you what I think are the most effective ways to hack at the moment.
Before starting a dungeon, please take note that many dungeons do record "Solo Time Attack" times, and you could easily be exposed on the Leader Boards. AFK a decent amount of time (40 minutes+) in higher level raids to avoid being banned.
Once you have started a dungeon, you will want to skip straight through to the boss (or mini-boss) for a quest.
Code:
changemap_to_next_random_sector
Type this into console to skip to the next part of the dungeon.
*CONSOLE TIP: You can always press up in console to navigate to the last executed command.
But wait, what if you don't want to keep going back to the console?
This is where binding comes into play.
Key binding is where you can assign a command to a key for easy access and use.
Code:
bind "KEYNAMEHERE" "COMMANDHERE"
The quotes are actually part of the command.
So in this case...
Code:
bind "F9" "changemap_to_next_random_sector"
will make F9 allow us to skip to the next part of the map.
So, you have now skipped to the boss and are ready to kill it.
For Hard/Normal mode, I like using the Transformation hack.
After every transformation, a shockwave goes out and hurts monsters around you.
Here you will want to bind commands
Code:
plr_play_overlay_sequence dark_knight_transformation_begin_1
plr_play_overlay_sequence dark_knight_transformation_begin_2
or
Code:
plr_play_overlay_sequence paladin_transformatio_begin_1
plr_play_overlay_sequence paladin_transformatio_begin_2
So...in this example I'll use Dark Knight and bind to F11 and F12.
Code:
bind "F11" "plr_play_overlay_sequence dark_knight_transformation_begin_1"
bind "F12" "plr_play_overlay_sequence dark_knight_transformation_begin_2"
You can spam one of these keys over and over to continuously have Godmode (which I don't really find necessary), or spam both to continuously do shockwaves to hurt surrounding monsters. You can kill most Normal/Hero bosses within 10-15 seconds of spamming both keys.
For harder bosses, you will want to use golden balls.
That's right, golden balls.
We have the ability to control the number and damage these balls do through the command
Code:
cc_spawn_golden_ball QUANTITY DAMAGE
So if we wanted to bind the command to spawn 15 999999 damage balls to F7.
Code:
bind "F7" "cc_spawn_golden_ball 15 999999"
The tricky part is; these things are pretty annoying to kick.
You're the soccer player, and your boss is the goal. Have fun. I usually spawn about a hundred during the boss cutscene and try to kick as soon as it ends, but these things take a pretty huge load on your graphics card.
This is all you really need to know.
If you die, you'll want to use
Code:
changemap_to_current_random_sector
to reload the map.
You can also change subweapons to whatever you want, but please be warned that the system checks if you use more subweapons than you are allowed to bring into the map (or you'll be banned
)
Binds do not stay permanent unless you have some sort of file that stores them (my console reads in pre-set commands through an ini file), so you'll have to re-input them every time you restart.
List of other useful commands.
Well, that's all you really need to know. Have fun, and remember to blend in!
Credits are more or less given within links, but:
Nunya, Nicdel, darkwar4ever
Feel free to thank if this helped you out.