Advertisement
Guest User

Daniel

a guest
Jan 28th, 2020
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. -- Made By Daniel --
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextLabel_2 = Instance.new("TextLabel")
  6. local Auto = Instance.new("TextButton")
  7. --Properties:
  8. ScreenGui.Parent = game.CoreGui
  9.  
  10. Main.Name = "Main"
  11. Main.Parent = ScreenGui
  12. Main.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  13. Main.Position = UDim2.new(0.420972645, 0, 0.386977881, 0)
  14. Main.Size = UDim2.new(0, 207, 0, 123)
  15. Main.Active = true
  16. Main.Draggable = true
  17.  
  18. TextLabel.Parent = Main
  19. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. TextLabel.Position = UDim2.new(0.0869565234, 0, 0, 0)
  21. TextLabel.Size = UDim2.new(0, 172, 0, 36)
  22. TextLabel.Font = Enum.Font.GothamBlack
  23. TextLabel.Text = "JailBreak"
  24. TextLabel.TextColor3 = Color3.fromRGB(170, 255, 255)
  25. TextLabel.TextScaled = true
  26. TextLabel.TextSize = 14.000
  27. TextLabel.TextWrapped = true
  28.  
  29. TextLabel_2.Parent = Main
  30. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. TextLabel_2.Position = UDim2.new(0, 0, 0.86178863, 0)
  32. TextLabel_2.Size = UDim2.new(0, 207, 0, 17)
  33. TextLabel_2.Font = Enum.Font.GothamBlack
  34. TextLabel_2.Text = "Made By Daniel"
  35. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  36. TextLabel_2.TextSize = 14.000
  37.  
  38. Auto.Name = "Auto"
  39. Auto.Parent = Main
  40. Auto.BackgroundColor3 = Color3.fromRGB(161, 161, 161)
  41. Auto.Position = UDim2.new(0.0869565234, 0, 0.365853667, 0)
  42. Auto.Size = UDim2.new(0, 172, 0, 50)
  43. Auto.Font = Enum.Font.SourceSansSemibold
  44. Auto.Text = "Auto Rob"
  45. Auto.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. Auto.TextScaled = true
  47. Auto.TextSize = 14.000
  48. Auto.TextWrapped = true
  49. Auto.MouseButton1Down:connect(function()
  50. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  51. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement