Modified Broforce unlimited number of deaths without reducing anti-plus

Source: Internet
Author: User

See B Station live to find this interesting game, find a half-day modifier invalid, Cheat engine How to find the pointer a bit forget, directly find the value of every turn, want to go or simple rough anti-compilation good.

By the way, C # anti-compilation memo.

First, turn the DLL back into IL.

Use

C:\Program Files (x86) \microsoft Sdks\windows\v7.0a\bin\ildasm.exe

Put

Broforce2015.5.9\broforce_beta_data\managed\assembly-csharp.dll

Dump as a.il and A.res

and then use

. NET Reflector 8.4

Anti-coding source

Sublime Search keyword lives, navigate to the Removelife function in the Player.cs file

1  Public voidRemovelife ()2 {3     if(Gamemodecontroller.gamemode = =gamemode.campaign)4     {5          This. lives--;6     }7     Else8     {9          This. lives--;TenDebug.Log ("Not adjusting Lives text"+gamemodecontroller.gamemode); One     } A}

The IL code for lives--is similar to that by IL

1 il_0011:  Ldc.i4. 1 2 il_0012:  Sub 3 il_0013:  Pager       Player:: Set_lives (Int32)

Simply and rudely change the sub to add on the line, altogether two places.

Save after you finish changing

Backup Game Original Assembly-csharp.dll file

Compile the modified code back into the DLL with ILAsm

C:\Windows\Microsoft.NET\Framework\v2. 0.50727\ilasm.exe/dll/resource=a.res a.il

Replace Assembly-csharp.dll with the generated a.dll

The more you die, the more you don't have to worry about playing.

Modify Broforce Unlimited number of people, death does not reduce anti-plus

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.