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.
164.6K
OTClient

These are codes that I have posted on various forums/discord.

I release scripts for free, they work on the servers I use them on.

Cap Check - vBot extension

12/07/23 | 812
This allows you to add a "capacity check" button inside the bot.
To install see my Auto extension loader code here

Drop - vBot extension

07/11/22 | 1.8K
This allows you to add a drop button inside the bot so you can tell bot to drop an item to location you are facing (when you click the button).
To install see my Auto extension loader code here

Levitate - vBot extension

09/04/22 | 2.8K
This allows you to add a "Levitate" button inside the bot.

-direction will auto detect from which way your char is facing when pressing levitate button.
-floor is the current floor (if a floor change is detected it will proceed on).
-spell name can be custom exani hur by default...

Level Check - vBot extension

02/04/22 | 2.1K
This allows you to add a "level check" button inside the bot.
To install see my Auto extension loader code here
Level greater than:
133,spawnLeave,spawnLoop
Level Range:
133:1337,spawnLeave,spawnLoop

Find Teleport - vBot extension

02/04/22 | 1.4K
This allows you to add a "Find teleport" button inside the bot.
To install see my Auto extension loader code here

Shovel - vBot extension

24/12/21 | 1.2K
This allows you to add a shovel button inside the bot. (face the hole and press the button)
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/shovel.lua")
create a file CONFIGNAME\cavebot\shovel.lua and add code below...

Cut - vBot extension

24/12/21 | 1.2K
This allows you to add a "cut" button inside the bot. (face the web/bars and press the button)
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/cut.lua")
create a file CONFIGNAME\cavebot\cut.lua and add code below.

AutoLoader- vBot extensions

24/12/21 | 3.5K
This allows you to drag and drop extensions into vBot without editing the vBot cavebot.lua file to load them.
- Find the file CONFIGNAME\vBot\cavebot.lua
- Find the line --dofile("/cavebot/extension_template.lua")
- Add the code below on the line below it.
This ...

Rope - vBot extension

24/12/21 | 1K
This allows you to add a "rope" button inside the bot. (face the web/bars and press the button)
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/rope.lua")
create a file CONFIGNAME\cavebot\rope.lua and add code below...

Stand - vBot extension

02/04/22 | 2K
This allows you to add a stand button inside the bot so you can tell bot to stand 1 square away from where you are facing.
To install see my Auto extension loader code here

Exercise Dummy - Ext

01/07/22 | 2.2K
Allows you to use an exercise wand on a training dummy from the cavebot. (or any other items on something else, searches for item on screen.)
To install see my Auto extension loader code here
Ads