Compare commits
3 Commits
441c49d31a
...
v0.1.35
| Author | SHA1 | Date | |
|---|---|---|---|
| 9637931164 | |||
| 290307aa84 | |||
| f3552ce79c |
@@ -5,8 +5,9 @@
|
|||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
#include <ShlObj_core.h>
|
#include <windows.h>
|
||||||
#include <TlHelp32.h>
|
#include <shlobj.h>
|
||||||
|
#include <tlhelp32.h>
|
||||||
|
|
||||||
CacheCleaner::CacheCleaner() : _running(false), _monitorThread(nullptr) {}
|
CacheCleaner::CacheCleaner() : _running(false), _monitorThread(nullptr) {}
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
#include <nerutils/log.h>
|
#include <nerutils/log.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
// 9.5.2_live
|
// 9.5.2_live
|
||||||
#define ACCESS_KEY "BGz7nwlRX8QP__fzvqrgpNRVqrlEyuY54vuGVAqDO_g="
|
#define ACCESS_KEY "BGz7nwlRX8QP__fzvqrgpNRVqrlEyuY54vuGVAqDO_g="
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
struct SpooferConfig
|
struct SpooferConfig
|
||||||
{
|
{
|
||||||
bool spoofCharacterOwnership = false;
|
bool spoofCharacterOwnership = true;
|
||||||
bool spoofInventory = true;
|
bool spoofInventory = true;
|
||||||
bool spoofCustomization = true;
|
bool spoofCustomization = true;
|
||||||
std::string accessKey = ACCESS_KEY;
|
std::string accessKey = ACCESS_KEY;
|
||||||
|
|||||||
Reference in New Issue
Block a user