Advertisement
AmelScriptsV2

Untitled

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