Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Agathocacological's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    237
    Reputation
    14
    Thanks
    146
    My Mood
    Lonely

    Beginner's Guide to Hacking Using a Console

    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.
    Last edited by Sid; 07-12-2011 at 06:16 PM.

  2. The Following 4 Users Say Thank You to Agathocacological For This Useful Post:

    Genoble (07-02-2011),Leon142 (07-05-2011),munie (07-10-2011),veryvoodoo (07-19-2011)

  3. #2
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Nice tut, but outside links arent allowed :/
    @Obamasbitch#2

  4. The Following User Says Thank You to Nico For This Useful Post:

    DanK (06-24-2011)

  5. #3
    Agathocacological's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    237
    Reputation
    14
    Thanks
    146
    My Mood
    Lonely
    Quote Originally Posted by Nicdel View Post
    Nice tut, but outside links arent allowed :/
    @Obamasbitch#2
    Oh balls, m'bad. Was actually going to linkback to nunya's thread after I finally found it. Note to self, stickys exist.

    Anyways, fixed.
    Last edited by Agathocacological; 06-24-2011 at 03:51 PM.

  6. #4
    valontus's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    how do you make an ini file for the pre sets?

  7. #5
    Agathocacological's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    237
    Reputation
    14
    Thanks
    146
    My Mood
    Lonely
    Quote Originally Posted by valontus View Post
    how do you make an ini file for the pre sets?
    I coded my own console.

  8. #6
    valontus's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    oh i see. any tips for that then? or is that way over my head?

  9. #7
    easz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Man Cave
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Even though I closed the injector after the beep I still got kicked in 5-10 minutes.

  10. #8
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    The game does save the binds. You dont need to retype it every time. Just dont open the options window, that will delete all binds.

  11. #9
    Agathocacological's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    237
    Reputation
    14
    Thanks
    146
    My Mood
    Lonely
    Quote Originally Posted by easz View Post
    Even though I closed the injector after the beep I still got kicked in 5-10 minutes.
    Open injector, hit launch, and exit as soon as you see Inject change to Inject (+). That's really all I can tell you.

    Quote Originally Posted by Nicdel View Post
    The game does save the binds. You dont need to retype it every time. Just dont open the options window, that will delete all binds.
    I've never had any of my binds saved, and I haven't opened my options window in ages.

    Quote Originally Posted by valontus View Post
    oh i see. any tips for that then? or is that way over my head?
    Eh some people say binds save, but it's never worked for me. My console just reads from ini file and executes all the commands at startup.
    It's not that much of a hassle to retype a few binds every time anyways.
    Last edited by Agathocacological; 06-25-2011 at 04:51 PM.

  12. #10
    MasterBruder's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    I keep getting a voice saying "Somethings Wrong" like as if a movie character is saying it and i followed all your steps exactly

    ok i got it working, for anyone else with my problem go to file/select file and manually find the vindictus exe file at the bottom of the list after clicking the en-us folder. Im not sure why but the vindictus file from the process list wouldent work.
    Last edited by MasterBruder; 06-25-2011 at 05:33 PM.

  13. #11
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Saving binds works for everyone, why it shouldnt work for you?

  14. #12
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Nicdel View Post
    Saving binds works for everyone, why it shouldnt work for you?
    Either his console don't work right, or he don't do it right... Either way, something is wrong from his end.
    PLAYING RIFT!

  15. The Following User Says Thank You to DanK For This Useful Post:

    Nico (06-25-2011)

  16. #13
    valontus's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    well heck if i know. i know i downloaded right. i have to rebind everything when i enter the game. kinda annoying, but hey if you can make a download link for ini files or something like that it'd be awesome.

  17. #14
    Agathocacological's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    237
    Reputation
    14
    Thanks
    146
    My Mood
    Lonely
    Quote Originally Posted by valontus View Post
    well heck if i know. i know i downloaded right. i have to rebind everything when i enter the game. kinda annoying, but hey if you can make a download link for ini files or something like that it'd be awesome.
    It's my own console. I might end up releasing it in two weeks or so after I get back from my trip, but I'll need to clean it up first.

  18. #15
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by MasterBruder View Post
    I keep getting a voice saying "Somethings Wrong" like as if a movie character is saying it and i followed all your steps exactly

    ok i got it working, for anyone else with my problem go to file/select file and manually find the vindictus exe file at the bottom of the list after clicking the en-us folder. Im not sure why but the vindictus file from the process list wouldent work.
    If you follow my instructions in the nunsole post thats exactly what I say to do.. I never say to select anything from the process list.
    PLAYING RIFT!

Page 1 of 2 12 LastLast