forgetfuldingo

Random

Aug 6th, 2020 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. -- Made by forgetfuldingo and Sweaty Chungus
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Hub = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Label = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local JaillShitter = Instance.new("TextButton")
  9. local AutoRob = Instance.new("TextButton")
  10. local AutoRob_2 = Instance.new("TextButton")
  11. local Open = Instance.new("Frame")
  12. local OpenB = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. Hub.Name = "Hub"
  19. Hub.Parent = ScreenGui
  20. Hub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. Hub.Position = UDim2.new(0.184794083, 0, 0.0722021684, 0)
  22. Hub.Size = UDim2.new(0, 614, 0, 452)
  23. Hub.Active = true
  24. Hub.Draggable = true
  25.  
  26. ImageLabel.Parent = Hub
  27. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. ImageLabel.Position = UDim2.new(-0.0215986818, 0, -0.00974600669, 0)
  29. ImageLabel.Size = UDim2.new(0, 640, 0, 480)
  30. ImageLabel.Image = "rbxassetid://2224722415"
  31. ImageLabel.Active = true
  32.  
  33. Label.Name = "Label"
  34. Label.Parent = Hub
  35. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. Label.BackgroundTransparency = 100.000
  37. Label.Size = UDim2.new(0, 600, 0, 50)
  38. Label.Font = Enum.Font.ArialBold
  39. Label.Text = "JailBreak"
  40. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. Label.TextSize = 33.000
  42.  
  43. Close.Name = "Close"
  44. Close.Parent = Hub
  45. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  46. Close.Position = UDim2.new(0.970684052, 0, -0.00884956121, 0)
  47. Close.Size = UDim2.new(0, 30, 0, 30)
  48. Close.Font = Enum.Font.SourceSans
  49. Close.Text = "X"
  50. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. Close.TextScaled = true
  52. Close.TextSize = 21.000
  53. Close.TextWrapped = true
  54. Close.MouseButton1Down:connect(function()
  55. Hub.Visible = false
  56. Open.Visible = true
  57. end)
  58.  
  59. JaillShitter.Name = "JaillShitter"
  60. JaillShitter.Parent = Hub
  61. JaillShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. JaillShitter.Position = UDim2.new(0.337133557, 0, 0.221238941, 0)
  63. JaillShitter.Size = UDim2.new(0, 200, 0, 50)
  64. JaillShitter.Font = Enum.Font.ArialBold
  65. JaillShitter.Text = "Jail Shitter"
  66. JaillShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. JaillShitter.TextSize = 25.000
  68. JaillShitter.TextWrapped = true
  69. JaillShitter.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet("https://pastebin.com/raw/ewkTbXeU"))()
  71. end)
  72.  
  73. AutoRob.Name = "Auto Rob"
  74. AutoRob.Parent = Hub
  75. AutoRob.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. AutoRob.Position = UDim2.new(0.337133557, 0, 0.444690287, 0)
  77. AutoRob.Size = UDim2.new(0, 200, 0, 50)
  78. AutoRob.Font = Enum.Font.ArialBold
  79. AutoRob.Text = "Auto Rob"
  80. AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. AutoRob.TextSize = 25.000
  82. AutoRob.TextWrapped = true
  83. AutoRob.MouseButton1Down:connect(function()
  84. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  85. end)
  86.  
  87. Open.Name = "Open"
  88. Open.Parent = ScreenGui
  89. Open.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  90. Open.Position = UDim2.new(0.0126715945, 0, 0.442238271, 0)
  91. Open.Size = UDim2.new(0, 80, 0, 60)
  92. Open.Active = true
  93. Open.Draggable = true
  94.  
  95. OpenB.Name = "OpenB"
  96. OpenB.Parent = Open
  97. OpenB.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  98. OpenB.Size = UDim2.new(0, 80, 0, 40)
  99. OpenB.Font = Enum.Font.SourceSans
  100. OpenB.Text = "Open"
  101. OpenB.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. OpenB.TextSize = 14.000
  103. OpenB.MouseButton1Down:connect(function()
  104. Hub.Visible = true
  105. Open.Visible = false
  106. end)
  107.  
Add Comment
Please, Sign In to add comment