if you use the current bypass, in a Private Session you host you can use a modified PAK with a weapon whose damage is 30k+ with an infinite clip+ammo and run through Decapitation in about 15min. that's not FAST, but it's at least the quickest way i'm aware of.ProphetPC wrote: ↑Sun Mar 23, 2025 6:21 amOf course there's been many changes recently, but I'm curious if there is still an easy way to cheat "victories to unlock armor". I guess a little quicker and less tedious then "do math to get current wins, Cx8+1, win whole ass mission, Cx8+1, all the way down to one value, change value to last mission vic needed x8+1, do another mission" etc etc etc
Warhammer 40,000: Space Marine 2 Trainer
Re: Warhammer 40,000: Space Marine 2 Trainer
Re: Warhammer 40,000: Space Marine 2 Trainer
is there a new bypass for 7.0
-
- Noobzor
- Posts: 5
- Joined: Sun Feb 09, 2025 9:24 am
- Reputation: 1
Re: Warhammer 40,000: Space Marine 2 Trainer
Re: Warhammer 40,000: Space Marine 2 Trainer
Has anyone edited prestiges yet? Any tricks/shortcuts before i run 4 missions for each class?
-
- What is cheating?
- Posts: 2
- Joined: Fri Feb 23, 2024 5:31 pm
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
Before levelling class xp was
4:A w:4 4:B
A = (level - 1)*8 + 1
B = (xp * 8) + 1
Now I think it is:
4:A w:4 4:B
A = (Prestige level * 8) + 1
B = (xp * 8) + 1
In this patch I think the A changed, I think its not your current level but your current prestige level. For example, if you are Prestige 1 and currently have 161 xp the search condition should be: 4:9 w:4 4:1289
What I’m doing is: I’m prestige 0 level 25. I prestige to 1 now having a level 1 character (doing the search now gets a lot of results so hold it for now), I make a private lobby Decapitation on Absolute, after the mission start enable Speedhack to 5 and dodge your way until the first objective (where you plant the charges), just for reaching this you should get 456 xp which would level your character to level 2, so you just kill yourself two times and disable the speed hack, you get a defeat but the xp just fine. Returning to the barge you them search using the grouped value above. In this case if you started fresh you should have a Prestige 1, Level 2 with 156 xp (xp just for example)…so it would be 4:9 w:4 4:1249. If it pops 2-3 results, check each one making sure to change tabs so it updates, after finding the address click on it to keep it fixed below and edit just the XP value to something like 20000001, change character tabs so it updated with the value. Hop again on the same mission (you don’t need to get to the objective) but make sure to kill enemies so you get xp for it, them die. In the defeat you should see the number changes. As you already found the address just keep doing the same thing until prestige 4 and once more to get to 25. Done!
Re: Warhammer 40,000: Space Marine 2 Trainer
groupsearch syntax for Operations classes is...brufgsilva wrote: ↑Thu Apr 17, 2025 6:10 pmBefore levelling class xp was
4:A w:4 4:B
A = (level - 1)*8 + 1
B = (xp * 8) + 1
Now I think it is:
4:A w:4 4:B
A = (Prestige level * 8) + 1
B = (xp * 8) + 1
4:(LEVEL-1) w:4 4:PRESTIGE w:4 4:XP
...where all searched numbers are ((VALUE*8) + 1)
so, searching for a class that's lvl 25, maxed XP, but has not prestige'd yet is:
LEVEL = 25 ... search for (LEVEL-1)*8 + 1 = (25-1)*8 + 1 = 193
PRESTIGE = 0 ... search for 0*8 + 1 = 1
XP = 0 ... search for 0*8 + 1 = 1 (if you're at max XP for a class the game sets your XP to 0 for whatever reason)
so the groupsearch phrase would be:
<SEARCH #1> 4:193 w:4 4:1 w:4 4:1
then you activate Prestige 1, making the class:
LEVEL = 1 ... search for (LEVEL-1)*8 + 1 = (1-1)*8 + 1 = 1
PRESTIGE = 1 ... search for 1*8 + 1 = 9
XP = 0 ... search for 0*8 + 1 = 1
so you search your results from SEARCH #1 with this syntax:
<SEARCH #2> 4:1 w:4 4:9 w:4 4:1
and it should give you your class that you've just prestige'd.
from here:
edit XP value to 320001 (equivalent to 40k XP, just because... anyway it's enough to get to lvl 25)
run an Operations PvE mission in Private mode
speedrun it until you can grab any item and then get killed
the mission will reward Most Items Found as +10 XP and will count all XP (your edited amount + the 10 just earned) and give you level 25. go back to the Armoury, +Prestige, edit xp back to 320001, do it all over again. still takes about 30-40min w loading screens and all that but it's better than nothing.
weapon XP is still...
4:XP w:4 4:UNUSED_PERKS
so you search for the weapon, Reset your Perks, run the search again (with the new UNUSED_PERKS value as perks*8+1) until you find the weapon.
don't go past max XP for the weapon, go to (max-1) XP so that you'll get that last Mastery point properly when you next get XP on the weapon. to max it out, on one of your speedruns just kill things with that weapon (exclusively). the edited-in value for (max-1) would be ((MAX_XP - 1)*8 + 1) = (MAX_XP*8 - 7).
Last edited by doobiedoo on Sat Apr 19, 2025 5:05 pm, edited 6 times in total.
-
- What is cheating?
- Posts: 2
- Joined: Fri Feb 23, 2024 5:31 pm
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
Nice, thanks for clarifying and explaining it better! Also thanks for the bypass \odoobiedoo wrote: ↑Fri Apr 18, 2025 2:10 amgroupsearch syntax for Operations classes is...brufgsilva wrote: ↑Thu Apr 17, 2025 6:10 pmBefore levelling class xp was
4:A w:4 4:B
A = (level - 1)*8 + 1
B = (xp * 8) + 1
Now I think it is:
4:A w:4 4:B
A = (Prestige level * 8) + 1
B = (xp * 8) + 1
4:(LEVEL-1) w:4 4:PRESTIGE w:4 4:XP
...where all searched numbers are ((VALUE*8) + 1)
so, searching for a class that's lvl 25, maxed XP, but has not prestige'd yet is:
LEVEL = 25 ... search for (25-1)*8 + 1 = 24*8 + 1 = 192 + 1 = 193
PRESTIGE = 0 ... search for 0*8 + 1 = 0 + 1 = 1
XP = 0 ... search for 0*8 + 1 = 0 + 1 = 1
so the groupsearch phrase would be:
4:193 w:4 4:1 w:4 4:1 (SEARCH #1)
then you activate Prestige 1, making the class:
LEVEL = 1 ... search for (1-1)*8 + 1 = 0*8 + 1 = 0 + 1 = 1
PRESTIGE = 1 ... search for 1*8 + 1 = 8 + 1 = 9
XP = 0 ... search for 0*8 + 1 = 0 + 1 = 1
so you search your results from SEARCH #1 with this syntax:
4:1 w:4 4:9 w:4 4:1 (SEARCH #2)
and it should give you your class that you've just prestige'd.
from here:
edit XP to 320001
run an Operations PvE mission in Private mode
speedrun it until you can grab any item and then get killed
the mission will reward Most Items Found as +10 XP and will count all XP (your edited amount + the 10 just earned) and give you level 25. go back to the Armoury, +Prestige, edit xp back to 320001, do it all over again. still takes about 30-40min w loading screens and all that but it's better than nothing.
weapon XP is still...
4:XP w:4 4:UNUSED_PERKS
don't go past max XP for the weapon, go to (max-1) so that you'll get that last Mastery point properly when you next get XP on the weapon. to max it out, on one of your speedruns just kill things with that weapon (exclusively).
Re: Warhammer 40,000: Space Marine 2 Trainer
Is there a way to modify the weapon talent I want?
Re: Warhammer 40,000: Space Marine 2 Trainer
Does the value*8+1 still work for requisition as well?
Nvm, tested and it does. YEPEE
Nvm, tested and it does. YEPEE
Re: Warhammer 40,000: Space Marine 2 Trainer
For the 4 prestige levels you just gotta get your current data - set lvl to 25 and start a mission - return to battle barge - hit prestige and do it again. just for the final run you gotta do a hole mission to get access to them perksdoobiedoo wrote: ↑Fri Apr 18, 2025 2:10 amgroupsearch syntax for Operations classes is...brufgsilva wrote: ↑Thu Apr 17, 2025 6:10 pmBefore levelling class xp was
4:A w:4 4:B
A = (level - 1)*8 + 1
B = (xp * 8) + 1
Now I think it is:
4:A w:4 4:B
A = (Prestige level * 8) + 1
B = (xp * 8) + 1
4:(LEVEL-1) w:4 4:PRESTIGE w:4 4:XP
...where all searched numbers are ((VALUE*8) + 1)
so, searching for a class that's lvl 25, maxed XP, but has not prestige'd yet is:
LEVEL = 25 ... search for (LEVEL-1)*8 + 1 = (25-1)*8 + 1 = 193
PRESTIGE = 0 ... search for 0*8 + 1 = 1
XP = 0 ... search for 0*8 + 1 = 1 (if you're at max XP for a class the game sets your XP to 0 for whatever reason)
so the groupsearch phrase would be:
<SEARCH #1> 4:193 w:4 4:1 w:4 4:1
then you activate Prestige 1, making the class:
LEVEL = 1 ... search for (LEVEL-1)*8 + 1 = (1-1)*8 + 1 = 1
PRESTIGE = 1 ... search for 1*8 + 1 = 9
XP = 0 ... search for 0*8 + 1 = 1
so you search your results from SEARCH #1 with this syntax:
<SEARCH #2> 4:1 w:4 4:9 w:4 4:1
and it should give you your class that you've just prestige'd.
from here:
edit XP value to 320001 (equivalent to 40k XP, just because... anyway it's enough to get to lvl 25)
run an Operations PvE mission in Private mode
speedrun it until you can grab any item and then get killed
the mission will reward Most Items Found as +10 XP and will count all XP (your edited amount + the 10 just earned) and give you level 25. go back to the Armoury, +Prestige, edit xp back to 320001, do it all over again. still takes about 30-40min w loading screens and all that but it's better than nothing.
weapon XP is still...
4:XP w:4 4:UNUSED_PERKS
so you search for the weapon, Reset your Perks, run the search again (with the new UNUSED_PERKS value as perks*8+1) until you find the weapon.
don't go past max XP for the weapon, go to (max-1) XP so that you'll get that last Mastery point properly when you next get XP on the weapon. to max it out, on one of your speedruns just kill things with that weapon (exclusively). the edited-in value for (max-1) would be ((MAX_XP - 1)*8 + 1) = (MAX_XP*8 - 7).

Re: Warhammer 40,000: Space Marine 2 Trainer
Thank you!! its been a while, found the new group search thingy. and i guess we're finding coins working backwards from a green/purple/gold now? honestly cant believe it workedbrufgsilva wrote: ↑Thu Apr 17, 2025 6:10 pmBefore levelling class xp was
4:A w:4 4:B
A = (level - 1)*8 + 1
B = (xp * 8) + 1
Now I think it is:
4:A w:4 4:B
A = (Prestige level * 8) + 1
B = (xp * 8) + 1
In this patch I think the A changed, I think its not your current level but your current prestige level. For example, if you are Prestige 1 and currently have 161 xp the search condition should be: 4:9 w:4 4:1289
What I’m doing is: I’m prestige 0 level 25. I prestige to 1 now having a level 1 character (doing the search now gets a lot of results so hold it for now), I make a private lobby Decapitation on Absolute, after the mission start enable Speedhack to 5 and dodge your way until the first objective (where you plant the charges), just for reaching this you should get 456 xp which would level your character to level 2, so you just kill yourself two times and disable the speed hack, you get a defeat but the xp just fine. Returning to the barge you them search using the grouped value above. In this case if you started fresh you should have a Prestige 1, Level 2 with 156 xp (xp just for example)…so it would be 4:9 w:4 4:1249. If it pops 2-3 results, check each one making sure to change tabs so it updates, after finding the address click on it to keep it fixed below and edit just the XP value to something like 20000001, change character tabs so it updated with the value. Hop again on the same mission (you don’t need to get to the objective) but make sure to kill enemies so you get xp for it, them die. In the defeat you should see the number changes. As you already found the address just keep doing the same thing until prestige 4 and once more to get to 25. Done!
Re: Warhammer 40,000: Space Marine 2 Trainer
Is it still possible to use CE to unlock armors? Bad thing is that I dont remember how many missions I've done with the class and now it says I need 37 wins to unlock it....
Re: Warhammer 40,000: Space Marine 2 Trainer
you can still do it, i had to after an unfortunate testing incident. the process is still a pain in the ass though:
(full armor set required wins) - (maximum required wins of individual armor pieces in set) = current wins
... <remember, values to search for are (actual_value*8 + 1)>
EDIT (better method): check the image of the top-tier full armor set. record what each armor piece is (screen shot makes this easy). then, go through each armor piece individually and find the maximum amount of wins to unlock those individual armor pieces. i think this should be the best wargear for the class except for Bulwark (they use the second-best Wargear for whatever reason) but i can't remember exactly and i don't want to screw anyone up, so here's a slightly longer method that works.
EXAMPLE: top-tier armor set unlocks at 37 wins. you have some wins already. the helmet from the set requires 12 more wins, the pauldrons each unlock at 10 wins, left greave at 11 wins, right greave at 9 wins, wargear from the set unlocks at 13 wins. the maximum amount of required wins from all armor pieces is 13.
(full armor set required wins) - (maximum required wins of individual armor pieces in set) = current wins
37 - 13 = 24
so you search for (24*8 + 1) = 193
run Decapitation on Minimal, win.
search for (193+8) = 201
run Decapitation on Minimal, win.
search for (201+8) = 209
etc.
at this point i can't remember if you make it 401 (or some other LARGE_NUMBER*8 + 1). i think i made it (full armor set wins -1)*8 + 1
so for our example (37-1)*8 + 1 = 289
run Decapitation on Minimal, win.
alternatively if you want to try it, set it to 401, run a mission, lose, if nothing changes, run another mission, win. might save you having to run another mission. if that doesn't work, edit-revert it back to (full armor set wins - 1)*8 + 1
NOTE ON THE BULWARK: you need 1 more win than the full armor set to get that shield with the angel+halo.
Last edited by doobiedoo on Fri May 30, 2025 9:20 pm, edited 6 times in total.
Re: Warhammer 40,000: Space Marine 2 Trainer
I see.. so in this case it would be 37[[Link]] - 10[[Link]] = 27*8+1 = 217the value I need to initially look for with CE and then adjust it to have it all unlocked, right?doobiedoo wrote: ↑Mon Apr 21, 2025 11:09 pmyou can still do it, i had to after an unfortunate testing incident. the process is still a pain in the ass though: compare how many wins it says you'll need for your most prestigious wargear (except the Vanguard, i think the next-to-last one is the target there) to how many wins it says you need for the top-tier full armor set and you should be able to figure out how many wins you have:
(full armor set required wins) - (best wargear required wins) = current wins
Who is online
Users browsing this forum: No registered users