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