by SinXZThis bot is customizable through vartools, just input the number and the bot will fetch the appropriate battle script. You can set how many runs you like it to do, and it is fully toggle-able through startBot, and stopBot. The binds for this bot are
F8 to start, F9 to stop, F10 to reload.
Right now, this bot supports
most maps, along with some
specialized ones to increase productivity.
Bolded ones are newly added.
Specialized Maps
Mercenary Training Site, The Weeping Queen, Irukul, White Tyrant's Challenge, Two Moons, Resenlian Labyrinth Irukul, Blood Lord, Hidden, Nightmare at the Ruins, Shady Forest, The Contract, Buried Sorrow, and Rescue
Major thanks to @
dewdew @
Nico @
DanK, and everyone who helped with the Vindictus scene.
Thanks to @
gdrthuy for original concept of a Consolite bot.
1. Get the latest Consolite from @
dewdew.
2. Place the files in the a_cfg folder in the Vindictus\en-US folder. If a_cfg is not present, create it.
3. Type in "a_exec xbot.txt".
4. Type in "startBot" when on a boat to start it.
5. To stop it, just type in "stopBot".
And don't leech this either, sell it, or copy code from it.
Virus Scan:
XBOT_v0.04.zip - Jotti's malware scan
https://www.virustotal.com/file/f217...is/1336312942/
Sample from xbot.txt:
Code:
ECHO ===== Consolite Script: ====================================
ECHO = XBOT
ECHO ===== By: ==================================================
ECHO = SinXZ [MPGH]
ECHO ===== Current Version: =====================================
ECHO = 0.04
ECHO ===== Changelog: ===========================================
ECHO = 0.04
ECHO = - Fixed some maps not spawning their bosses
ECHO = - Added Irukul script for less crashing rather than
ECHO = using Battle Level 2 (thanks @Dasmonia)
ECHO = - Added The Contract, and (thanks @Dasmonia)
ECHO = - Added Rescue (thanks @Dasmonia)
ECHO = - Added Blood Lord, Hidden, Nightmare at the Ruins, and
ECHO = Shady Forest (thanks @Dasmonia)
ECHO = - Replaced a_nuke with a_nukeall
ECHO = - Fixed Resenlian Labyrinth not replaying
ECHO = 0.03
ECHO = - Added battle counter, and stops bot when the limit is
ECHO = is reached
ECHO = - Added host_timescale speedup for timer-based maps
ECHO = - Improved replay function
ECHO = - Fixed Two Moons crashing
ECHO = - Added Resenlian Labyrinth script (no need to set battle
ECHO = limit, will automatically do for you)
ECHO = 0.02
ECHO = - Added Two Moons script
ECHO = 0.01b
ECHO = - Completely rewrote script for less failure
ECHO = - Added delay feature
ECHO = 0.01a
ECHO = - Created XBOT
ECHO = - Includes customizable numbers for certain maps
ECHO = - Added fast skip mode
ECHO =
ECHO ===== Description: =========================================
ECHO = This bot is customizable through vartools.
ECHO =
ECHO = Major thanks to @dewdew @Nico @DanK, and everyone who
ECHO = helped with the Vindictus scene.
ECHO =
ECHO = Thanks to @gdrthuy for original concept of a Consolite bot.
ECHO =
ECHO = And don't leech this either, sell it, or copy code from it.
ECHO =
ECHO = Read the usage section before commenting or changing
ECHO = the following variables.
ECHO ============================================================
ECHO ===== Usage: ===============================================
ECHO = Simply type in startBot to start the bot, and stopBot to
ECHO = stop it. To restart the bot, you must type in reloadBot
ECHO = first.
ECHO =
ECHO = This bot is toggle-able, through use of binds
bind F8 startBot
bind F9 stopBot
bind F10 reloadBot
ECHO = The default binds are F8, F9, and F10
ECHO =
ECHO = If something isn't right, try typing in reloadBot.
ECHO ===== Battle Settings: =====================================
ECHO = The battle number is used for certain maps that have
ECHO = special requirements. Usually the default level 0 will
ECHO = suffice for most maps. If you don't see your map in here
ECHO = it may not be supported.
ECHO =
ECHO = Compatible:
ECHO = Level 0: Default number of skips (5)
ECHO = Level 1: No skips
ECHO =
ECHO = Specialized:
ECHO = Level 2: Two Moons
ECHO = Level 3: Resenlian Labyrinth
ECHO = Level 4: Irukul
ECHO = Level 5: Blood Lord, Hidden, Nightmare at the Ruins, and
ECHO = Shady Forest
ECHO = Level 6: The Contract, Buried Sorrow
ECHO = Level 7: Rescue
ECHO =
ECHO = Level 0 will work with Level 1 battles, but it will take
ECHO = longer that using Level 1.
ECHO =
ECHO ===== Battle Level 0: ======================================
ECHO = Most of the boats.
ECHO ===== Battle Level 1: ======================================
ECHO = Mercenary Training Site, The Weeping Queen,
ECHO = White Tyrant's Challenge
ECHO ===== Battle Level 2: ======================================
ECHO = Two Moons
ECHO ===== Battle Level 3: ======================================
ECHO = Resenlian Labyrinth
ECHO ===== Battle Level 4: ======================================
ECHO = Irukul
ECHO ===== Battle Level 5: ======================================
ECHO = Blood Lord, Hidden, Nightmare at the Ruins, and
ECHO = Shady Forest
ECHO ===== Battle Level 6: ======================================
ECHO = The Contract, Buried Sorrow
ECHO ===== Battle Level 7: ======================================
ECHO = Rescue
ECHO ============================================================
ECHO ===== Battle Level: ========================================
ECHO = Set the bot_mimic to the battle level in order to
ECHO = have specific skipping patterns. Information above.
ECHO =
ECHO = Default = 0
bot_mimic 6
ECHO ===== Replay Delay: ========================================
ECHO = Set the delay to replay boss battles (only the present
ECHO = variables are allowed to be used).
ECHO =
ECHO = Slowpoke = 30
ECHO = Slow = 20
ECHO = Normal = 15
ECHO = Fast = 10
bot_crouch 15
ECHO ===== Fast Skip Mode: ======================================
ECHO = Set the bot_freeze to 1 to enable fast skipping. Set to 0
ECHO = for a slow, safer skipping (some specialized maps will
ECHO = only use delayed skip).
ECHO =
ECHO = Delayed Skip = 0
ECHO = Fast Skip = 1
bot_freeze 0
ECHO ===== Launch Counter: ======================================
ECHO = Set the hl2_episodic to stop the bot after a certain
ECHO = amount of runs (any number).
ECHO = Infinite Run = -1
hl2_episodic -1
ECHO ===== Host Timescale Modification: =========================
ECHO = Set the r_vehicleBrakeRate to speed up timer based bosses
ECHO = amount of runs (only the present variables are allowed
ECHO = to be used). This only applies for specialized battle
ECHO = levels.
ECHO =
ECHO = Default = 0
ECHO = Fast Mode = 5
ECHO = Hardcore = 10
r_vehicleBrakeRate 0
ECHO ============================================================
ECHO ===== Internal Variables: ==================================
ECHO = For internal use only, do not touch.
ECHO =
ECHO = To start the bot, use startBot.
ECHO = To stop the bot, use stopBot.
a_boat_no_intro "1"
alias "startBot" "xbot_return_0"
alias "xbot_boat_start" "a_boat_start"
alias "xbot_boat_replay" "a_boat_replay"
alias "xbot_return_0" "a_exec xbot_battle_default.txt"
alias "xbot_return_1" "a_exec xbot_battle_noskip.txt"
alias "xbot_return_2" "a_exec xbot_battle_two_moons.txt"
alias "xbot_return_3" "a_exec xbot_battle_resenlian_labyrinth.txt"
alias "xbot_return_4" "a_exec xbot_battle_irukul.txt"
alias "xbot_return_5" "a_exec xbot_battle_hidden.txt"
alias "xbot_return_6" "a_exec xbot_battle_the_contract.txt"
alias "xbot_return_7" "a_exec xbot_battle_rescue.txt"
alias "xbot_var_bot_stop" "bot_freeze -1; bot_crouch -1"
alias "xbot_var_bot_reload" "a_exec xbot.txt"
a_if bot_mimic == "0" "a_exec xbot_set_battle_default.txt"
a_if bot_mimic == "1" "a_exec xbot_set_battle_noskip.txt"
a_if bot_mimic == "2" "a_exec xbot_set_battle_two_moons.txt"
a_if bot_mimic == "3" "a_exec xbot_set_battle_resenlian_labyrinth.txt"
a_if bot_mimic == "4" "a_exec xbot_set_battle_irukul.txt"
a_if bot_mimic == "5" "a_exec xbot_set_battle_hidden.txt"
a_if bot_mimic == "6" "a_exec xbot_set_battle_the_contract.txt"
a_if bot_mimic == "7" "a_exec xbot_set_battle_rescue.txt"
alias "stopBot" "xbot_var_bot_stop"
alias "reloadBot" "xbot_var_bot_reload"
The bot doesn't automatically set the battle for you, you have to!
The bot doesn't automatically set the battle for you, you have to!
The bot doesn't automatically set the battle for you, you have to!
The bot doesn't automatically set the battle for you, you have to!
The bot doesn't automatically set the battle for you, you have to!
Open the xbot.txt and read over it before commenting!