111
This commit is contained in:
19
test/pch.h
19
test/pch.h
@@ -11,7 +11,7 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
|
||||
#include "include/squirrel.h"
|
||||
|
||||
|
||||
#include "rapidjson/document.h"
|
||||
@@ -26,6 +26,11 @@
|
||||
|
||||
#include "Helpers.h"
|
||||
|
||||
//#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
//#include "framework.h"
|
||||
#include "RSAC.h"
|
||||
#include "BASE64.h"
|
||||
#include "httplib.h"
|
||||
|
||||
|
||||
|
||||
@@ -60,7 +65,7 @@
|
||||
#define MOUSE_SWITCH "鼠标回调 开启"
|
||||
#define SENDPACKHOOK "发包Hook 开启"
|
||||
#define COPY_MESSAGE "消息框黏贴HOOK 开启"
|
||||
#define SENDPACKHOOK_EX "发包HookEX 开启"
|
||||
//#define SENDPACKHOOK_EX "发包HookEX 开启"
|
||||
|
||||
|
||||
#define CHRATRBT_SWITCH "人物或装备属性 查看 修改 开启"
|
||||
@@ -106,18 +111,10 @@
|
||||
#define CODE_STL "字符_STL 开启"
|
||||
|
||||
#define KEY_DOWN(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0)
|
||||
#define SHIWORD(l) ((short)((long)(l) >> 16))
|
||||
|
||||
|
||||
|
||||
#if defined LOCALHOSTS_SWITCH
|
||||
|
||||
#else
|
||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
//#include "framework.h"
|
||||
#include "RSAC.h"
|
||||
#include "BASE64.h"
|
||||
#include "httplib.h"
|
||||
#endif
|
||||
|
||||
#if defined GOLD_LIGHT
|
||||
# define Skey {5,1,9,1,2}
|
||||
|
||||
Reference in New Issue
Block a user