How to use Assembly-CSharp.dll hacks! (Pictures)

Posts 1–15 of 17 · Page 1 of 2
How to use Assembly-CSharp.dll hacks! (Pictures)
I see so many people asking how to use Assembly-CSharp.dll hacks on Unturned, so here is a tutorial!

1) Get the hack you want that is up to date with the game.

2) Open the file with a rar program of choice, I use 7zip personally.


3) Inside you will usually see a few files like these:


4) Open the Unturned Game Folder usually located at C:\Program Files (x86)\Steam\steamapps\common\Unturned\Unturned_Dat a\Managed


5) Drag and drop the mod of your choice into that folder.


6) Delete the regular Assembly-CSharp.dll


7) Rename your hack dll to Assembly-CSharp.dll


8) Launch Unturned through Steam and check if your hack is working


9) PROFIT?!

If you still can't use Assembly-CSharp.dll hacks after this tutorial, then you should just stop trying to hack.
Nice tutorial, should stop some spam.
Next, make a TUT on how to edit one I don't know how to change the L_0000 offsets
Quote Originally Posted by AlexGeoZz1 View Post
Next, make a TUT on how to edit one I don't know how to change the L_0000 offsets
Still trying to learn myself never been good at hacking and such but I am starting to learn it
I need to change the default offsets from these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldarg.1
L_0002: call int32 Sneaky::sneak(int32)
L_0007: stfld int32 Life::ࠂ
L_000c: ret
}


To these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldc.i4 100
L_0006: call int32 Sneaky::sneak(int32)
L_000b: stfld int32 Life::ࠂ
L_0010: ret
}

But reflexil or any other .net tool doesn't have anything to change the offset. I dunno how the creators do it !!!
Quote Originally Posted by AlexGeoZz1 View Post
I need to change the default offsets from these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldarg.1
L_0002: call int32 Sneaky::sneak(int32)
L_0007: stfld int32 Life::ࠂ
L_000c: ret
}


To these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldc.i4 100
L_0006: call int32 Sneaky::sneak(int32)
L_000b: stfld int32 Life::ࠂ
L_0010: ret
}

But reflexil or any other .net tool doesn't have anything to change the offset. I dunno how the creators do it !!!
Hmmmmm, I have no idea tbh, I'll try have a look, what file type is it and what program are you using?
Quote Originally Posted by BuzzBizarre View Post
Hmmmmm, I have no idea tbh, I'll try have a look, what file type is it and what program are you using?
Its the Assembly-CsSharp.dll Using .Net Reflector + Reflexil which everyone has told me I need to use to make the hacks, but it won't let me change the default stuff, 1st it won't change the offset, 2nd it blurts out errors at me when i try change L_0001: ldarg.1 to L_0001: ldc.4 100
Quote Originally Posted by AlexGeoZz1 View Post
Its the Assembly-CsSharp.dll Using .Net Reflector + Reflexil which everyone has told me I need to use to make the hacks, but it won't let me change the default stuff, 1st it won't change the offset, 2nd it blurts out errors at me when i try change L_0001: ldarg.1 to L_0001: ldc.4 100
It's like 12:30AM here in the UK so I just derped out I will have a mess about with the dll tomorrow and see what I can do, I don't have any hack programs atm since I had to wipe PC cos my HDD was fucked :'( oh well
Quote Originally Posted by BuzzBizarre View Post
It's like 12:30AM here in the UK so I just derped out I will have a mess about with the dll tomorrow and see what I can do, I don't have any hack programs atm since I had to wipe PC cos my HDD was fucked :'( oh well
Im from UK too :P I'm guessing no-one will help me cos they don't want others releasing mods to take the fame away from them. Its so fucking annoying haha !!!
Quote Originally Posted by AlexGeoZz1 View Post
Im from UK too :P I'm guessing no-one will help me cos they don't want others releasing mods to take the fame away from them. Its so fucking annoying haha !!!
I couldn't agree more! tbh dll hacks from Assembly-CSharp are getting pointless anyway, the dev can easily patch them since he knows his game, but if we were to develop a .exe hack before VAC eventually gets added, it would be hard to patch and detect.
Quote Originally Posted by BuzzBizarre View Post
but if we were to develop a .exe hack before VAC eventually gets added, it would be hard to patch and detect.
It would get patched as easly as the assembly, if he is smart.
Quote Originally Posted by skylarr View Post
It would get patched as easly as the assembly, if he is smart.
It would still get patched, but not as easily IMO, he would have our exact code, but when we use the assembly-csharp, he would know the exact code and know what to do to stop people hacking it. Just my opinion but oh well
Quote Originally Posted by AlexGeoZz1 View Post
I need to change the default offsets from these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldarg.1
L_0002: call int32 Sneaky::sneak(int32)
L_0007: stfld int32 Life::ࠂ
L_000c: ret
}


To these:
{
.maxstack 8
L_0000: ldarg.0
L_0001: ldc.i4 100
L_0006: call int32 Sneaky::sneak(int32)
L_000b: stfld int32 Life::ࠂ
L_0010: ret
}

But reflexil or any other .net tool doesn't have anything to change the offset. I dunno how the creators do it !!!
what is that health?
all the assemblys get patched very quick
Quote Originally Posted by 75bane View Post
all the assemblys get patched very quick
They don't get patched, the game just updates resending another assembly with the updated items so on.
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?