Guide to Scripting Bots | Javascript Tutorial | FunCaptcha and New Host Info

Awesome tutorial!

This is great for people who don’t really know how a lot of clan and discord bots work.

13 Likes

I always love what you do, Tech! <3 Keep it coming.

9 Likes

Woooooo, yeah! TechSpectrum, you da man!

10 Likes

NodeJS is the only real dev language.
(I hope people get the joke)

Good tutorial.

17 Likes

I agree. I use it for GalacticBot and all my websites now.

11 Likes

Ok so im going to be adding the following later

Player and Group Blacklist (Google Spreadsheet)
Twitter feed channel
ROBLOX Forum feed channel
View a group members status and rank

5 Likes

Open source project if you’re interested in more intensive ways of doing this

11 Likes

Really detailed tutorial, very nice stuff.

5 Likes

Awesome!

I’m facepalming rn seeing some of those functions I didn’t use in my bot.
cough string.split cough

7 Likes

Hahaha, man it made a world of difference, I don’t event think to much of using commando cause its easier this way.

4 Likes

Update

How to host a Bot for a ROBLOX Server!

5 Likes

Very nice tutorial.

On a side note, there is also a library for coding Discord Bots with Lua called Discordia.

Link: GitHub - SinisterRectus/Discordia: Discord API library written in Lua for the Luvit runtime environment

9 Likes

I noticed for the message it responded with a message of “Error: Captcha”

3 Likes

Probably because I tried to authorize special permissions that required double authentication when I didn’t have it turned on. It will do that if you try.

5 Likes

So that will be done with the new update?

3 Likes

in jan?

3 Likes

Near the end of January after this week once I finish my exam Ill post some updates.

7 Likes

This is due to Roblox adding Captcha to a lot of APIs in order to prevent bots. Specifically for the message and join group APIs to my knowledge. Login APIs will also give captcha if too many people are logging in from one IP.

4 Likes

I don’t know if it’ll be of any use to anyone, but afaik sentanos doesn’t plan on maintaining the roblox-js library; however, there is a fork of the repo available that consists of more functionality, such as avatar and chat APIs: https://github.com/Neztore/roblox-js

5 Likes

Woah… Neat organization there!
This is a cool way to learn this stuff.

3 Likes