Supernatural Simulator Auto sell and auto level up

Uploaded On
Script Credit :- timmypablo#3824
Features

Auto sell

auto level up

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

getgenv().AutoMuscle = false getgenv().AutoSell = false local Remote = game:GetService("ReplicatedStorage").RemoteEvent while task.wait() do if AutoMuscle then local args = { [1] = { [1] = "GainMuscle" } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) end if AutoSell then local args = { [1] = { [1] = "SellMuscle" } } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) end end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors