Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().RightShift = "RightShift"
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = RightShift
- tool.Activated:connect(function()
- local vim = game:service("VirtualInputManager")
- vim:SendKeyEvent(true, RightShift, false, game)
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- wait(0.2)
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- Notify({
- Description = "Probably#1306";
- Title = "Enjoy!";
- Duration = 2;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement