Advertisement
Prokri43

RightShift

Jul 17th, 2023 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. getgenv().RightShift = "RightShift"
  2. tool = Instance.new("Tool")
  3. tool.RequiresHandle = false
  4. tool.Name = RightShift
  5. tool.Activated:connect(function()
  6. local vim = game:service("VirtualInputManager")
  7. vim:SendKeyEvent(true, RightShift, 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 = "Probably#1306";
  15. Title = "Enjoy!";
  16. Duration = 2;
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement