No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Stefanuk12 1c03c28f2d Initial commit
I'm unsure if I will finish this, but if you want to finish it, here is a rough todo.
The groundwork has mostly-ish been done for you.
- Parse cookies/proxies
- Reset all proxy counter every minute (ideally for each element indiviudally)
- Some sort of rotating proxy for purchases?
- Create the main "runner"
- Checks if any new limiteds have been put on sale (use catalog api?)
- Purchase that limited and handle any errors
- Use rayon to purchase concurrently across all accounts
2023-07-28 00:21:03 +01:00
input Initial commit 2023-07-28 00:21:03 +01:00
src Initial commit 2023-07-28 00:21:03 +01:00
.gitignore Initial commit 2023-07-28 00:21:03 +01:00
Cargo.toml Initial commit 2023-07-28 00:21:03 +01:00
README.md Initial commit 2023-07-28 00:21:03 +01:00

R Limited Sniper

This is a Limited sniper for Roblox that is faster than every sniper that is written in languages like Python, or JavaScript. Note that this is not designed to be extensive, it's a simple version that can be expanded upon.

Why?

I could've sold this but decided not to because that would be effort. Instead, I'm using this is a Rust learning experience and to cause some chaos among people selling their own snipers 😏

Acknowledges

I could have used roboat to interact with the API but I made my own wrapper to further increase speed.