-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18:17 fix menu bug, add getRangesList
- Loading branch information
Showing
12 changed files
with
193 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,72 @@ | ||
package me.hd.hookgg.data | ||
|
||
object GG { | ||
const val toast = "toast" | ||
const val addListItems = "addListItems" | ||
const val alert = "alert" | ||
const val allocatePage = "allocatePage" | ||
const val bytes = "bytes" | ||
const val choice = "choice" | ||
const val multiChoice = "multiChoice" | ||
const val prompt = "prompt" | ||
const val clearList = "clearList" | ||
const val clearResults = "clearResults" | ||
const val setRanges = "setRanges" | ||
const val searchNumber = "searchNumber" | ||
const val getResultsCount = "getResultsCount" | ||
const val getResults = "getResults" | ||
const val copyMemory = "copyMemory" | ||
const val copyText = "copyText" | ||
const val disasm = "disasm" | ||
const val dumpMemory = "dumpMemory" | ||
const val editAll = "editAll" | ||
const val getActiveTab = "getActiveTab" | ||
const val getFile = "getFile" | ||
const val getLine = "getLine" | ||
const val getListItems = "getListItems" | ||
const val getLocale = "getLocale" | ||
const val getRanges = "getRanges" | ||
const val getRangesList = "getRangesList" | ||
const val getResults = "getResults" | ||
const val getResultsCount = "getResultsCount" | ||
const val getSelectedElements = "getSelectedElements" | ||
const val getSelectedListItems = "getSelectedListItems" | ||
const val getSelectedResults = "getSelectedResults" | ||
const val getSpeed = "getSpeed" | ||
const val getTargetInfo = "getTargetInfo" | ||
const val getTargetPackage = "getTargetPackage" | ||
const val getValues = "getValues" | ||
const val setValues = "setValues" | ||
const val addListItems = "addListItems" | ||
const val getValuesRange = "getValuesRange" | ||
const val gotoAddress = "gotoAddress" | ||
const val hideUiButton = "hideUiButton" | ||
const val isClickedUiButton = "isClickedUiButton" | ||
const val isPackageInstalled = "isPackageInstalled" | ||
const val isProcessPaused = "isProcessPaused" | ||
const val isVisible = "isVisible" | ||
const val loadList = "loadList" | ||
const val loadResults = "loadResults" | ||
const val makeRequest = "makeRequest" | ||
const val multiChoice = "multiChoice" | ||
const val numberFromLocale = "numberFromLocale" | ||
const val numberToLocale = "numberToLocale" | ||
const val processKill = "processKill" | ||
const val processPause = "processPause" | ||
const val processResume = "processResume" | ||
const val processToggle = "processToggle" | ||
const val prompt = "prompt" | ||
const val refineAddress = "refineAddress" | ||
const val refineNumber = "refineNumber" | ||
const val removeListItems = "removeListItems" | ||
const val removeResults = "removeResults" | ||
const val require = "require" | ||
const val saveList = "saveList" | ||
const val saveVariable = "saveVariable" | ||
const val searchAddress = "searchAddress" | ||
const val searchFuzzy = "searchFuzzy" | ||
const val searchNumber = "searchNumber" | ||
const val searchPointer = "searchPointer" | ||
const val setRanges = "setRanges" | ||
const val setSpeed = "setSpeed" | ||
const val setValues = "setValues" | ||
const val setVisible = "setVisible" | ||
const val showUiButton = "showUiButton" | ||
const val skipRestoreState = "skipRestoreState" | ||
const val sleep = "sleep" | ||
const val startFuzzy = "startFuzzy" | ||
const val timeJump = "timeJump" | ||
const val toast = "toast" | ||
const val unrandomizer = "unrandomizer" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters