Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Developed by forgetfuldingo and Sweaty Chungus
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local GUIBody = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local JailShitter = Instance.new("TextButton")
- local AutoRob = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local OpenMain = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- GUIBody.Name = "GUIBody"
- GUIBody.Parent = ScreenGui
- GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
- GUIBody.Size = UDim2.new(0, 640, 0, 480)
- GUIBody.Active = true
- GUIBody.Draggable = true
- ImageLabel.Parent = GUIBody
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 640, 0, 480)
- ImageLabel.Image = "rbxassetid://5518257523"
- JailShitter.Name = "JailShitter"
- JailShitter.Parent = GUIBody
- JailShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JailShitter.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
- JailShitter.Size = UDim2.new(0, 200, 0, 50)
- JailShitter.Font = Enum.Font.ArialBold
- JailShitter.Text = "GUI"
- JailShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
- JailShitter.TextSize = 25.000
- JailShitter.TextWrapped = true
- JailShitter.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
- end)
- AutoRob.Name = "AutoRob"
- AutoRob.Parent = GUIBody
- AutoRob.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoRob.Position = UDim2.new(0.34375, 0, 0.416666657, 0)
- AutoRob.Size = UDim2.new(0, 200, 0, 50)
- AutoRob.Font = Enum.Font.ArialBold
- AutoRob.Text = "AutoCoins"
- AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoRob.TextSize = 25.000
- AutoRob.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Dswc69j7'))()
- end)
- Close.Name = "Close"
- Close.Parent = GUIBody
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Close.Position = UDim2.new(0.953125, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- GUIBody.Visible = false
- OpenMain.Visible = true
- end)
- OpenMain.Name = "OpenMain"
- OpenMain.Parent = ScreenGui
- OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
- OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
- OpenMain.Size = UDim2.new(0, 80, 0, 60)
- OpenMain.Draggable = true
- OpenMain.Active = true
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenMain
- OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenButton.Size = UDim2.new(0, 80, 0, 40)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenButton.TextSize = 14.000
- OpenButton.MouseButton1Down:connect(function()
- GUIBody.Visible = true
- OpenMain.Visible = false
- end)
Add Comment
Please, Sign In to add comment