Nova355killer

user profile

Nov 12th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. -- Instances:
  2. local Jailbreakerv14 = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Name = Instance.new("TextLabel")
  7. local Version = Instance.new("TextLabel")
  8. local Open = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local PlayerTP = Instance.new("Frame")
  11. local PlayerTP_Input = Instance.new("TextBox")
  12. local PlayerTP_Teleport = Instance.new("TextButton")
  13. local PTPTEXT = Instance.new("TextLabel")
  14. local NameCredits = Instance.new("TextLabel")
  15. local OTH = Instance.new("Frame")
  16. local AutoArrest = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local CarFly = Instance.new("TextButton")
  19. local Gravity = Instance.new("TextButton")
  20. local InfiniteHealth = Instance.new("TextButton")
  21. local InfiniteNitro = Instance.new("TextButton")
  22. local Infiniteammo = Instance.new("TextButton")
  23. local Noclip = Instance.new("TextButton")
  24. local RemoveALL = Instance.new("TextButton")
  25. local Walkspeed = Instance.new("TextButton")
  26. local OTHTEXT = Instance.new("TextLabel")
  27. local TPS = Instance.new("Frame")
  28. local BankFront = Instance.new("TextButton")
  29. local BankVault = Instance.new("TextButton")
  30. local JewIn = Instance.new("TextButton")
  31. local JewOut = Instance.new("TextButton")
  32. local Museum = Instance.new("TextButton")
  33. local MuseumTop = Instance.new("TextButton")
  34. local crim1 = Instance.new("TextButton")
  35. local crim2 = Instance.new("TextButton")
  36. local donut = Instance.new("TextButton")
  37. local gas = Instance.new("TextButton")
  38. local train = Instance.new("TextButton")
  39. local TPTEXT = Instance.new("TextLabel")
  40. local Guns = Instance.new("Frame")
  41. local AK47 = Instance.new("TextButton")
  42. local M4A4 = Instance.new("TextButton")
  43. local Pistol = Instance.new("TextButton")
  44. local Shotgun = Instance.new("TextButton")
  45. local GUNSTEXT = Instance.new("TextLabel")
  46. local AutoRob = Instance.new("Frame")
  47. local BankAutoRobBtn = Instance.new("TextButton")
  48. local AuTEXT = Instance.new("TextLabel")
  49. local JewelryStatus = Instance.new("TextLabel")
  50. local BankStatus = Instance.new("TextLabel")
  51. --Properties:
  52. Jailbreakerv14.Name = "Jailbreaker v1.4"
  53. Jailbreakerv14.Parent = game.CoreGui
  54.  
  55. Main.Name = "Main"
  56. Main.Parent = Jailbreakerv14
  57. Main.Active = true
  58. Main.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  59. Main.BackgroundTransparency = 0.10000000149012
  60. Main.Position = UDim2.new(0.879999995, 0, 0.400000006, 0)
  61. Main.Size = UDim2.new(0, 150, 0, 200)
  62.  
  63. TextLabel.Parent = Main
  64. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextLabel.BackgroundTransparency = 1
  66. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  67. TextLabel.Font = Enum.Font.Cartoon
  68. TextLabel.Text = "RedExploit"
  69. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  70. TextLabel.TextScaled = true
  71. TextLabel.TextSize = 14
  72. TextLabel.TextWrapped = true
  73.  
  74. ImageLabel.Parent = Main
  75. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  76. ImageLabel.BackgroundTransparency = 1
  77. ImageLabel.BorderSizePixel = 0
  78. ImageLabel.Position = UDim2.new(0, 0, 0, 104)
  79. ImageLabel.Size = UDim2.new(0, 150, 0, 75)
  80. ImageLabel.ZIndex = 2
  81. ImageLabel.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  82.  
  83. Version.Name = "Version"
  84. Version.Parent = Main
  85. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Version.BackgroundTransparency = 0.89999997615814
  87. Version.BorderSizePixel = 0
  88. Version.Position = UDim2.new(-0.666666687, 100, 1.05499995, -32)
  89. Version.Size = UDim2.new(0, 150, 0, 20)
  90. Version.Font = Enum.Font.SourceSans
  91. Version.Text = "Version 1.0"
  92. Version.TextColor3 = Color3.new(1, 1, 1)
  93. Version.TextScaled = true
  94. Version.TextSize = 14
  95. Version.TextWrapped = true
  96.  
  97. Name.Name = "Name"
  98. Name.Parent = Main
  99. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  100. Name.BackgroundTransparency = 0.89999997615814
  101. Name.BorderSizePixel = 0
  102. Name.Position = UDim2.new(0, 0, 0, 79)
  103. Name.Size = UDim2.new(0, 150, 0, 20)
  104. Name.Font = Enum.Font.SourceSans
  105. Name.Text = "Player Profile"
  106. Name.TextColor3 = Color3.new(1, 1, 1)
  107. Name.TextScaled = true
  108. Name.TextSize = 14
  109. Name.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment