OldSchoolHack

Registrieren / Anmelden Deutsch

Unity Suite v0.1

not available
  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (21.70 KB)

VirusTotal Ergebnis: 0/56

virustotal

Beschreibung

Currently this only supports x64 and not x32, most Unity games are using x64 at the moment however we will be adding support for x32 soon.

Setup

Unzip all the stuff into a directory. You should have:
  • settings.ini, settings for all the stuff below
  • Unity_Internals.dll, mono injector
  • UnityGameObject.dll, dll to test injection
  • UnityInject.exe, Injector for the Unity_Internals.dll
  • Loader.cs, example Loader class
  • Menu.cs, example Menu class

Next add an environment variable UNITY_SUITE_SETTINGS as full path to the settings.ini file. (ex: C:\UnitySuite\settings.ini)

Now in settings.ini change things under the Injection section to have the correct path, namespace, class, and method for the loading of your unity hack. Change the target to the executable name of the game you would like to inject into and then run UnityInject.exe.

Download Unity Suite v0.1