OutdatedGeneric Unity ESP

Posts 3138 of 38 · Page 3 of 3
Thanks TehManifest0r for your work.

I tested the DLL on both 32 and 64 bit of Fishing Planet and it works but it does not show ESP objects in the game. Tried many things but they simply won't show.

I tried using my custom xml schema and your own but nothing. Also I bypassed the anti-debug code of unity but that isn't the issue.

Regards.
How do I get a DLL / Injector that will put this in for Fishing Planet?

I am not a programmer but if I can just get a DLL that will let me do what I need I will figure it out on my own.

I just cant get the DLL to inject as ...obviously 32bit cant be injected into 64.

Any way you could help me out?
Quote Originally Posted by xaanit View Post
How do I get a DLL / Injector that will put this in for Fishing Planet?

I am not a programmer but if I can just get a DLL that will let me do what I need I will figure it out on my own.

I just cant get the DLL to inject as ...obviously 32bit cant be injected into 64.

Any way you could help me out?
Edit the game's Assembly-CSharp.dll with something like reflexil. Insert a bootstrap so that it loads the ESP.
Note: The ESP will have to be placed in the same directory as the CSharp.dll file.
Quote Originally Posted by hugerichman View Post
Can you explain how you would do so?
And would this work with Unturned?
Download the repository, open the solution with Visual Studio, and on the top toolbar do Build -> Build Solution.

It will probably inject into Unturned, although I'm pretty sure Unturned has more than one anticheat that will probably get you instabanned.
Quote Originally Posted by TehManifest0r View Post
Download the repository, open the solution with Visual Studio, and on the top toolbar do Build -> Build Solution.

It will probably inject into Unturned, although I'm pretty sure Unturned has more than one anticheat that will probably get you instabanned.
It is easy for me to bypass that kind of stuff, Thanks btw!

- - - Updated - - -

Quote Originally Posted by TehManifest0r View Post
Download the repository, open the solution with Visual Studio, and on the top toolbar do Build -> Build Solution.

It will probably inject into Unturned, although I'm pretty sure Unturned has more than one anticheat that will probably get you instabanned.
For some reason it does not stay open when I open the injector, Is that supposed to happen??
I'm trying this on Red Crucible: Firestorm
Quote Originally Posted by hugerichman View Post
It is easy for me to bypass that kind of stuff, Thanks btw!

- - - Updated - - -



For some reason it does not stay open when I open the injector, Is that supposed to happen??
I'm trying this on Red Crucible: Firestorm
Use the injector with the batch file (edit it to fix the filename), or run it from the command line. You have to use these arguments for the Generic Unity ESP:

mono-assembly-injector.exe -target [EXENAMEHERE.exe] -dll GenericUnityESP.dll -namespace TehManifest0r -class Bootstrap -method Load
Replacing [EXENAMEHERE.exe] with the name of the exe you want to inject into, without brackets. An example for LoveBeat

mono-assembly-injector.exe -target Interplanetary.exe -dll GenericUnityESP.dll -namespace TehManifest0r -class Bootstrap -method Load
this hack needs to move in assembly?
Posts 3138 of 38 · Page 3 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?