Supernatural Simulator Script - Auto Lvl Up, Auto Sell

Project Information

Developer: unknown
Status: UNDETECTED
Updated: July 28, 2022 at 4:19 AM
Version: 1.0
Compatibility: PC (Windows, MacOS) - Mobile (iOS, Android)
Updates & Support:

Supernatural Simulator Script - Auto Lvl Up, Auto Sell

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

Only authorized users can download files. Please Log in or Register on the website.
Comments: 0 Views: 7 398

0 comments

No Comments
New Comments
all
Tellthemimsingle2 Tellthemimsingle2

Does auto puzzle only work for clockie puzzles?

Rostik24 Rostik24

PLEASE UPDATE!!! AGAIN NOT WORKING!

staysalty2000 staysalty2000

{

  "dwViewMatrix": 31654992,

  "dwLocalPlayerPawn": 29282104,

  "dwEntityList": 30481784,

  "m_hPlayerPawn": 2300,

  "m_iHealth": 844,

  "m_lifeState": 852,

  "m_iTeamNum": 1003,

  "m_vOldOrigin": 5536,

  "m_pGameSceneNode": 816,

  "m_modelState": 400,

  "m_boneArray": 128,

  "m_nodeToWorld": 16,

  "m_sSanitizedPlayerName": 2128

}

karlodudas112 karlodudas112

how do you use frame delay?