[request] Brute Wars
-migrated-
[request] Brute Wars Posted on: 06/05/2012 2:30pm
Quote Post
Any AoBs for this game, please?
LINK: http://www.kongregate.com/games/distractionbeast/brute-wars
Maximilian's .sol is broken - file was deleted.
OLD TOPIC: http://www.flashcheats.org/forum/index.php?topic=134.msg832#msg832
Re: [request] Brute Wars Posted on: 06/05/2012 3:43pm
Quote Post
( ͡° ͜ʖ ͡°)
I hate as2....

Start new game/load any game to get 2nd Medium Badge
96 02 00 08 04 52 96 05 00 07 07 00 00 00 49 12
96 02 00 08 04 52 96 05 00 07 00 00 00 00 49 12

Load any game to get Hard badge
9d 02 00 1f 00 96 0e 00 07 01 00 00 00 08 2e 07 02 00 00 00 08 08
02 02 02 02 02 96 0e 00 07 01 00 00 00 08 2e 07 02 00 00 00 08 08



Flash .sol locations
Chrome: \AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\
Normal: \AppData\Roaming\Macromedia\Flash Player\#SharedObjects

Re: [request] Brute Wars Posted on: 09/10/2012 11:54am
Quote Post
Points for randomizing and healing party members don't decrease (Does not work on revives.)
96 04 00 08 01 08 00 1c 96 02 00 08 01 4e 51 4f
96 04 00 08 01 08 00 1c 96 02 00 08 01 4e 51 02

Alter puppet's stats (Works on enemy puppets as well.)
96 06 00 04 02 08 56 08 64 4f 96 09 00 04 02 08 49 07 1e 00 00 00 4f 96 09 00 04 02 08 4e 07 03 00 00 00 4f 96 09 00 04 02 08 10 07 03 00 00 00 4f 96 09 00 04 02 08 1d 07 02 00 00 00 4f 96 09 00 04 02 08 12 07 04 00 00 00

Key: max HP, attack, attack pattern, action points, special type
Attack pattern examples:
03 - attacks 3 in front
02 - single-attack 1 in back row
Change those bits to whatever you want. For example...

96 06 00 04 02 08 56 08 64 4f 96 09 00 04 02 08 49 07 54 00 00 00 4f 96 09 00 04 02 08 4e 07 07 00 00 00 4f 96 09 00 04 02 08 10 07 03 00 00 00 4f 96 09 00 04 02 08 1d 07 0a 00 00 00 4f 96 09 00 04 02 08 12 07 04 00 00 00

...gives puppets 84 max HP, 7 attack, and 10 moves per turn.

Original puppet code:
Code: [Select]
#2302 //96 06 00 04 02 08 56 08 64
_push register2 "name" "Puppet"
//4f
_setMember
//96 09 00 04 02 08 49 07 1e 00 00 00
_push register2 "hpmax" 30
//4f
_setMember
//96 09 00 04 02 08 4e 07 03 00 00 00
_push register2 "st" 3
//4f
_setMember
//96 09 00 04 02 08 10 07 03 00 00 00
_push register2 "at" 3
//4f
_setMember
//96 09 00 04 02 08 1d 07 02 00 00 00
_push register2 "ap" 2
//4f
_setMember
//96 09 00 04 02 08 12 07 04 00 00 00
_push register2 "spec" 4