This is a canvas cheat blocker program build to handles extreme test use cases prevention
this was written in Electron JS + C++ before modding this app you have to
Use a Dependency Walker to scan for DLL's needed for your c++ code and upload it to the main folder
"extraResources": [ { "from": "BackgroundManager.exe", "to": "BackgroundManager.exe" }, { "from": "libgcc_s_dw2-1.dll", "to": "libgcc_s_dw2-1.dll" }, { "from": "libstdc++-6.dll", // Heres an example of how to add in DLL's "to": "libstdc++-6.dll" // Heres an example of how to add in DLL's }, { "from": "canvas_logo.png", "to": "canvas_logo.png" } ]
-
npm init
-
npm install electron --save-dev //Install electron on your project folder
(Before building PLEASE ensure using a dependancies checker and put in the packages lock) with dependancies crawler and put it in here : { "from": "canvas_logo.png", "to": "canvas_logo.png" } 3. npm install electron-builder --save-dev //Intall electron builder to package
use npm run start for start testing on developement
use npm run dist for package everything and output out in the /dist folder