LimitedsFiend
Source Code: Github
JavaScript web scraper to find Roblox accounts with Limiteds or specific items
LimitedsFiend can easily find Roblox accounts with Limiteds or desired items. LimitedsFiend will send the results directly to you via a Discord webhook.
Setup
(If you don’t know anything about Git or JS, you may have to research some stuff on your own. I will not hold your hand through the installation process.)
- Install NodeJS onto your system.
- Install Git onto your system.
- Download this Github repository with
git clone https://github.com/Mizosu97/LimitedsFiend
. - Change directory into the newly downloaded repository.
- Install discord.js with
npm install --save discord.js
- Open the
LimitedsFiend.js
file, and enter your Discord webhook inside the quotes at line 32.
Usage
Make sure your working directory is where the LimitedsFiend.js
file is located.
To search for accounts with Limiteds:
node LimitedsFiend.js x
- Input the account ID range in the given prompt. For example, if you want to search for accounts whos userID is between 1000 and 2000, you would enter
1000-2000
To search for accounts with a specific item:
-
node LimitedsFiend.js <itemID1> <itemID2> <etc>
- You can input as many item IDs as you want as arguments.EXAMPLE:
node LimitedsFiend.js 1365767 250395631 42211680 1285307
-
Input the account ID range in the given prompt. For example, if you want to search for accounts whos userID is between 1000 and 2000, you would enter
1000-2000