Created by Unordinary
Features:
- AREA DISCOVER 100% QUEST INSTA DONE
- DEV NOTES:
- Area Discover to 100% or more. This doesn’t unlock map its just so you are able to complete the quest.
_G.ON = true
while _G.ON and wait() do
local args = {
[1] = {
[1] = {
["i"] = math.random(1,1000),
["j"] = math.random(1,1000)
}
},
[2] = 64
}
game:GetService("Players").LocalPlayer.Character.SetMapCellVisited:FireServer(unpack(args))
end