feat: Initial commit of project structure, IDA database, the Tools, readme and license
This commit is contained in:
9
Ezfrags/Get.cpp
Normal file
9
Ezfrags/Get.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "MemManager.h"
|
||||
#include "Signatures.h"
|
||||
#include "Get.h"
|
||||
|
||||
namespace Get {
|
||||
INT32 LocalPlayer() {
|
||||
return Mem::RPM<INT32>(Mem::client + Signatures::dwLocalPlayer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user