Skip to content

benzonati/polytoria-executor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POLHACK

#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

Tree

.
├── .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

Build

Download

Build from source

git clone https://github.com/ElCapor/polytoria-executor.git

cd polytoria-executor

xmake

Open PolyHack.sln in visual studio and press build

Download standalone dll

Download latest DLL from Github Actions

Download Pre-Built

https://github.com/ElCapor/polytoria-executor/blob/master/Release/Polytoria%20Executor%20by%20ElCapor.7z

alt text

Community

https://discord.gg/vscvprztP3

About

Open source polytoria executor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 78.6%
  • C# 9.9%
  • JavaScript 5.6%
  • HTML 3.0%
  • Lua 2.8%
  • Xmake 0.1%