RocketBots | Easiest in-game ranking & other site actions

RocketBots is a service provided by RocketApps, which is part of the BloxTech group.

RocketBots

Hello! Let me introduce you to the newest addition to our wide range of services from BloxTech Group. As we have been seeing a lot of people struggling to rank someone in-game, using repl.it, glitch,… we thought this could be better. Why not do the hard work for you?

Well, that’s exactly what we’ve done! I’m proud to present: RocketBots!

Let us convince you in three lines of code

I’m serious. :slight_smile:

local RocketBots = require(game.ServerScriptService:WaitForChild("RocketBots").
local Bot = RocketBots.new("YOUR_TEAM_ID_HERE");
local ranked = Bot:RankInGroup(userId,rankNum);

Yes, that’s literally how easy it is to use RocketBots!

How to get a team ID and link it to a group?

  • Head to https://rocketapps.bloxtech.tech/.
  • Sign up (or login) for an account on our website (https://rocketapps.bloxtech.tech)
  • Create a team (:exclamation:Doublecheck your Roblox group ID here, as this is the group ID that the module will use.)
  • Once the team is created, press manage next to your team.
  • Now head to the :link: integrations tab.
  • Press Link Bot button.
  • In the input field, enter the cookie of your Robot (make a seperate Roblox account for this) and press the green next button. (Instructions on how to get your cookie are includede there)
  • Confirm that we are linking the correct Roblox account.
  • The page will now reload. Head to the :link: integrations tab once again.
  • On the bottom it will say “RocketApps also allows you to use your bots through our API. View the api here”. Press the here.
  • You’ll now be redirected to our API documentation. Head to the settings tab.
  • Copy your team / loader ID here :slight_smile:

Security notices

As you are providing a cookie of your Roblox (bot) account, we understand that you would like to have some more information regarding how this cookie is being stored and who has access to it.

How is this cookie being stored?

When we receive the cookie we will instantly encrypt it before storing it in our database.

Who has access to the database?

The database can only be accessed by our three developers ( @xChris_vC, @xAtom_ik and me). They have to login via a predefined computer as the firewall blocks all other IP addresses from getting access to the database.

Support

Just reply down below, or contact us over at our Discord server ! (Please be aware that not all of our support agents are trained to support you on RocketBots, thus response times might be up to 48 hours.

Some more things you can do with RocketBots.

:GetInfo()

Gets Roblox bot info

{
	success: true,
	response: {
		id: 2407470396,
		name: "GoKartingXtremeRobot",
		created: "2021-03-01T21:51:27.097Z"
	}
}

Bot:GetJoinRequests()

Get all join requests

{
	success: true,
	response: [{
		requester: {
			userId: 12345,
			username: "someoneWhoWantsToJoin",
			displayName: "someoneWhoWantsToJoin"
		},
		created: "2021-03-05T18:33:12.23Z"
	}]
}

Bot:ApproveJoinRequest(userId)

Approves a join request

{
    success: true,
    response: "Successfully accepted users join request."
}

Bot:DeclineJoinRequest(userId)

Declines a join request

{
    success: true,
    response: "Successfully declined user from join requests."
}

Bot:Shout(message)

Shouts onto the Roblox group

{
    success: true,
    response: "Successfully shouted to group."
}

Bot:MessageUser(userId, subject, message)

Sends a message to Roblox to someone
:warning: Make sure to set your privacy settings so everyone can message you and link a valid email address to your account.

Bot:RankInGroup(userId,rankId)

Ranks user in group

{
    success: true,
    response: "Successfully ranked user in group."
} 

Bot:Exile(userId)

Gets Roblox bot info

{
    success: true,
    response: "Successfully exiled user from group."
}

Some comments:

17 Likes

Woah! This looks amazing. I can’t wait to try it out.

3 Likes

Thanks for your kind words. Keep us posted!

2 Likes

Isn’t rocketbots the name of like an user here on the forums or something? There’s someone with a name similar to that but I don’t remember lol.

I find this pretty cool.

2 Likes

Do I need a discord account for this bot?

3 Likes

No, you can just register with your Roblox account and do a quick verification, no Discord or email address needed! :tada:

If you would like more assistance on the registration process, feel free to let us know here or by the livechat on the website!

2 Likes

Not entirely sure to be honest. If there is, that person now got a cool API service named to them. :slight_smile:

3 Likes

We got some more hours to spend on developing RocketBots! :partying_face: What features would you like to see, what API endpoints do you think are necesarry or would be a nice add-on? :slight_smile:

Can all ranks in the group use this, or just a certain one?

1 Like

Could you clarify what you exactly mean, maybe by an example? Thanks! :slight_smile:

It says in-game ranking, which I would think means you can rank people within a group, inside a Roblox game, is this what it’s supposed to do? If so, do you have to be a certain rank inside the group to use the bot?

Ah, I see what you’re trying to say. Thanks for clarifying!

No, you can have any rank in the group. However, whilst setting up the system you will need to make a Roblox account and put that into your group, which should have a rank on which it’s allowed to change user’s ranks,… :slight_smile:

Then your developer (or you) can script a system in-game which would use the account that was just created. For example, you can make chat commands from it,… :slight_smile:

2 Likes

Hey, is there anyway to connect the rocketapps main bot to a discord bot and do something like this but in discord? For example I’m trying to see if I could make a personalized command that changed someone’s rank to suspended for a determined amount of time. Thanks.

If you’re experienced with node.js, you can create a discord.js bot with RocketBots’ npm module!