Jump to content

API For GG 1.0.0

   (0 reviews)

1 Screenshot

About This File

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. readLines(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

Edited by DemonCheats
Made a mistake

 Share


User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

×
×
  • 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.