Jump to content

DemonCheats

Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Files posted by DemonCheats

  1. 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. 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

    548 downloads

       (0 reviews)

    0 comments

    Updated

  2. Simple multiple online password with using php

    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).

    348 downloads

       (0 reviews)

    0 comments

    Updated

  3. Configuration System

    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.

    690 downloads

       (0 reviews)

    0 comments

    Updated

  4. Var Converter

    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

    991 downloads

       (1 review)

    1 comment

    Updated

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