Skip to content

Script example

HungPV edited this page Feb 10, 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 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

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

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

Hi, I'm a bot. Please give me a Star for this repository, thank you 😜

Clone this wiki locally