AlbertsHere

Jailbreak Roblox exploit hack glitch script synapse X Hack

Jun 18th, 2019
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. local me = script.Parent.Parent
  2. local Light = script.Parent.Parent.Light
  3. local db = true
  4. local sensor = script.Parent
  5. local Window = script.Parent.Parent.Window
  6. local Player = game.Players.LocalPlayer
  7. local CorrectMusic = 'rbxassetid//826129174'
  8. local Police = game:GetService("Teams"):FindFirstChild("Police")
  9. local BadMusic = 'rbxassetid//196904458'
  10. KeyCard = Player.Backpack:FindFirstChild("Key Card")
  11.  
  12. function MoveTheDoor(hit)
  13. print('Running')
  14. local hum = hit.Parent:FindFirstChild('Humanoid')
  15. print('1')
  16. if hum and KeyCard then
  17.  
  18. print('2')
  19. if db then
  20. CorrectMusic:Play()
  21. db = false
  22. Light.Color = Color3.fromRGB(0,255,0)
  23. me.Position = Vector3.new(10.725, 5.075, -23.451)
  24. Window.Position = Vector3.new(10.725, 6.475, -23.451)
  25. wait()
  26. wait(4)
  27. wait()
  28. me.Position = Vector3.new(15.875, 5.075, -24.301)
  29. Light.Color = Color3.fromRGB(255,0,0)
  30. Window.Position = Vector3.new(15.875, 6.475, -24.401)
  31. wait()
  32. me.Anchored = true
  33. Window.Anchored = true
  34. wait(.5)
  35. db = true
  36. end
  37. elseif hum and Player.Team == "Police" then
  38. if db then
  39. CorrectMusic:Play()
  40. me.Anchored = false
  41. Window.Anchored = false
  42. db = false
  43. Light.Color = Color3.fromRGB(0,255,0)
  44. me.Position = Vector3.new(10.725, 5.075, -23.451)
  45. Window.Position = Vector3.new(10.725, 6.475, -23.451)
  46. wait()
  47. me.Anchored = true
  48. Window.Anchored = true
  49. wait(4)
  50. me.Anchored = false
  51. Window.Anchored = false
  52. wait()
  53. me.Position = Vector3.new(15.875, 5.075, -24.301)
  54. Light.Color = Color3.fromRGB(255,0,0)
  55. Window.Position = Vector3.new(15.875, 6.475, -24.401)
  56. wait()
  57. me.Anchored = true
  58. Window.Anchored = true
  59. wait(.5)
  60. db = true
  61. end
  62.  
  63. end
  64.  
  65. end
  66. sensor.Touched:Connect(MoveTheDoor)
Add Comment
Please, Sign In to add comment