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.
191.5K
Newest Releases
Bot Tabs Example | 04/10/24 | 1.9K
In-game timers | 04/10/24 | 3.9K
Cut Webs/Wooden Bars | 04/10/24 | 1.1K
TargetBot Toggle | 04/10/24 | 2.7K
Fight Mode Toggle | 04/10/24 | 1.7K
BotServer send position | 04/10/24 | 1.5K
News
If you want to show appreciation for my work, please consider donating here.
I can also accept other forms of payment.
Node.js BotServer Release Lee

Due to the growing demand for help with building and compiling a BotServer, I decided to release a simple BotServer that you can easily run on your local PC, built using Node.js.

This project is based on otcv8botserver and leverages the ws library to create a straightforward WebSocket server. It automatically installs any missing dependencies, making it hassle-free to get started.


If you’re sharing this project, please be sure to share the original page to support the community. It can be found Here

#Coding
2 weeks ago
Otclientv8 - BotServer Updates Lee

There was an issue with the BotServer that was causing it to crash clients. It would try to initiate a connection 5000 times in 10 seconds, which would just keep pushing new operations into HTTP. Operations until it crashed.

This was a quick fix to fix it (it could be improved) but I added it so it'll try to reconnect after 2 seconds, then 4 seconds, 8 seconds, etc.

It also clears out the operation on close (technically this would fix it, but it will still attempt to reconnect over and over and over.)
I also added some new functions

  • isConnected() - checks to see if connected
  • hasListen(topic) - looks for a topic
  • resetReconnect() - resets the auto reconnect (added to BotServer.lua)

The updated code can be found here
Examples:
if BotServer.isConnected() then
 -- DO ACTION
end
if BotServer.hasListen("list") then
 -- DO ACTION
 -- List already exists
end

#Coding
11 Mar 2024
Otclientv8 - UI.Container Update Lee

Updated UI.Container to allow you to drag and drop into the first slot (always empty). Here

Once I update the backend stuff on the website I will add them to their own category for now the news will have to do.

#Coding
04 Nov 2022
Otclientv8 - game_bot connects Lee

Released some updates for otclientv8 game_bot connects.

  • game_bot - mouse connect: Github
  • game_bot - exp/level connect: Github
  • game_bot - Player connects: Github

#Coding
31 Aug 2022
Open-Source Lee

I get the stuff here is Open-Source, but at least give credit where its due if your going to take this work.
I've seen so many people claiming to have created half my work or trying to re-sell it.
Don't be that guy. You know who you are.

#Website
19 Feb 2022
Discord
Join
Online (0)
© 2024 Trainor Creations
Ads