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 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
- local foundTargetPet = false
- 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
- local petName = data.Type
- if not (getgenv().target_pets and table.find(getgenv().target_pets, petName)) then
- continue
- end
- foundTargetPet = true
- if getgenv().webhook_url then
- local pingUser = getgenv().pingUser or ""
- send_webhook(getgenv().webhook_url, pingUser .. " Found pet: **" .. petName .. "** (Hatching now!)", nil)
- end
- replicated_storage.GameEvents.PetEggService:FireServer("HatchPet", get_egg(i))
- task.wait(10)
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- break
- end
- if not foundTargetPet then
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- queue_on_teleport('loadstring(game:HttpGet("https://pastebin.com/raw/BE36f3z8"))()')
Advertisement
Advertisement