Advertisement
I-like-script

Funky friday script

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