Search the Community
Showing results for tags 'api'.
-
View File API For GG Api Tool For Gameguardian How to use: local apiTool = gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").content if apiTool == nil then gg.alert("Connection failed.") os.exit() end pcall(load(ap...
-
Version 1.0.0
999 downloads
Api Tool For Gameguardian How to use: local apiTool = gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").content if apiTool == nil then gg.alert("Connection failed.") os.exit() end pcall(load(apiTool)) or io.open("/storage/emulated/0/api.lua...