Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I create an auto promotion bot api?

Asked by 9 years ago

I have been trying to figure out how to do this for some time, and I simply havent been able to do it. How can I successfully develop one? What all do I need may be able to help me figure this out better on my own, but right now I am stumped.

0
i could really use some help here guys TimTheMagnificent 0 — 9y

1 answer

Log in to vote
1
Answered by 7 years ago

First up, there's multiple ways to do this. You need to have PHP knowledge or JSON knowledge. You can do it with either one, although in my opinion I recommend using JavaScript + JSON. Here's where I recommend you start:

roblox-js-server GitHub

That link will send you to a GitHub post by sentanos a.k.a. Froast. He created that api, and it's highly useful and works like a charm. It's simple to setup. If you want to create your own, here's the steps you should take:

1) Learn some PHP or JSON (and JS obviously). 2) Create a bot account, and rank it as high as possible in your group. 3) Save the password and username of the bot on a piece of paper or on a document so you don't forget it. 4) Use HTTPService to send requests to a server (I recommend using Heroku, as it's free). 5) The server will recognize the request and use your PHP/JSON code to log into your bot account and do whatever you decide (pass arguments to choose). 6) That's it! Hope I helped! :)

0
Why? OldPalHappy 1477 — 7y
0
This question is two years old. Don't expect your answer to get accepted anytime soon, lol. Link150 1355 — 7y
0
welp, it might. AstrealDev 728 — 7y
0
5 years old actually NotRobloxMonch 11 — 4y
Ad

Answer this question