sasod35

God Tycoon AutoFarm

Apr 11th, 2023
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. pcall(function()if game.CoreGui:FindFirstChild("GOD TYCOON - rbxscript.com")then game.CoreGui:FindFirstChild("GOD TYCOON - rbxscript.com"):Destroy()end;players={}for a,b in pairs(game:GetService("Players"):GetPlayers())do table.insert(players,b.Name)end;local c=loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))()local d=c.new("GOD TYCOON - rbxscript.com",5013109572)local e={Background=Color3.fromRGB(24,24,24),Glow=Color3.fromRGB(0,0,0),Accent=Color3.fromRGB(10,10,10),LightContrast=Color3.fromRGB(20,20,20),DarkContrast=Color3.fromRGB(14,14,14),TextColor=Color3.fromRGB(255,255,255)}local f=d:addPage("Credits",5012544693)local g=f:addSection("Credits")local h=d:addPage("Main")local i=h:addSection("Auto")local j=h:addSection("Stealer")local k=d:addPage("Players")local l=k:addSection("Teleport")local m=d:addPage("Misc")local n=m:addSection("Misc")local o=d:addPage("Theme")local p=o:addSection("Colors")for o,q in pairs(e)do p:addColorPicker(o,q,function(r)d:setTheme(o,r)end)end;g:addButton("Scripter: MaGiXx#2246",function()setclipboard("MaGiXx#2246")end)g:addButton("UI Library: Venyx",function()end)d:SelectPage(d.pages[1],true)j:addToggle("Auto Stealer Part",nil,function(s)StealerPart=s end)j:addButton("Stealer Weapon",function()for a,b in pairs(game.workspace:GetDescendants())do if b.Name=='Giver'and b.Parent.Name~='Essentials'then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,0)firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,1)end end end)i:addToggle("Auto Clicker",nil,function(s)Click=s end)i:addToggle("Auto Collect",nil,function(s)Collect=s end)local t=l:addDropdown("Players",players,function(u)pl=u end)pl=game.Players.LocalPlayer.Name;l:addButton("Teleport ",function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[pl].Character.HumanoidRootPart.CFrame*CFrame.new(0,0,tonumber(TeleportX))end)l:addToggle("Loop Teleport ",nil,function(b)looptp=b end)TeleportX=3;l:addSlider("Teleport X",3,-20,20,function(s)TeleportX=s end)n:addButton('Destroy Lasers',function()for a,b in pairs(game.workspace:GetDescendants())do if b.Name=='Lasers'then b:Destroy()end end end)n:addSlider("WalkSpeed",16,16,1000,function(s)game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed=s end)n:addSlider("JumpPower",50,50,1000,function(s)game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid.JumpPower=s end)spawn(function()while wait()do if StealerPart then for a,b in next,game:GetService("Workspace").PartStorage:GetChildren()do for a,v in next,game:GetService("Workspace").Tycoons.Tycoons:GetChildren()do for a,w in next,v:GetChildren()do if w.Name=='Owner'and w.Value==game.Players.LocalPlayer then for a,x in next,w.Parent:GetChildren()do if x.Name=='Essentials'then b.CFrame=x.PartCollector.CFrame*CFrame.new(0,6,0)b.CanCollide=false end end end end end end end end end)spawn(function()while wait()do if looptp then if not looptp then break end;game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[pl].Character.HumanoidRootPart.CFrame*CFrame.new(0,0,TeleportX)end end end)spawn(function()while wait()do if Collect then for a,b in pairs(game.workspace:GetDescendants())do if b.Name=='Giver'and b.Parent.Name=='Essentials'then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,0)firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,b,1)end end end end end)spawn(function()while wait()do if Click then for a,v in next,game:GetService("Workspace").Tycoons.Tycoons:GetChildren()do for a,w in next,v:GetChildren()do if w.Name=='Owner'and w.Value==game.Players.LocalPlayer then for a,x in next,w.Parent:GetChildren()do if x.Name=='PurchasedObjects'and x:FindFirstChild('Mine'):FindFirstChild('Model'):FindFirstChild('Clicker')then fireclickdetector(x.Mine.Model.Clicker.ClickDetector,0)fireclickdetector(x.Mine.Model.Clicker.ClickDetector,1)end end end end end end end end)end)
Add Comment
Please, Sign In to add comment