Neat HttpService stuff [OProjects]

I’ve been working on a bot which allows me to do several things on roblox easily, from things related to my account to things related to groups.

Today I thought to create a little place to show two of the features it has!

  1. Ability to donate any amount of robux you wish
    This allows users to donate as much robux as they like so I don’t have to make special items for people on my group store, the minimum amount is 2 Robux, and the max is 1 Billion [ Just for luls ]
  2. Auto PM Bot
    This allows users to send themselves a message from my bot with whatever they like [ uses roblox’s filtering ] it has a two minute cool-down, Even if you have your settings as “Followers only” you will still get the message :wink:

You can test it out here: OProjects Lab - Roblox

I’m still working on more features but I like these two the most, I also have a group Auto Rank up system but not sure how to demonstrate that with this

What do you guys think :smiley: ?

I’m also happy to hear any ideas for things I should make my bot do.

Edit: Added some pictures

Preview of how it looks like

When you go in:

Donation page, put any amount you like

When you click donate it prompts you to purchase the amount you wanted.

Private messaging page

When you get the message it’ll look like this:

6 Likes

Yay! Group automation is always fun. I remember to good ol’ days when I had a tiny group and I always dreamed of a day where the training place would have ways for low ranks to automatically rank up. Good times.

1 Like

I made the “pay what you want” product a while ago, but got annoyed because I couldn’t figure out how to make it use a save cookie instead of logging in every time.

I store the cookies in a file on the website, check if these two .txt files exist, if so I check the time on them, do they need to be renewed or not. if that helps, I’m happy to show you if you like.

Nah I figured it out, this was a few years back.

1 Like

Show some cool pictures here to win me over, and I might just check it out :slight_smile:

(think this applies to more people viewing the post)

1 Like

I’ve added them now, thanks for the suggestion :slight_smile:

1 Like

Does this bot have acess to your “user” password, isn’t that a bit insecure?

I’m assuming he’s just using an alt that has permissions to edit group items rather than his main’s cookie. It shouldn’t be a security problem though, depending on how he’s doing it.

I guess, this is the account it’s sendt from.

My main is protected with 2FA, this one is my alt that has permissions to the group’s items ( ability to create developer products )

The password is hard-coded in the PHP Code, no one would be able to get it.

ahhhhhhhhhhhhhhhhhhh

At least you could try putting the password in an environment variable or something, that’s already a bit safer.

1 Like

It told me “Unable to donate at this time”.

Welp, there goes the 1 billion I was gonna give.

Care to explain how that works?

The bot can send a web request to follow you before sending the PM - anyone can follow anyone.

1 Like

Yep, thankfully the usual spam bots have not learned this trick and hopefully the won’t for a while.

Did you see anything in the dev console?

The only reason it should ever say that is if someone were to fire the remote by themselves, or the market place service failed to fetch the product id, which I can’t do anything about.

Mind if I ask what number you set it to? I will check if it has been made and its just the marketplace service or something else.

Edit: Ah yes, I managed to get “unable to donate at this time” though it’ll only happen with the 1B product, no idea why .-.

Are you sure roblox allows that amount? Lol

I fixed a few issues that it had, now it should work fine.

I’ve also added a few more features to my collection such as:

  • Forum posting [ with option to allow others to comment or not ]
  • Group Payouts [ You can pay any user in the group via Distribution feature ]
  • Group Wall Commenting [ Bot can now comment on group’s wall ]
  • Invite To Clan
  • Cancel Clan Invite
  • Accept Clan Invite
  • Kick From Clan
  • Leave Clan
    etc

Well, I might need to test that now but back then yes, OR I make my script go through several bot accounts,

So I’d have like 5 accounts and each time I send a message it sends it with a different account.

I DO NOT ADVISE ON DOING THIS AS ITS AGAINST THE RULES TO USE IT LIKE THAT!!