Advertisement
Upscalefanatic3

Jailbreak Scripts READ CAREFULLY!!!!

Jan 24th, 2018
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. -- READ CAREFULLY!!!!!!!!!!
  2.  
  3.  
  4. --<< Created By Unlisting >>--
  5.  
  6. Event = game:GetService("ReplicatedStorage").Resource:FindFirstChildOfClass("RemoteEvent")
  7.  
  8.  
  9.  
  10. --<< Touch a player and stay on them until they die >>--
  11.  
  12. game:GetService("RunService").Stepped:Connect(function()
  13. Event:FireServer("z_dj8sE7lgdLZAdY9W")
  14. end)
  15.  
  16.  
  17. --<< Ejects all players from car >>--
  18.  
  19. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  20. Event:FireServer("z_ElGZrrbTxJnf7w43", v.Name)
  21. end
  22.  
  23.  
  24. --<< Exploded escape wall instantly >>--
  25.  
  26. Event:FireServer("z_azHVnGNpQkHNSpjq", "ExplodeWall")
  27.  
  28.  
  29. --<< Instantly Lifts Escape gate >>--
  30.  
  31. Event:FireServer("z_azHVnGNpQkHNSpjq", "LiftGate")
  32.  
  33.  
  34. --<< just execute that and bam touch anyone and they are dead instantly >>--
  35.  
  36. Event = game:GetService("ReplicatedStorage").Resource:FindFirstChildOfClass("RemoteEvent")
  37. for i = 1,10 do
  38. game:GetService("RunService").Stepped:Connect(function()
  39. Event:FireServer("z_dj8sE7lgdLZAdY9W")
  40. end)
  41. end
  42.  
  43.  
  44.  
  45. --<< And this is an instant change team change the value to either Police or Prisoner >>--
  46.  
  47. local Team = "Police"
  48. Event = game:GetService("ReplicatedStorage").Resource:FindFirstChildOfClass("RemoteEvent")
  49. Event:FireServer("z_hpGMrMohn83A1sBo", Team)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement