Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Vindictus Hacks & Cheats › Improved Consolite 1.49 custom "super-loop-Bot"

Red faceImproved Consolite 1.49 custom "super-loop-Bot"

Posts 1–15 of 22 · Page 1 of 2
GD
gdrthuy
Improved Consolite 1.49 custom "super-loop-Bot"
Hi. First all credit is to dewdew, Pie, Nico, hell_demon, l2noob2, Dank and all other coders that worked on "Vindictus project".
First, I'm not going into details , refer to those thread's for more info.
consolite
consolite-1-49-custom-super-loop-bot
na-consolite-1-49-bot
consolite-1-49-binds
consolite-binds-dummies

scan 1
scan 2

Again, if got trouble, it's all about timing.
Timing depends on Your ping, computer specifications, set it to Your needs.
This loop covers probably 70% of game dungeons, excluding "Ortel castle", sewers and Irukul
didn't test Irukul loop myself but looks good.
Also thanks to all people that posted their loop scripts.
Other thing ALT-TAB will crash game when doing it at same time as map loads in game.
Wait for 10 sec after execute fade.txt in consolite to ALT-TAB in game.
Emty mail every 1-2 hours stopping loop with stopt.txt and
use start.bat before new cycle
Again adjust timings and folder paths, text files names to Your own needs.
As seen from examples You can bot any map in game with setpos commands
and variables, thanks again dewdew for even more options.

black hammer sample, make some txt file named bhm.txt and bind some key to it example kp 2
bind "KP_PGDN" "a_exec bhm.txt" to auto it if full screen, if not type
a_exec bhm.txt into console

and paste this in Your bhm.txt or customize names to Your liking

a_delayed 4 changelevel 2
a_delayed 8 changelevel 2
a_delayed 11 changelevel 2
a_delayed 15 changelevel 2
a_delayed 17 a_nukeall
a_delayed 19 host_timescale 3
a_delayed 20 setpos -780.45 3.99 371.19
a_delayed 22 a_exec fade.txt
a_delayed 80 a_exec replay.txt
a_delayed 99 a_exec bhm.txt

Again timing may be different for You, depends on ping and computer running script

for more info check @xabbis

post

Quote Originally Posted by xabbis View Post
Well first you need to use "sv_cheats 2", then use "cl_showpos 1" which shows current position, angle, and velocity.
Once you get the position you want, do "setpos x y z".
Note: make sure you dont miss any negative numbers when doing setpos.
Thanks again for simple and clear explanation of setpos use.
improv.zip
#1 · edited 14y ago · 14y ago
NI
Nico
Approved .
#2 · 14y ago
wolb
wolb
Thanks.

A little too much work for my taste, here's what I have.

two files, 1st runbot.txt
a_exec alias.txt
a_boat_no_intro 1
alias callnext "a_exec callnext.txt"
alias done "alias callnext cc_system_message GameOver!"
callnext



2nd file, callnext.txt
a_delayed 5 "a_boat_start;cc_system_message Launching..."
a_delayed 7 "changelevel 2;cc_system_message skip1"
a_delayed 10 "changelevel 2;cc_system_message skip2"
a_delayed 12 "changelevel 2;cc_system_message skip3"
a_delayed 22 "changelevel 2;cc_system_message skip4"
a_delayed 27 "a_nukeall;cc_system_message killemAll!"
a_delayed 29 "cc_change_figure_height 1000;cc_system_message supersize!"
a_delayed 30 "cc_change_figure_height .1;cc_system_message minime!"
a_delayed 35 "scaleform_fade_in 0.1;cc_system_message scaleform_fade_in:whatever"
a_delayed 95 "a_boat_replay;cc_system_message replaying..."
a_delayed 110 callnext


To start, in console, type: a_exec runbot.txt
to stop, in console, type: done

---------- Post added at 04:14 PM ---------- Previous post was at 04:12 PM ----------

alias.txt has all my alias and bindings..
#3 · edited 14y ago · 14y ago
fleepies
fleepies
Stop.bat doesn't stop the loop for me.
any ideas?
#4 · 14y ago
GD
gdrthuy
@wolb
Lol, nice, but I'm too lazy to type into console, like to get it 100% automated.
But nice script, good job.

@fleepies

Edit stop.bat

so it points into default nexon folder containing a_cfg, example this is for NA default folder
C:\Nexon\Vindictus\en-US\a_cfg\
#5 · 14y ago
wolb
wolb
@gdrthuy
I was going to write a autoit script to feed the commands into the console, but got lazy.
#6 · 14y ago
KK
kk235197
can someone post the setpos for irukul D:
#7 · 14y ago
GD
gdrthuy
Quote Originally Posted by kk235197 View Post
can someone post the setpos for irukul D:
Irukul
But now that @Nico released new version 9.0 vinpub
You can use already made autoit scripts

Also here is new Ingakara script for people such as me that don't like autoit


fain.txt

-------------------------------------------------------------------------

cc_change_figure_height 15
a_nukeall
a_delayed 2 cc_change_figure_height 1

---------------------------------------------------------------------------

ing.txt

------------------------------------------------------------------

a_delayed 4 changelevel 2
a_delayed 8 changelevel 2
a_delayed 11 changelevel 2
a_delayed 15 changelevel 2
a_delayed 17 a_nukeall
a_delayed 18.1 setpos 1511.40 -438.68 308.95
a_delayed 18.5 setang -0.48 178.40 0.00
a_delayed 19 host_timescale 3
a_delayed 20 setpos 635.63 -401.24 323.02
a_delayed 21 host_timescale 3
a_delayed 21.3 a_exec fain.txt
a_delayed 22 host_timescale 3
a_delayed 24 host_timescale 3
a_delayed 98 a_exec replay.txt
a_delayed 117 a_exec ing.txt

----------------------------------------------------------------------
a_exec ing.txt

to start

edit stop.bat and start.bat also

stop.bat

--------------------------------------------------------------

@EcHo off
cd C:\Nexon\Vindictus\en-US\a_cfg\
ren btt.txt stop.txt
ren fade.txt edaf.txt
ren replay.txt yalper.txt
ren ing.txt gni.txt
exit

----------------------------------------------------------------


start.bat
---------------------------------------------------------------------
@EcHo off
cd C:\Nexon\Vindictus\en-US\a_cfg\
ren stop.txt btt.txt
ren edaf.txt fade.txt
ren yalper.txt replay.txt
ren gni.txt ing.txt
exit

-----------------------------------------------------------------------------

Again timings are dependent on ping and computer running script.
#8 · 14y ago
GD
gdrthuy
@cosmin
That's tough one, I just use speed to go past it, but this
cc_disable_all_trigger_changelevel
should work for some people, for me not, it glitches and bosses don't spawn.
Consolite don't like that command, even it was usable on Dankbot

So You just set
host_timescale 3
to higher value if got good ping and computer,
also note running on virtual machine it will crash or cause dc with 80% chance
#9 · 14y ago
Cosmin332
Cosmin332
Stopped botting Ingkara even it has sweet drops and changed to irukul.Irukul works nice and smooth botted above 2 hours without dc or anything else.

EDIT: @DanK do u mind giving us a lil help with the ingkara dungneon?When i was using DankBot was running smooth without any problem and i was wondering if u can help was.Thnx
#10 · edited 14y ago · 14y ago
wolb
wolb
what do ingkara drop that's so sweet? I don't remember ever getting good drops from him.

size to 15 or something doesn't trigger it?
#11 · 14y ago
XA
xabbis
Well for one, to trigger ingkara you must do "cc_change_figure_height 1500, cc_change_figure_height 1" twice to trigger it.
#12 · 14y ago
VI
Vindicator209
Hm. If I try to run this loop on White Tyrant, I get the "Game hack detected: ConsoLite1.49" message.
#13 · 14y ago
NI
Nico
Quote Originally Posted by Vindicator209 View Post
Hm. If I try to run this loop on White Tyrant, I get the "Game hack detected: ConsoLite1.49" message.
Are you on NA?
#14 · 14y ago
Cosmin332
Cosmin332
@gdrthuy found i way to make work the Ingkara bot. atm is boting 3h no dc or anythin else if u want i ll add it later.Also skips cutscenes and its alot faster.
#15 · 14y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

  • Consolite 1.49 custom "super-loop-Bot"By gdrthuy in Vindictus Hacks & Cheats
    84Last post 14y ago
  • ortel mining bot for consolite 1.47a+ [Improved]By madoka in Vindictus Hacks & Cheats
    41Last post 14y ago
  • Custom Killstreaks VS. BotsBy panamasa in Call of Duty Modern Warfare 2 Server / GSC Modding
    4Last post 15y ago
  • [First Release] Super Spam BotBy Erinador in Visual Basic Programming
    10Last post 16y ago
  • M4A1 Custom or Kriss Super V? :OBy ChainBoy in CrossFire Hacks & Cheats
    127Last post 16y ago

Tags for this Thread

None