WinkOutdatedUnturned Assembly Instructions List

Posts 121135 of 153 · Page 9 of 11
How to delete all with DotNet Resolver?
ESP is GENERATOR and HARVESTSTAT?

i think its not sir

please which part of assemble to make ESP
Anyone know how to access the ROF or the damage of the chainsaw?
Quote Originally Posted by Kunii View Post
Unturned Assembly Instructions List
Last updated for Unturned v215
Note: All of the instructions listed should work for futher updates.


Misc. Info

MSIL means "Microsoft Intermediate Language". Its also known as one of the lowest-level human-readable programming language.
An instruction is.. well.. an instruction. It tells the computer what to do.
An OpCode is what the instruction refers to. It means "Operation Code", and is quite self-explanatory. It can also return a value, but doesn't need to. The opcode "ldc.i4" return an integer, therefor it needs a value. The opcode "ret" simply returns something specified in other instructions above, the opcode itself doesn't have a value.


Requirements

A MSIL editor (.NET Reflector + ReflexIL or DotNet Resolver)
A brain (Very important)



How to use

1. Fire up your MSIL editor
2. Go to said class
3. Go to said instruction
4. Modify said instruction
5. Save & Close



Instruction list

Bag capacity - BagSize.getCapacity
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 20000
Add - OpCode ret
Change 20000 to whatever capacity you want.

Bag size - BagSize.getHeight
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 5
Add - OpCode ret
Change 5 to whatever capacity you want.

Bag size - BagSize.getWidth
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 5
Add - OpCode ret
Change 5 to whatever capacity you want.

Bag size (Multiplayer) - Inventory.syncSize
Change instruction 1 to - OpCode ldc.i4, Operand type int32, value 5 - This is the width, change 5 to whatever you want
Change instruction 2 to - OpCode ldc.i4, Operand type int32, value 5 - This is the height, change 5 to whatever you want
Change instruction 3 to - OpCode ldc.i4, Operand type int32, value 20000 - This is the weight, change 20000 to whatever you want

Inf water - Life.get_water
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 100
Add - OpCode ret

Inf rads - Life.get_sickness
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 100
Add - OpCode ret

Inf stamina - Life.get_stamina
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 100
Add - OpCode ret

Inf food - Life.get_food
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 100
Add - OpCode ret

Inf hp - Life.get_health
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 100
Add - OpCode ret

Inf hp - Life.set_health
Change instruction 1 to - OpCode ldc.i4, Operand type int32, value 100

No bleed - Life.tellBleeding
Change instruction 1 to - OpCode ldc.i4.0

No broken bones - Life.tellBones
Change instruction 1 to - OpCode ldc.i4.0

Inf exp - Skills.get_experience
Delete all.
Add - OpCode ldc.i4, Operand type int32, value 9001 - This is the exp value, change 9001 to whatever you want
Add - OpCode ret

Inf exp - Skills.set_experience
Change instruction 1 to - OpCode ldc.i4, Operand type int32, value 9001 - This is the exp value, change 9001 to whatever you want

No recoil - GunStats.getRecoil_Y
Delete all.
Add - OpCode ldc.r4, Operand type single, value 0
Add - OpCode ret

No recoil - GunStats.getRecoil_X
Delete all.
Add - OpCode ldc.r4, Operand type single, value 0
Add - OpCode ret

No spread - GunStats.getSpread
Delete all.
Add - OpCode ldc.r4, Operand type single, value 0
Add - OpCode ret

Fast ROF - GunStats.getROF
Delete all.
Add - OpCode ldc.r4, Operand type single, value 0,1 - This is the rate of fire, change 0,1 to whatever you want.
Add - OpCode ret

Infinite electricity - Electricity.checkPower
Delete all.
Add - OpCode ldc.i4.1
Add - OpCode ret

Speedhack when crouched - Movement.cctor (Static constructor)
Change instruction 4 to - OpCode ldc.r4, Operand type single, value 5 - This is the crouchspeed, change 5 to whatever you want.

Group ESP - HUDGame.? (The void called in HUDGame.OnGUI)
Change instruction 58 to - OpCode brtrue, DO NOT EDIT THE TYPE OR VALUE
Change instruction 69 to - OpCode ldc.r4, Operand type single, value 1000 - This is the esp range, change 1000 to whatever you want.

Gold hack - Database.? (The only void)
Change instruction 37 to - OpCode ldc.i4, Operand type int32, value 304930

If you use this, and release a hack, please reference this thread in the credits

Well you dint say how to add a menu just like the flow or bluhack has in there hacks
Quote Originally Posted by Franki3 View Post
Well you dint say how to add a menu just like the flow or bluhack has in there hacks
Omg you're so fucking retarded.
Quote Originally Posted by gtaplayer2 View Post
Omg you're so fucking retarded.
Thnx you too fucking bitch
Quote Originally Posted by Franki3 View Post
Well you dint say how to add a menu just like the flow or bluhack has in there hacks
You think that is easy to make a hack with menu e some GUI's?
Quote Originally Posted by jonaaagamer View Post
You think that is easy to make a hack with menu e some GUI's?
If you know c+ and c++ is esay and if he wants to make a tutorial than he should make the tutorial full not just how to change some fucking noobs codes in the game
Quote Originally Posted by Franki3 View Post
Thnx you too fucking bitch
Because you have to code that shit in yourself?

Just proves you have absolutely no coding experience + you're a script kiddie just leeching this shit
Quote Originally Posted by ZeKittenisaspy View Post
Because you have to code that shit in yourself?

Just proves you have absolutely no coding experience + you're a script kiddie just leeching this shit
Whatever you say
your just a leecher you never give thanks to people you just download god fff off plz
Well, i don't know 100% of c+ and c++ i just know the basics of both e some of Visual Basic Language...
why my assembly got wired languages like this ᠝ : ៦ its alll squares :/
OMG , my brain got broken that program is very hard , can anyone tell me the easy way to use DotNet Resolver please
Hey does anyone know how to get these to work on Multiplayer? I made it only work on Singleplayer, thanks.
Posts 121135 of 153 · Page 9 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?