Advertisement
StayBlueee

Untitled

Aug 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MainGUI = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local TopBar = Instance.new("Frame")
  7. local ModificationsTab = Instance.new("TextButton")
  8. local TeleportsTab = Instance.new("TextButton")
  9. local GiveTab = Instance.new("TextButton")
  10. local ModificationsFrame = Instance.new("Frame")
  11. local InfNitro = Instance.new("TextButton")
  12. local BottomBar = Instance.new("Frame")
  13. local Victim = Instance.new("TextBox")
  14. local TeleportsFrame = Instance.new("Frame")
  15. local JewelryTP = Instance.new("TextButton")
  16. local HeliTP = Instance.new("TextButton")
  17. local CriminalBaseTP = Instance.new("TextButton")
  18. local BankTP = Instance.new("TextButton")
  19. local GiveFrame = Instance.new("Frame")
  20. local Keycard = Instance.new("TextButton")
  21. local Pistol = Instance.new("TextButton")
  22. local Shotgun = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. MainGUI.Name = "MainGUI"
  27. MainGUI.Parent = game:GetService("CoreGui")
  28.  
  29. MainFrame.Name = "MainFrame"
  30. MainFrame.Parent = MainGUI
  31. MainFrame.Active = true
  32. MainFrame.Draggable = true
  33. MainFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  34. MainFrame.BorderSizePixel = 0
  35. MainFrame.Position = UDim2.new(0.376543224, 0, 0.368920535, 0)
  36. MainFrame.Size = UDim2.new(0, 319, 0, 22)
  37.  
  38. Title.Name = "Title"
  39. Title.Parent = MainFrame
  40. Title.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  41. Title.BorderSizePixel = 0
  42. Title.Size = UDim2.new(0, 319, 0, 22)
  43. Title.Font = Enum.Font.SourceSansBold
  44. Title.Text = "Jailsploit GUI"
  45. Title.TextColor3 = Color3.new(1, 1, 1)
  46. Title.TextSize = 24
  47.  
  48. TopBar.Name = "TopBar"
  49. TopBar.Parent = MainFrame
  50. TopBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  51. TopBar.BorderSizePixel = 0
  52. TopBar.Position = UDim2.new(0, 0, 1, 0)
  53. TopBar.Size = UDim2.new(0, 319, 0, 26)
  54.  
  55. ModificationsTab.Name = "ModificationsTab"
  56. ModificationsTab.Parent = TopBar
  57. ModificationsTab.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  58. ModificationsTab.BorderSizePixel = 0
  59. ModificationsTab.Position = UDim2.new(0.0344827585, 0, 0.111323297, 0)
  60. ModificationsTab.Size = UDim2.new(0, 90, 0, 20)
  61. ModificationsTab.Font = Enum.Font.SourceSansLight
  62. ModificationsTab.Text = "Modifications"
  63. ModificationsTab.TextColor3 = Color3.new(1, 1, 1)
  64. ModificationsTab.TextSize = 18
  65.  
  66. TeleportsTab.Name = "TeleportsTab"
  67. TeleportsTab.Parent = TopBar
  68. TeleportsTab.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  69. TeleportsTab.BorderSizePixel = 0
  70. TeleportsTab.Position = UDim2.new(0.360501587, 0, 0.111323297, 0)
  71. TeleportsTab.Size = UDim2.new(0, 90, 0, 20)
  72. TeleportsTab.Font = Enum.Font.SourceSansLight
  73. TeleportsTab.Text = "Teleports"
  74. TeleportsTab.TextColor3 = Color3.new(1, 1, 1)
  75. TeleportsTab.TextSize = 18
  76.  
  77. GiveTab.Name = "GiveTab"
  78. GiveTab.Parent = TopBar
  79. GiveTab.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  80. GiveTab.BorderSizePixel = 0
  81. GiveTab.Position = UDim2.new(0.683385551, 0, 0.111323297, 0)
  82. GiveTab.Size = UDim2.new(0, 90, 0, 20)
  83. GiveTab.Font = Enum.Font.SourceSansLight
  84. GiveTab.Text = "Give"
  85. GiveTab.TextColor3 = Color3.new(1, 1, 1)
  86. GiveTab.TextSize = 18
  87.  
  88. ModificationsFrame.Name = "ModificationsFrame"
  89. ModificationsFrame.Parent = MainFrame
  90. ModificationsFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  91. ModificationsFrame.BorderSizePixel = 0
  92. ModificationsFrame.Position = UDim2.new(0.00313479616, 0, 2.18181825, 0)
  93. ModificationsFrame.Size = UDim2.new(0, 318, 0, 128)
  94.  
  95. InfNitro.Name = "InfNitro"
  96. InfNitro.Parent = ModificationsFrame
  97. InfNitro.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  98. InfNitro.BorderSizePixel = 0
  99. InfNitro.Position = UDim2.new(0.0324421525, 0, 0.048823297, 0)
  100. InfNitro.Size = UDim2.new(0, 90, 0, 20)
  101. InfNitro.Font = Enum.Font.SourceSansLight
  102. InfNitro.Text = "Infinite Nitro"
  103. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  104. InfNitro.TextSize = 18
  105.  
  106. BottomBar.Name = "BottomBar"
  107. BottomBar.Parent = MainFrame
  108. BottomBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  109. BottomBar.BorderSizePixel = 0
  110. BottomBar.Position = UDim2.new(0.00313479616, 0, 8, 0)
  111. BottomBar.Size = UDim2.new(0, 318, 0, 33)
  112.  
  113. Victim.Name = "Victim"
  114. Victim.Parent = BottomBar
  115. Victim.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Victim.BorderSizePixel = 0
  117. Victim.Position = UDim2.new(0.185534582, 0, 0.181818187, 0)
  118. Victim.Size = UDim2.new(0, 200, 0, 21)
  119. Victim.Visible = false
  120. Victim.Font = Enum.Font.SourceSansLight
  121. Victim.Text = "Insert Name Here"
  122. Victim.TextColor3 = Color3.new(0, 0, 0)
  123. Victim.TextSize = 18
  124.  
  125. TeleportsFrame.Name = "TeleportsFrame"
  126. TeleportsFrame.Parent = MainFrame
  127. TeleportsFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  128. TeleportsFrame.BorderSizePixel = 0
  129. TeleportsFrame.Position = UDim2.new(0.00313479616, 0, 2.18181825, 0)
  130. TeleportsFrame.Size = UDim2.new(0, 318, 0, 128)
  131. TeleportsFrame.Visible = false
  132.  
  133. JewelryTP.Name = "JewelryTP"
  134. JewelryTP.Parent = TeleportsFrame
  135. JewelryTP.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  136. JewelryTP.BorderSizePixel = 0
  137. JewelryTP.Position = UDim2.new(0.0324421525, 0, 0.048823297, 0)
  138. JewelryTP.Size = UDim2.new(0, 90, 0, 20)
  139. JewelryTP.Font = Enum.Font.SourceSansLight
  140. JewelryTP.Text = "Jewelry"
  141. JewelryTP.TextColor3 = Color3.new(1, 1, 1)
  142. JewelryTP.TextSize = 18
  143.  
  144. HeliTP.Name = "HeliTP"
  145. HeliTP.Parent = TeleportsFrame
  146. HeliTP.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  147. HeliTP.BorderSizePixel = 0
  148. HeliTP.Position = UDim2.new(0.358490556, 0, 0.046875, 0)
  149. HeliTP.Size = UDim2.new(0, 90, 0, 20)
  150. HeliTP.Font = Enum.Font.SourceSansLight
  151. HeliTP.Text = "Helicopter Pad"
  152. HeliTP.TextColor3 = Color3.new(1, 1, 1)
  153. HeliTP.TextSize = 18
  154.  
  155. CriminalBaseTP.Name = "CriminalBaseTP"
  156. CriminalBaseTP.Parent = TeleportsFrame
  157. CriminalBaseTP.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  158. CriminalBaseTP.BorderSizePixel = 0
  159. CriminalBaseTP.Position = UDim2.new(0.682389915, 0, 0.046875, 0)
  160. CriminalBaseTP.Size = UDim2.new(0, 90, 0, 20)
  161. CriminalBaseTP.Font = Enum.Font.SourceSansLight
  162. CriminalBaseTP.Text = "Criminal Base"
  163. CriminalBaseTP.TextColor3 = Color3.new(1, 1, 1)
  164. CriminalBaseTP.TextSize = 18
  165.  
  166. BankTP.Name = "BankTP"
  167. BankTP.Parent = TeleportsFrame
  168. BankTP.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  169. BankTP.BorderSizePixel = 0
  170. BankTP.Position = UDim2.new(0.0314465426, 0, 0.25, 0)
  171. BankTP.Size = UDim2.new(0, 90, 0, 20)
  172. BankTP.Font = Enum.Font.SourceSansLight
  173. BankTP.Text = "Bank"
  174. BankTP.TextColor3 = Color3.new(1, 1, 1)
  175. BankTP.TextSize = 18
  176.  
  177. GiveFrame.Name = "GiveFrame"
  178. GiveFrame.Parent = MainFrame
  179. GiveFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  180. GiveFrame.BorderSizePixel = 0
  181. GiveFrame.Position = UDim2.new(0.00313479616, 0, 2.18181825, 0)
  182. GiveFrame.Size = UDim2.new(0, 318, 0, 128)
  183. GiveFrame.Visible = false
  184.  
  185. Keycard.Name = "Keycard"
  186. Keycard.Parent = GiveFrame
  187. Keycard.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  188. Keycard.BorderSizePixel = 0
  189. Keycard.Position = UDim2.new(0.0324421525, 0, 0.048823297, 0)
  190. Keycard.Size = UDim2.new(0, 90, 0, 20)
  191. Keycard.Font = Enum.Font.SourceSansLight
  192. Keycard.Text = "Keycard"
  193. Keycard.TextColor3 = Color3.new(1, 1, 1)
  194. Keycard.TextSize = 18
  195.  
  196. Pistol.Name = "Pistol"
  197. Pistol.Parent = GiveFrame
  198. Pistol.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  199. Pistol.BorderSizePixel = 0
  200. Pistol.Position = UDim2.new(0.358490556, 0, 0.046875, 0)
  201. Pistol.Size = UDim2.new(0, 90, 0, 20)
  202. Pistol.Font = Enum.Font.SourceSansLight
  203. Pistol.Text = "Pistol"
  204. Pistol.TextColor3 = Color3.new(1, 1, 1)
  205. Pistol.TextSize = 18
  206.  
  207. Shotgun.Name = "Shotgun"
  208. Shotgun.Parent = GiveFrame
  209. Shotgun.BackgroundColor3 = Color3.new(0.301961, 0.603922, 0.905882)
  210. Shotgun.BorderSizePixel = 0
  211. Shotgun.Position = UDim2.new(0.682389915, 0, 0.046875, 0)
  212. Shotgun.Size = UDim2.new(0, 90, 0, 20)
  213. Shotgun.Font = Enum.Font.SourceSansLight
  214. Shotgun.Text = "Shotgun"
  215. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  216. Shotgun.TextSize = 18
  217.  
  218. -- Tabs Manager
  219.  
  220. ModificationsTab.MouseButton1Click:connect(function()
  221. ModificationsFrame.Visible = true
  222. TeleportsFrame.Visible = false
  223. GiveFrame.Visbile = false
  224. end)
  225.  
  226. TeleportsTab.MouseButton1Click:connect(function()
  227. ModificationsFrame.Visible = false
  228. TeleportsFrame.Visible = true
  229. GiveFrame.Visbile = false
  230. end)
  231.  
  232. GiveTab.MouseButton1Click:connect(function()
  233. ModificationsFrame.Visible = false
  234. TeleportsFrame.Visible = false
  235. GiveFrame.Visbile = true
  236. end)
  237.  
  238. -- Modifications Tab Scripts
  239. InfNitro.MouseButton1Click:connect(function()
  240. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = 'Nitr' game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy() b = Instance.new('Model', game:GetService('Players').LocalPlayer.PlayerGui.ProductGui) b.Name = 'Nitro'
  241. end)
  242.  
  243.  
  244. -- Teleports Tab Scripts
  245. BankTP.MouseButton1Click:connect(function()
  246. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36, 1, 810)
  247. end)
  248.  
  249. CriminalBaseTP.MouseButton1Click:connect(function()
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-230, 18, 1593)
  251. end)
  252.  
  253. HeliTP.MouseButton1Click:connect(function()
  254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(738, 70, 1095)
  255. end)
  256.  
  257. JewelryTP.MouseButton1Click:connect(function()
  258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 18, 1313)
  259. end)
  260.  
  261.  
  262. -- Give Tab Scripts
  263.  
  264. Keycard.MouseButton1Click:connect(function()
  265. game:GetService('Players').LocalPlayer.TeamValue.Value = 'Police'
  266. end)
  267.  
  268. Pistol.MouseButton1Click:connect(function()
  269. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  270.  
  271. a = Instance.new("Part", workspace)
  272. a.Anchored = true
  273. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  274. a.CanCollide = false
  275.  
  276. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  277. if v.Name == "Station" then
  278. for a, b in pairs(v:GetChildren()) do
  279. if b:IsA("StringValue") then
  280. if b.Value == "Pistol" then
  281. v.CFrame = CFrame.new(hit)
  282. end
  283. end
  284. end
  285. end
  286. end
  287. end)
  288.  
  289. Shotgun.MouseButton1Click:connect(function()
  290. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  291.  
  292. a = Instance.new("Part", workspace)
  293. a.Anchored = true
  294. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  295. a.CanCollide = false
  296.  
  297. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  298. if v.Name == "Station" then
  299. for a, b in pairs(v:GetChildren()) do
  300. if b:IsA("StringValue") then
  301. if b.Value == "Shotgun" then
  302. v.CFrame = CFrame.new(hit)
  303. end
  304. end
  305. end
  306. end
  307. end
  308. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement