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.
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 (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
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
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
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
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: