fork-K

Trr

Aug 17th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local function callback(Text)
  2. if Text == "Yes Plz" then
  3. loadstring(game:HttpGet("https://pastebin.com/raw/CqAZEpLX"))()
  4. elseif Text == ("Nope") then
  5. print ("Alr It Ok")
  6. end
  7. end
  8.  
  9. local NotificationBindable = Instance.new("BindableFunction")
  10. NotificationBindable.OnInvoke = callback
  11. --
  12. game.StarterGui:SetCore("SendNotification", {
  13. Title = "The Rake Remastered";
  14. Text = "Will Execute Project v2,Keyboard,Lynx,espFB,you Will Execute it?";
  15. Icon = "rbxassetid://14475731656";
  16. Duration = 100;
  17. Button1 = "Yes Plz";
  18. Button2 = "Nope";
  19. Callback = NotificationBindable;
  20. })
Advertisement
Add Comment
Please, Sign In to add comment