Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credits To all the owners of some scripts i used
- -- Made By Chocobit
- -- Give Credits if you want....
- local ScreenGui = Instance.new("ScreenGui")
- local PetSim = Instance.new("Frame")
- local Config = Instance.new("Frame")
- local X = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local Teleports = Instance.new("Frame")
- local MoonBase = Instance.new("TextButton")
- local Tecland = Instance.new("TextButton")
- local Dominusshrine = Instance.new("TextButton")
- local CandyLand = Instance.new("TextButton")
- local PinkLand = Instance.new("TextButton")
- local MoonBase_2 = Instance.new("TextButton")
- local Rocket = Instance.new("TextButton")
- local AutoFarm = Instance.new("Frame")
- local AutoFarm_2 = Instance.new("TextButton")
- local Stats = Instance.new("Frame")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local TextButton_6 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PetSim.Name = "PetSim"
- PetSim.Parent = ScreenGui
- PetSim.BackgroundColor3 = Color3.new(1, 1, 1)
- PetSim.BackgroundTransparency = 0.5
- PetSim.Position = UDim2.new(0.279891312, 0, 0.201729104, 0)
- PetSim.Size = UDim2.new(0, 523, 0, 327)
- PetSim.Active = true
- PetSim.Selectable = true
- PetSim.Draggable = true
- Config.Name = "Config"
- Config.Parent = PetSim
- Config.BackgroundColor3 = Color3.new(1, 1, 1)
- Config.BackgroundTransparency = 0.30000001192093
- Config.Position = UDim2.new(-0.00151072105, 0, -0.000105723739, 0)
- Config.Size = UDim2.new(0, 523, 0, 40)
- X.Name = "X"
- X.Parent = Config
- X.BackgroundColor3 = Color3.new(1, 1, 1)
- X.BackgroundTransparency = 12
- X.Position = UDim2.new(0.906775951, 0, 0.0267291367, 0)
- X.Size = UDim2.new(0, 64, 0, 39)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0, 0)
- X.TextSize = 14
- X.MouseButton1Click:connect(function()
- PetSim.Visible = false
- end)
- TextLabel.Parent = Config
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 5
- TextLabel.Position = UDim2.new(0.316232443, 0, -0.0876801163, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.Code
- TextLabel.Text = "Choco Pet Sim Gui"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 25
- TextButton.Parent = Config
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.544933081, 0, 2.2750001, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.Code
- TextButton.Text = "Stats"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = Config
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.078393884, 0, 2.2750001, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.Code
- TextButton_2.Text = "Teleports"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_3.Parent = Config
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.Position = UDim2.new(0.307839394, 0, 5.5250001, 0)
- TextButton_3.Size = UDim2.new(0, 200, 0, 50)
- TextButton_3.Font = Enum.Font.Code
- TextButton_3.Text = "Auto Farm"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 14
- TextLabel_2.Parent = Config
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 5
- TextLabel_2.Position = UDim2.new(-0.100593552, 0, 7.31231928, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_2.Font = Enum.Font.Code
- TextLabel_2.Text = "Made by chocobit"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 10
- Teleports.Name = "Teleports"
- Teleports.Parent = Config
- Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
- Teleports.BackgroundTransparency = 0.5
- Teleports.Position = UDim2.new(-0.538639665, 0, 0.00295486301, 0)
- Teleports.Size = UDim2.new(0, 261, 0, 326)
- Teleports.Visible = false
- MoonBase.Name = "Moon Base"
- MoonBase.Parent = Teleports
- MoonBase.BackgroundColor3 = Color3.new(1, 1, 1)
- MoonBase.Position = UDim2.new(0.0865851492, 0, 0.741732061, 0)
- MoonBase.Size = UDim2.new(0, 89, 0, 50)
- MoonBase.Font = Enum.Font.SourceSans
- MoonBase.Text = "Moon Shop"
- MoonBase.TextColor3 = Color3.new(0, 0, 0)
- MoonBase.TextSize = 14
- MoonBase.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
- notify'Teleported to the Moon Shop'
- end)
- Tecland.Name = "Tec land"
- Tecland.Parent = Teleports
- Tecland.BackgroundColor3 = Color3.new(1, 1, 1)
- Tecland.Position = UDim2.new(0.546355247, 0, 0.742433786, 0)
- Tecland.Size = UDim2.new(0, 89, 0, 50)
- Tecland.Font = Enum.Font.SourceSans
- Tecland.Text = "Tec Land"
- Tecland.TextColor3 = Color3.new(0, 0, 0)
- Tecland.TextSize = 14
- Tecland.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
- notify'Teleported to the Cyborg Area'
- end)
- Dominusshrine.Name = "Dominus shrine"
- Dominusshrine.Parent = Teleports
- Dominusshrine.BackgroundColor3 = Color3.new(1, 1, 1)
- Dominusshrine.Position = UDim2.new(0.0865851641, 0, 0.455609769, 0)
- Dominusshrine.Size = UDim2.new(0, 89, 0, 50)
- Dominusshrine.Font = Enum.Font.SourceSans
- Dominusshrine.Text = "Dominus shrine"
- Dominusshrine.TextColor3 = Color3.new(0, 0, 0)
- Dominusshrine.TextSize = 14
- Dominusshrine.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.4, 145, -1902.9)
- notify'Teleported to the Gold Land'
- end)
- CandyLand.Name = "Candy Land"
- CandyLand.Parent = Teleports
- CandyLand.BackgroundColor3 = Color3.new(1, 1, 1)
- CandyLand.Position = UDim2.new(0.0865851641, 0, 0.187712863, 0)
- CandyLand.Size = UDim2.new(0, 89, 0, 50)
- CandyLand.Font = Enum.Font.SourceSans
- CandyLand.Text = "Candy Land"
- CandyLand.TextColor3 = Color3.new(0, 0, 0)
- CandyLand.TextSize = 14
- CandyLand.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
- notify'Teleported to Candy Land'
- end)
- PinkLand.Name = "Pink Land"
- PinkLand.Parent = Teleports
- PinkLand.BackgroundColor3 = Color3.new(1, 1, 1)
- PinkLand.Position = UDim2.new(0.546355247, 0, 0.453064531, 0)
- PinkLand.Size = UDim2.new(0, 89, 0, 50)
- PinkLand.Font = Enum.Font.SourceSans
- PinkLand.Text = "Pink Land"
- PinkLand.TextColor3 = Color3.new(0, 0, 0)
- PinkLand.TextSize = 14
- PinkLand.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
- notify'Teleported to the Moon Area 2'
- end)
- MoonBase_2.Name = "Moon Base"
- MoonBase_2.Parent = Teleports
- MoonBase_2.BackgroundColor3 = Color3.new(1, 1, 1)
- MoonBase_2.Position = UDim2.new(0.546355247, 0, 0.189526856, 0)
- MoonBase_2.Size = UDim2.new(0, 89, 0, 50)
- MoonBase_2.Font = Enum.Font.SourceSans
- MoonBase_2.Text = "Moon Base"
- MoonBase_2.TextColor3 = Color3.new(0, 0, 0)
- MoonBase_2.TextSize = 14
- MoonBase_2.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
- notify'Teleported to the Moon Area 1'
- end)
- Rocket.Name = "Rocket"
- Rocket.Parent = Teleports
- Rocket.BackgroundColor3 = Color3.new(1, 1, 1)
- Rocket.Position = UDim2.new(0.0865851492, 0, 0.0300176423, 0)
- Rocket.Size = UDim2.new(0, 209, 0, 19)
- Rocket.Font = Enum.Font.SourceSans
- Rocket.Text = "Rocket"
- Rocket.TextColor3 = Color3.new(0, 0, 0)
- Rocket.TextSize = 14
- Rocket.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
- notify'Teleported to the Rocket Area'
- end)
- AutoFarm.Name = "Auto Farm"
- AutoFarm.Parent = Config
- AutoFarm.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoFarm.BackgroundTransparency = 0.5
- AutoFarm.Position = UDim2.new(0.0024693564, 0, 8.82795525, 0)
- AutoFarm.Size = UDim2.new(0, 523, 0, 92)
- AutoFarm.Visible = false
- AutoFarm_2.Name = "Auto Farm"
- AutoFarm_2.Parent = AutoFarm
- AutoFarm_2.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoFarm_2.Position = UDim2.new(0.0759245828, 0, 0.228260875, 0)
- AutoFarm_2.Size = UDim2.new(0, 443, 0, 50)
- AutoFarm_2.Font = Enum.Font.Code
- AutoFarm_2.Text = "Auto Farm (Press K, To Turn Off/On"
- AutoFarm_2.TextColor3 = Color3.new(0, 0, 0)
- AutoFarm_2.TextSize = 14
- AutoFarm_2.MouseButton1Click:connect(function()
- --> piterleopards <--
- local onoffkey = "k"
- local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
- local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
- local plr = game:GetService("Players").LocalPlayer
- local petids = {}
- local petba = {}
- local petstotal = #save[plr.Name]["Save"]["Pets"]
- local CoinList = {"7 Coin","7 Coin Stack","7 Small Coin","7 Chest","7 Small Chest","8 Small Chest","8 Chest","8 Good Chest","9 Chest","9 Coin","9 Coin Stack","9 Small Chest","9 Small Coin","10 Chest","10 Coin","10 Coin Stack","10 Small Chest","10 Small Coin"}
- local VirtualUser=game:service'VirtualUser' --Anti AFK credit to : cxx
- game:service'Players'.LocalPlayer.Idled:connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- local onoff = false
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key:lower() == onoffkey then
- onoff = not onoff
- print(tostring(onoff))
- end
- end)
- local function has_value (tab, val)
- for index, value in ipairs(tab) do
- if value == val then
- return true
- end
- end
- return false
- end
- for i=1,petstotal do
- if(save[plr.Name]["Save"]["Pets"][petstotal].e == true) then
- table.insert(petids, save[plr.Name]["Save"]["Pets"][petstotal].id)
- table.insert(petba, save[plr.Name]["Save"]["Pets"][petstotal].ba)
- end
- petstotal = petstotal - 1
- end
- while wait() do
- if onoff then
- for __,iCoins in next, workspace.__THINGS.Coins:GetChildren() do
- if iCoins:FindFirstChild("CoinName") ~= nil and has_value(CoinList,iCoins:FindFirstChild("CoinName").Value) and onoff then
- if (iCoins:FindFirstChild("Health") ~= nil and iCoins:FindFirstChild("Health").Value > 0) and onoff then
- repeat wait(0.1)
- for i=1,#petids do
- coins:FireServer("Mine",iCoins.Name, petba[i]*4-1, petids[i])
- end
- until iCoins:FindFirstChild("Health") == nil or iCoins:FindFirstChild("Health").Value <= 0 or not onoff
- end
- end
- end
- end
- end
- end)
- Stats.Name = "Stats"
- Stats.Parent = Config
- Stats.BackgroundColor3 = Color3.new(1, 1, 1)
- Stats.BackgroundTransparency = 0.5
- Stats.Position = UDim2.new(1.04835844, 0, 1.5475986, 0)
- Stats.Size = UDim2.new(0, 157, 0, 263)
- Stats.Visible = false
- TextButton_4.Parent = Stats
- TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_4.Position = UDim2.new(0.159235671, 0, 0.10962268, 0)
- TextButton_4.Size = UDim2.new(0, 107, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Walk Speed"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 14
- TextButton_4.MouseButton1Click:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".WalkSpeed = 100
- end)
- TextButton_5.Parent = Stats
- TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_5.Position = UDim2.new(0.159235671, 0, 0.413805217, 0)
- TextButton_5.Size = UDim2.new(0, 107, 0, 50)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "Jump Power"
- TextButton_5.TextColor3 = Color3.new(0, 0, 0)
- TextButton_5.TextSize = 14
- TextButton_5.MouseButton1Click:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".JumpPower = 100
- end)
- TextButton_6.Parent = Stats
- TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_6.Position = UDim2.new(0.159235671, 0, 0.710383177, 0)
- TextButton_6.Size = UDim2.new(0, 107, 0, 50)
- TextButton_6.Font = Enum.Font.SourceSans
- TextButton_6.Text = "Click TP Tool"
- TextButton_6.TextColor3 = Color3.new(0, 0, 0)
- TextButton_6.TextSize = 14
- TextButton_6.MouseButton1Click:connect(function()
- mouse = game:service'Players'.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game:service'Players'.LocalPlayer.Backpack
- end)
- -- Scripts:
- function SCRIPT_KHZU70_FAKESCRIPT() -- TextButton.Script
- getfenv().script = Instance.new('Script', TextButton)
- local frame = script.Parent.Parent.Stats
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_KHZU70_FAKESCRIPT))
- function SCRIPT_XJXB65_FAKESCRIPT() -- TextButton_2.Script
- getfenv().script = Instance.new('Script', TextButton_2)
- local frame = script.Parent.Parent.Teleports
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_XJXB65_FAKESCRIPT))
- function SCRIPT_FQZM73_FAKESCRIPT() -- TextButton_3.Script
- getfenv().script = Instance.new('Script', TextButton_3)
- local frame = script.Parent.Parent["Auto Farm"]
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_FQZM73_FAKESCRIPT))
Add Comment
Please, Sign In to add comment