Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with enable/disable Targeting/Cavebot/Looting
#1
Hello I need hotkey to press and then been able to disable all things

Looting/Targeting and Cavebot.
Thanks, wait for answer.
Reply

#2
Hello.

local TOOLS = {
    'Cavebot/Settings/Enabled',
    'Targeting/Settings/Enabled',
    'Looter/Settings/Enabled',
}
for _, tool in ipairs(TOOLS) do
    setsettings(tool, false)
end
Reply

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Where should I add it? Im trying make a hotkey with type LUA script, and assign key but didnt works for me :/
Reply

#4
Hello.

That depends how you are going to use it. Creating a Hotkey as LUA Script is an option, so it will disable only when you press that hotkey.

Did you tried to assign different keys?

You can get the correct's tool option path by right-clicking on the option and then "copy path".
Try using this:
local TOOLS = {
    'Cavebot/Enabled',
    'Targeting/Enabled',
    'Looter/Enabled',
}
for _, tool in ipairs(TOOLS) do
    setsettings(tool, false)
end
Reply

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Tryed and assigned to different keys and still didnt work, btw i think i can pause targeting and everything just with PAUSE, that makes bot get in Pause..
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016