AmelScriptsV2

Untitled

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