Categories > Exploiting > Scripts >

[REL] Pet Simulator 1 "Egg Buy GUI"

masked

magnet

Posts: 31

Threads: 3

Joined: May, 2021

Reputation: 3

Posted

made by me in like 10 mins w remote spy (tested w krnl, unsure if it works on jjsploit and such)

basically just makes it so you can spam buy an egg w/o delay

also likely wont get patched cuz dev dont update the game :troll:

 

game: https://www.roblox.com/games/1599679393/Pet-Simulator

copy + paste into your executor and then change 'Tier 1 Egg' to whatever egg you can afford

list of eggs: https://pastebin.com/V0GDERfD

 

local petsimm = Instance.new("ScreenGui")
local Main = Instance.new("Frame")
local Click = Instance.new("TextButton")
local UICorner = Instance.new("UICorner")
local UICorner_2 = Instance.new("UICorner")

petsimm.Name = "petsimm"
petsimm.Parent = game.CoreGui
petsimm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Main.Name = "Main"
Main.Parent = petsimm
Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Main.BackgroundTransparency = 1.000
Main.Position = UDim2.new(0.0608365014, 0, 0.873887241, 0)
Main.Size = UDim2.new(0, 160, 0, 66)
Main.Active = true
Main.Visible = true

Click.Name = "Click"
Click.Parent = Main
Click.BackgroundColor3 = Color3.fromRGB(124, 124, 124)
Click.Size = UDim2.new(0, 160, 0, 66)
Click.Font = Enum.Font.GothamBlack
Click.Text = "Get Pets"
Click.TextColor3 = Color3.fromRGB(0, 0, 0)
Click.TextSize = 24.000
Click.MouseButton1Down:connect(function()
    local buyEgg = {
        [1] = "Buy",
        [2] = "Eggs",
        [3] = "Tier 1 Egg",
        [4] = false
    }

    workspace.__REMOTES.Game.Shop:InvokeServer(unpack(buyEgg))
end)

UICorner.CornerRadius = UDim.new(1, 0)
UICorner.Parent = Click

UICorner_2.CornerRadius = UDim.new(1, 0)
UICorner_2.Parent = Main
  • 0

Posts: 522

Threads: 29

Joined: Apr, 2021

Reputation: 24

Replied

i dont play pet sim but looks cool :)

  • 0

back lol

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )