MADE BY Purples
FEATURE:
- AUTOFARM
- ROOM GESTION
- ABYSS
- SUMMON
SCRIPT:
local YourHero = "{xxxx-xxx-xxx-xxx-xxxx}"
[/b]
local hash = "{xxxxxx-xxx-xxxx-xxx-xxxxxx}"
local args = {
[1] = YourHero,
[2] = {
[1] = hash,
[2] = hash,
[3] = hash,
[4] = hash,
[5] = hash,
[6] = hash,
[7] = hash,
[8] = hash,
[9] = hash,
[10] = hash,
}
}
game:GetService("ReplicatedStorage")._NETWORK.FeedGUIDsForEXP:FireServer(unpack(args))
[b]