Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.4K
Bot Quick config change #55
This allows you to quickly switch config.
I used to have it so on player in war attacked it would switch to war profile.
140b | 5 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
UI.Button("Change Config",
  function()
    configList = modules.game_bot.contentsPanel.config
    configList:setCurrentOption("PvP")
  end)

19 Sep 2021
Ads