Свойство | Тип | Описание | |
---|---|---|---|
END_X | int | ||
END_Y | int | ||
MemorySettings | string>.Dictionary | ||
ModuleAddresses | long>.Dictionary | ||
START_X | int | ||
START_Y | int | ||
TabsBaseAddress | |||
experience | long | ||
health | int | ||
level | int | ||
mana | int | ||
maxHealth | int | ||
maxMana | int | ||
playerName | string |
Свойство | Тип | Описание | |
---|---|---|---|
CloseHandle | void | ||
GetAddress | |||
InitializeBattleList | void | ||
OpenProcess | |||
ParseAddresses | Tuple |
||
ReadBytes | byte[] | ||
ReadExperience | bool | ||
ReadHealth | bool | ||
ReadLevel | bool | ||
ReadMagicLevel | bool | ||
ReadMana | bool | ||
ReadMaxHealth | bool | ||
ReadMaxMana | bool | ||
ReadProcessMemory | |||
ResetScreenshotTaken | void | ||
UpdateExp | void | ||
UpdateHealth | void | ||
UpdateMana | void |
Метод | Описание | |
---|---|---|
GetHealthPercentage ( int id, int &battlelistentry ) : int | ||
GetLevelFromExperience ( long experience, int level = 150, int adjustment = 75, int iterations = 100 ) : int | ||
GetPlayerEntry ( int id ) : |
||
GetPlayerID ( string name ) : int | ||
GetPlayerName ( int id, int battlelistentry = -1 ) : string | ||
GetPlayerPosition ( int id ) : int | ||
Initialize ( ) : void | ||
InitializeMemoryAddresses ( ) : void | ||
OpenProcess ( |
||
PlayerInVision ( |
||
ReadChatMessage ( |
||
ReadInt16 ( System.Int64 address, int handle = -1 ) : |
||
ReadInt32 ( System.Int64 address, int handle = -1 ) : |
||
ReadInt64 ( System.Int64 address, int handle = -1 ) : System.Int64 | ||
ReadInt8 ( System.Int64 address, int handle = -1 ) : byte | ||
ReadProperty ( uint address ) : int | ||
ReadQString ( |
||
ReadString ( System.Int64 address, uint length = 32, int handle = -1 ) : string | ||
ReadUInt32 ( System.Int64 address, int handle = -1 ) : |
||
ReadUnicodeString ( System.Int64 address, uint length = 32, int handle = -1 ) : string | ||
RegisterExperienceChanged ( System control, EventHandler |
||
RegisterHealthChanged ( System control, EventHandler |
||
RegisterManaChanged ( System control, EventHandler |
||
UnixTimeStampToDateTime ( long unixTimeStamp, System.DateTime &dtDateTime ) : bool | ||
UpdateBattleList ( ) : void |
Метод | Описание | |
---|---|---|
CloseHandle ( |
||
GetAddress ( |
||
InitializeBattleList ( ) : void | ||
OpenProcess ( int dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : |
||
ParseAddresses ( ) : Tuple |
||
ReadBytes ( System.Int64 address, uint n, int processHandle = -1 ) : byte[] | ||
ReadExperience ( ) : bool | ||
ReadHealth ( ) : bool | ||
ReadLevel ( ) : bool | ||
ReadMagicLevel ( ) : bool | ||
ReadMana ( ) : bool | ||
ReadMaxHealth ( ) : bool | ||
ReadMaxMana ( ) : bool | ||
ReadProcessMemory ( |
||
ResetScreenshotTaken ( object sender, System e ) : void | ||
UpdateExp ( ) : void | ||
UpdateHealth ( ) : void | ||
UpdateMana ( ) : void |
public static GetHealthPercentage ( int id, int &battlelistentry ) : int | ||
id | int | |
battlelistentry | int | |
Результат | int |
public static GetLevelFromExperience ( long experience, int level = 150, int adjustment = 75, int iterations = 100 ) : int | ||
experience | long | |
level | int | |
adjustment | int | |
iterations | int | |
Результат | int |
public static GetPlayerEntry ( int id ) : |
||
id | int | |
Результат |
public static GetPlayerID ( string name ) : int | ||
name | string | |
Результат | int |
public static GetPlayerName ( int id, int battlelistentry = -1 ) : string | ||
id | int | |
battlelistentry | int | |
Результат | string |
public static GetPlayerPosition ( int id ) : int | ||
id | int | |
Результат | int |
public static InitializeMemoryAddresses ( ) : void | ||
Результат | void |
public static OpenProcess ( |
||
process | ||
Результат |
public static PlayerInVision ( |
||
a | ||
b | ||
Результат | bool |
public static ReadChatMessage ( |
||
address | ||
Результат | string |
public static ReadInt16 ( System.Int64 address, int handle = -1 ) : |
||
address | System.Int64 | |
handle | int | |
Результат |
public static ReadInt32 ( System.Int64 address, int handle = -1 ) : |
||
address | System.Int64 | |
handle | int | |
Результат |
public static ReadInt64 ( System.Int64 address, int handle = -1 ) : System.Int64 | ||
address | System.Int64 | |
handle | int | |
Результат | System.Int64 |
public static ReadInt8 ( System.Int64 address, int handle = -1 ) : byte | ||
address | System.Int64 | |
handle | int | |
Результат | byte |
public static ReadProperty ( uint address ) : int | ||
address | uint | |
Результат | int |
public static ReadQString ( |
||
address | ||
Результат | string |
public static ReadString ( System.Int64 address, uint length = 32, int handle = -1 ) : string | ||
address | System.Int64 | |
length | uint | |
handle | int | |
Результат | string |
public static ReadUInt32 ( System.Int64 address, int handle = -1 ) : |
||
address | System.Int64 | |
handle | int | |
Результат |
public static ReadUnicodeString ( System.Int64 address, uint length = 32, int handle = -1 ) : string | ||
address | System.Int64 | |
length | uint | |
handle | int | |
Результат | string |
public static RegisterExperienceChanged ( System control, EventHandler |
||
control | System | |
method | EventHandler |
|
Результат | void |
public static RegisterHealthChanged ( System control, EventHandler |
||
control | System | |
method | EventHandler |
|
Результат | void |
public static RegisterManaChanged ( System control, EventHandler |
||
control | System | |
method | EventHandler |
|
Результат | void |
public static UnixTimeStampToDateTime ( long unixTimeStamp, System.DateTime &dtDateTime ) : bool | ||
unixTimeStamp | long | |
dtDateTime | System.DateTime | |
Результат | bool |
public static UpdateBattleList ( ) : void | ||
Результат | void |
public static Dictionary |
||
Результат | string>.Dictionary |
public static Dictionary |
||
Результат | long>.Dictionary |
public static UInt32,System TabsBaseAddress | ||
Результат |