[ad_1]
Created by CustomDex
Features:
AUTO PICKUP GUMBALLS FROM GUMBALL TREE (U GOTTA OWN IT)
_G.autoGB = true
while _G.autoGB and wait() do
for i ,v in pairs(game:GetService("Workspace").Tycoons[game.Players.LocalPlayer.Team.Name].GumballTree:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
BAD AUTO BUY BUTTON
_G.autoButton = true
while _G.autoButton and wait() do
for i, v in pairs(game:GetService("Workspace").Tycoons[game.Players.LocalPlayer.Team.Name].Buttons:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
COMPLETE OBBY(S) – YES I KNOW I COULD OF USED FIRETOUCHINTEREST
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.66159057617188, 2.9999988079071045, 322.68902587890625) -- easy obby
wait(2.5)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162.76344299316406, 3.999915361404419, 338.3460388183594) -- hard obby
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]