Advertisement
Prokri43

Q tool

Jul 15th, 2023 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  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 = "Enjoy!";
  15. Title = "Made by Probably#1306";
  16. Duration = 3;
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement