Page 1 of 11 123 ... LastLast
Results 1 to 15 of 153
  1. #1
    Kunii's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Norway
    Posts
    153
    Reputation
    68
    Thanks
    3,816

    Wink Unturned Assembly Instructions List

    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

    Last edited by Hunter; 02-05-2016 at 03:09 AM.

  2. The Following 36 Users Say Thank You to Kunii For This Useful Post:

    -Falc- (07-18-2014),1337skid (07-23-2014),AlexGeoZz1 (07-18-2014),AlienGamerz (09-04-2014),Androman (08-29-2014),benfulkil (08-16-2014),Butter (07-18-2014),BuzzBizarre (07-18-2014),carson123455 (07-19-2014),Catardone Cakeson (09-21-2014),Color (07-25-2014),Ctut (07-23-2014),desertions (07-18-2014),DiHack (07-26-2014),dscvfkl (08-08-2014),ESTstan (07-23-2014),Guilty-Crown (08-04-2014),GuuiPT (08-03-2014),Hacker Fail (03-07-2015),InsideDeception (07-18-2014),Jim (07-18-2014),Julienscotto (07-18-2014),Kerbasi (08-27-2014),kritPakonTH (08-05-2014),kylezero1 (07-18-2014),liorsm (07-25-2014),MatheusM (07-26-2014),MichiPL1 (07-18-2014),Mikedamen9 (07-19-2014),PerfectZ¹ (07-31-2014),production1 (08-22-2014),rex5514 (07-19-2014),Shathe (08-09-2014),xCyberxx (07-18-2014),xrxr55 (07-30-2014),Zastava_101 (08-04-2014)

  3. #2
    xCyberxx's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    C:\Windows\sys32
    Posts
    1,417
    Reputation
    379
    Thanks
    1,459
    My Mood
    Devilish
    Nice list. This will make the end of Assembly-CSharp hacking a hell =p
    Quote Originally Posted by darkwrath505 View Post

    "zomg ples m4ke free hacks, im too lazy t0 get source code and update offsets." - MPGH 2015



  4. #3
    Butter's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Computer
    Posts
    3,072
    Reputation
    234
    Thanks
    523
    My Mood
    Amazed
    ummmmm awesome

  5. The Following User Says Thank You to Butter For This Useful Post:

    InsideDeception (07-18-2014)

  6. #4
    InsideDeception's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    This is very usefull, thanks

  7. #5
    Kunii's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Norway
    Posts
    153
    Reputation
    68
    Thanks
    3,816
    Quote Originally Posted by xCyberxx View Post
    Nice list. This will make the end of Assembly-CSharp hacking a hell =p
    It was already going down-hill. I did this so people would stop bugging me & everyone else to update their hack. And so (hopefully) people would learn something
    Last edited by Kunii; 07-18-2014 at 01:44 PM.

  8. #6
    xCyberxx's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    C:\Windows\sys32
    Posts
    1,417
    Reputation
    379
    Thanks
    1,459
    My Mood
    Devilish
    Quote Originally Posted by Kunii View Post
    It was already going down-hill. I did this so people would stop bugging me & everyone else to update their hack. And so (hopefully) people would learn something
    You basicly just added all other hack to my tutorial. Nice one dude! Assembly will prob be dead in a week.
    Quote Originally Posted by darkwrath505 View Post

    "zomg ples m4ke free hacks, im too lazy t0 get source code and update offsets." - MPGH 2015



  9. #7
    Lexan69's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    give please screenshot's.

  10. #8
    TheUltimateCraver's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    Add Ghostmode Please

  11. #9
    DrAuRChad's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Some instructions how to make item spawner?

  12. #10
    AlexGeoZz1's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    827
    THANKS <3 this is the thread that should end all noobs. But you still get fucktards that can't read and/or write.

  13. #11
    papanata1's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    I dont exactly know how to edit an Instruction, but I clearly understood it all. If you can help me some. (I have a brain)

  14. #12
    The SuspecT's Avatar
    Join Date
    Jul 2014
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    All beautifully but I can not find get_experience

  15. #13
    Blacktoblue's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    Editing the group ESP in doesn't work since when I open the Void OnGUI all I see are 3 lines and not like 70 lines. I tried both programms but boh yield same results, do I have to do anything else ?

  16. #14
    desertions's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    183
    Reputation
    10
    Thanks
    291
    Just barely started learning about edits, this helped me a LOT.
    Thanks dude.


    Quote Originally Posted by Blacktoblue View Post
    Editing the group ESP in doesn't work since when I open the Void OnGUI all I see are 3 lines and not like 70 lines. I tried both programms but boh yield same results, do I have to do anything else ?
    EDIT 2: Nevermind, found it.
    https://puu.sh/ahl77/4446e06f12.png
    Last edited by desertions; 07-18-2014 at 04:55 PM.

  17. #15
    TheUltimateCraver's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    How would one make a semi auto gun like the swiss full auto?

Page 1 of 11 123 ... LastLast

Similar Threads

  1. Big List of Free Web Services
    By sp5710 in forum Spammers Corner
    Replies: 20
    Last Post: 12-22-2018, 07:54 PM
  2. [Assembly Tutorial] Object-oriented assembly <FASM>
    By TrollerCoaster in forum Programming Tutorials
    Replies: 3
    Last Post: 01-02-2013, 09:53 AM
  3. [Solved] Changing Assembly Instructions in cpp
    By bitcode in forum C++/C Programming
    Replies: 10
    Last Post: 10-05-2012, 02:00 PM
  4. [Books]Learn Assembly[List][Downloads]
    By NextGen1 in forum Assembly
    Replies: 8
    Last Post: 12-07-2011, 11:52 PM
  5. How to assemble instruction in IDA?
    By josue18 in forum Reverse Engineering
    Replies: 0
    Last Post: 10-02-2010, 08:29 PM