From 552571b2011f94dcd1494816c6d64a12423bc216 Mon Sep 17 00:00:00 2001 From: Aspect <90333100+Aspectise@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:23:16 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 3364809..9ec5d9e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,29 @@ Limited Sniper let you add limited ids in config.json at custom prices in this f and will snipe any limited you added that reachs the max price you specified for that item. *you can add multiple IDs at the same time by adding a comma at the end of each ID* +## Setup +```json +{ + "Webhook": { + "Enabled": false, If true will send a notification to the webhook url you added + "Url": "" If you set enabled to true you have to add a webhook url here + }, + "Buy_cookies": [ + "" Your roblox account cookie that will buy the limiteds (main account cookie) + ], + "Check_cookie": "", Your roblox alt account cookie that will check the limiteds (can be the same as buy cookie) + "Speed": { + "Checks_Wait_time": 0.4 Amount of time to wait between each check + }, + "Items": { + "15181542808": 1, Limited ids with max price + "13335138883": 1 + }, + "Global_Logs": { + "Anonymous": false If true your roblox username will not appear in global logs (global logs are in the discord server) + } +} +``` ### Features: - [x] - **Checks ids at fast speed** - [x] - **Supports Multi-ID**