Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function callback(Text)
- if Text == "Yes Plz" then
- loadstring(game:HttpGet("https://pastebin.com/raw/CqAZEpLX"))()
- elseif Text == ("Nope") then
- print ("Alr It Ok")
- end
- end
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- --
- game.StarterGui:SetCore("SendNotification", {
- Title = "The Rake Remastered";
- Text = "Will Execute Project v2,Keyboard,Lynx,espFB,you Will Execute it?";
- Icon = "rbxassetid://14475731656";
- Duration = 100;
- Button1 = "Yes Plz";
- Button2 = "Nope";
- Callback = NotificationBindable;
- })
Advertisement
Add Comment
Please, Sign In to add comment