Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Exploit = Instance.new("ScreenGui")
- local MainGui = Instance.new("Frame")
- local BunHub = Instance.new("TextButton")
- local BoogaBoogaGui = Instance.new("TextButton")
- local BowHack = Instance.new("TextButton")
- local BoogaBitchesV2 = Instance.new("TextButton")
- local RevizAdmin = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local OpenGui = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- Exploit.Name = "Exploit"
- Exploit.Parent = game.CoreGui
- MainGui.Active = true
- MainGui.Draggable = true
- MainGui.Name = "MainGui"
- MainGui.Parent = Exploit
- MainGui.BackgroundColor3 = Color3.new(0.666667, 0.537255, 0.658824)
- MainGui.Position = UDim2.new(0.167330682, 0, 0.289630532, 0)
- MainGui.Size = UDim2.new(0, 303, 0, 569)
- MainGui.Visible = false
- BunHub.Name = "BunHub"
- BunHub.Parent = MainGui
- BunHub.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- BunHub.Position = UDim2.new(0.168316826, 0, 0.237258345, 0)
- BunHub.Size = UDim2.new(0, 200, 0, 50)
- BunHub.Font = Enum.Font.SciFi
- BunHub.Text = "BunHub"
- BunHub.TextColor3 = Color3.new(0, 0, 0)
- BunHub.TextSize = 14
- BunHub.TextWrapped = true
- BunHub.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/nq0VTHRr", true))()
- print("Working")
- end)
- BoogaBoogaGui.Name = "BoogaBoogaGui"
- BoogaBoogaGui.Parent = MainGui
- BoogaBoogaGui.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- BoogaBoogaGui.Position = UDim2.new(0.168316826, 0, 0.369068563, 0)
- BoogaBoogaGui.Size = UDim2.new(0, 200, 0, 50)
- BoogaBoogaGui.Font = Enum.Font.SciFi
- BoogaBoogaGui.Text = "Booga Booga GUI"
- BoogaBoogaGui.TextColor3 = Color3.new(0, 0, 0)
- BoogaBoogaGui.TextSize = 14
- BoogaBoogaGui.MouseButton1Click:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/c4p2vDhX',true))()
- print("Working")
- end)
- BowHack.Name = "BowHack"
- BowHack.Parent = MainGui
- BowHack.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- BowHack.Position = UDim2.new(0.168316826, 0, 0.50615108, 0)
- BowHack.Size = UDim2.new(0, 200, 0, 50)
- BowHack.Font = Enum.Font.SciFi
- BowHack.Text = "Bow Hack"
- BowHack.TextColor3 = Color3.new(0, 0, 0)
- BowHack.TextSize = 14
- BowHack.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/L3MaYNN8", true))()
- print("Working")
- end)
- BoogaBitchesV2.Name = "BoogaBitchesV2"
- BoogaBitchesV2.Parent = MainGui
- BoogaBitchesV2.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- BoogaBitchesV2.Position = UDim2.new(0.168316826, 0, 0.644991219, 0)
- BoogaBitchesV2.Size = UDim2.new(0, 200, 0, 50)
- BoogaBitchesV2.Font = Enum.Font.SciFi
- BoogaBitchesV2.Text = "Booga Bitches V2"
- BoogaBitchesV2.TextColor3 = Color3.new(0, 0, 0)
- BoogaBitchesV2.TextSize = 14
- BoogaBitchesV2.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/NR31jkAB", true))()
- print("Working")
- end)
- RevizAdmin.Name = "Reviz Admin"
- RevizAdmin.Parent = MainGui
- RevizAdmin.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- RevizAdmin.Position = UDim2.new(0.168316826, 0, 0.782073796, 0)
- RevizAdmin.Size = UDim2.new(0, 200, 0, 50)
- RevizAdmin.Font = Enum.Font.SciFi
- RevizAdmin.Text = "Reviz Admin"
- RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
- RevizAdmin.TextSize = 14
- RevizAdmin.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
- print("Working")
- end)
- TextLabel.Parent = MainGui
- TextLabel.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
- TextLabel.Size = UDim2.new(0, 303, 0, 43)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Epic Gamer GUI"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 30
- Close.Name = "Close"
- Close.Parent = MainGui
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.Position = UDim2.new(0.851485133, 0, 0, 0)
- Close.Size = UDim2.new(0, 45, 0, 43)
- Close.Font = Enum.Font.GothamBlack
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Click:connect(function()
- MainGui.Visible = false
- OpenGui.Visible = true
- end)
- OpenGui.Name = "OpenGui"
- OpenGui.Parent = Exploit
- OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenGui.Position = UDim2.new(0, 0, 0.480333775, 0)
- OpenGui.Size = UDim2.new(0, 100, 0, 25)
- Open.Name = "Open"
- Open.Parent = OpenGui
- Open.BackgroundColor3 = Color3.new(0.666667, 0.537255, 0.658824)
- Open.Size = UDim2.new(0, 100, 0, 25)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open GUI"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Open.MouseButton1Click:connect(function()
- MainGui.Visible = true
- OpenGui.Visible = false
- end)
- print("Working")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement