-
Posts
10 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by DemonCheats
-
API functions API For GG
By DemonCheats in Tools
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
727 downloads
0 comments
Updated
-
Lua With PHP Simple multiple online password with using php
By DemonCheats in Templates
I had nothing to do again, so this was born.
The use is quite simple, there is an example of use in the file and the php code itself (because you can only upload lua files).
461 downloads
0 comments
Updated
-
template Configuration System
By DemonCheats in Tools
Configuration system
I was bored, so I made this script
The system works by adding the function name to the table, which is saved to a file. You can change the storage paths of configs and the file that stores all the names of configs (due to the lack of necessary functions, I had to do this).
Most likely, the implementation is not the most successful, but I did not sweat much and did it in the simplest way.
881 downloads
0 comments
Updated
-
Tool lua Var Converter
By DemonCheats in Tools
This script converts var to offset with the receipt of lib, hex, rhex.
Save path: /storage/emulated/0/Offsets.lua
Initially, the converter was not designed for publication, so if there are any errors: Telegram: @theayonil
1,418 downloads