Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- yes im epic ikr andreiek designed it ;)
- -- SO CREDITS TO MEE!!!!!!!!!!!!!
- local ScreenGui = Instance.new("ScreenGui")
- local MainGui = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Esp11 = Instance.new("TextButton")
- local BigHitBox = Instance.new("TextButton")
- local Closegui = Instance.new("TextButton")
- local OpenGUI = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainGui.Name = "MainGui Gui"
- MainGui.Parent = ScreenGui
- MainGui.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
- MainGui.Position = UDim2.new(0.138425261, 0, 0.664136529, 0)
- MainGui.Size = UDim2.new(0, 237, 0, 150)
- MainGui.Visible = false
- MainGui.Active = true
- MainGui.Draggable = true
- title.Name = "title"
- title.Parent = MainGui
- title.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
- title.Size = UDim2.new(0, 237, 0, 36)
- title.Text = "Im Ep1c"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 14.000
- Esp11.Name = "Esp11"
- Esp11.Parent = MainGui
- Esp11.BackgroundColor3 = Color3.fromRGB(72, 216, 216)
- Esp11.Position = UDim2.new(0, 0, 0.473333329, 0)
- Esp11.Size = UDim2.new(0, 81, 0, 42)
- Esp11.Font = Enum.Font.SourceSansBold
- Esp11.Text = "ESP"
- Esp11.TextColor3 = Color3.fromRGB(0, 0, 0)
- Esp11.TextScaled = true
- Esp11.TextSize = 14.000
- Esp11.TextWrapped = true
- Esp11.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/pyBqTjM2",true))()
- end)
- BigHitBox.Name = "BigHitBox"
- BigHitBox.Parent = MainGui
- BigHitBox.BackgroundColor3 = Color3.fromRGB(75, 226, 0)
- BigHitBox.Position = UDim2.new(0.658227861, 0, 0.473333329, 0)
- BigHitBox.Size = UDim2.new(0, 81, 0, 42)
- BigHitBox.Font = Enum.Font.Arcade
- BigHitBox.Text = "HITBOX"
- BigHitBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- BigHitBox.TextScaled = true
- BigHitBox.TextSize = 14.000
- BigHitBox.TextWrapped = true
- BigHitBox.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/uM1QzLRE",true))()
- end)
- Closegui.Name = "Close gui"
- Closegui.Parent = MainGui
- Closegui.BackgroundColor3 = Color3.fromRGB(204, 0, 0)
- Closegui.Position = UDim2.new(0.79708159, 0, -0.0006326437, 0)
- Closegui.Size = UDim2.new(0, 41, 0, 36)
- Closegui.Font = Enum.Font.Fantasy
- Closegui.Text = "Close"
- Closegui.TextColor3 = Color3.fromRGB(0, 0, 0)
- Closegui.TextSize = 14.000
- Closegui.MouseButton1Down:connect(function()
- MainGui.Visible = false
- OpenGUI.Visible = true
- end)
- OpenGUI.Name = "Open GUI"
- OpenGUI.Parent = ScreenGui
- OpenGUI.BackgroundColor3 = Color3.fromRGB(0, 216, 0)
- OpenGUI.Position = UDim2.new(0.00696055638, 0, 0.527514219, 0)
- OpenGUI.Size = UDim2.new(0, 75, 0, 35)
- OpenGUI.Active = true
- OpenGUI.Draggable = true
- Open.Name = "Open"
- Open.Parent = OpenGUI
- Open.BackgroundColor3 = Color3.fromRGB(239, 239, 119)
- Open.Size = UDim2.new(0, 75, 0, 35)
- Open.Font = Enum.Font.Fantasy
- Open.Text = "OPENN"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- OpenGUI.Visible = false
- MainGui.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement