Advertisement
Seanfye

C tool

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