Jump to content

DemonCheats
 Share

Recommended Posts

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(apiTool))

or

io.open("/storage/emulated/0/api.lua","w"):wrire(gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").connect)

apiTool = require("/storage/emulated/0/api.lua")

Features:

-string.split(string, separation) -> table

-gg.newFolder(directory) -> nil

-gg.replaceFile(old file dir, new file dir) -> nil

-gg.checkPath(dir) -> bool

-math.binToDec(string binary) -> number 

-math.decToBin(number) -> string

-math.decToHex(number) -> string

-math.hexToDec(string hex) -> number

-math.decToFloat(number) -> float number

-math.hexToFloat(string hex) -> float number

-math.floatToDec(float number) -> number

-math.floatToHex(float number) -> string

-adf. isRoot() -> bool

-adf. readLine(file dir) -> table

-adf. memorySearch(Value, Type) -> nil

-adf. memoryOffser(Value, Offset, Type) -> nil

-adf.memoryClear() -> nil

-adf. memoryWrite(Value, Offset, Type) -> nil

info() -> table


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.