Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- this will get patched quickly
- -- make a cake gui by Animus
- -- game link: https://www.roblox.com/games/39972972/Make-a-Cake-Back-for-Seconds
- -- enjoy!
- local creategui = Instance.new("ScreenGui")
- local exploitgui = Instance.new("Frame")
- local guititle1 = Instance.new("TextLabel")
- local underline1 = Instance.new("Frame")
- local scrollingframe = Instance.new("ScrollingFrame")
- local febtools = Instance.new("TextButton")
- local revizadmin = Instance.new("TextButton")
- local voidothers = Instance.new("TextButton")
- local infiniteyield = Instance.new("TextButton")
- local walkspeed = Instance.new("TextButton")
- local jumppower = Instance.new("TextButton")
- --Properties:
- creategui.Name = "creategui"
- creategui.Parent = game.CoreGui
- creategui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- exploitgui.Name = "exploitgui"
- exploitgui.Parent = creategui
- exploitgui.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- exploitgui.BorderColor3 = Color3.new(0, 0, 0)
- exploitgui.BorderSizePixel = 0
- exploitgui.Position = UDim2.new(0.503373802, 0, 0.303439796, 0)
- exploitgui.Size = UDim2.new(0, 264, 0, 343)
- exploitgui.Active = true
- exploitgui.Draggable = true
- guititle1.Name = "guititle1"
- guititle1.Parent = exploitgui
- guititle1.BackgroundColor3 = Color3.new(1, 1, 1)
- guititle1.BackgroundTransparency = 1
- guititle1.BorderColor3 = Color3.new(0, 0, 0)
- guititle1.BorderSizePixel = 0
- guititle1.Position = UDim2.new(0.121212125, 0, 0, 0)
- guititle1.Size = UDim2.new(0, 200, 0, 50)
- guititle1.Font = Enum.Font.SourceSansBold
- guititle1.Text = "Make A Cake Gui"
- guititle1.TextColor3 = Color3.new(0, 0.666667, 1)
- guititle1.TextScaled = true
- guititle1.TextSize = 14
- guititle1.TextWrapped = true
- underline1.Name = "underline1"
- underline1.Parent = exploitgui
- underline1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- underline1.BorderColor3 = Color3.new(0, 0, 0)
- underline1.BorderSizePixel = 0
- underline1.Position = UDim2.new(0.075757578, 0, 0.119533524, 0)
- underline1.Size = UDim2.new(0, 224, 0, 9)
- scrollingframe.Name = "scrollingframe"
- scrollingframe.Parent = exploitgui
- scrollingframe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- scrollingframe.BorderColor3 = Color3.new(0, 0, 0)
- scrollingframe.BorderSizePixel = 0
- scrollingframe.Position = UDim2.new(0.0340909101, 0, 0.174927115, 0)
- scrollingframe.Size = UDim2.new(0, 246, 0, 275)
- febtools.Name = "febtools"
- febtools.Parent = scrollingframe
- febtools.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- febtools.BackgroundTransparency = 0.15000000596046
- febtools.BorderColor3 = Color3.new(0, 0, 0)
- febtools.BorderSizePixel = 0
- febtools.Position = UDim2.new(0.0927568227, 0, 0.0145772696, 0)
- febtools.Size = UDim2.new(0, 200, 0, 50)
- febtools.Font = Enum.Font.ArialBold
- febtools.Text = "Btools"
- febtools.TextColor3 = Color3.new(1, 1, 1)
- febtools.TextScaled = true
- febtools.TextSize = 14
- febtools.TextWrapped = true
- febtools.MouseButton1Click:connect(function()
- local epic = Instance.new("Tool")
- local dab = Instance.new("Part")
- local plr = game.Players.LocalPlayer
- local tar_obj = nil
- local ok = game.ReplicatedStorage.DragTools.RightPosition
- dab.Parent = epic
- dab.Size = Vector3.new(0.2, 0.2, 0.2)
- epic.Parent = plr.Backpack
- epic.Name = "Delete"
- dab.Name = "Handle"
- epic.Equipped:Connect(function(m_S)
- print("m")
- m_S.Button1Down:Connect(function()
- print("M")
- tar_obj = m_S.Target
- ok:FireServer(tar_obj, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
- end)
- end)
- end)
- revizadmin.Name = "revizadmin"
- revizadmin.Parent = scrollingframe
- revizadmin.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- revizadmin.BackgroundTransparency = 0.15000000596046
- revizadmin.BorderColor3 = Color3.new(0, 0, 0)
- revizadmin.BorderSizePixel = 0
- revizadmin.Position = UDim2.new(0.0927568227, 0, 0.202623904, 0)
- revizadmin.Size = UDim2.new(0, 200, 0, 50)
- revizadmin.Font = Enum.Font.ArialBold
- revizadmin.Text = "Reviz Admin"
- revizadmin.TextColor3 = Color3.new(1, 1, 1)
- revizadmin.TextScaled = true
- revizadmin.TextSize = 14
- revizadmin.TextWrapped = true
- revizadmin.MouseButton1Click:connect(function()
- loadstring(game:GetObjects("rbxassetid://3116215440")[1].Source)()
- end)
- voidothers.Name = "voidothers"
- voidothers.Parent = scrollingframe
- voidothers.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- voidothers.BackgroundTransparency = 0.15000000596046
- voidothers.BorderColor3 = Color3.new(0, 0, 0)
- voidothers.BorderSizePixel = 0
- voidothers.Position = UDim2.new(0.0927568227, 0, 0.109329462, 0)
- voidothers.Size = UDim2.new(0, 200, 0, 50)
- voidothers.Font = Enum.Font.ArialBold
- voidothers.Text = "Void Others"
- voidothers.TextColor3 = Color3.new(1, 1, 1)
- voidothers.TextScaled = true
- voidothers.TextSize = 14
- voidothers.TextWrapped = true
- voidothers.MouseButton1Click:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.DragTools.RightPosition:FireServer(v.Character.HumanoidRootPart, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
- end
- end
- end)
- infiniteyield.Name = "infiniteyield"
- infiniteyield.Parent = scrollingframe
- infiniteyield.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- infiniteyield.BackgroundTransparency = 0.15000000596046
- infiniteyield.BorderColor3 = Color3.new(0, 0, 0)
- infiniteyield.BorderSizePixel = 0
- infiniteyield.Position = UDim2.new(0.0929999948, 0, 0.29488337, 0)
- infiniteyield.Size = UDim2.new(0, 200, 0, 50)
- infiniteyield.Font = Enum.Font.ArialBold
- infiniteyield.Text = "Infinite Yield"
- infiniteyield.TextColor3 = Color3.new(1, 1, 1)
- infiniteyield.TextScaled = true
- infiniteyield.TextSize = 14
- infiniteyield.TextWrapped = true
- infiniteyield.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
- end)
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = scrollingframe
- walkspeed.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- walkspeed.BackgroundTransparency = 0.15000000596046
- walkspeed.BorderColor3 = Color3.new(0, 0, 0)
- walkspeed.BorderSizePixel = 0
- walkspeed.Position = UDim2.new(0.0927568227, 0, 0.389212847, 0)
- walkspeed.Size = UDim2.new(0, 200, 0, 50)
- walkspeed.Font = Enum.Font.ArialBold
- walkspeed.Text = "100+ Walkspeed"
- walkspeed.TextColor3 = Color3.new(1, 1, 1)
- walkspeed.TextScaled = true
- walkspeed.TextSize = 14
- walkspeed.TextWrapped = true
- walkspeed.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end)
- jumppower.Name = "jumppower"
- jumppower.Parent = scrollingframe
- jumppower.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- jumppower.BackgroundTransparency = 0.15000000596046
- jumppower.BorderColor3 = Color3.new(0, 0, 0)
- jumppower.BorderSizePixel = 0
- jumppower.Position = UDim2.new(0.0927568227, 0, 0.486880481, 0)
- jumppower.Size = UDim2.new(0, 200, 0, 50)
- jumppower.Font = Enum.Font.ArialBold
- jumppower.Text = "100+ JumpPower"
- jumppower.TextColor3 = Color3.new(1, 1, 1)
- jumppower.TextScaled = true
- jumppower.TextSize = 14
- jumppower.TextWrapped = true
- jumppower.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
- end)
- -- end of script
- -- made by Animus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement