Skip to content

Script example

HungPV edited this page Feb 12, 2022 · 4 revisions

This bot support scripting mode so you don't need to select mode, options,... manually

You can create some scripts at bot's folder and then Click-To-Run

Some script examples:

  • Launch AFK, select profile manually, do PVP, WB, GVG/Inv/Exp, TG, Raid and then exit

    call steam.bot.bat afk a --ear

  • Launch AFK, use your profile, do PVP, WB, GVG/Inv/Exp, TG, Raid and then exit

    call steam.bot.bat afk a --ear --profile=YourProfileName

  • Launch AFK, use your profile, do PVP, WB, GVG/Inv/Exp, TG, Raid and keep online the whole day by remove flag --ear (still End if you got Disconnected)

    call steam.bot.bat afk a --profile=YourProfileName

  • Launch Fishing

    call steam.bot.bat fishing

  • Launch Fishing and hook 500 times

    call steam.bot.bat fishing 500

  • Launch ReRun

    call steam.bot.bat rerun

  • Launch ReRun and do 50 loops

    call steam.bot.bat rerun 50

  • Launch Gauntlet and do 50 loops with fast click speed

    call steam.bot.bat gauntlet 50 --alter-interval=500ms

How to save the above script into a script file? Let's say how to create a script that can launch bot, do fishing 500 times

  • Go to bot's folder
  • Create a file name Fishing.bat (or name it in your own way)
  • Open it and paste your script, in this example, I paste the script launch bot, do fishing 500 times

    call steam.bot.bat fishing 500

  • Save it
  • Open game on Steam, double click the script file and feel the magic

With Web/Mini-client version, replace steam.bot.bat with web.bot.bat

On Linux, replace call steam.bot.bat with ./bot.sh

Explore more flags here