Generic Unity ESP
I've created a Generic Unity ESP (GUE for short) that is configurable in-game and supports any game which differentiates GameObjects by name. The idea is that not only will it allow "quick" development, but it will also allow less-experienced users to create and maintain simple cheats for games without having to delve into coding. If you run into any bugs, upload the game's output_log.txt file somewhere and send it to me (<Game>_data/output_log.txt)
Example games:
Batla http://pastebin.com/3fb6EqSV

School of Dragons http://pastebin.com/4NfL4aeW

The Slaughtering Grounds http://pastebin.com/8wKWaq26

TDP5 Arena 3D http://pastebin.com/TXmw1TiD Codestage anti-cheat

Guns and Robots http://pastebin.com/J5DFCXBd Noname anti-cheat

Please note, this does not bypass any anti-cheats or automatically configure itself. Upon injection, it will do nothing until set up.
This means the cheat is 99% detected by any and every anti-cheat ever created ever. If your game has VAC, you are banned. If your game has EAC, you are banned. If your game has Codestage, you are banned.
Hotkeys:
How to use pre-configured XML:
Create file named "gbn_settings.xml"
How to configure your own ESP:
Additionally, you can type:
"change watermark <new watermark>" to change the text shown in the bottom right of the screen
"change minimumDistance <new distance>" to change the minimum distance targets must be for them to be "ESP'd"
"change debug true" to show debug info if you are having trouble with the cheat
To use the bundled mono injector:
Future possible changes:
Scans:
https://virusscan.jotti.org/en-US/fi...job/zncg2csyi6
https://www.virustotal.com/en/file/0...is/1437187646/
http://www.virscan.org/scan/11104700...c3564d890412f2
Feel free to request XMLs for Unity games, if I have the game I can make some and post them.
(all above games are F2P on Steam and are utter trash. I do not recommend unless you just want to mess around)

Example games:
Batla http://pastebin.com/3fb6EqSV

School of Dragons http://pastebin.com/4NfL4aeW

The Slaughtering Grounds http://pastebin.com/8wKWaq26

TDP5 Arena 3D http://pastebin.com/TXmw1TiD Codestage anti-cheat

TDP5 Anticheat
- DetectorsUsageExample - OnInjectionDetected
CodeStage.AntiCheat.Detectors - InjectionDetector - .ctor
CodeStage.AntiCheat.Detectors - InjectionDetector - Dispose
CodeStage.AntiCheat.Detectors - InjectionDetector - DisposeInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - Awake
CodeStage.AntiCheat.Detectors - InjectionDetector - OnLevelWasLoaded
CodeStage.AntiCheat.Detectors - InjectionDetector - OnDisable
CodeStage.AntiCheat.Detectors - InjectionDetector - OnApplicationQuit
CodeStage.AntiCheat.Detectors - InjectionDetector - StartDetection
CodeStage.AntiCheat.Detectors - InjectionDetector - StartDetectionInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - StopMonitoring
CodeStage.AntiCheat.Detectors - InjectionDetector - StopMonitoringInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - InjectionDetected
CodeStage.AntiCheat.Detectors - InjectionDetector - OnNewAssemblyLoaded
CodeStage.AntiCheat.Detectors - InjectionDetector - FindInjectionInCurrentAssemblies
CodeStage.AntiCheat.Detectors - InjectionDetector - LoadAndParseAllowedAssemblies
CodeStage.AntiCheat.Detectors - SpeedHackDetector - .ctor
CodeStage.AntiCheat.Detectors - SpeedHackDetector - Dispose
CodeStage.AntiCheat.Detectors - SpeedHackDetector - DisposeInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - Awake
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnLevelWasLoaded
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnDisable
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnApplicationQuit
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetectionInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StopMonitoring
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StopMonitoringInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnTimer
- Main - OnInjectionDetected
- MainAndroid - OnInjectionDetected
CodeStage.AntiCheat.Detectors - InjectionDetector - .ctor
CodeStage.AntiCheat.Detectors - InjectionDetector - Dispose
CodeStage.AntiCheat.Detectors - InjectionDetector - DisposeInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - Awake
CodeStage.AntiCheat.Detectors - InjectionDetector - OnLevelWasLoaded
CodeStage.AntiCheat.Detectors - InjectionDetector - OnDisable
CodeStage.AntiCheat.Detectors - InjectionDetector - OnApplicationQuit
CodeStage.AntiCheat.Detectors - InjectionDetector - StartDetection
CodeStage.AntiCheat.Detectors - InjectionDetector - StartDetectionInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - StopMonitoring
CodeStage.AntiCheat.Detectors - InjectionDetector - StopMonitoringInternal
CodeStage.AntiCheat.Detectors - InjectionDetector - InjectionDetected
CodeStage.AntiCheat.Detectors - InjectionDetector - OnNewAssemblyLoaded
CodeStage.AntiCheat.Detectors - InjectionDetector - FindInjectionInCurrentAssemblies
CodeStage.AntiCheat.Detectors - InjectionDetector - LoadAndParseAllowedAssemblies
CodeStage.AntiCheat.Detectors - SpeedHackDetector - .ctor
CodeStage.AntiCheat.Detectors - SpeedHackDetector - Dispose
CodeStage.AntiCheat.Detectors - SpeedHackDetector - DisposeInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - Awake
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnLevelWasLoaded
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnDisable
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnApplicationQuit
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetection
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StartDetectionInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StopMonitoring
CodeStage.AntiCheat.Detectors - SpeedHackDetector - StopMonitoringInternal
CodeStage.AntiCheat.Detectors - SpeedHackDetector - OnTimer
- Main - OnInjectionDetected
- MainAndroid - OnInjectionDetected
Guns and Robots http://pastebin.com/J5DFCXBd Noname anti-cheat

Guns and Robots Anticheat
- EntryPoint - StartAntiCheatEngine
- EntryPoint - AntiCheatCoroutine
- EntryPoint - AntiCheatCoroutine
Please note, this does not bypass any anti-cheats or automatically configure itself. Upon injection, it will do nothing until set up.
This means the cheat is 99% detected by any and every anti-cheat ever created ever. If your game has VAC, you are banned. If your game has EAC, you are banned. If your game has Codestage, you are banned.
Hotkeys:
F6 - Toggle Console
F7 - Toggle Watermark (bottom right of screen)
F8 - Toggle ESP
F7 - Toggle Watermark (bottom right of screen)
F8 - Toggle ESP
Create file named "gbn_settings.xml"
- Create file named "gbn_settings.xml" in game directory ( Batla: https://i.imgur.com/Nd21mSS.png )
- Paste settings into that file
- Run game
- Inject GenericUnityESP.dll
How to configure your own ESP:
- Run game
- Inject GenericUnityESP.dll
- Press F6 to open console
- Run the command "dump" to dump the names of all gameobjects
- Open dump.txt, look for interesting entries
- In the console, type "starttrack <gameobject name from dump.txt>"
- If the correct object is now being tracked, type "save"
- Otherwise, type "stoptrack <gameobject name>" and repeat from step #5
- Share gbn_settings.xml
Additionally, you can type:
"change watermark <new watermark>" to change the text shown in the bottom right of the screen
"change minimumDistance <new distance>" to change the minimum distance targets must be for them to be "ESP'd"
"change debug true" to show debug info if you are having trouble with the cheat
To use the bundled mono injector:
- Make a copy of the included "generic.bat"
- Rename it to "<name of game exe>.bat"
- Open
Future possible changes:
- Triggerbot (?)
- Aimbot (unlikely)
- Generic noclip (likely)
Scans:
https://virusscan.jotti.org/en-US/fi...job/zncg2csyi6
https://www.virustotal.com/en/file/0...is/1437187646/
http://www.virscan.org/scan/11104700...c3564d890412f2
Feel free to request XMLs for Unity games, if I have the game I can make some and post them.
(all above games are F2P on Steam and are utter trash. I do not recommend unless you just want to mess around)

Also will it work on win 10?