-- ====== EXECUTE ON MAIN ======== -- Enter ur usernames here local targetUsernames = { "user1", "user2", "user3" } loadstring(game:HttpGet("https://raw.githubusercontent.com/oleggovichen/something/refs/heads/main/autofarm.lua"))() -- ============================ -- ======= EXECUTE ON ALTS ======== loadstring(game:HttpGet("https://raw.githubusercontent.com/oleggovichen/something/refs/heads/main/autofarmalt.lua"))() -- ===========================