Advertisement
Guest User

Q Tool

a guest
Dec 24th, 2022
33,736
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 2 1
  1. getgenv().keytoclick = "Q"
  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. });
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement