AaronSo0908

Untitled

Mar 2nd, 2022 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. game:GetService("Workspace")
  2. wait(2)
  3. local StarterGui = game:GetService("StarterGui")
  4.  
  5. local Notifications = {
  6.     "Notification Message 1",
  7.     "Notification Message 2",
  8.     "Notification Message 3",
  9.     "Notification Message 4",
  10.     "Notification Message 5",
  11. }
  12.  
  13. local TimeBetweenNotifications = 5 --REPLACE 5 WITH THE NUMBER OF SECONDS YOU WANT TO WAIT IN BETWEEN NOTIFICATIONS APPEARING
  14.  
  15.  
  16. local Notification = Notifications[i]
  17.  
  18.     StarterGui:SetCore("SendNotification", {
  19.         Title = "Hooked AntiCheat",
  20.         Text = "Code:102 Succes(--q1s1cv292ns10c_) Get_Module________102",
  21.         Duration = 5
  22.     })
  23.  
  24.     wait(TimeBetweenNotifications)
  25.  
Add Comment
Please, Sign In to add comment