Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- RX ALMAHRI --
- _G.HohoVersion = "اصدار 1"
- local name = "سيرفري الديسكورد https://discord.gg/KFYPrRBE"
- if name == "سيرفري الديسكورد https://discord.gg/KFYPrRBE" then
- print("Hello", name)
- end
- _G.AutoClick = true
- spawn(function()
- while _G.AutoClick == true do
- local args = {
- [1] = 1
- }
- game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ClickService.Click:FireServer(unpack(args))
- wait()
- end
- end)
- spawn(function()
- _G.AutoRebirth = true
- while _G.AutoRebirth == true do
- local args = {
- [1] = --حط العدد الي تبغاه هنا
- }
- game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(unpack(args))
- wait()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement