M1XTExploits

Untitled

Feb 13th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1.  
  2. -- Local Player
  3. local p = game.Players.LocalPlayer
  4.  
  5. -- Instance Objects
  6. local gui = Instance.new('ScreenGui',p.PlayerGui)
  7. local frame = Instance.new('ScrollingFrame',gui)
  8. local open = Instance.new('TextButton',gui)
  9. local name = Instance.new('TextLabel',frame)
  10. local arrest = Instance.new('TextButton',frame)
  11. local btools = Instance.new('TextButton',frame)
  12. local escape = Instance.new('TextButton',frame)
  13. local exit = Instance.new('TextButton',frame)
  14. local killaura = Instance.new('TextButton',frame)
  15. local melee = Instance.new('TextButton',frame)
  16. local removedoors = Instance.new('TextButton',frame)
  17. local tools = Instance.new('TextButton',frame)
  18. local speedplus = Instance.new('TextButton',frame)
  19. local speedminus = Instance.new('TextButton',frame)
  20. local jumpplus = Instance.new('TextButton',frame)
  21. local jumpminus = Instance.new('TextButton',frame)
  22. local bypass = Instance.new('TextButton',frame)
  23. local db = Instance.new('TextButton',frame)
  24. local floor = Instance.new('TextButton',frame)
  25. local creator = Instance.new('TextButton',frame)
  26. local prison = Instance.new('TextButton',frame)
  27. local garage = Instance.new('TextButton',frame)
  28.  
  29. -- Name object
  30. gui.Name = "Prison Life v2.0 GUI"
  31. frame.Name = "Commands"
  32. open.Name = "Open"
  33. name.Name = "Name"
  34. arrest.Name = "ArrestButton"
  35. btools.Name = "BtoolsButton"
  36. escape.Name = "EscapeButton"
  37. exit.Name = "ExitButton"
  38. killaura.Name = "KillauraButton"
  39. melee.Name = "MeleeButton"
  40. removedoors.Name = "RemoveDoorsButton"
  41. tools.Name = "ToolsButton"
  42. speedplus.Name = "SpeedAdd"
  43. speedminus.Name = "SpeedReduce"
  44. jumpplus.Name = "JumpAdd"
  45. jumpminus.Name = "JumpReduce"
  46. bypass.Name = "Bypass"
  47. db.Name = "DisableBypass"
  48. floor.Name = "Floor"
  49. creator.Name = "CreatorName"
  50. prison.Name = "TPtoprison"
  51. garage.Name = "TPtogarage"
  52.  
  53. -- Object Visible
  54. frame.Visible = true
  55. open.Visible = false
  56. name.Visible = true
  57. arrest.Visible = true
  58. btools.Visible = true
  59. escape.Visible = true
  60. exit.Visible = true
  61. killaura.Visible = true
  62. melee.Visible = true
  63. removedoors.Visible = true
  64. tools.Visible = true
  65. speedplus.Visible = true
  66. speedminus.Visible = true
  67. jumpplus.Visible = true
  68. jumpminus.Visible = true
  69. bypass.Visible = true
  70. db.Visible = true
  71. floor.Visible = true
  72. creator.Visible = true
  73. prison.Visible = true
  74. garage.Visible = true
  75.  
  76. -- Background Color
  77. frame.BackgroundColor3 = Color3.new(255,255,255)
  78. open.BackgroundColor3 = Color3.new(105,105,105)
  79. name.BackgroundColor3 = Color3.new(255,255,255)
  80. arrest.BackgroundColor3 = Color3.new(0,255,0)
  81. btools.BackgroundColor3 = Color3.new(0,255,0)
  82. escape.BackgroundColor3 = Color3.new(0,255,0)
  83. exit.BackgroundColor3 = Color3.new(255,0,0)
  84. killaura.BackgroundColor3 = Color3.new(0,255,0)
  85. melee.BackgroundColor3 = Color3.new(0,255,0)
  86. removedoors.BackgroundColor3 = Color3.new(0,255,0)
  87. tools.BackgroundColor3 = Color3.new(0,255,0)
  88. speedplus.BackgroundColor3 = Color3.new(0,255,0)
  89. speedminus.BackgroundColor3 = Color3.new(0,255,0)
  90. jumpplus.BackgroundColor3 = Color3.new(0,255,0)
  91. jumpminus.BackgroundColor3 = Color3.new(0,255,0)
  92. bypass.BackgroundColor3 = Color3.new(0,255,0)
  93. db.BackgroundColor3 = Color3.new(0,255,0)
  94. floor.BackgroundColor3 = Color3.new(0,255,0)
  95. creator.BackgroundColor3 = Color3.new(169,169,169)
  96. prison.BackgroundColor3 = Color3.new(0,255,0)
  97. garage.BackgroundColor3 = Color3.new(0,255,0)
  98.  
  99. -- Background Transparency
  100. frame.BackgroundTransparency = 0.7
  101. open.BackgroundTransparency = 0.5
  102. name.BackgroundTransparency = 0.6
  103. arrest.BackgroundTransparency = 0
  104. btools.BackgroundTransparency = 0
  105. escape.BackgroundTransparency = 0
  106. exit.BackgroundTransparency = 0
  107. killaura.BackgroundTransparency = 0
  108. melee.BackgroundTransparency = 0
  109. removedoors.BackgroundTransparency = 0
  110. tools.BackgroundTransparency = 0
  111. speedplus.BackgroundTransparency = 0
  112. speedminus.BackgroundTransparency = 0
  113. jumpplus.BackgroundTransparency = 0
  114. jumpminus.BackgroundTransparency = 0
  115. bypass.BackgroundTransparency = 0
  116. db.BackgroundTransparency = 0
  117. floor.BackgroundTransparency = 0
  118. creator.BackgroundTransparency = 0
  119. prison.BackgroundTransparency = 0
  120. garage.BackgroundTransparency = 0
  121.  
  122. -- Objects Size
  123. frame.Size = UDim2.new(0,250,0,350)
  124. open.Size = UDim2.new(0,60,0,25)
  125. name.Size = UDim2.new(0,180,0,40)
  126. arrest.Size = UDim2.new(0.9,12,0,30)
  127. btools.Size = UDim2.new(0.9,12,0,30)
  128. escape.Size = UDim2.new(0.9,12,0,30)
  129. exit.Size = UDim2.new(0,50,0,40)
  130. killaura.Size = UDim2.new(0.9,12,0,30)
  131. melee.Size = UDim2.new(0.9,12,0,30)
  132. removedoors.Size = UDim2.new(0.9,12,0,30)
  133. tools.Size = UDim2.new(0.9,12,0,30)
  134. speedplus.Size = UDim2.new(0.9,12,0,30)
  135. speedminus.Size = UDim2.new(0.9,12,0,30)
  136. jumpplus.Size = UDim2.new(0.9,12,0,30)
  137. jumpminus.Size = UDim2.new(0.9,12,0,30)
  138. bypass.Size = UDim2.new(0.9,12,0,30)
  139. db.Size = UDim2.new(0.9,12,0,30)
  140. floor.Size = UDim2.new(0.9,12,0,30)
  141. creator.Size = UDim2.new(0.9,12,0,30)
  142. prison.Size = UDim2.new(0.9,12,0,30)
  143. garage.Size = UDim2.new(0.9,12,0,30)
  144.  
  145. -- Objects Position
  146. frame.Position = UDim2.new(0,5,0.4,0)
  147. open.Position = UDim2.new(0,0,0,0)
  148. name.Position = UDim2.new(0,0,0,0)
  149. arrest.Position = UDim2.new(0,0,0,320)
  150. btools.Position = UDim2.new(0,0,0,185)
  151. escape.Position = UDim2.new(0,0,0,230)
  152. exit.Position = UDim2.new(0,184,0,0)
  153. killaura.Position = UDim2.new(0,0,0,275)
  154. melee.Position = UDim2.new(0,0,0,140)
  155. removedoors.Position = UDim2.new(0,0,0,50)
  156. tools.Position = UDim2.new(0,0,0,95)
  157. speedplus.Position = UDim2.new(0,0,0,365)
  158. speedminus.Position = UDim2.new(0,0,0,410)
  159. jumpplus.Position = UDim2.new(0,0,0,455)
  160. jumpminus.Position = UDim2.new(0,0,0,500)
  161. bypass.Position = UDim2.new(0,0,0,545)
  162. db.Position = UDim2.new(0,0,0,590)
  163. floor.Position = UDim2.new(0,0,0,635)
  164. prison.Position = UDim2.new(0,0,0,680)
  165. garage.Position = UDim2.new(0,0,0,725)
  166. creator.Position = UDim2.new(0,0,0,770)
  167.  
  168. -- Objects Text Color
  169. open.TextColor3 = Color3.new(0,0,0)
  170. name.TextColor3 = Color3.new(0,0,0)
  171. arrest.TextColor3 = Color3.new(0,0,0)
  172. btools.TextColor3 = Color3.new(0,0,0)
  173. escape.TextColor3 = Color3.new(0,0,0)
  174. exit.TextColor3 = Color3.new(0,0,0)
  175. killaura.TextColor3 = Color3.new(0,0,0)
  176. melee.TextColor3 = Color3.new(0,0,0)
  177. removedoors.TextColor3 = Color3.new(0,0,0)
  178. tools.TextColor3 = Color3.new(0,0,0)
  179. speedplus.TextColor3 = Color3.new(0,0,0)
  180. speedminus.TextColor3 = Color3.new(0,0,0)
  181. jumpplus.TextColor3 = Color3.new(0,0,0)
  182. jumpminus.TextColor3 = Color3.new(0,0,0)
  183. bypass.TextColor3 = Color3.new(0,0,0)
  184. db.TextColor3 = Color3.new(0,0,0)
  185. floor.TextColor3 = Color3.new(0,0,0)
  186. creator.TextColor3 = Color3.new(0,0,0)
  187. prison.TextColor3 = Color3.new(0,0,0)
  188. garage.TextColor3 = Color3.new(0,0,0)
  189.  
  190. -- Object Font
  191. name.Font = 'Fantasy'
  192.  
  193. -- Object Text
  194. open.Text = 'Open'
  195. name.Text = 'Prison Life v2.0 Commands'
  196. arrest.Text = 'Arrest [Cops Only]'
  197. btools.Text = 'Give Btools'
  198. escape.Text = 'Escape The Prison'
  199. exit.Text = 'Exit'
  200. killaura.Text = 'Kill Aura [Danger]'
  201. melee.Text = 'Give Melee'
  202. removedoors.Text = 'Remove Doors'
  203. tools.Text = 'Give Guns'
  204. speedplus.Text = 'WalkSpeed + 10'
  205. speedminus.Text = 'WalkSpeed - 10'
  206. jumpplus.Text = 'JumpPower + 10'
  207. jumpminus.Text = 'JumpPower - 10'
  208. bypass.Text = 'Bypass Taser, Arrest [Cannot Punch]'
  209. db.Text = 'Disable Bypass Taser, Arrest'
  210. floor.Text = 'Get Tools on the floor'
  211. creator.Text = 'Made by LeLx'
  212. prison.Text = 'Teleport to prison'
  213. garage.Text = 'Teleport to garage'
  214.  
  215. -- Object Text Scaled
  216. open.TextScaled = true
  217. name.TextScaled = true
  218. arrest.TextScaled = true
  219. btools.TextScaled = true
  220. escape.TextScaled = true
  221. exit.TextScaled = true
  222. killaura.TextScaled = true
  223. melee.TextScaled = true
  224. removedoors.TextScaled = true
  225. tools.TextScaled = true
  226. speedplus.TextScaled = true
  227. speedminus.TextScaled = true
  228. jumpplus.TextScaled = true
  229. jumpminus.TextScaled = true
  230. bypass.TextScaled = true
  231. db.TextScaled = true
  232. floor.TextScaled = true
  233. creator.TextScaled = true
  234. prison.TextScaled = true
  235. garage.TextScaled = true
  236.  
  237. -- Frame Moveable
  238. frame.Active = true
  239. frame.Draggable = true
  240.  
  241. -- Open Function
  242. open.MouseButton1Down:connect(function()
  243. frame.Visible = true
  244. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  245. open.Visible = false
  246. open.Position = UDim2.new(0,0,0,0)
  247. end)
  248.  
  249. -- Close/Exit Function
  250. exit.MouseButton1Down:connect(function()
  251. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  252. wait(1)
  253. frame.Visible = false
  254. wait(.1)
  255. open.Visible = true
  256. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  257. end)
  258.  
  259. -- Btools Function
  260. btools.MouseButton1Down:connect(function()
  261. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  262. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  263. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  264. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  265. end)
  266.  
  267. -- Remove Doors Function
  268. removedoors.MouseButton1Down:connect(function()
  269. game.Workspace.Doors:Destroy()
  270. end)
  271.  
  272. -- Guns Function
  273. tools.MouseButton1Down:connect(function()
  274. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  275. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  276. for j, k in pairs(weapons) do
  277. if v.Name == k then
  278. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  279. end
  280. end
  281. end
  282. end)
  283.  
  284. -- Melee Function
  285. melee.MouseButton1Down:connect(function()
  286. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  287. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  288. for j, k in pairs(weapons) do
  289. if v.Name == k then
  290. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  291. end
  292. end
  293. end
  294. end)
  295.  
  296. -- Escape Function
  297. escape.MouseButton1Down:connect(function()
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  299. end)
  300.  
  301. -- Kill Aura Function
  302. killaura.MouseButton1Down:connect(function()
  303. while wait(0.1) do
  304. for i, plr in pairs(game.Players:GetChildren()) do
  305. if plr.Name ~= game.Players.LocalPlayer.Name then
  306. for i = 1, 10 do
  307. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  308. end
  309. end
  310. end
  311. end
  312. end)
  313.  
  314. -- Arrest Function
  315. local mouse = game.Players.LocalPlayer:GetMouse()
  316. local arrestEvent = game.Workspace.Remote.arrest
  317. mouse.Button1Down:connect(function()
  318. local obj = mouse.Target
  319. local response = arrestEvent:InvokeServer(obj)
  320. end)
  321.  
  322. -- WalkSpeed Increase
  323. speedplus.MouseButton1Down:connect(function()
  324. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  325. end)
  326.  
  327. -- WalkSpeed Decrease
  328. speedminus.MouseButton1Down:connect(function()
  329. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  330. end)
  331.  
  332. -- JumpPower Increase
  333. jumpplus.MouseButton1Down:connect(function()
  334. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  335. end)
  336.  
  337. -- JumpPower Decrease
  338. jumpminus.MouseButton1Down:connect(function()
  339. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  340. end)
  341.  
  342. -- Bypass Taser , Arrest
  343. bypass.MouseButton1Down:connect(function()
  344. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  345. game.Players.LocalPlayer.CharacterAdded:connect(function()
  346. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  347. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  348. end)
  349. local message = Instance.new("Message",game.Workspace)
  350. message.Text = 'Made by LeLx!'
  351. wait(2)
  352. message:Destroy()
  353. end)
  354.  
  355. -- Disable Bypass Taser , Arrest
  356. db.MouseButton1Down:connect(function()
  357. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  358. game.Players.LocalPlayer.CharacterAdded:connect(function()
  359. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  360. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  361. end)
  362. end)
  363.  
  364. -- Get Tools On the Floor
  365. floor.MouseButton1Down:connect(function()
  366. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  367. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  368. end
  369. end)
  370.  
  371. -- Prison Function
  372. prison.MouseButton1Down:connect(function()
  373. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(900, 97, 2400)
  374. end)
  375.  
  376. -- Garage Function
  377. garage.MouseButton1Down:connect(function()
  378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-945, 97, 2050)
  379. end)
Add Comment
Please, Sign In to add comment