Project Slayers | Auto spin + spins method

MADE BY WetCheezit

FEATURE:

  • Auto spin
  • spins method

GAME LINK:
PROJECT SLAYERS

SCRIPT:

game:GetService("ReplicatedStorage").Remotes["send_code_to_server"]:FireServer("werebackup");
game:GetService("TeleportService"):Teleport(5956785391);

NOTE: THIS WILL ONLY WORK ON ACCOUNTS THAT HAVE NOT USED THE CODE
THIS SCRIPT MUST BE USED IN THE TUTORIAL OR ACTUAL GAME, NOT IN THE MENU

local clans = { "Kamado", "Agatsuma" };

local players = game:GetService("Players");
local runService = game:GetService("RunService");
local replicatedStorage = game:GetService("ReplicatedStorage");

local localPlayer = players.LocalPlayer;
local playerData = replicatedStorage:WaitForChild("Player_Data");
local localData = playerData:WaitForChild(localPlayer.Name);
local clan = localData:WaitForChild("Clan");

local remotes = replicatedStorage:WaitForChild("Remotes");
local sendServer = remotes:WaitForChild("To_Server");
local handleSpin = sendServer:WaitForChild("Handle_Initiate_S_");

while task.wait() do
    if (not table.find(clans, clan.Value)) then
        if (game.PlaceId ~= 5956785391) then
            localPlayer:Kick("use the script in the main menu");
        else
            handleSpin:InvokeServer("check_can_spin");
        end
    end
end


auto spin script (this code is required to be used in the menu but, have added a check to prevent flagging to the anti cheat)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!