Advertisement
Nova355killer

Untitled

Jun 25th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local notification1 = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui)
  2. local notification2 = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui)
  3. local notification3 = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui)
  4.  
  5. notification1.SoundId = "rbxassetid://578970639"[/size]
  6. notification1:Play()[/size]
  7. game.StarterGui:SetCore('SendNotification', {Title='Injected'; Text='Synapse X has been injected successfully!', Duration=5;});
  8. wait(1)
  9.  
  10. wait(1.5)
  11. notification1:Destroy()
  12. notification2:Destroy()
  13. notification3:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement