1 | local function fatesEdited() |
2 | |
3 | loadstring(game:HttpGet("https://pastecode.dev/raw/09oan2u9/fuxkinFatesESP.KREDtoOWNER_lulaslollipop",true))() |
4 | end; |
5 | local function fatesSkid() |
6 | |
7 | loadstring(game:HttpGet("https://pastecode.dev/raw/oj5kadw7/fates2notif.NOTBYLULAS.KREDtoOWNER_lulaslollipop",true))() |
8 | end; |
9 | local notbylulas = coroutine.wrap(fatesEdited); |
10 | local fatesEdited_ran, error = pcall(notbylulas); |
11 | if fatesEdited_ran then |
12 | fatesSkid() |
13 | else |
14 | print("Error okkured in the first koroutine: " .. error) |
15 | end; |