Advertisement
ElAndres31

Nuevo Script Guestro

Feb 23rd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.69 KB | None | 0 0
  1. [Hecho por Jake11price]
  2. - Disfruta
  3. función local SendNotification (título, texto, duración, ...)
  4. game.StarterGui: SetCore ("SendNotification", {
  5. Título = título;
  6. Texto = texto;
  7. Icono = "";
  8. Duración = duración;
  9. })
  10. final
  11.  
  12. game.Players.ChildAdded: Connect (función (jugador)
  13. si no es pcall (function ()
  14. SendNotification ("Jugador unido", "" .. player.Name .. "Se ha unido al servidor", 2.5)
  15. fin) entonces
  16. print ("Error")
  17. final
  18. final)
  19.  
  20. game.Players.ChildRemoved: Connect (función (jugador)
  21. si no es pcall (function ()
  22. SendNotification ("Player Left", "" .. player.Name .. "Has rage quit", 2.5)
  23. fin) entonces
  24. print ("Error")
  25. final
  26. final)
  27. para i, v en pares (juego: GetService ("CoreGui"): GetChildren ()) do
  28. si v.Name == "PurchasePromptApp" entonces
  29. v: Eliminar ()
  30. final
  31. final
  32. para i, v en pares (juego: GetService ("CoreGui"): GetChildren ()) do
  33. si v.Name == "PrisonBreakerV1.6" entonces
  34. v: Eliminar ()
  35. final
  36. final
  37.  
  38. alternar local = falso
  39. PrisonBreakerV16 local = Instance.new ("ScreenGui")
  40. openmain local = Instance.new ("Marco")
  41. local abierto = Instance.new ("TextButton")
  42. local main = Instance.new ("Frame")
  43. título local = Instance.new ("TextLabel")
  44. local home = Instance.new ("TextButton")
  45. local guis = Instance.new ("TextButton")
  46. equipos locales = Instance.new ("TextButton")
  47. funcs locales = Instance.new ("TextButton")
  48. local homemain = Instance.new ("Marco")
  49. title_2 local = Instance.new ("TextLabel")
  50. TextLabel local = Instance.new ("TextLabel")
  51. teamsmain local = Instance.new ("Frame")
  52. policía local = Instance.new ("TextButton")
  53. interno interno = Instance.new ("TextButton")
  54. neutral local = Instance.new ("TextButton")
  55. crim local = Instance.new ("TextButton")
  56. local guismain = Instance.new ("Marco")
  57. local prisonbreakerv15 = Instance.new ("TextButton")
  58. local prisondestroyer = Instance.new ("TextButton")
  59. kickgui local = Instance.new ("TextButton")
  60. scriptsmain local = Instance.new ("Marco")
  61. local godmode = Instance.new ("TextButton")
  62. destruir local = Instance.new ("TextButton")
  63. hitbox local = Instance.new ("TextButton")
  64. local antikickmainon = Instance.new ("Marco")
  65. antikickon local = Instance.new ("TextButton")
  66. local antikickmainoff = Instance.new ("Marco")
  67. antikickoff local = Instance.new ("TextButton")
  68. modguns locales = Instance.new ("TextButton")
  69. PrisonBreakerV16.Name = "PrisonBreakerV1.6"
  70. PrisonBreakerV16.Parent = game.CoreGui
  71. - Todos los Skids son bienvenidos
  72.  
  73. openmain.Name = "openmain"
  74. openmain.Parent = PrisonBreakerV16
  75. openmain.BackgroundColor3 = Color3.new (1, 1, 1)
  76. openmain.Position = UDim2.new (0.0104873544, 0, 0.549140036, 0)
  77. openmain.Size = UDim2.new (0, 100, 0, 26)
  78.  
  79. open.Name = "abrir"
  80. open.Parent = openmain
  81. open.BackgroundColor3 = Color3.new (1, 0, 0.498039)
  82. open.Position = UDim2.new (0, 0, -0.0299201012, 0)
  83. open.Size = UDim2.new (0, 100, 0, 26)
  84. open.Font = Enum.Font.GothamBlack
  85. open.Text = "ABIERTO"
  86. open.TextColor3 = Color3.new (0, 0, 0)
  87. open.TextSize = 18
  88. open.TextWrapped = true
  89. open.MouseButton1Down: connect (function ()
  90. local main = game: GetService ("CoreGui") ["PrisonBreakerV1.6"]. main
  91. esperar (0.01)
  92. si alternar == falso entonces
  93. principal: TweenPosition (UDim2.new (0.081, 0, 0.3, 0), 'Out', 'Quad', 0.8)
  94. alternar = verdadero
  95. más
  96. principal: TweenPosition (UDim2.new (1.5, 0, 0.8, 0), 'Out', 'Quad', 0.8)
  97. alternar = falso
  98. final
  99. esperar (0.9)
  100. if main.Position == (UDim2.new (0.081, 0, 0.3, 0)) entonces
  101. open.Text = "CERRAR"
  102. más
  103. open.Text = "ABIERTO"
  104. final
  105. final)
  106.  
  107. main.Name = "main"
  108. main.Parent = PrisonBreakerV16
  109. main.BackgroundColor3 = Color3.new (0, 0, 127)
  110. main.BorderColor3 = Color3.new (0, 0, 127)
  111. main.BorderSizePixel = 5
  112. main.Position = UDim2.new (1.5, 0, 0.8, 0)
  113. main.Size = UDim2.new (0, 465, 0, 341)
  114. main.Active = true
  115. main.Draggable = true
  116.  
  117. title.Name = "title"
  118. title.Parent = main
  119. title.BackgroundColor3 = Color3.new (0, 0, 0)
  120. title.BorderSizePixel = 2
  121. title.Position = UDim2.new (0.0064516128, 0, 0.829912007, 0)
  122. title.Size = UDim2.new (0, 459, 0, 58)
  123. title.Font = Enum.Font.GothamBold
  124. title.Text = "PrisonBreaker V1.6 Hecho por Jake11price"
  125. title.TextColor3 = Color3.new (1, 0, 0)
  126. title.TextSize = 15
  127.  
  128. home.Name = "hogar"
  129. home.Parent = main
  130. home.BackgroundColor3 = Color3.new (255, 0, 0)
  131. home.Position = UDim2.new (0.0129032256, 0, 0.0263929628, 0)
  132. home.Size = UDim2.new (0, 100, 0, 37)
  133. home.Font = Enum.Font.GothamBlack
  134. home.Text = "Inicio"
  135. home.TextColor3 = Color3.new (0, 0, 0)
  136. home.TextSize = 25
  137. función SCRIPT_CIMJ66_FAKESCRIPT () - Frame.LocalScript
  138. script local = Instance.new ('LocalScript')
  139. script.Parent = inicio
  140. función zigzag (X) return math.acos (math.cos (X * math.pi)) / math.pi end
  141.  
  142. contador = 0
  143.  
  144. mientras espera (0.1) hacer
  145. script.Parent.BackgroundColor3 = Color3.fromHSV (zigzag (contador), 1,1)
  146.  
  147. contador = contador + 0.01
  148. final
  149.  
  150.  
  151. final
  152. coroutine.resume (coroutine.create (SCRIPT_CIMJ66_FAKESCRIPT))
  153. home.MouseButton1Down: connect (function ()
  154. teamsmain.Visible = false
  155. guismain.Visible = false
  156. scriptsmain.Visible = false
  157. homemain.Visible = true
  158. final)
  159.  
  160. guis.Name = "guis"
  161. guis.Parent = main
  162. guis.BackgroundColor3 = Color3.new (255, 0, 0)
  163. guis.Position = UDim2.new (0.246848866, 0, 0.0263929628, 0)
  164. guis.Size = UDim2.new (0, 108, 0, 37)
  165. guis.Font = Enum.Font.GothamBlack
  166. guis.Text = "Guis"
  167. guis.TextColor3 = Color3.new (0, 0, 0)
  168. guis.TextSize = 25
  169. función SCRIPT_CIMJ66_FAKESCRIPT () - Frame.LocalScript
  170. script local = Instance.new ('LocalScript')
  171. script.Parent = guis
  172. función zigzag (X) return math.acos (math.cos (X * math.pi)) / math.pi end
  173.  
  174. contador = 0
  175.  
  176. mientras espera (0.1) hacer
  177. script.Parent.BackgroundColor3 = Color3.fromHSV (zigzag (contador), 1,1)
  178.  
  179. contador = contador + 0.01
  180. final
  181.  
  182.  
  183. final
  184. coroutine.resume (coroutine.create (SCRIPT_CIMJ66_FAKESCRIPT))
  185. guis.MouseButton1Down: connect (function ()
  186. teamsmain.Visible = false
  187. scriptsmain.Visible = false
  188. homemain.Visible = false
  189. guismain.Visible = true
  190. final)
  191.  
  192. teams.Name = "equipos"
  193. equipos.Padiente = principal
  194. teams.BackgroundColor3 = Color3.new (255, 0, 0)
  195. teams.Position = UDim2.new (0.500149369, 0, 0.0263929628, 0)
  196. teams.Size = UDim2.new (0, 108, 0, 37)
  197. teams.Font = Enum.Font.GothamBlack
  198. teams.Text = "Equipos"
  199. teams.TextColor3 = Color3.new (0, 0, 0)
  200. teams.TextSize = 25
  201. función SCRIPT_CIMJ66_FAKESCRIPT () - Frame.LocalScript
  202. script local = Instance.new ('LocalScript')
  203. script.Parent = equipos
  204. función zigzag (X) return math.acos (math.cos (X * math.pi)) / math.pi end
  205.  
  206. contador = 0
  207.  
  208. mientras espera (0.1) hacer
  209. script.Parent.BackgroundColor3 = Color3.fromHSV (zigzag (contador), 1,1)
  210.  
  211. contador = contador + 0.01
  212. final
  213.  
  214.  
  215. final
  216. coroutine.resume (coroutine.create (SCRIPT_CIMJ66_FAKESCRIPT))
  217. teams.MouseButton1Down: connect (function ()
  218. scriptsmain.Visible = false
  219. homemain.Visible = false
  220. guismain.Visible = false
  221. teamsmain.Visible = true
  222. final)
  223.  
  224. funcs.Name = "funcs"
  225. funcs.Parent = main
  226. funcs.BackgroundColor3 = Color3.new (255, 0, 0)
  227. funcs.Position = UDim2.new (0.754838645, 0, 0.0263929628, 0)
  228. funcs.Size = UDim2.new (0, 108, 0, 37)
  229. funcs.Font = Enum.Font.GothamBlack
  230. funcs.Text = "Nuevas secuencias de comandos"
  231. funcs.TextColor3 = Color3.new (0, 0, 0)
  232. funcs.TextSize = 18
  233. función SCRIPT_CIMJ66_FAKESCRIPT () - Frame.LocalScript
  234. script local = Instance.new ('LocalScript')
  235. script.Parent = funcs
  236. función zigzag (X) return math.acos (math.cos (X * math.pi)) / math.pi end
  237.  
  238. contador = 0
  239.  
  240. mientras espera (0.1) hacer
  241. script.Parent.BackgroundColor3 = Color3.fromHSV (zigzag (contador), 1,1)
  242.  
  243. contador = contador + 0.01
  244. final
  245.  
  246.  
  247. final
  248. coroutine.resume (coroutine.create (SCRIPT_CIMJ66_FAKESCRIPT))
  249. funcs.MouseButton1Down: connect (function ()
  250. homemain.Visible = false
  251. guismain.Visible = false
  252. teamsmain.Visible = false
  253. scriptsmain.Visible = true
  254. final)
  255.  
  256. homemain.Name = "homemain"
  257. homemain.Parent = main
  258. homemain.BackgroundColor3 = Color3.new (0, 0, 0)
  259. homemain.Position = UDim2.new (0, 0, 0.178885639, 0)
  260. homemain.Size = UDim2.new (0, 465, 0, 218)
  261.  
  262. title_2.Name = "title"
  263. title_2.Parent = homemain
  264. title_2.BackgroundColor3 = Color3.new (0.333333, 1, 0)
  265. title_2.BorderSizePixel = 0
  266. title_2.Position = UDim2.new (0.0206066482, 0, 0.0379392318, 0)
  267. title_2.Size = UDim2.new (0, 445, 0, 87)
  268. title_2.Font = Enum.Font.GothamBlack
  269. title_2.Text = "Esta es mi última gui de vida en prisión ... ¡Disfruta de los nuevos guiones!"
  270. title_2.TextColor3 = Color3.new (0, 0, 0)
  271. title_2.TextScaled = true
  272. title_2.TextSize = 14
  273. title_2.TextWrapped = true
  274.  
  275. TextLabel.Parent = homemain
  276. TextLabel.BackgroundColor3 = Color3.new (0, 1, 0)
  277. TextLabel.BorderSizePixel = 0
  278. TextLabel.Position = UDim2.new (0.0193548389, 0, 0.486238539, 0)
  279. TextLabel.Size = UDim2.new (0, 445, 0, 87)
  280. TextLabel.Font = Enum.Font.GothamBlack
  281. TextLabel.Text = "Suscribirse a mi canal de Youtube: Jake11price"
  282. TextLabel.TextColor3 = Color3.new (0, 0, 0)
  283. TextLabel.TextScaled = true
  284. TextLabel.TextSize = 14
  285. TextLabel.TextWrapped = true
  286.  
  287. teamsmain.Name = "teamsmain"
  288. teamsmain.Parent = main
  289. teamsmain.BackgroundColor3 = Color3.new (0, 0, 0)
  290. teamsmain.BorderSizePixel = 0
  291. teamsmain.Position = UDim2.new (0, 0, 0.178885639, 0)
  292. teamsmain.Size = UDim2.new (0, 462, 0, 222)
  293. teamsmain.Visible = false
  294.  
  295. cop.Name = "cop"
  296. cop.Parent = teamsmain
  297. cop.BackgroundColor3 = Color3.new (0, 0, 1)
  298. cop.BorderSizePixel = 1
  299. cop.Position = UDim2.new (0.0199004635, 0, 0.28773582, 0)
  300. cop.Size = UDim2.new (0, 89, 0, 70)
  301. cop.Font = Enum.Font.GothamBlack
  302. cop.Text = "Guardias"
  303. cop.TextColor3 = Color3.new (0, 0, 0)
  304. cop.TextSize = 18
  305. cop.TextWrapped = true
  306. cop.MouseButton1Down: connect (function ()
  307. workspace.Remote.TeamEvent: FireServer ("Azul brillante")
  308. final)
  309.  
  310. inmate.Name = "preso"
  311. interno.Padiente = equipos principales
  312. inmate.BackgroundColor3 = Color3.new (1, 0.666667, 0)
  313. inmate.BorderSizePixel = 1
  314. interno.Posición = UDim2.new (0.278606981, 0, 0.28773585, 0)
  315. inmate.Size = UDim2.new (0, 89, 0, 70)
  316. inmate.Font = Enum.Font.GothamBlack
  317. inmate.Text = "Presos"
  318. inmate.TextColor3 = Color3.new (0, 0, 0)
  319. inmate.TextSize = 18
  320. inmate.MouseButton1Down: connect (function ()
  321. workspace.Remote.TeamEvent: FireServer ("Naranja brillante")
  322. final)
  323.  
  324. neutral.Name = "neutral"
  325. neutral.Parent = teamsmain
  326. neutral.BackgroundColor3 = Color3.new (0.584314, 0.584314, 0.584314)
  327. neutral.BorderSizePixel = 1
  328. neutral.Position = UDim2.new (0.524875581, 0, 0.28773585, 0)
  329. neutral.Size = UDim2.new (0, 89, 0, 70)
  330. neutral.Font = Enum.Font.GothamBlack
  331. neutral.Text = "Neutral"
  332. neutral.TextColor3 = Color3.new (0, 0, 0)
  333. neutral.TextSize = 18
  334. neutral.MouseButton1Down: connect (function ()
  335. Workspace.Remote.TeamEvent: FireServer ("Gris piedra medio")
  336. final)
  337.  
  338. crim.Name = "crim"
  339. crim.Parent = teamsmain
  340. crim.BackgroundColor3 = Color3.new (1, 0, 0)
  341. crim.BorderSizePixel = 1
  342. crim.Position = UDim2.new (0.768656731, 0, 0.28773585, 0)
  343. crim.Size = UDim2.new (0, 89, 0, 70)
  344. crim.Font = Enum.Font.GothamBlack
  345. crim.Text = "Criminales"
  346. crim.TextColor3 = Color3.new (0, 0, 0)
  347. crim.TextSize = 18
  348. crim.MouseButton1Down: connect (function ()
  349. Crim local = Instancia.nuevo ("Parte")
  350. Crim.Name = "plr"
  351. Crim.Parent = espacio de trabajo
  352. Crim.Anchored = true
  353. Crim.Archivable = verdadero
  354. Crim.CFrame = CFrame.new (9e99, 9e99, 9e99)
  355. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  356. esperar (0.1)
  357. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  358. Transparencia Crim = 1
  359. Crim.Anchored = true
  360. Crim.CanCollide = false
  361. lol = verdadero
  362. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  363. Bruh.CanCollide = false
  364. Bruh.Size = Vector3.new (51.05, 24.12, 54.76)
  365. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  366. Bruh.Transparency = 1
  367. esperar (0.1)
  368. lol = falso
  369. esperar (0.04)
  370. si lol == falso entonces
  371. Bruh.CFrame = CFrame.new (-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  372. Bruh.Size = Vector3.new (6, 0.2, 6)
  373. Bruh.Transparency = 0
  374. lol = falso
  375. final
  376. final)
  377.  
  378. guismain.Name = "guismain"
  379. guismain.Parent = main
  380. guismain.BackgroundColor3 = Color3.new (1, 0.45098, 0)
  381. guismain.BorderSizePixel = 0
  382. guismain.Position = UDim2.new (0, 0, 0.178885639, 0)
  383. guismain.Size = UDim2.new (0, 462, 0, 222)
  384. guismain.Visible = false
  385.  
  386. prisonbreakerv15.Name = "prisonbreakerv1.5"
  387. prisonbreakerv15.Parent = guismain
  388. prisonbreakerv15.BackgroundColor3 = Color3.new (0, 0, 0)
  389. prisonbreakerv15.Position = UDim2.new (0.0273631848, 0, 0.0566037744, 0)
  390. prisonbreakerv15.Size = UDim2.new (0, 109, 0, 50)
  391. prisonbreakerv15.Font = Enum.Font.GothamBlack
  392. prisonbreakerv15.Text = "PrisonBreaker V1.5"
  393. prisonbreakerv15.TextColor3 = Color3.new (0, 1, 0)
  394. prisonbreakerv15.TextScaled = true
  395. prisonbreakerv15.TextSize = 14
  396. prisonbreakerv15.TextWrapped = true
  397. prisonbreakerv15.MouseButton1Down: connect (function ()
  398. LoadString (juego: HttpGet ("https://pastebin.com/raw/HpCpt9rt", verdadero)) ()
  399. final)
  400.  
  401. prisondestroyer.Name = "prisondestroyer"
  402. prisondestroyer.Parent = guismain
  403. prisondestroyer.BackgroundColor3 = Color3.new (0, 0, 0)
  404. prisondestroyer.Position = UDim2.new (0.363184065, 0, 0.0566037744, 0)
  405. prisondestroyer.Size = UDim2.new (0, 109, 0, 50)
  406. prisondestroyer.Font = Enum.Font.GothamBlack
  407. prisondestroyer.Text = "PrisonDestroyer"
  408. prisondestroyer.TextColor3 = Color3.new (0, 1, 0)
  409. prisondestroyer.TextScaled = true
  410. prisondestroyer.TextSize = 14
  411. prisondestroyer.TextWrapped = true
  412. prisondestroyer.MouseButton1Down: connect (function ()
  413. LoadString (juego: HttpGet ("https://pastebin.com/raw/nu20tAZE", verdadero)) ()
  414. final)
  415.  
  416. kickgui.Name = "kickgui"
  417. kickgui.Parent = guismain
  418. kickgui.BackgroundColor3 = Color3.new (0, 0, 0)
  419. kickgui.Position = UDim2.new (0.701492548, 0, 0.0566037744, 0)
  420. kickgui.Size = UDim2.new (0, 109, 0, 50)
  421. kickgui.Font = Enum.Font.GothamBlack
  422. kickgui.Text = "Kick Gui"
  423. kickgui.TextColor3 = Color3.new (0, 1, 0)
  424. kickgui.TextSize = 18
  425. kickgui.TextWrapped = true
  426. kickgui.MouseButton1Down: connect (function ()
  427. LoadString (juego: HttpGet ("https://pastebin.com/raw/AncyYd8Q", verdadero)) ()
  428. final)
  429.  
  430. scriptsmain.Name = "scriptsmain"
  431. scriptsmain.Parent = main
  432. scriptsmain.BackgroundColor3 = Color3.new (1, 0.45098, 0)
  433. scriptsmain.BorderSizePixel = 0
  434. scriptsmain.Position = UDim2.new (0, 0, 0.178885639, 0)
  435. scriptsmain.Size = UDim2.new (0, 462, 0, 222)
  436. scriptsmain.Visible = false
  437.  
  438. godmode.Name = "godmode"
  439. godmode.Parent = scriptsmain
  440. godmode.BackgroundColor3 = Color3.new (0, 0, 0)
  441. godmode.Position = UDim2.new (0.12686567, 0, 0.061611373, 0)
  442. godmode.Size = UDim2.new (0, 126, 0, 44)
  443. godmode.Font = Enum.Font.GothamBlack
  444. godmode.Text = "Godmode (SOLO SWAT)"
  445. godmode.TextColor3 = Color3.new (0, 1, 0)
  446. godmode.TextScaled = true
  447. godmode.TextSize = 14
  448. godmode.TextWrapped = true
  449. godmode.MouseButton1Down: connect (function ()
  450. game.Players.LocalPlayer.Character.Humanoid.HealthChanged: Connect (función (salud)
  451. if health <game.Players.LocalPlayer.Character.Humanoid.MaxHealth entonces
  452. workspace.Remote.TeamEvent: FireServer ("Azul brillante")
  453. workspace.Remote.ItemHandler: InvokeServer (workspace.Prison_ITEMS.clothes ["Riot Police"]. ITEMPICKUP)
  454. workspace.Remote.TeamEvent: FireServer ("Naranja brillante")
  455. final
  456. final)
  457. final)
  458.  
  459. destroy.Name = "destruir"
  460. destroy.Parent = scriptsmain
  461. destroy.BackgroundColor3 = Color3.new (0, 0, 0)
  462. destroy.Position = UDim2.new (0.559701502, 0, 0.061611373, 0)
  463. destroy.Size = UDim2.new (0, 126, 0, 44)
  464. destroy.Font = Enum.Font.GothamBlack
  465. destroy.Text = "¡ACCIDENTE A OTROS!"
  466. destroy.TextColor3 = Color3.new (0, 1, 0)
  467. destroy.TextScaled = true
  468. destroy.TextSize = 14
  469. destroy.TextWrapped = true
  470. destroy.MouseButton1Down: connect (function ()
  471. juego: GetService ("StarterGui"): SetCore ("SendNotification", {
  472. Título = "Destruyendo el servidor ...";
  473. Texto = "¡Espere hasta 30 segundos!";
  474. })
  475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (917.909851, 129.489944, 2328.6958)
  476. esperar (0.5)
  477. cliente local = juego: GetService ("Jugadores"). LocalPlayer
  478.  
  479. for _, child in next, client.Backpack: GetChildren () do
  480. si hijo: IsA ("Herramienta") entonces
  481. client.Character.Humanoid: UnequipTools ()
  482. final
  483. final
  484.  
  485. Crim local = Instancia.nuevo ("Parte")
  486. Crim.Name = "plr"
  487. Crim.Parent = espacio de trabajo
  488. Crim.Anchored = true
  489. Crim.Archivable = verdadero
  490. Crim.CFrame = CFrame.new (9e99, 9e99, 9e99)
  491. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  492. esperar (0.1)
  493. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  494. Transparencia Crim = 1
  495. Crim.Anchored = true
  496. Crim.CanCollide = false
  497. lol = verdadero
  498. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  499. Bruh.CanCollide = false
  500. Bruh.Size = Vector3.new (51.05, 24.12, 54.76)
  501. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  502. Bruh.Transparency = 1
  503. esperar (0.1)
  504. lol = falso
  505. esperar (0.04)
  506. si lol == falso entonces
  507. Bruh.CFrame = CFrame.new (-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  508. Bruh.Size = Vector3.new (6, 0.2, 6)
  509. Bruh.Transparency = 0
  510. lol = falso
  511. final
  512. game.Workspace.Remote.ItemHandler: InvokeServer (workspace.Prison_ITEMS.giver ["Remington 870"]. ITEMPICKUP)
  513. esperar (0.1)
  514. local tbl_main =
  515. {
  516. "CRASHING SERVER !! Script hecho por jake11price",
  517. "Todos"
  518. }
  519. juego: GetService ("ReplicatedStorage"). DefaultChatSystemChatEvents.SayMessageRequest: FireServer (unpack (tbl_main))
  520. esperar (0.5)
  521. juego: GetService ("StarterGui"): SetCore ("SendNotification", {
  522. Título = "¡Advertencia!";
  523. Text = "¡NO EQUIPES EL REMINGTON 870 HASTA QUE TE VOLVES A UN INMATE!";
  524. })
  525. para i, v en parejas (juego: GetService ("Players"): GetChildren ()) do
  526. para i = 1,650 do
  527. tbl_36BA2890 local =
  528. {
  529. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.812744, 31.2091656, 121.524826)),
  530. ["Distancia"] = 61.344123840332,
  531. ["Cframe"] = CFrame.new (809.089844, 101.766418, 2219.49268, 0.363455683, 0.0792314336, -0.928236127, -1.86264515e-09, 0.996376872, 0.0850477219, 0.931611478, -0.0309110768, 0.931611478, -0.0309110768,
  532. ["Hit"] = v.Character.Head
  533. }
  534. tbl_36B5BF78 local =
  535. {
  536. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.036713, 35.5271149, 122.755898)),
  537. ["Distancia"] = 61.299308776855,
  538. ["Cframe"] = CFrame.new (809.180542, 102.100838, 2219.57886, 0.366918802, 0.0893238857, -0.92595464, 0, 0.995379448, 0.0960210636, 0.930253029, -0.035231933, 0.365223378),
  539. ["Hit"] = v.Character.Head
  540. }
  541. tbl_36B585E8 local =
  542. {
  543. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.921326, 20.3493805, 123.473427)),
  544. ["Distancia"] = 61.141574859619,
  545. ["Cframe"] = CFrame.new (809.180542, 100.912926, 2219.61255, 0.36787042, 0.0533849634, -0.928343356, 0, 0.99835068, 0.0574107729, 0.929877102, -0.021119725, 0.367263645),
  546. ["Hit"] = v.Character.Head
  547. }
  548. tbl_36B5CC38 local =
  549. {
  550. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-371.464417, 33.5804787, 144.521744)),
  551. ["Distancia"] = 63.866916656494,
  552. ["Cframe"] = CFrame.new (808.680542, 102.047562, 2221.70142, 0.418726623, 0.0821772888, -0.90438652, 0, 0.995897233, 0.0904924273, 0.908112347, -0.0378915891, 0.417008668),
  553. ["Hit"] = v.Character.Head
  554. }
  555. tbl_36B5BB28 local =
  556. {
  557. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-376.177948, 24.8940163, 133.680374)),
  558. ["Distancia"] = 62.931880950928,
  559. ["Cframe"] = CFrame.new (808.680542, 101.319054, 2220.68823, 0.391926825, 0.0631896704, -0.917823792, 0, 0.997638524, 0.0686846897, 0.91999644, -0.0269193724, 0.391001284),
  560. ["Hit"] = v.Character.Head
  561. }
  562. tbl_36B58A98 local =
  563. {
  564. tbl_36B5BB28,
  565. tbl_36B5CC38,
  566. tbl_36B585E8,
  567. tbl_36B5BF78,
  568. tbl_36BA2890
  569. }
  570. local tbl_main =
  571. {
  572. tbl_36B58A98,
  573. juego: GetService ("Jugadores"). LocalPlayer.Backpack ["Remington 870"]
  574. }
  575. juego: GetService ("ReplicatedStorage"). ShootEvent: FireServer (desempaquetar (tbl_main))
  576. tbl_36BA2890 local =
  577. {
  578. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.812744, 31.2091656, 121.524826)),
  579. ["Distancia"] = 61.344123840332,
  580. ["Cframe"] = CFrame.new (809.089844, 101.766418, 2219.49268, 0.363455683, 0.0792314336, -0.928236127, -1.86264515e-09, 0.996376872, 0.0850477219, 0.931611478, -0.0309110768, 0.931611478, -0.0309110768,
  581. ["Hit"] = v.Character.Head
  582. }
  583. tbl_36B5BF78 local =
  584. {
  585. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.036713, 35.5271149, 122.755898)),
  586. ["Distancia"] = 61.299308776855,
  587. ["Cframe"] = CFrame.new (809.180542, 102.100838, 2219.57886, 0.366918802, 0.0893238857, -0.92595464, 0, 0.995379448, 0.0960210636, 0.930253029, -0.035231933, 0.365223378),
  588. ["Hit"] = v.Character.Head
  589. }
  590. tbl_36B585E8 local =
  591. {
  592. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-379.921326, 20.3493805, 123.473427)),
  593. ["Distancia"] = 61.141574859619,
  594. ["Cframe"] = CFrame.new (809.180542, 100.912926, 2219.61255, 0.36787042, 0.0533849634, -0.928343356, 0, 0.99835068, 0.0574107729, 0.929877102, -0.021119725, 0.367263645),
  595. ["Hit"] = v.Character.Head
  596. }
  597. tbl_36B5CC38 local =
  598. {
  599. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-371.464417, 33.5804787, 144.521744)),
  600. ["Distancia"] = 63.866916656494,
  601. ["Cframe"] = CFrame.new (808.680542, 102.047562, 2221.70142, 0.418726623, 0.0821772888, -0.90438652, 0, 0.995897233, 0.0904924273, 0.908112347, -0.0378915891, 0.417008668),
  602. ["Hit"] = v.Character.Head
  603. }
  604. tbl_36B5BB28 local =
  605. {
  606. ["RayObject"] = Ray.new (Vector3.new (839.947937, 99.4999466, 2211.61719), Vector3.new (-376.177948, 24.8940163, 133.680374)),
  607. ["Distancia"] = 62.931880950928,
  608. ["Cframe"] = CFrame.new (808.680542, 101.319054, 2220.68823, 0.391926825, 0.0631896704, -0.917823792, 0, 0.997638524, 0.0686846897, 0.91999644, -0.0269193724, 0.391001284),
  609. ["Hit"] = v.Character.Head
  610. }
  611. tbl_36B58A98 local =
  612. {
  613. tbl_36B5BB28,
  614. tbl_36B5CC38,
  615. tbl_36B585E8,
  616. tbl_36B5BF78,
  617. tbl_36BA2890
  618. }
  619. local tbl_main =
  620. {
  621. tbl_36B58A98,
  622. juego: GetService ("Jugadores"). LocalPlayer.Backpack ["Remington 870"]
  623. }
  624. juego: GetService ("ReplicatedStorage"). ShootEvent: FireServer (desempaquetar (tbl_main))
  625. final
  626. final
  627. workspace.Remote.TeamEvent: FireServer ("Naranja brillante")
  628. final)
  629.  
  630. hitbox.Name = "hitbox"
  631. hitbox.Parent = scriptsmain
  632. hitbox.BackgroundColor3 = Color3.new (0, 0, 0)
  633. hitbox.Position = UDim2.new (0.12686567, 0, 0.379146874, 0)
  634. hitbox.Size = UDim2.new (0, 126, 0, 50)
  635. hitbox.Font = Enum.Font.GothamBlack
  636. hitbox.Text = "Protector del expansor de Hitbox"
  637. hitbox.TextColor3 = Color3.new (0, 1, 0)
  638. hitbox.TextScaled = true
  639. hitbox.TextSize = 14
  640. hitbox.TextWrapped = true
  641. hitbox.MouseButton1Down: connect (function ()
  642. _G.HeadSize = 10
  643. _G.Disabled = true
  644. _G.Reset = true
  645.  
  646. juego: GetService ('RunService'). RenderStepped: connect (function ()
  647. si _G.deshabilitado entonces
  648. para i, v en parejas (game.Teams ["Guards"]: GetPlayers ()) do
  649. if v.Name ~ = game: GetService ('Players'). LocalPlayer.Name then
  650. pcall (function ()
  651. v.Character.HumanoidRootPart.Size = Vector3.new (_G.HeadSize, _G.HeadSize, _G.HeadSize)
  652. v.Character.HumanoidRootPart.Transparency = 0.7
  653. v.Character.HumanoidRootPart.BrickColor = BrickColor.new ("Realmente azul")
  654. v.Character.HumanoidRootPart.Material = "Neon"
  655. v.Character.HumanoidRootPart.CanCollide = false
  656. final)
  657. si _G.Reset entonces
  658. si v.Character.Humanoid.Health == 0 entonces
  659. v.Character.HumanoidRootPart.Size = Vector3.new (1,1,1)
  660. final
  661. final
  662. final
  663. final
  664. final
  665. final)
  666. final)
  667.  
  668. antikickmainon.Name = "antikickmainon"
  669. antikickmainon.Parent = scriptsmain
  670. antikickmainon.BackgroundColor3 = Color3.new (1, 1, 1)
  671. antikickmainon.Position = UDim2.new (0.559701502, 0, 0.379146934, 0)
  672. antikickmainon.Size = UDim2.new (0, 126, 0, 50)
  673. antikickmainon.Visible = false
  674.  
  675. antikickon.Name = "antikickon"
  676. antikickon.Parent = antikickmainon
  677. antikickon.BackgroundColor3 = Color3.new (0, 1, 0)
  678. antikickon.Size = UDim2.new (0, 126, 0, 50)
  679. antikickon.Font = Enum.Font.GothamBlack
  680. antikickon.Text = "CrimAura (Activado)"
  681. antikickon.TextColor3 = Color3.new (0, 0, 0)
  682. antikickon.TextSize = 14
  683. antikickon.MouseButton1Down: connect (function ()
  684. antikickmainon.Visible = false
  685. antikickmainoff.Visible = true
  686. _G.Crim = falso
  687. final)
  688.  
  689. antikickmainoff.Name = "antikickmainoff"
  690. antikickmainoff.Parent = scriptsmain
  691. antikickmainoff.BackgroundColor3 = Color3.new (1, 1, 1)
  692. antikickmainoff.Position = UDim2.new (0.559701562, 0, 0.379146814, 0)
  693. antikickmainoff.Size = UDim2.new (0, 126, 0, 50)
  694.  
  695. antikickoff.Name = "antikickoff"
  696. antikickoff.Parent = antikickmainoff
  697. antikickoff.BackgroundColor3 = Color3.new (1, 0, 0)
  698. antikickoff.Size = UDim2.new (0, 126, 0, 50)
  699. antikickoff.Font = Enum.Font.GothamBlack
  700. antikickoff.Text = "CrimAura (Off)"
  701. antikickoff.TextColor3 = Color3.new (0, 0, 0)
  702. antikickoff.TextSize = 14
  703. antikickoff.TextWrapped = true
  704. antikickoff.MouseButton1Down: connect (function ()
  705. antikickmainoff.Visible = false
  706. antikickmainon.Visible = true
  707. esperar (0.6)
  708. _G.Crim = verdadero
  709. mientras que _G.Crim == true do wait () do
  710. para i, v en parejas (game.Teams ["Guards"]: GetPlayers ()) do
  711. para o, l en parejas (game.Teams ["Inmates"]: GetPlayers ()) do
  712. local tbl_main =
  713. {
  714. juego: GetService ("Workspace") ["Prison_ITEMS"]. single ["Crude Knife"]. ITEMPICKUP
  715. }
  716. juego: GetService ("Espacio de trabajo"). Remote.ItemHandler: InvokeServer (unpack (tbl_main))
  717.  
  718. esperar (0.00001)
  719. para i, v en parejas (game.Teams ["Guards"]: GetPlayers ()) do
  720. para o, l en parejas (game.Teams ["Inmates"]: GetPlayers ()) do
  721. if v.Name ~ = game.Players.LocalPlayer.Name entonces
  722. if l.Name ~ = game.Players.LocalPlayer.Name entonces
  723. local tbl_main =
  724. {
  725. v,
  726. juego: GetService ("Jugadores"). LocalPlayer.Backpack ["Crude Knife"]
  727. }
  728. juego: GetService ("ReplicatedStorage"). meleeEvent: FireServer (desempaquetar (tbl_main))
  729. local tbl_main =
  730. {
  731. l,
  732. juego: GetService ("Jugadores"). LocalPlayer.Backpack ["Crude Knife"]
  733. }
  734. juego: GetService ("ReplicatedStorage"). meleeEvent: FireServer (desempaquetar (tbl_main))
  735.  
  736.  
  737. Crim local = Instancia.nuevo ("Parte")
  738. Crim.Name = "plr"
  739. Crim.Parent = espacio de trabajo
  740. Crim.Anchored = true
  741. Crim.Archivable = verdadero
  742. Crim.CFrame = CFrame.new (9e99, 9e99, 9e99)
  743. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  744. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  745. Transparencia Crim = 1
  746. Crim.Anchored = true
  747. Crim.CanCollide = false
  748. lol = verdadero
  749. Bruh = game.Workspace ["Criminals Spawn"]. SpawnLocation
  750. Bruh.CanCollide = false
  751. Bruh.Size = Vector3.new (51.05, 24.12, 54.76)
  752. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  753. Bruh.Transparency = 1
  754. espera (0.001)
  755. lol = falso
  756. si lol == falso entonces
  757. Bruh.CFrame = CFrame.new (-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  758. Bruh.Size = Vector3.new (6, 0.2, 6)
  759. Bruh.Transparency = 0
  760. lol = falso
  761. final
  762. final
  763. final
  764. final
  765. final
  766. final
  767. final
  768. final
  769. final
  770. final)
  771.  
  772. modguns.Name = "modguns"
  773. modguns.Parent = scriptsmain
  774. modguns.BackgroundColor3 = Color3.new (0, 0, 0)
  775. modguns.Position = UDim2.new (0.137171283, 0, 0.706161141, 0)
  776. modguns.Size = UDim2.new (0, 329, 0, 50)
  777. modguns.Font = Enum.Font.GothamBlack
  778. modguns.Text = "Mod todas las armas"
  779. modguns.TextColor3 = Color3.new (0, 1, 0)
  780. modguns.TextSize = 30
  781. modguns.TextWrapped = true
  782. modguns.MouseButton1Down: connect (function ()
  783. para i, v en pares (Workspace.Prison_ITEMS.giver: GetChildren ()) do
  784.  
  785. lol = Workspace.Remote.ItemHandler: InvokeServer (v.ITEMPICKUP)
  786. imprimir (lol)
  787. final
  788.  
  789. cliente local = juego: GetService ("Jugadores"). LocalPlayer
  790.  
  791. for _, child in next, client.Backpack: GetChildren () do
  792. si hijo: IsA ("Herramienta") entonces
  793. client.Character.Humanoid: UnequipTools ()
  794. final
  795. final
  796. reg local = (getreg o debug.getregistry)
  797. get local ((debug.getupvalues ??o secret953)
  798. cliente local = juego: GetService ("Jugadores"). LocalPlayer
  799. render local = juego: GetService ('RunService'). RenderStepped
  800.  
  801. función local fakeStats ()
  802. cambio de función (t)
  803. myStats locales = {
  804. Tiempo de recarga = 0,
  805. FireRate = 0,
  806. AutoFire = verdadero,
  807. StoredAmmo = math.huge,
  808. MaxAmmo = math.huge,
  809. CurrentAmmo = math.huge,
  810. }
  811.  
  812. por nombre, falso en el siguiente, myStats hacer
  813. t [nombre] = falso
  814. final
  815. final
  816.  
  817. para k, v en siguiente, reg () hacer
  818. si tipo (v) == "función" entonces
  819. upvals locales = get (v)
  820. si upvals y upvals.GunStates entonces
  821. cambio (upvals.GunStates)
  822. final
  823. final
  824. final
  825. final
  826.  
  827. client.Backpack.ChildAdded: connect (function (child)
  828. si hijo: IsA ("Herramienta") y niño: FindFirstChild ("GunInterface") entonces
  829. client.Character.Humanoid: EquipTool (niño)
  830.  
  831. render: esperar ()
  832. fakeStats ()
  833. render: esperar ()
  834.  
  835. client.Character.Humanoid: UnequipTools ()
  836. final
  837. final)
  838.  
  839. for _, child in next, client.Backpack: GetChildren () do
  840. si hijo: IsA ("Herramienta") y niño: FindFirstChild ("GunInterface") entonces
  841. client.Character.Humanoid: EquipTool (niño)
  842.  
  843. render: esperar ()
  844. fakeStats ()
  845. render: esperar ()
  846.  
  847. client.Character.Humanoid: UnequipTools ()
  848. final
  849. final
  850. final)
  851.  
  852. para i, v en pares (juego: GetService ("Workspace") ["Prison_Halls"]: GetChildren ()) do
  853. if v.Name ~ = ("floor") entonces
  854. si v.Name ~ = ("luces") entonces
  855. v: Eliminar ()
  856. final
  857. final
  858. final
  859. para i, v en pares (juego: GetService ("Workspace") ["Prison_Guard_Outpost"]: GetChildren ()) do
  860. if v.Name ~ = ("floor") entonces
  861. si v.Name ~ = ("luces") entonces
  862. v: Eliminar ()
  863. final
  864. final
  865. final
  866. para i, v en pares (juego: GetService ("Workspace") ["Prison_Cafeteria"]: GetChildren ()) do
  867. if v.Name ~ = ("floor") entonces
  868. si v.Name ~ = ("luces") entonces
  869. v: Eliminar ()
  870. final
  871. final
  872. final
  873. para i, v en pares (juego: GetService ("Workspace") ["Prison_Fences"]: GetChildren ()) do
  874. v: Eliminar ()
  875. final
  876. para i, v en pares (juego: GetService ("Workspace") ["Prison_OuterWall"]: GetChildren ()) do
  877. v: Eliminar ()
  878. final
  879. para i, v en pares (juego: GetService ("Workspace") ["Doors"]: GetChildren ()) do
  880. v: Eliminar ()
  881. final
  882. para i, v en pares (juego: GetService ("Workspace") ["Prison_Administration"]: GetChildren ()) do
  883. if v.Name ~ = ("light_floor1") entonces
  884. si v.Name ~ = ("light_floor2") entonces
  885. v: Eliminar ()
  886. final
  887. final
  888. final
  889. para i, v en pares (juego: GetService ("Workspace") ["Prison_Cellblock"]: GetChildren ()) do
  890. si v.Name ~ = ("c_floor") entonces
  891. si v.Name ~ = ("a_lights") entonces
  892. si v.Name ~ = ("b_lights") entonces
  893. si v.Name ~ = ("c_lights") entonces
  894. v: Eliminar ()
  895. final
  896. final
  897. final
  898. final
  899. final
  900. esperar (0.1)
  901. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (917.909851, 129.489944, 2328.6958)
  902. espera (1)
  903. print ("Cargado con éxito PrisonBreaker V1.6")
  904. juego: GetService ("StarterGui"): SetCore ("SendNotification", {
  905. Título = "PrisonBreaker V1.6 cargado";
  906. Text = "Disfruta destruyendo el juego;)";
  907. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement