Advertisement
Awesome_Gaming

PrisonBreak Beta V1.1

Dec 24th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local PrisonBreakBetaV11 = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local MainMenu = Instance.new("TextLabel")
  10. local ComingSoon = Instance.new("TextButton")
  11. local Beta11 = Instance.new("TextLabel")
  12. local Main = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local Btools = Instance.new("TextButton")
  15. local Guns = Instance.new("TextButton")
  16. local SuperPunch = Instance.new("TextButton")
  17. local RemoveWalls = Instance.new("TextButton")
  18. local RemoveAll = Instance.new("TextButton")
  19. local Yard = Instance.new("TextButton")
  20. local Crimbase = Instance.new("TextButton")
  21. local Prison = Instance.new("TextButton")
  22. local KillAll = Instance.new("TextButton")
  23. local Police = Instance.new("TextButton")
  24. local Inmate = Instance.new("TextButton")
  25. local Neutral = Instance.new("TextButton")
  26. local Arrestcrims = Instance.new("TextButton")
  27. local Invisible = Instance.new("TextButton")
  28. local Creatorname = Instance.new("TextLabel")
  29. local Close = Instance.new("TextButton")
  30. local Fling = Instance.new("TextButton")
  31.  
  32. --Properties:
  33.  
  34. PrisonBreakBetaV11.Name = "PrisonBreak Beta V1.1"
  35. PrisonBreakBetaV11.Parent = game.CoreGui
  36.  
  37. Frame.Parent = PrisonBreakBetaV11
  38. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  39. Frame.Position = UDim2.new(0, 0, 0.410934746, 0)
  40. Frame.Size = UDim2.new(0, 239, 0, 233)
  41.  
  42. Open.Name = "Open"
  43. Open.Parent = Frame
  44. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. Open.Position = UDim2.new(0.0334728025, 0, 0.277032495, 0)
  46. Open.Size = UDim2.new(0, 222, 0, 43)
  47. Open.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  48. Open.Text = "Open"
  49. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. Open.TextSize = 14.000
  51. Open.MouseButton1Down:connect(function()
  52. Frame.Visible = false
  53. Main.Visible = true
  54. end)
  55.  
  56.  
  57. MainMenu.Name = "Main Menu"
  58. MainMenu.Parent = Frame
  59. MainMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. MainMenu.BackgroundTransparency = 1.000
  61. MainMenu.Size = UDim2.new(0, 239, 0, 50)
  62. MainMenu.Text = "Main Menu"
  63. MainMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. MainMenu.TextSize = 14.000
  65. Main.Active = true
  66. Main.Draggable = true
  67.  
  68. ComingSoon.Name = "Coming Soon"
  69. ComingSoon.Parent = Frame
  70. ComingSoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. ComingSoon.Position = UDim2.new(0.0334728025, 0, 0.509724081, 0)
  72. ComingSoon.Size = UDim2.new(0, 222, 0, 42)
  73. ComingSoon.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  74. ComingSoon.Text = "Coming Soon"
  75. ComingSoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. ComingSoon.TextSize = 14.000
  77.  
  78. Beta11.Name = "Beta 1.1"
  79. Beta11.Parent = Frame
  80. Beta11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Beta11.BackgroundTransparency = 1.000
  82. Beta11.Position = UDim2.new(-0.00418410031, 0, 0.785407722, 0)
  83. Beta11.Size = UDim2.new(0, 239, 0, 50)
  84. Beta11.Text = "Version: Beta 1.1"
  85. Beta11.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. Beta11.TextSize = 14.000
  87.  
  88. Main.Name = "Main"
  89. Main.Parent = PrisonBreakBetaV11
  90. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. Main.Position = UDim2.new(0.274635017, 0, 0.164021164, 0)
  92. Main.Size = UDim2.new(0, 600, 0, 380)
  93. Main.Visible = false
  94.  
  95. Title.Name = "Title"
  96. Title.Parent = Main
  97. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  98. Title.BackgroundTransparency = 1.000
  99. Title.Size = UDim2.new(0, 600, 0, 50)
  100. Title.Text = "PrisonBreak Beta V1.1"
  101. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. Title.TextSize = 14.000
  103.  
  104. Btools.Name = "Btools"
  105. Btools.Parent = Main
  106. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Btools.Position = UDim2.new(0, 0, 0.131578937, 0)
  108. Btools.Size = UDim2.new(0, 200, 0, 50)
  109. Btools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  110. Btools.Text = "Btools"
  111. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. Btools.TextSize = 14.000
  113. Btools.MouseButton1Down:connect(function()
  114. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  115. tool1.BinType = "Hammer"
  116. end)
  117.  
  118.  
  119. Guns.Name = "Guns"
  120. Guns.Parent = Main
  121. Guns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. Guns.Position = UDim2.new(0.333333343, 0, 0.131578937, 0)
  123. Guns.Size = UDim2.new(0, 200, 0, 50)
  124. Guns.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  125. Guns.Text = "Guns"
  126. Guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. Guns.TextSize = 14.000
  128. Guns.MouseButton1Down:connect(function()
  129. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  130.  
  131. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  132. print(lol)
  133. end
  134. end)
  135.  
  136.  
  137. SuperPunch.Name = "SuperPunch"
  138. SuperPunch.Parent = Main
  139. SuperPunch.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. SuperPunch.Position = UDim2.new(0.666666687, 0, 0.131578937, 0)
  141. SuperPunch.Size = UDim2.new(0, 200, 0, 50)
  142. SuperPunch.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  143. SuperPunch.Text = "SuperPunch"
  144. SuperPunch.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. SuperPunch.TextSize = 14.000
  146. SuperPunch.MouseButton1Down:connect(function()
  147. 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)
  148. end)
  149.  
  150.  
  151. RemoveWalls.Name = "RemoveWalls"
  152. RemoveWalls.Parent = Main
  153. RemoveWalls.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. RemoveWalls.Position = UDim2.new(0, 0, 0.263157904, 0)
  155. RemoveWalls.Size = UDim2.new(0, 200, 0, 50)
  156. RemoveWalls.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  157. RemoveWalls.Text = "RemoveWalls"
  158. RemoveWalls.TextColor3 = Color3.fromRGB(0, 0, 0)
  159. RemoveWalls.TextSize = 14.000
  160. RemoveWalls.MouseButton1Down:connect(function()
  161. wait(0.1)
  162. game.Workspace.Prison_Guard_Outpost:Remove()
  163.  
  164. wait(0.1)
  165. game.Workspace.Prison_Cafeteria.building:Remove()
  166.  
  167. wait(0.1)
  168. game.Workspace.Prison_Cafeteria.glass:Remove()
  169.  
  170. wait(0.1)
  171. game.Workspace.Prison_Cafeteria.oven:Remove()
  172.  
  173. wait(0.1)
  174. game.Workspace.Prison_Cafeteria.shelves:Remove()
  175.  
  176. wait(0.1)
  177. game.Workspace.Prison_Cafeteria.vents:Remove()
  178.  
  179. wait(0.1)
  180. game.Workspace.Prison_Cafeteria.accents:Remove()
  181.  
  182. wait(0.1)
  183. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  184.  
  185. wait(0.1)
  186. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  187.  
  188. wait(0.1)
  189. game.Workspace.Prison_Cafeteria.counter:Remove()
  190.  
  191. wait(0.1)
  192. game.Workspace.Prison_Cafeteria.boxes:Remove()
  193. end)
  194.  
  195.  
  196. RemoveAll.Name = "RemoveAll"
  197. RemoveAll.Parent = Main
  198. RemoveAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  199. RemoveAll.Position = UDim2.new(0.333333343, 0, 0.263157904, 0)
  200. RemoveAll.Size = UDim2.new(0, 200, 0, 50)
  201. RemoveAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  202. RemoveAll.Text = "RemoveAll"
  203. RemoveAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. RemoveAll.TextSize = 14.000
  205. RemoveAll.MouseButton1Down:connect(function()
  206. wait(0.1)
  207. game.Workspace.Prison_Halls.walls:Remove()
  208.  
  209. wait(0.1)
  210. game.Workspace.Prison_Halls.roof:Remove()
  211.  
  212. wait(0.1)
  213. game.Workspace.Prison_Halls.outlines:Remove()
  214.  
  215. wait(0.1)
  216. game.Workspace.Prison_Halls.lights:Remove()
  217.  
  218. wait(0.1)
  219. Workspace.Prison_Halls.accent:Remove()
  220.  
  221. wait(0.1)
  222. game.Workspace.Prison_Halls.glass:Remove()
  223.  
  224. wait(0.1)
  225. game.Workspace.Prison_Cellblock.b_front:Remove()
  226.  
  227. wait(0.1)
  228. game.Workspace.Prison_Cellblock.doors:Remove()
  229.  
  230. wait(0.1)
  231. game.Workspace.Prison_Cellblock.c_tables:Remove()
  232.  
  233. wait(0.1)
  234. game.Workspace.Prison_Cellblock.a_front:Remove()
  235.  
  236. wait(0.1)
  237. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  238.  
  239. wait(0.1)
  240. game.Workspace.Prison_Cellblock.c_wall:Remove()
  241.  
  242. wait(0.1)
  243. game.Workspace.Prison_Cellblock.b_wall:Remove()
  244.  
  245. wait(0.1)
  246. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  247.  
  248. wait(0.1)
  249. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  250.  
  251. wait(0.1)
  252. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  253.  
  254. wait(0.1)
  255. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  256.  
  257. wait(0.1)
  258. game.Workspace.Prison_Cellblock.a_walls:Remove()
  259.  
  260. wait(0.1)
  261. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  262.  
  263. wait(0.1)
  264. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  265.  
  266. wait(0.1)
  267. game.Workspace.Prison_Cellblock.c_corner:Remove()
  268.  
  269. wait(0.1)
  270. game.Workspace.Prison_Cellblock.Wedge:Remove()
  271.  
  272. wait(0.1)
  273. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  274.  
  275. wait(0.1)
  276. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  277.  
  278. wait(0.1)
  279. game.Workspace.City_buildings:Remove()
  280.  
  281. wait(0.1)
  282. game.Workspace.Prison_OuterWall:Remove()
  283.  
  284. wait(0.1)
  285. game.Workspace.Prison_Fences:Remove()
  286. end)
  287.  
  288.  
  289. Yard.Name = "Yard"
  290. Yard.Parent = Main
  291. Yard.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  292. Yard.Position = UDim2.new(0.333333373, 0, 0.394736886, 0)
  293. Yard.Size = UDim2.new(0, 200, 0, 50)
  294. Yard.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  295. Yard.Text = "Yard"
  296. Yard.TextColor3 = Color3.fromRGB(0, 0, 0)
  297. Yard.TextSize = 14.000
  298. Yard.MouseButton1Down:connect(function()
  299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  300. end)
  301.  
  302.  
  303. Crimbase.Name = "Crimbase"
  304. Crimbase.Parent = Main
  305. Crimbase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  306. Crimbase.Position = UDim2.new(0.666666687, 0, 0.263157904, 0)
  307. Crimbase.Size = UDim2.new(0, 200, 0, 50)
  308. Crimbase.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  309. Crimbase.Text = "Crimbase"
  310. Crimbase.TextColor3 = Color3.fromRGB(0, 0, 0)
  311. Crimbase.TextSize = 14.000
  312. Crimbase.MouseButton1Down:connect(function()
  313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  314. end)
  315.  
  316.  
  317. Prison.Name = "Prison"
  318. Prison.Parent = Main
  319. Prison.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. Prison.Position = UDim2.new(0, 0, 0.394736856, 0)
  321. Prison.Size = UDim2.new(0, 200, 0, 50)
  322. Prison.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  323. Prison.Text = "Prison"
  324. Prison.TextColor3 = Color3.fromRGB(0, 0, 0)
  325. Prison.TextSize = 14.000
  326. Prison.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  328. end)
  329.  
  330.  
  331. KillAll.Name = "KillAll"
  332. KillAll.Parent = Main
  333. KillAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  334. KillAll.Position = UDim2.new(0, 0, 0.526315808, 0)
  335. KillAll.Size = UDim2.new(0, 200, 0, 50)
  336. KillAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  337. KillAll.Text = "KillAll"
  338. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  339. KillAll.TextSize = 14.000
  340. KillAll.MouseButton1Down:connect(function()
  341. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  342.  
  343. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  344.  
  345. wait(0.5)
  346. function kill(a)
  347. local A_1 =
  348. {
  349. [1] =
  350. {
  351. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  352. ["Distance"] = 3.2524313926697,
  353. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  354. ["Hit"] = a.Character.Head
  355. },
  356. [2] =
  357. {
  358. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  359. ["Distance"] = 3.2699294090271,
  360. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  361. ["Hit"] = a.Character.Head
  362. },
  363. [3] =
  364. {
  365. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  366. ["Distance"] = 3.1665518283844,
  367. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  368. ["Hit"] = a.Character.Head
  369. },
  370. [4] =
  371. {
  372. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  373. ["Distance"] = 3.3218522071838,
  374. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  375. ["Hit"] = a.Character.Head
  376. },
  377. [5] =
  378. {
  379. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  380. ["Distance"] = 3.222757101059,
  381. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  382. ["Hit"] = a.Character.Head
  383. }
  384. }
  385. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  386. local Event = game:GetService("ReplicatedStorage").ShootEvent
  387. Event:FireServer(A_1, A_2)
  388. Event:FireServer(A_1, A_2)
  389. end
  390.  
  391. for i,v in pairs(game.Players:GetChildren())do
  392. if v.Name ~= game.Players.LocalPlayer.Name then
  393. kill(v)
  394. end
  395. end
  396. wait(1)
  397. workspace.Remote.TeamEvent:FireServer("Bright orange")
  398. end)
  399.  
  400.  
  401. Police.Name = "Police"
  402. Police.Parent = Main
  403. Police.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  404. Police.Position = UDim2.new(0, 0, 0.650000036, 0)
  405. Police.Size = UDim2.new(0, 200, 0, 50)
  406. Police.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  407. Police.Text = "Police"
  408. Police.TextColor3 = Color3.fromRGB(0, 0, 0)
  409. Police.TextSize = 14.000
  410. Police.MouseButton1Down:connect(function()
  411. workspace.Remote.TeamEvent:FireServer("Bright blue")
  412. end)
  413.  
  414.  
  415. Inmate.Name = "Inmate"
  416. Inmate.Parent = Main
  417. Inmate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  418. Inmate.Position = UDim2.new(0.666666687, 0, 0.650000036, 0)
  419. Inmate.Size = UDim2.new(0, 200, 0, 50)
  420. Inmate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  421. Inmate.Text = "Inmate"
  422. Inmate.TextColor3 = Color3.fromRGB(0, 0, 0)
  423. Inmate.TextSize = 14.000
  424. Inmate.MouseButton1Down:connect(function()
  425. workspace.Remote.TeamEvent:FireServer("Bright orange")
  426. end)
  427.  
  428.  
  429. Neutral.Name = "Neutral"
  430. Neutral.Parent = Main
  431. Neutral.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  432. Neutral.Position = UDim2.new(0.333333313, 0, 0.64736855, 0)
  433. Neutral.Size = UDim2.new(0, 200, 0, 50)
  434. Neutral.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  435. Neutral.Text = "Neutral"
  436. Neutral.TextColor3 = Color3.fromRGB(0, 0, 0)
  437. Neutral.TextSize = 14.000
  438. Neutral.MouseButton1Down:connect(function()
  439. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  440. end)
  441.  
  442.  
  443. Arrestcrims.Name = "Arrestcrims"
  444. Arrestcrims.Parent = Main
  445. Arrestcrims.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  446. Arrestcrims.Position = UDim2.new(0.666666687, 0, 0.386842221, 0)
  447. Arrestcrims.Size = UDim2.new(0, 200, 0, 50)
  448. Arrestcrims.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  449. Arrestcrims.Text = "Arrestcrims"
  450. Arrestcrims.TextColor3 = Color3.fromRGB(0, 0, 0)
  451. Arrestcrims.TextSize = 14.000
  452. Arrestcrims.MouseButton1Down:connect(function()
  453. local Player = game.Players.LocalPlayer
  454. local cpos = Player.Character.HumanoidRootPart.CFrame
  455. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  456. if v.Name ~= Player.Name then
  457. local i = 10
  458. repeat
  459. wait()
  460. i = i-1
  461. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  462. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  463. until i == 0
  464. end
  465. end
  466. Player.Character.HumanoidRootPart.CFrame = cpos
  467. Notify("Success", "Arrested all of the n00bs", "Cool!")
  468. end)
  469.  
  470.  
  471. Invisible.Name = "Invisible"
  472. Invisible.Parent = Main
  473. Invisible.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  474. Invisible.Position = UDim2.new(0.333333343, 0, 0.518421173, 0)
  475. Invisible.Size = UDim2.new(0, 200, 0, 50)
  476. Invisible.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  477. Invisible.Text = "Invisible"
  478. Invisible.TextColor3 = Color3.fromRGB(0, 0, 0)
  479. Invisible.TextSize = 14.000
  480. Invisible.MouseButton1Down:connect(function()
  481. local player = game.Players.LocalPlayer
  482. position = player.Character.HumanoidRootPart.Position
  483. wait(0.1)
  484. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  485. wait(0.1)
  486. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  487. wait(0.1)
  488. player.Character.HumanoidRootPart:Destroy()
  489. humanoidrootpart.Parent = player.Character
  490. player.Character:MoveTo(position)
  491. wait()
  492. -- Remove this if you want to see yourself (others still won't see you)
  493. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  494. game.Players.LocalPlayer.Character.Head.Transparency = 1
  495. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  496. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  497. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  498. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  499. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  500. game.Players.LocalPlayer.Character.Head.face:Remove()
  501. end)
  502.  
  503.  
  504. Creatorname.Name = "Creator name"
  505. Creatorname.Parent = Main
  506. Creatorname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  507. Creatorname.BackgroundTransparency = 1.000
  508. Creatorname.Position = UDim2.new(0.00999999978, 0, 0.773684204, 0)
  509. Creatorname.Size = UDim2.new(0, 600, 0, 79)
  510. Creatorname.Text = "Made by Erickdenisdavid03HD"
  511. Creatorname.TextColor3 = Color3.fromRGB(255, 255, 255)
  512. Creatorname.TextSize = 14.000
  513.  
  514. Close.Name = "Close"
  515. Close.Parent = Main
  516. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  517. Close.Position = UDim2.new(0.913333356, 0, 0, 0)
  518. Close.Size = UDim2.new(0, 52, 0, 50)
  519. Close.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  520. Close.Text = "X"
  521. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  522. Close.TextSize = 14.000
  523. Close.MouseButton1Down:connect(function()
  524. Main.Visible = false
  525. Frame.Visible = true
  526. end)
  527.  
  528.  
  529. Fling.Name = "Fling"
  530. Fling.Parent = Main
  531. Fling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  532. Fling.Position = UDim2.new(0.666666687, 0, 0.515789568, 0)
  533. Fling.Size = UDim2.new(0, 200, 0, 50)
  534. Fling.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  535. Fling.Text = "Fling"
  536. Fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  537. Fling.TextSize = 14.000
  538. Fling.MouseButton1Down:connect(function()
  539. power = 300 -- change this to make it more or less powerful
  540.  
  541. game:GetService('RunService').Stepped:connect(function()
  542. game.Players.LocalPlayer.Character.Head.CanCollide = false
  543. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  544. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  545. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  546. end)
  547.  
  548. wait(.1)
  549. local bambam = Instance.new("BodyThrust")
  550. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  551. bambam.Force = Vector3.new(power,0,power)
  552. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  553. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement