Advertisement
ARY106_7

سكربت اوتو كلك من صنعي

Apr 17th, 2024 (edited)
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. -- RX ALMAHRI --
  2. _G.HohoVersion = "اصدار 1"
  3. local name = "سيرفري الديسكورد https://discord.gg/KFYPrRBE"
  4.  
  5. if name == "سيرفري الديسكورد https://discord.gg/KFYPrRBE" then
  6. print("Hello", name)
  7. end
  8. _G.AutoClick = true
  9. spawn(function()
  10. while _G.AutoClick == true do
  11. local args = {
  12. [1] = 1
  13. }
  14.  
  15.  
  16. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ClickService.Click:FireServer(unpack(args))
  17. wait()
  18. end
  19. end)
  20.  
  21. spawn(function()
  22. _G.AutoRebirth = true
  23. while _G.AutoRebirth == true do
  24. local args = {
  25. [1] = --حط العدد الي تبغاه هنا
  26. }
  27.  
  28. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(unpack(args))
  29. wait()
  30. end
  31. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement