Battle Brothers
-
- Expert Cheater
- Posts: 79
- Joined: Fri Mar 03, 2017 3:24 am
- Reputation: 10
Re: Battle Brothers
Hmm. Would it be possible to set map sight range to infinite? Because I'd like to see what's going on with the world...
- hentai-sama
- Expert Cheater
- Posts: 94
- Joined: Fri Mar 03, 2017 6:55 pm
- Reputation: 2
Re: Battle Brothers
I did hack tools so i always have 150 therefore i dont need to buy them. And what u wrote about inventory i already try.The Mogician wrote: ↑Sun Apr 02, 2017 3:30 pmHack the money so you can buy the tools, as for inventory, here is what I think you should do: Go around until the ambition for the cart pops up, then, before you get the cart, search for inventory space, search again after the cart is purchased. See if that works.hentai-sama wrote: ↑Sat Apr 01, 2017 5:06 pmI dont actualy care about money so i dont really know, for me is tools and inventory space the most important things right after stats and traits.The Mogician wrote: ↑Wed Mar 29, 2017 1:59 am
I tried looking for addresses around the money value, didn't seem to work. You don't get a lot of chances to change the thing, so its kinda hard to find it and fix it.
Re: Battle Brothers
bump.
Re: Battle Brothers
BUMP
-
- What is cheating?
- Posts: 4
- Joined: Thu Apr 13, 2017 7:40 am
- Reputation: 3
Re: Battle Brothers
Not a table, I found the new offsets for the groupscan command.
You need to see the base stats for your character to use this. Best way is to level them up, then look at the stats in the level up screen. Might also get lucky if you just get them naked, but their Resolve will probably be wrong.
You could also try a wildcard * for resolve, but I've had mixed results with this.
NOTE: You need to equip something or choose a perk to see the stat change.
Proof: For this character...
I used made the following groupscan command:
Opened cheat engine, set the value type to grouped, pasted in my command, and got one hit:
Changed all the values to 200. Results:
This'll probably need to be updated in the future.
Offsets as I calculated them:
Code: Select all
1p:[Fatigue] w:179 1p:[Ranged Defense] w:1159 1p:[Melee Skill] w:179 1p:[Hitpoints] w:1459 1p:[Initiative] w:199 1p:[Melee Defense] w:279 1p:[Resolve] w:419 1p:[Ranged Skill]
You could also try a wildcard * for resolve, but I've had mixed results with this.
NOTE: You need to equip something or choose a perk to see the stat change.
Proof: For this character...
I used made the following groupscan command:
Code: Select all
1p:92 w:179 1p:8 w:1159 1p:65 w:179 1p:58 w:1459 1p:107 w:199 1p:8 w:279 1p:39 w:419 1p:45
Changed all the values to 200. Results:
This'll probably need to be updated in the future.
Offsets as I calculated them:
Code: Select all
ATTRIBUTE ABSOLUTE OFFSET/DECIMAL OFFSET/RELATIVE DECIMAL OFFSET
MAXIMUM FATIGUE 0 0 0
RANGED DEFENSE B4 180 180
MELEE SKILL 53C 1340 1160
HITPOINTS 5F0 1520 180
INITIATIVE BA4 2980 1460
MELEE DEFENSE C6C 3180 200
RESOLVE D84 3460 280
RANGED SKILL F28 3880 420
Re: Battle Brothers
Wow! nice work!
- hentai-sama
- Expert Cheater
- Posts: 94
- Joined: Fri Mar 03, 2017 6:55 pm
- Reputation: 2
Re: Battle Brothers
Do anyone find a way to edit min/max dmg?
Re: Battle Brothers
how to hack fatigue and exp and hp since its like 70/70 and exp and cant see the level number?
- The Mogician
- Table Makers
- Posts: 762
- Joined: Sat Mar 04, 2017 12:00 am
- Reputation: 556
Re: Battle Brothers
So I tried to use those offsets ByteHammer calculated and nothing came up, now I think this is because I don't know how to use groupscan command, so can somebody explain to me how to use these offsets step by step?
- The Mogician
- Table Makers
- Posts: 762
- Joined: Sat Mar 04, 2017 12:00 am
- Reputation: 556
Re: Battle Brothers
All you have to do is to find the fatigue value first. When you find the value, bring up the calculator on your computer (set to programmer mode so you can calculate hex), put in the address, add the offset and you will get the new address.
Re: Battle Brothers
Hmm, the provided method still works fine for me.
1p:[Fatigue] w:179
1p:[Ranged Defense] w:1159
1p:[Melee Skill] w:179
1p:[Hitpoints] w:1459
1p:[Initiative] w:199
1p:[Melee Defense] w:279
1p:[Resolve] w:419
1p:[Ranged Skill]
1p:101 w:179 1p:0 w:1159 1p:61 w:179 1p:50 w:1459 1p:108 w:199 1p:7 w:279 1p:59 w:419 1p:37
If you want values higher than 255, then, if you are as lazy as I am, upon finding the stats, change they type to a 2 byte value.
1p:[Fatigue] w:179
1p:[Ranged Defense] w:1159
1p:[Melee Skill] w:179
1p:[Hitpoints] w:1459
1p:[Initiative] w:199
1p:[Melee Defense] w:279
1p:[Resolve] w:419
1p:[Ranged Skill]
1p:101 w:179 1p:0 w:1159 1p:61 w:179 1p:50 w:1459 1p:108 w:199 1p:7 w:279 1p:59 w:419 1p:37
If you want values higher than 255, then, if you are as lazy as I am, upon finding the stats, change they type to a 2 byte value.
Re: Battle Brothers
Thanks, this worked for me.The Mogician wrote: ↑Wed Apr 26, 2017 3:49 pmAll you have to do is to find the fatigue value first. When you find the value, bring up the calculator on your computer (set to programmer mode so you can calculate hex), put in the address, add the offset and you will get the new address.
Why change it to 2 byte? It's now a 4 byte and I'd think 4 byte has a higher upper bound than 2 byte.merrowind wrote: ↑Wed Apr 26, 2017 5:03 pmHmm, the provided method still works fine for me.
1p:[Fatigue] w:179
1p:[Ranged Defense] w:1159
1p:[Melee Skill] w:179
1p:[Hitpoints] w:1459
1p:[Initiative] w:199
1p:[Melee Defense] w:279
1p:[Resolve] w:419
1p:[Ranged Skill]
1p:101 w:179 1p:0 w:1159 1p:61 w:179 1p:50 w:1459 1p:108 w:199 1p:7 w:279 1p:59 w:419 1p:37
If you want values higher than 255, then, if you are as lazy as I am, upon finding the stats, change they type to a 2 byte value.
EDIT: For anyone interested, the relative hexadecimal offsets instead of the relative decimal offsets
Code: Select all
fatigue 0
ranged defense B4
melee skill 488
hitpoints B4
initiative 5B4
melee defense C8
resolve 118
ranged skill 1A4
Re: Battle Brothers
Does anybody know if the perk points have a standard offset as well or do they have a variable one?
- ColonelRVH
- Expert Cheater
- Posts: 358
- Joined: Mon Mar 06, 2017 3:27 am
- Reputation: 327
Re: Battle Brothers
So which version are you guys using? If possible i will look at it.
Who is online
Users browsing this forum: BigBear743, dannieisapunk, Google Adsense [Bot], krissychan, SemrushBot