Property | Type | Description | |
---|---|---|---|
modules | IntPtr>.Dictionary | ||
pHandle | |||
procs | Process |
Method | Description | |
---|---|---|
AoBScan ( uint min, int length, string code, string file = "" ) : |
||
CutString ( string str ) : string | ||
InjectDLL ( String strDLLName ) : void | ||
LoadCode ( string name, string file ) : string | ||
OpenGameProcess ( int procID ) : bool | ||
ThreadStartClient ( string func ) : void | ||
closeProcess ( ) : void | ||
getModules ( ) : void | ||
getProcIDFromName ( string name ) : int | ||
read2Byte ( string code, string file = "" ) : int | ||
read2ByteMove ( string code, int moveQty, string file = "" ) : int | ||
readByte ( string code, string file = "" ) : int | ||
readFloat ( string code, string file = "" ) : float | ||
readInt ( string code, string file = "" ) : int | ||
readIntMove ( string code, int moveQty, string file = "" ) : int | ||
readPByte ( |
||
readPFloat ( |
||
readPInt ( |
||
readPString ( |
||
readString ( string code, string file = "" ) : string | ||
readUInt ( string code, string file = "" ) : uint | ||
readUIntMove ( string code, string file, int moveQty ) : ulong | ||
readUIntPtr ( |
||
sanitizeString ( string str ) : string | ||
setFocus ( ) : void | ||
writeByte ( |
||
writeMemory ( string code, string type, string write, string file = "" ) : bool | ||
writeMove ( string code, string type, string write, int moveQty, string file = "" ) : bool | ||
writeUIntPtr ( string code, byte write, string file = "" ) : void |
Method | Description | |
---|---|---|
CloseHandle ( |
||
CreateRemoteThread ( |
||
GetModuleHandle ( string lpModuleName ) : |
||
GetPrivateProfileString ( string lpAppName, string lpKeyName, string lpDefault, StringBuilder lpReturnedString, uint nSize, string lpFileName ) : uint | ||
GetProcAddress ( |
||
GetWindowLong ( |
||
LoadIntCode ( string name, string path ) : |
||
LoadUIntPtrCode ( string name, string path = "" ) : |
||
OpenProcess ( |
||
ReadProcessMemory ( |
||
SendMessage ( |
||
SetForegroundWindow ( |
||
VirtualAllocEx ( |
||
VirtualFreeEx ( |
||
WaitForSingleObject ( |
||
WriteProcessMemory ( |
||
WriteProcessMemory ( |
||
_CloseHandle ( |
||
getCode ( string name, string path, int size = 4 ) : |
public AoBScan ( uint min, int length, string code, string file = "" ) : |
||
min | uint | |
length | int | |
code | string | |
file | string | |
return |
public InjectDLL ( String strDLLName ) : void | ||
strDLLName | String | |
return | void |
public LoadCode ( string name, string file ) : string | ||
name | string | |
file | string | |
return | string |
public ThreadStartClient ( string func ) : void | ||
func | string | |
return | void |
public getProcIDFromName ( string name ) : int | ||
name | string | |
return | int |
public read2Byte ( string code, string file = "" ) : int | ||
code | string | |
file | string | |
return | int |
public read2ByteMove ( string code, int moveQty, string file = "" ) : int | ||
code | string | |
moveQty | int | |
file | string | |
return | int |
public readByte ( string code, string file = "" ) : int | ||
code | string | |
file | string | |
return | int |
public readFloat ( string code, string file = "" ) : float | ||
code | string | |
file | string | |
return | float |
public readInt ( string code, string file = "" ) : int | ||
code | string | |
file | string | |
return | int |
public readIntMove ( string code, int moveQty, string file = "" ) : int | ||
code | string | |
moveQty | int | |
file | string | |
return | int |
public readPByte ( |
||
address | ||
code | string | |
file | string | |
return | int |
public readPFloat ( |
||
address | ||
code | string | |
file | string | |
return | float |
public readPInt ( |
||
address | ||
code | string | |
file | string | |
return | int |
public readPString ( |
||
address | ||
code | string | |
file | string | |
return | string |
public readString ( string code, string file = "" ) : string | ||
code | string | |
file | string | |
return | string |
public readUInt ( string code, string file = "" ) : uint | ||
code | string | |
file | string | |
return | uint |
public readUIntMove ( string code, string file, int moveQty ) : ulong | ||
code | string | |
file | string | |
moveQty | int | |
return | ulong |
public readUIntPtr ( |
||
code | ||
return | int |
public sanitizeString ( string str ) : string | ||
str | string | |
return | string |
public writeByte ( |
||
code | ||
write | byte | |
size | int | |
return | void |
public writeMemory ( string code, string type, string write, string file = "" ) : bool | ||
code | string | |
type | string | |
write | string | |
file | string | |
return | bool |
public writeMove ( string code, string type, string write, int moveQty, string file = "" ) : bool | ||
code | string | |
type | string | |
write | string | |
moveQty | int | |
file | string | |
return | bool |
public writeUIntPtr ( string code, byte write, string file = "" ) : void | ||
code | string | |
write | byte | |
file | string | |
return | void |