If you wanna try out the V2 version (CLICK ON THIS LINK)[https://github.com/ElCapor/polytoria-executor/tree/V2]
#1 Open Source Polytoria Executor
Written by @ElCapor on github
Notice: I am open to any work opportunities, I am specialized in reverse engineering and protection systems.
Communicate with me and let's make your security better
.
├── .github/
│ └── workflows/
│ └── build.yml
├── src/ ----> Source code of the dll script runner
│ ├── main.cpp
│ └── unity.hpp ----> Unity Resolve wrapper with an additional feature specially for polytoria
├── UI/ ----------> The UI of the executor
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DllInjector.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── NamedPipes.cs
│ └── PolyHack.csproj
├── DumpGlobals.lua ---> A script to dump globals
├── PolyHack.sln ----> UI Solution file
├── Readme.md
└── xmake.lua
- Visual Studio 2022
- Download xmake from https://xmake.Io
git clone https://github.com/ElCapor/polytoria-executor.git
cd polytoria-executor
xmake
Open PolyHack.sln in visual studio and press build
Download latest DLL from Github Actions
