Smoothie Factory Tycoon Script | AUTO OBBY – HALLOWEEN UPDATE

Png-1-23-300x169-1.png

Created by Bannable#0001

Features:

  • AUTO OBBY
-- Services
local Players = game:GetService("Players")
local Workspace = game:GetService("Workspace")

-- Locals/Assets (The reason why I 'spam' WaitForChild here is so it won't error if you run it before everything is loaded in / exists)
local LocalPlayer = Players.LocalPlayer
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")

local Obbies = Workspace:WaitForChild("Obbies")
local Easy = Obbies:WaitForChild("EasyObby"):WaitForChild("Finish"):WaitForChild("Button")
local Hard = Obbies:WaitForChild("HardObby"):WaitForChild("Finish"):WaitForChild("Button")

-- Functions
local function OnCharacterAdded(NewCharacter)
   Character = NewCharacter
   HumanoidRootPart = NewCharacter:WaitForChild("HumanoidRootPart")
end

-- Connections
LocalPlayer.CharacterAdded:Connect(OnCharacterAdded)

-- Threads
task.spawn(function()
   while true do
       task.wait()
       if HumanoidRootPart and Easy then
           local OldPos = HumanoidRootPart.CFrame
           firetouchinterest(Easy ,HumanoidRootPart, 0)
           firetouchinterest(Easy ,HumanoidRootPart, 1)
           wait(1)
           HumanoidRootPart.CFrame = OldPos
           task.wait(182) -- Consder actually doing a proper check here
       end
   end
end)

task.spawn(function()
   while true do
       task.wait()
       if HumanoidRootPart and Hard then
           local OldPos = HumanoidRootPart.CFrame
           firetouchinterest(Hard ,HumanoidRootPart, 0)
           firetouchinterest(Hard ,HumanoidRootPart, 1)
           wait(1)
           HumanoidRootPart.CFrame = OldPos
           task.wait(302) -- Consder actually doing a proper check here
       end
   end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service