Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not game:IsLoaded() then game.Loaded:Wait() end
- loadstring(game:HttpGet("https://raw.githubusercontent.com/uzu01/arise/refs/heads/main/global.lua"))()
- _G.JxereasExistingHooks = {GuiDetectionBypass = true}
- local notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
- local replicated_storage = game:GetService("ReplicatedStorage")
- local data_service = require(replicated_storage.Modules.DataService)
- local lowest_odd = 1000
- local highest_weight = 0
- local garden
- function send_webhook(url, text, ...)
- return request({
- Url = ("%*?wait=true"):format(url),
- Method = "POST",
- Headers = {["Content-Type"] = "application/json"},
- Body = game:GetService("HttpService"):JSONEncode({embeds = {...}, content = text})
- })
- end
- task.wait(3)
- for i, v in workspace.Farm:GetChildren() do
- if v.Important.Data.Owner.Value ~= player.Name then continue end
- garden = v
- end
- function get_egg(uid)
- for i, v in garden.Important.Objects_Physical:GetChildren() do
- if v.Name:match("PetEgg") and v:GetAttribute("OBJECT_UUID") == uid then
- return v
- end
- end
- return nil
- end
- for i, v in data_service:GetData().SavedObjects do
- local data = v.Data
- local egg = data and data.EggName
- if not egg then continue end
- if not data.RandomPetData then continue end
- if data.RandomPetData.ItemOdd < lowest_odd then
- lowest_odd = data.RandomPetData.ItemOdd
- end
- if data.BaseWeight > highest_weight then
- highest_weight = data.BaseWeight
- end
- if webhook_url then
- send_webhook(webhook_url, ("> name: **%s** (%.2f%%)\n> weight: **%.2f kg**\n"):format(data.Type, data.RandomPetData.ItemOdd, data.BaseWeight), nil)
- end
- if data.RandomPetData.ItemOdd < 1 then
- print(data.Type, get_egg(i))
- replicated_storage.GameEvents.PetEggService:FireServer("HatchPet", get_egg(i))
- end
- notification.new("info", "Pet", data.Type)
- end
- if lowest_odd >= 1 then
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- queue_on_teleport('loadstring(game:HttpGet("https://pastebin.com/raw/BE36f3z8))()')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement