zentred / roblox-ugc-limiteds-spam-buyer

purchases any new ugc limited the amount of times you want it to
6 stars 7 forks source link

What parts of the code do i charge to use this? #1

Open DBalinga17 opened 1 year ago

DBalinga17 commented 1 year ago

What parts of the code do i charge to use this?

zentred commented 1 year ago

you need to download the config file with it, make sure config + the python file are both in the same folder put your ROBLOX cookie in the config where it tells you to

other than that you can just run the python script, input assetid and howmany times you want to buy it

DBalinga17 commented 1 year ago

what software do i use to run this?

DBalinga17 commented 1 year ago

image im getting this error

zentred commented 1 year ago

tbh you'll have to figure it out on your own i can't be bothered helping people fix their issues if you don't know how to use it then sorry but it is what it is

zentred commented 1 year ago

but a thought for the reason you got that error, probably you were ratelimited

so this either means you were requesting to that api too many times (probably not) or your ip is flagged by roblox and u just get ratelimited everytime u make a request

DBalinga17 commented 1 year ago

Why would my ip be flagged lol

DBalinga17 commented 1 year ago

im using thonny is that why? image

not-hyphenated commented 1 year ago

It turns out that ROBLOX is rate limiting very quickly now. You can only make one API request per minute. Whether that's IP or .ROBLOSECURITY based is not something I know, but this has happened on both Replit and my own PC using my main and my alt's .ROBLOSECURITY.

You can see this by printing the json of self.session.get(f'https://catalog.roblox.com/v1/catalog/items/{assetId}/details?itemType=Asset').json() in the item_info function. I get {'errors': [{'code': 0, 'message': 'Too many requests'}]}.

zentred commented 1 year ago

the normal request limit is 10 times every minute, some ips are flagged and they will only be allowed to send 1 request a minute