mirror of
https://github.com/Stefanuk12/RLimitedSniper.git
synced 2026-08-14 21:04:46 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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 |
||
| input | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
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.