PlayTrickster Bot Tool - Discontinued for the most part
This will probably be the release of it. I went and figured out the Game Structure and will start updating this to match so.
Feel free to use it, break it, copy it, sauce it, toss it, whatever.
Would love contributers <3
Dev is very bored and busy with lots of shit-code to offer.
To Compile
VS Properties must be set with
- Configureation Properties
-- General --- Platform Toolset VS 2019 (v142) --- C++ Lang Standard (C++ 14 Standard) --- C Lang Standard (Legacy MSVC)
-- Advanced --- Use Debug Libs (No) --- Character Set (Unicode) --- Common Lang Runtime Support (/clr) --- .Net Framework (v4.7.2) --- Enable Manged Inc Build (Yes)
- C/C++
-- All options --- Treate WChar_t As Built In Type (Yes/Zc:wchar_t) --- Surpress Startup Bnnaer (Yes)
- Linker
-- All Options --- No Entry Point (No) --- Subsystem Windows (/SUBSYSTEM:WINDOWS) --- UAC Exicution Level (requireAdministrator) --- Data Exicution Prevention No (/NXCOMPAT:NO) --- Allow Isolation (Yes) --- Enable Incremental Linking No (/INCREMENTAL:NO) --- Entry Point Main (main) --- Link Lib Dependencies (No) --- Link Status No (/LTCG:NOSTATUS)
This Should Do It
If not, GL <3