Supernatural Simulator Script - Auto Lvl Up, Auto Sell
- Developer: unknown
- Status:
UNDETECTED
- Updated: 28.07.22
- Current version: 1.0
A small hack for Supernatural Simulator with which the script will automatically do Auto Sell, Auto Lvl Up. To disable one of the functions, change true to false in the script.
getgenv().AutoMuscle = true
getgenv().AutoSell = true
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
Free Download Supernatural Simulator Script - Auto Lvl Up, Auto Sell
Subscribe to the news Supernatural Simulator Script - Auto Lvl Up, Auto Sell
If the news changes, you will receive an E-mail notification.
Subscribe
Already subscribed: 0
Scripts and Codes for Roblox Your Bizarre Adventure
December, 22
Comments: 0
Views: 4 767
0 comments
Information
Users of Guests are not allowed to comment this publication.
If you have a problem, write to us.
No Comments