ShanuGaming

delete

Sep 17th, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. --credits to thatsnotmatt#2602
  2. getgenv().keytoclick = "Delete"
  3. tool = Instance.new("Tool")
  4. tool.RequiresHandle = false
  5. tool.Name = keytoclick
  6. tool.Activated:connect(function()
  7. local vim = game:service("VirtualInputManager")
  8. vim:SendKeyEvent(true, keytoclick, false, game)
  9. end)
  10. tool.Parent = game.Players.LocalPlayer.Backpack
  11. wait(0.2)
  12. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  13. local Notify = AkaliNotif.Notify;
  14. Notify({
  15. Description = "thatsnotmatt#2602";
  16. Title = "zzz#0001";
  17. Duration = 10;
  18. });
Add Comment
Please, Sign In to add comment