Advertisement
RoGhoulXD

Rosploit Prison Life Hub

Feb 22nd, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.61 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local rosploithubV4 = Instance.new("ScreenGui")
  7. local charchar = Instance.new("Frame")
  8. local char2 = Instance.new("Frame")
  9. local prisonhub = Instance.new("TextLabel")
  10. local scroll8 = Instance.new("ScrollingFrame")
  11. local removeall = Instance.new("TextButton")
  12. local removewall = Instance.new("TextButton")
  13. local tazeall = Instance.new("TextButton")
  14. local crimbase = Instance.new("TextButton")
  15. local teamcrim = Instance.new("TextButton")
  16. local tazeplrmain = Instance.new("Frame")
  17. local tazetext = Instance.new("TextBox")
  18. local taze = Instance.new("TextButton")
  19. local killplrmain = Instance.new("Frame")
  20. local killtext = Instance.new("TextBox")
  21. local kill = Instance.new("TextButton")
  22. local prison = Instance.new("TextButton")
  23. local respawn = Instance.new("TextButton")
  24. local speed = Instance.new("TextButton")
  25. local btools = Instance.new("TextButton")
  26. local reviz = Instance.new("TextButton")
  27. local fling = Instance.new("TextButton")
  28. local taserbypass = Instance.new("TextButton")
  29. local guns = Instance.new("TextButton")
  30. local superpunch = Instance.new("TextButton")
  31. local invis = Instance.new("TextButton")
  32. local arrestcrims = Instance.new("TextButton")
  33. local char3 = Instance.new("Frame")
  34. local createlabel = Instance.new("TextLabel")
  35. local neutral = Instance.new("TextButton")
  36. local inmate = Instance.new("TextButton")
  37. local police = Instance.new("TextButton")
  38. local yard = Instance.new("TextButton")
  39. local close = Instance.new("TextButton")
  40.  
  41. --Properties:
  42.  
  43. rosploithubV4.Name = "rosploithubV4"
  44. rosploithubV4.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45. rosploithubV4.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. charchar.Name = "charchar"
  48. charchar.Parent = rosploithubV4
  49. charchar.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  50. charchar.BorderSizePixel = 0
  51. charchar.Position = UDim2.new(0.488277256, 0, 0.0844793618, 0)
  52. charchar.Size = UDim2.new(0, 454, 0, 294)
  53. charchar.Active = true
  54. charchar.Selectable = true
  55. charchar.Draggable = true
  56.  
  57. char2.Name = "char2"
  58. char2.Parent = charchar
  59. char2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  60. char2.Position = UDim2.new(0.0198237877, 0, 0.0272108838, 0)
  61. char2.Size = UDim2.new(0, 435, 0, 276)
  62.  
  63. prisonhub.Name = "prisonhub"
  64. prisonhub.Parent = char2
  65. prisonhub.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  66. prisonhub.Position = UDim2.new(0.0183908045, 0, 0.0217391308, 0)
  67. prisonhub.Size = UDim2.new(0, 418, 0, 32)
  68. prisonhub.Font = Enum.Font.SourceSansBold
  69. prisonhub.Text = "Rosploit Prison Life Hub"
  70. prisonhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. prisonhub.TextScaled = true
  72. prisonhub.TextSize = 14.000
  73. prisonhub.TextWrapped = true
  74.  
  75. scroll8.Name = "scroll8"
  76. scroll8.Parent = char2
  77. scroll8.Active = true
  78. scroll8.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  79. scroll8.BorderSizePixel = 0
  80. scroll8.Position = UDim2.new(0, 0, 0.181159422, 0)
  81. scroll8.Size = UDim2.new(0, 435, 0, 226)
  82.  
  83. removeall.Name = "removeall"
  84. removeall.Parent = scroll8
  85. removeall.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  86. removeall.BorderSizePixel = 0
  87. removeall.Position = UDim2.new(0.0183908045, 0, 0.0209194049, 0)
  88. removeall.Size = UDim2.new(0, 148, 0, 28)
  89. removeall.Font = Enum.Font.SourceSansBold
  90. removeall.Text = "Remove All"
  91. removeall.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. removeall.TextScaled = true
  93. removeall.TextSize = 14.000
  94. removeall.TextWrapped = true
  95. removeall.MouseButton1Down:connect(function()
  96. wait(0.1)
  97. game.Workspace.Prison_Halls.walls:Remove()
  98.  
  99. wait(0.1)
  100. game.Workspace.Prison_Halls.roof:Remove()
  101.  
  102. wait(0.1)
  103. game.Workspace.Prison_Halls.outlines:Remove()
  104.  
  105. wait(0.1)
  106. game.Workspace.Prison_Halls.lights:Remove()
  107.  
  108. wait(0.1)
  109. game.Workspace.Prison_Halls.accent:Remove()
  110.  
  111. wait(0.1)
  112. game.Workspace.Prison_Halls.glass:Remove()
  113.  
  114. wait(0.1)
  115. game.Workspace.Prison_Cellblock.b_front:Remove()
  116.  
  117. wait(0.1)
  118. game.Workspace.Prison_Cellblock.doors:Remove()
  119.  
  120. wait(0.1)
  121. game.Workspace.Prison_Cellblock.c_tables:Remove()
  122.  
  123. wait(0.1)
  124. game.Workspace.Prison_Cellblock.a_front:Remove()
  125.  
  126. wait(0.1)
  127. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  128.  
  129. wait(0.1)
  130. game.Workspace.Prison_Cellblock.c_wall:Remove()
  131.  
  132. wait(0.1)
  133. game.Workspace.Prison_Cellblock.b_wall:Remove()
  134.  
  135. wait(0.1)
  136. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  137.  
  138. wait(0.1)
  139. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  140.  
  141. wait(0.1)
  142. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  143.  
  144. wait(0.1)
  145. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  146.  
  147. wait(0.1)
  148. game.Workspace.Prison_Cellblock.a_walls:Remove()
  149.  
  150. wait(0.1)
  151. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  152.  
  153. wait(0.1)
  154. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  155.  
  156. wait(0.1)
  157. game.Workspace.Prison_Cellblock.c_corner:Remove()
  158.  
  159. wait(0.1)
  160. game.Workspace.Prison_Cellblock.Wedge:Remove()
  161.  
  162. wait(0.1)
  163. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  164.  
  165. wait(0.1)
  166. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  167.  
  168. wait(0.1)
  169. game.Workspace.City_buildings:Remove()
  170.  
  171. wait(0.1)
  172. game.Workspace.Prison_OuterWall:Remove()
  173.  
  174. wait(0.1)
  175. game.Workspace.Prison_Fences:Remove()
  176. end)
  177.  
  178. removewall.Name = "removewall"
  179. removewall.Parent = scroll8
  180. removewall.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  181. removewall.BorderSizePixel = 0
  182. removewall.Position = UDim2.new(0.0183908045, 0, 0.0933831707, 0)
  183. removewall.Size = UDim2.new(0, 148, 0, 28)
  184. removewall.Font = Enum.Font.SourceSansBold
  185. removewall.Text = "Remove Walls"
  186. removewall.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. removewall.TextScaled = true
  188. removewall.TextSize = 14.000
  189. removewall.TextWrapped = true
  190. removewall.MouseButton1Down:connect(function()
  191. wait(0.1)
  192. game.Workspace.Prison_Guard_Outpost:Remove()
  193.  
  194. wait(0.1)
  195. game.Workspace.Prison_Cafeteria.building:Remove()
  196.  
  197. wait(0.1)
  198. game.Workspace.Prison_Cafeteria.glass:Remove()
  199.  
  200. wait(0.1)
  201. game.Workspace.Prison_Cafeteria.oven:Remove()
  202.  
  203. wait(0.1)
  204. game.Workspace.Prison_Cafeteria.shelves:Remove()
  205.  
  206. wait(0.1)
  207. game.Workspace.Prison_Cafeteria.vents:Remove()
  208.  
  209. wait(0.1)
  210. game.Workspace.Prison_Cafeteria.accents:Remove()
  211.  
  212. wait(0.1)
  213. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  214.  
  215. wait(0.1)
  216. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  217.  
  218. wait(0.1)
  219. game.Workspace.Prison_Cafeteria.counter:Remove()
  220.  
  221. wait(0.1)
  222. game.Workspace.Prison_Cafeteria.boxes:Remove()
  223. end)
  224.  
  225. tazeall.Name = "tazeall"
  226. tazeall.Parent = scroll8
  227. tazeall.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  228. tazeall.BorderSizePixel = 0
  229. tazeall.Position = UDim2.new(0.386206895, 0, 0.0209194049, 0)
  230. tazeall.Size = UDim2.new(0, 148, 0, 28)
  231. tazeall.Font = Enum.Font.SourceSansBold
  232. tazeall.Text = "Taze All"
  233. tazeall.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. tazeall.TextScaled = true
  235. tazeall.TextSize = 14.000
  236. tazeall.TextWrapped = true
  237. tazeall.MouseButton1Down:connect(function()
  238. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  239. game.Players.LocalPlayer.CharacterAdded:connect(function()
  240. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  241. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  242. end)
  243. local message = Instance.new("Message",game.Workspace)
  244. message.Text = 'RoSploit API'
  245. wait(2)
  246. message:Destroy()
  247. game.Workspace.Remote.TeamEvent:FireServer("Bright blue")
  248.  
  249. function kill(a)
  250. local A_1 =
  251. {
  252. [1] =
  253. {
  254. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  255. ["Distance"] = 15.355997085571,
  256. ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  257. ["Hit"] = a.Character.Torso
  258. }
  259. }
  260. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  261. local Event = game:GetService("ReplicatedStorage").ShootEvent
  262. Event:FireServer(A_1, A_2)
  263. end
  264.  
  265. for i,v in pairs(game.Players:GetChildren())do
  266. if v.Name ~= game.Players.LocalPlayer.Name then
  267. kill(v)
  268. end
  269. end
  270. end)
  271.  
  272. crimbase.Name = "crimbase"
  273. crimbase.Parent = scroll8
  274. crimbase.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  275. crimbase.BorderSizePixel = 0
  276. crimbase.Position = UDim2.new(0.756321847, 0, 0.0207464155, 0)
  277. crimbase.Size = UDim2.new(0, 86, 0, 20)
  278. crimbase.Font = Enum.Font.SourceSansBold
  279. crimbase.Text = "Crim Base"
  280. crimbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  281. crimbase.TextScaled = true
  282. crimbase.TextSize = 14.000
  283. crimbase.TextWrapped = true
  284. crimbase.MouseButton1Down:connect(function()
  285. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  286. end)
  287.  
  288. teamcrim.Name = "teamcrim"
  289. teamcrim.Parent = scroll8
  290. teamcrim.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  291. teamcrim.BorderSizePixel = 0
  292. teamcrim.Position = UDim2.new(0.386206895, 0, 0.0933831707, 0)
  293. teamcrim.Size = UDim2.new(0, 148, 0, 28)
  294. teamcrim.Font = Enum.Font.SourceSansBold
  295. teamcrim.Text = "Team Criminal"
  296. teamcrim.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. teamcrim.TextScaled = true
  298. teamcrim.TextSize = 14.000
  299. teamcrim.TextWrapped = true
  300. teamcrim.MouseButton1Down:connect(function()
  301. wait(0.3)
  302. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  303.  
  304. wait(0.3)
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  306. end)
  307.  
  308. tazeplrmain.Name = "tazeplrmain"
  309. tazeplrmain.Parent = scroll8
  310. tazeplrmain.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  311. tazeplrmain.BorderSizePixel = 0
  312. tazeplrmain.Position = UDim2.new(0.724137962, 0, 0.177794307, 0)
  313. tazeplrmain.Size = UDim2.new(0, 100, 0, 77)
  314.  
  315. tazetext.Name = "tazetext"
  316. tazetext.Parent = tazeplrmain
  317. tazetext.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  318. tazetext.BorderSizePixel = 0
  319. tazetext.Position = UDim2.new(0, 0, 0.0259740259, 0)
  320. tazetext.Size = UDim2.new(0, 100, 0, 25)
  321. tazetext.Font = Enum.Font.SciFi
  322. tazetext.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  323. tazetext.PlaceholderText = "Player Name"
  324. tazetext.Text = ""
  325. tazetext.TextColor3 = Color3.fromRGB(255, 255, 255)
  326. tazetext.TextSize = 14.000
  327.  
  328. taze.Name = "taze"
  329. taze.Parent = tazeplrmain
  330. taze.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  331. taze.BorderSizePixel = 0
  332. taze.Position = UDim2.new(0, 0, 0.519480526, 0)
  333. taze.Size = UDim2.new(0, 100, 0, 37)
  334. taze.Font = Enum.Font.SourceSansBold
  335. taze.Text = "Taze"
  336. taze.TextColor3 = Color3.fromRGB(255, 255, 255)
  337. taze.TextSize = 25.000
  338. taze.TextWrapped = true
  339. taze.MouseButton1Down:connect(function()
  340. local A_1 =
  341. {
  342. [1] =
  343. {
  344. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  345. ["Distance"] = 15.355997085571,
  346. ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  347. ["Hit"] = game.Workspace[tazetext.Text].Torso
  348. }
  349. }
  350. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  351. local Event = game:GetService("ReplicatedStorage").ShootEvent
  352. Event:FireServer(A_1, A_2)
  353. end)
  354.  
  355. killplrmain.Name = "killplrmain"
  356. killplrmain.Parent = scroll8
  357. killplrmain.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  358. killplrmain.BorderSizePixel = 0
  359. killplrmain.Position = UDim2.new(0.46896556, 0, 0.177794307, 0)
  360. killplrmain.Size = UDim2.new(0, 100, 0, 77)
  361.  
  362. killtext.Name = "killtext"
  363. killtext.Parent = killplrmain
  364. killtext.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  365. killtext.BorderSizePixel = 0
  366. killtext.Position = UDim2.new(0, 0, 0.0259740259, 0)
  367. killtext.Size = UDim2.new(0, 100, 0, 25)
  368. killtext.Font = Enum.Font.SciFi
  369. killtext.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  370. killtext.PlaceholderText = "Player Name"
  371. killtext.Text = ""
  372. killtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  373. killtext.TextSize = 14.000
  374.  
  375. kill.Name = "kill"
  376. kill.Parent = killplrmain
  377. kill.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  378. kill.BorderSizePixel = 0
  379. kill.Position = UDim2.new(0, 0, 0.519480526, 0)
  380. kill.Size = UDim2.new(0, 100, 0, 37)
  381. kill.Font = Enum.Font.SourceSansBold
  382. kill.Text = "Kill"
  383. kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  384. kill.TextSize = 25.000
  385. kill.TextWrapped = true
  386. kill.MouseButton1Down:connect(function()
  387. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  388. game.Players.LocalPlayer.CharacterAdded:connect(function()
  389. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  390. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  391. end)
  392. local message = Instance.new("Message",game.Workspace)
  393. message.Text = 'RoSploit API'
  394. wait(2)
  395. message:Destroy()
  396. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  397.  
  398. wait(0.1)
  399. game.Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  400.  
  401. local A_1 =
  402. {
  403. [1] =
  404. {
  405. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  406. ["Distance"] = 4.7204174995422,
  407. ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  408. ["Hit"] = game.Workspace[killtext.Text].Head
  409. },
  410. [2] =
  411. {
  412. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  413. ["Distance"] = 4.8114862442017,
  414. ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  415. ["Hit"] = game.Workspace[killtext.Text].Head
  416. },
  417. [3] =
  418. {
  419. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  420. ["Distance"] = 4.444625377655,
  421. ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  422. ["Hit"] = game.Workspace[killtext.Text].Head
  423. },
  424. [4] =
  425. {
  426. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  427. ["Distance"] = 4.6211166381836,
  428. ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  429. ["Hit"] = game.Workspace[killtext.Text].Head
  430. },
  431. [5] =
  432. {
  433. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  434. ["Distance"] = 4.4639973640442,
  435. ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  436. ["Hit"] = game.Workspace[killtext.Text].Head
  437. }
  438. }
  439. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  440. local Event = game:GetService("ReplicatedStorage").ShootEvent
  441. Event:FireServer(A_1, A_2)
  442.  
  443. wait(0.5)
  444. workspace.Remote.TeamEvent:FireServer("Bright orange")
  445. end)
  446.  
  447. prison.Name = "prison"
  448. prison.Parent = scroll8
  449. prison.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  450. prison.BorderSizePixel = 0
  451. prison.Position = UDim2.new(0.756321847, 0, 0.121350273, 0)
  452. prison.Size = UDim2.new(0, 86, 0, 23)
  453. prison.Font = Enum.Font.SourceSansBold
  454. prison.Text = "Prison"
  455. prison.TextColor3 = Color3.fromRGB(255, 255, 255)
  456. prison.TextScaled = true
  457. prison.TextSize = 14.000
  458. prison.TextWrapped = true
  459. prison.MouseButton1Down:connect(function()
  460. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  461. end)
  462.  
  463. respawn.Name = "respawn"
  464. respawn.Parent = scroll8
  465. respawn.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  466. respawn.BorderSizePixel = 0
  467. respawn.Position = UDim2.new(0.0183908045, 0, 0.174904913, 0)
  468. respawn.Size = UDim2.new(0, 148, 0, 28)
  469. respawn.Font = Enum.Font.SourceSansBold
  470. respawn.Text = "Fast Respawn"
  471. respawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  472. respawn.TextScaled = true
  473. respawn.TextSize = 14.000
  474. respawn.TextWrapped = true
  475. respawn.MouseButton1Down:connect(function()
  476. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  477. game.Players.LocalPlayer.CharacterAdded:connect(function()
  478. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  479. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  480. end)
  481. local message = Instance.new("Message",game.Workspace)
  482. message.Text = 'RoSploit API'
  483. wait(0.01)
  484. message:Destroy()
  485. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  486. local Event = game:GetService("Workspace").Remote.loadchar
  487. Event:InvokeServer(A_1)
  488. end)
  489.  
  490. speed.Name = "speed"
  491. speed.Parent = scroll8
  492. speed.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  493. speed.BorderSizePixel = 0
  494. speed.Position = UDim2.new(0.0183908045, 0, 0.249180272, 0)
  495. speed.Size = UDim2.new(0, 148, 0, 28)
  496. speed.Font = Enum.Font.SourceSansBold
  497. speed.Text = "Speed"
  498. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  499. speed.TextScaled = true
  500. speed.TextSize = 14.000
  501. speed.TextWrapped = true
  502. speed.MouseButton1Down:connect(function()
  503. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  504. game.Players.LocalPlayer.CharacterAdded:connect(function()
  505. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  506. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  507. end)
  508. local message = Instance.new("Message",game.Workspace)
  509. message.Text = 'RoSploit API'
  510. wait(2)
  511. message:Destroy()
  512. Speed = "100" -- Change to how fast you want to go
  513.  
  514. player = game.Players.LocalPlayer.Character
  515. power = "WalkSpeed"
  516. player.Humanoid[power] = Speed
  517. wait()
  518. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  519. wait()
  520. repeat
  521. game.Workspace.Gravity = 1000
  522. wait()
  523. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  524. wait()
  525. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  526. end)
  527.  
  528. btools.Name = "btools"
  529. btools.Parent = scroll8
  530. btools.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  531. btools.BorderSizePixel = 0
  532. btools.Position = UDim2.new(0.724137902, 0, 0.329147458, 0)
  533. btools.Size = UDim2.new(0, 100, 0, 28)
  534. btools.Font = Enum.Font.SourceSansBold
  535. btools.Text = "Btools"
  536. btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  537. btools.TextScaled = true
  538. btools.TextSize = 14.000
  539. btools.TextWrapped = true
  540. btools.MouseButton1Down:connect(function()
  541. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  542. game.Players.LocalPlayer.CharacterAdded:connect(function()
  543. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  544. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  545. end)
  546. local message = Instance.new("Message",game.Workspace)
  547. message.Text = 'RoSploit API'
  548. wait(2)
  549. message:Destroy()
  550. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  551. tool1.BinType = "Hammer"
  552. end)
  553.  
  554. reviz.Name = "reviz"
  555. reviz.Parent = scroll8
  556. reviz.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  557. reviz.BorderSizePixel = 0
  558. reviz.Position = UDim2.new(0.468965501, 0, 0.329147458, 0)
  559. reviz.Size = UDim2.new(0, 100, 0, 28)
  560. reviz.Font = Enum.Font.SourceSansBold
  561. reviz.Text = "Reviz Admin"
  562. reviz.TextColor3 = Color3.fromRGB(255, 255, 255)
  563. reviz.TextScaled = true
  564. reviz.TextSize = 14.000
  565. reviz.TextWrapped = true
  566. reviz.MouseButton1Down:connect(function()
  567. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  568. game.Players.LocalPlayer.CharacterAdded:connect(function()
  569. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  570. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  571. end)
  572. local message = Instance.new("Message",game.Workspace)
  573. message.Text = 'RoSploit API'
  574. wait(2)
  575. message:Destroy()
  576. wait(1)
  577. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  578. game.Players.LocalPlayer.CharacterAdded:connect(function()
  579. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  580. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  581. end)
  582. local message = Instance.new("Message",game.Workspace)
  583. message.Text = 'Something wrong please try again later.'
  584. wait(2)
  585. message:Destroy()
  586. wait(1)
  587. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  588. game.Players.LocalPlayer.CharacterAdded:connect(function()
  589. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  590. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  591. end)
  592. local message = Instance.new("Message",game.Workspace)
  593. message.Text = 'This buttons has been crashed may it never work anymore.'
  594. wait(2)
  595. message:Destroy()
  596. end)
  597.  
  598. fling.Name = "fling"
  599. fling.Parent = scroll8
  600. fling.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  601. fling.BorderSizePixel = 0
  602. fling.Position = UDim2.new(0.211494237, 0, 0.329147458, 0)
  603. fling.Size = UDim2.new(0, 100, 0, 28)
  604. fling.Font = Enum.Font.SourceSansBold
  605. fling.Text = "Fling"
  606. fling.TextColor3 = Color3.fromRGB(255, 255, 255)
  607. fling.TextScaled = true
  608. fling.TextSize = 14.000
  609. fling.TextWrapped = true
  610. fling.MouseButton1Down:connect(function()
  611. wait(0.1)
  612. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  613. game.Players.LocalPlayer.CharacterAdded:connect(function()
  614. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  615. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  616. end)
  617. local message = Instance.new("Message",game.Workspace)
  618. message.Text = 'RoSploit API'
  619. wait(2)
  620. message:Destroy()
  621. power = 100 -- change this to make it more or less powerful
  622.  
  623. game:GetService('RunService').Stepped:connect(function()
  624. game.Players.LocalPlayer.Character.Head.CanCollide = false
  625. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  626. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  627. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  628. end)
  629.  
  630. wait(.1)
  631. local bambam = Instance.new("BodyThrust")
  632. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  633. bambam.Force = Vector3.new(power,0,power)
  634. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  635. end)
  636.  
  637. taserbypass.Name = "taserbypass"
  638. taserbypass.Parent = scroll8
  639. taserbypass.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  640. taserbypass.BorderSizePixel = 0
  641. taserbypass.Position = UDim2.new(0.0183908045, 0, 0.328890085, 0)
  642. taserbypass.Size = UDim2.new(0, 75, 0, 28)
  643. taserbypass.Font = Enum.Font.SourceSansBold
  644. taserbypass.Text = "Taser Bypass"
  645. taserbypass.TextColor3 = Color3.fromRGB(255, 255, 255)
  646. taserbypass.TextScaled = true
  647. taserbypass.TextSize = 14.000
  648. taserbypass.TextWrapped = true
  649. taserbypass.MouseButton1Down:connect(function()
  650. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  651. game.Players.LocalPlayer.CharacterAdded:connect(function()
  652. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  653. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  654. end)
  655. local message = Instance.new("Message",game.Workspace)
  656. message.Text = 'RoSploit API'
  657. wait(2)
  658. message:Destroy()
  659. end)
  660.  
  661. guns.Name = "guns"
  662. guns.Parent = scroll8
  663. guns.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  664. guns.BorderSizePixel = 0
  665. guns.Position = UDim2.new(0.0183908045, 0, 0.401353836, 0)
  666. guns.Size = UDim2.new(0, 75, 0, 28)
  667. guns.Font = Enum.Font.SourceSansBold
  668. guns.Text = "Guns"
  669. guns.TextColor3 = Color3.fromRGB(255, 255, 255)
  670. guns.TextScaled = true
  671. guns.TextSize = 14.000
  672. guns.TextWrapped = true
  673. guns.MouseButton1Down:connect(function()
  674. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  675. game.Players.LocalPlayer.CharacterAdded:connect(function()
  676. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  677. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  678. end)
  679. local message = Instance.new("Message",game.Workspace)
  680. message.Text = 'RoSploit API'
  681. wait(2)
  682. message:Destroy()
  683. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  684.  
  685. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  686. print(lol)
  687. end
  688. end)
  689.  
  690. superpunch.Name = "superpunch"
  691. superpunch.Parent = scroll8
  692. superpunch.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  693. superpunch.BorderSizePixel = 0
  694. superpunch.Position = UDim2.new(0.211494252, 0, 0.400888979, 0)
  695. superpunch.Size = UDim2.new(0, 99, 0, 28)
  696. superpunch.Font = Enum.Font.SourceSansBold
  697. superpunch.Text = "SuperPunch"
  698. superpunch.TextColor3 = Color3.fromRGB(255, 255, 255)
  699. superpunch.TextScaled = true
  700. superpunch.TextSize = 14.000
  701. superpunch.TextWrapped = true
  702. superpunch.MouseButton1Down:connect(function()
  703. mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
  704. end)
  705.  
  706.  
  707.  
  708. invis.Name = "invis"
  709. invis.Parent = scroll8
  710. invis.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  711. invis.BorderSizePixel = 0
  712. invis.Position = UDim2.new(0.471264362, 0, 0.400888979, 0)
  713. invis.Size = UDim2.new(0, 99, 0, 28)
  714. invis.Font = Enum.Font.SourceSansBold
  715. invis.Text = "Invisible"
  716. invis.TextColor3 = Color3.fromRGB(255, 255, 255)
  717. invis.TextScaled = true
  718. invis.TextSize = 14.000
  719. invis.TextWrapped = true
  720. invis.MouseButton1Down:connect(function()
  721. local player = game.Players.LocalPlayer
  722. position = player.Character.HumanoidRootPart.Position
  723. wait(0.1)
  724. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  725. wait(0.1)
  726. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  727. wait(0.1)
  728. player.Character.HumanoidRootPart:Destroy()
  729. humanoidrootpart.Parent = player.Character
  730. player.Character:MoveTo(position)
  731. wait()
  732. -- Remove this if you want to see yourself (others still won't see you)
  733. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  734. game.Players.LocalPlayer.Character.Head.Transparency = 1
  735. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  736. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  737. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  738. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  739. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  740. game.Players.LocalPlayer.Character.Head.face:Remove()
  741. end)
  742.  
  743. arrestcrims.Name = "arrestcrims"
  744. arrestcrims.Parent = scroll8
  745. arrestcrims.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  746. arrestcrims.BorderSizePixel = 0
  747. arrestcrims.Position = UDim2.new(0.726436734, 0, 0.400888979, 0)
  748. arrestcrims.Size = UDim2.new(0, 99, 0, 28)
  749. arrestcrims.Font = Enum.Font.SourceSansBold
  750. arrestcrims.Text = "Arrest Crims"
  751. arrestcrims.TextColor3 = Color3.fromRGB(255, 255, 255)
  752. arrestcrims.TextScaled = true
  753. arrestcrims.TextSize = 14.000
  754. arrestcrims.TextWrapped = true
  755. arrestcrims.MouseButton1Down:connect(function()
  756. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  757. game.Players.LocalPlayer.CharacterAdded:connect(function()
  758. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  759. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  760. end)
  761. local message = Instance.new("Message",game.Workspace)
  762. message.Text = 'RoSploit API'
  763. wait(0.5)
  764. message:Destroy()
  765. local Player = game.Players.LocalPlayer
  766. local cpos = Player.Character.HumanoidRootPart.CFrame
  767. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  768. if v.Name ~= Player.Name then
  769. local i = 10
  770. repeat
  771. wait()
  772. i = i-1
  773. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  774. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  775. until i == 0
  776. end
  777. end
  778. Player.Character.HumanoidRootPart.CFrame = cpos
  779. Notify("Success", "Arrested all of the n00bs", "Cool!")
  780. end)
  781.  
  782. char3.Name = "char3"
  783. char3.Parent = scroll8
  784. char3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  785. char3.BorderSizePixel = 0
  786. char3.Position = UDim2.new(0.0183908045, 0, 0.469059825, 0)
  787. char3.Size = UDim2.new(0, 410, 0, 33)
  788.  
  789. createlabel.Name = "createlabel"
  790. createlabel.Parent = char3
  791. createlabel.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  792. createlabel.BorderSizePixel = 0
  793. createlabel.Position = UDim2.new(0.0219512191, 0, 0.151515156, 0)
  794. createlabel.Size = UDim2.new(0, 390, 0, 22)
  795. createlabel.Font = Enum.Font.SourceSansBold
  796. createlabel.Text = "made by jake11price and rosploit design"
  797. createlabel.TextColor3 = Color3.fromRGB(0, 170, 0)
  798. createlabel.TextScaled = true
  799. createlabel.TextSize = 14.000
  800. createlabel.TextWrapped = true
  801.  
  802. neutral.Name = "neutral"
  803. neutral.Parent = scroll8
  804. neutral.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  805. neutral.BorderSizePixel = 0
  806. neutral.Position = UDim2.new(0.678160906, 0, 0.553060651, 0)
  807. neutral.Size = UDim2.new(0, 123, 0, 28)
  808. neutral.Font = Enum.Font.SourceSansBold
  809. neutral.Text = "Team Neutral"
  810. neutral.TextColor3 = Color3.fromRGB(255, 255, 255)
  811. neutral.TextScaled = true
  812. neutral.TextSize = 14.000
  813. neutral.TextWrapped = true
  814. neutral.MouseButton1Down:connect(function()
  815. game.Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  816. end)
  817.  
  818. inmate.Name = "inmate"
  819. inmate.Parent = scroll8
  820. inmate.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  821. inmate.BorderSizePixel = 0
  822. inmate.Position = UDim2.new(0.347126424, 0, 0.553060651, 0)
  823. inmate.Size = UDim2.new(0, 123, 0, 28)
  824. inmate.Font = Enum.Font.SourceSansBold
  825. inmate.Text = "Team Inmate"
  826. inmate.TextColor3 = Color3.fromRGB(255, 255, 255)
  827. inmate.TextScaled = true
  828. inmate.TextSize = 14.000
  829. inmate.TextWrapped = true
  830. inmate.MouseButton1Down:connect(function()
  831. game.workspace.Remote.TeamEvent:FireServer("Bright orange")
  832. end)
  833.  
  834. police.Name = "police"
  835. police.Parent = scroll8
  836. police.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  837. police.BorderSizePixel = 0
  838. police.Position = UDim2.new(0.0183907747, 0, 0.553060651, 0)
  839. police.Size = UDim2.new(0, 123, 0, 28)
  840. police.Font = Enum.Font.SourceSansBold
  841. police.Text = "Team Police"
  842. police.TextColor3 = Color3.fromRGB(255, 255, 255)
  843. police.TextScaled = true
  844. police.TextSize = 14.000
  845. police.TextWrapped = true
  846. police.MouseButton1Down:connect(function()
  847. game.workspace.Remote.TeamEvent:FireServer("Bright blue")
  848. end)
  849.  
  850. yard.Name = "yard"
  851. yard.Parent = scroll8
  852. yard.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  853. yard.BorderSizePixel = 0
  854. yard.Position = UDim2.new(0.756321847, 0, 0.0714710504, 0)
  855. yard.Size = UDim2.new(0, 86, 0, 20)
  856. yard.Font = Enum.Font.SourceSansBold
  857. yard.Text = "Yard"
  858. yard.TextColor3 = Color3.fromRGB(255, 255, 255)
  859. yard.TextScaled = true
  860. yard.TextSize = 14.000
  861. yard.TextWrapped = true
  862. yard.MouseButton1Down:connect(function()
  863. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  864. end)
  865.  
  866. close.Name = "close"
  867. close.Parent = charchar
  868. close.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  869. close.BorderSizePixel = 0
  870. close.Position = UDim2.new(0.84528327, 0, 0.0476190485, 0)
  871. close.Size = UDim2.new(0, 51, 0, 31)
  872. close.Font = Enum.Font.SourceSansBold
  873. close.Text = "Close"
  874. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  875. close.TextScaled = true
  876. close.TextSize = 14.000
  877. close.TextWrapped = true
  878. close.MouseButton1Down:connect(function()
  879. charchar.Visible = false
  880. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement