mind sharing how to do it?GRVTY wrote: ↑Wed Sep 09, 2020 3:44 pmThe only issue with this is that is changes your Exotic artifact as well. I wanted to have it change all my gear to 130 when I put it on but now my Power level is 260 since I got an extra 130 boost from the relic. I need to find a way to stop that from happening as I want to look as legitimate as possible I just want to bypass some of the grind.Rhark wrote: ↑Tue Sep 08, 2020 7:47 pmSuper Gear Power:
Change a piece of gear and it will turn to 9999 Power.Code: Select all
[ENABLE] aobscanmodule(power,avengers.exe,41 0F B7 46 14 66 39) // should be unique alloc(newmem,$1000,"avengers.exe"+2011FEE) label(code) label(return) newmem: mov [r14+14],#9999 code: movzx eax,word ptr [r14+14] jmp return power: jmp newmem return: registersymbol(power) [DISABLE] power: db 41 0F B7 46 14 unregistersymbol(power) dealloc(newmem)
Also does anyone know how to turn this off once it's started?
Edit: Never mind I figured it out
Marvel's Avengers
Re: Marvel's Avengers
Re: Marvel's Avengers
Simple change the 9999 to whatever power level you want, then select the gear and it will turn that level. If you want power level 25 on the item change #9999 to #25bapexxx wrote: ↑Wed Sep 09, 2020 7:40 pmmind sharing how to do it?GRVTY wrote: ↑Wed Sep 09, 2020 3:44 pmThe only issue with this is that is changes your Exotic artifact as well. I wanted to have it change all my gear to 130 when I put it on but now my Power level is 260 since I got an extra 130 boost from the relic. I need to find a way to stop that from happening as I want to look as legitimate as possible I just want to bypass some of the grind.Rhark wrote: ↑Tue Sep 08, 2020 7:47 pmSuper Gear Power:
Change a piece of gear and it will turn to 9999 Power.Code: Select all
[ENABLE] aobscanmodule(power,avengers.exe,41 0F B7 46 14 66 39) // should be unique alloc(newmem,$1000,"avengers.exe"+2011FEE) label(code) label(return) newmem: mov [r14+14],#9999 code: movzx eax,word ptr [r14+14] jmp return power: jmp newmem return: registersymbol(power) [DISABLE] power: db 41 0F B7 46 14 unregistersymbol(power) dealloc(newmem)
Also does anyone know how to turn this off once it's started?
Edit: Never mind I figured it out
Re: Marvel's Avengers
Works perfectly but is there anyway to stop this cheat without reopening the game?JCORT4 wrote: ↑Wed Sep 09, 2020 7:43 pmSimple change the 9999 to whatever power level you want, then select the gear and it will turn that level. If you want power level 25 on the item change #9999 to #25bapexxx wrote: ↑Wed Sep 09, 2020 7:40 pmmind sharing how to do it?GRVTY wrote: ↑Wed Sep 09, 2020 3:44 pm
The only issue with this is that is changes your Exotic artifact as well. I wanted to have it change all my gear to 130 when I put it on but now my Power level is 260 since I got an extra 130 boost from the relic. I need to find a way to stop that from happening as I want to look as legitimate as possible I just want to bypass some of the grind.
Also does anyone know how to turn this off once it's started?
Edit: Never mind I figured it out
Re: Marvel's Avengers
Here's the code with power level 150.
- Attachments
-
- avengers.CT
- (799 Bytes) Downloaded 166 times
- NumberXer0
- Expert Cheater
- Posts: 1028
- Joined: Sun Mar 12, 2017 2:17 pm
- Reputation: 92
Re: Marvel's Avengers
Curious, but has anyone actually ran a mission with the overkill 9999 power level? Besides causing higher level stuff to drop..the only other benefit to power level seems to be increasing the rarity of the drops. At level 150 you never see greens again. Rarely blues and mostly purples and yellows. Its clearly well above the limit, but I wonder if they actually coded that to shut off at 150 or if it keeps going. Could possibly make exotics drop more frequently.
-
- What is cheating?
- Posts: 1
- Joined: Wed Sep 09, 2020 10:40 pm
- Reputation: 0
Re: Marvel's Avengers
Having an issue where after running the script, if i hover over any of the gear the game just crashes to desktop, even in offline mode. Any workaround for this that anyone knows of?
-
- Expert Cheater
- Posts: 53
- Joined: Tue Apr 21, 2020 7:49 pm
- Reputation: 6
Re: Marvel's Avengers
I tested this but with the enemies power level. I was able to get them up to 2499 without glitches to happen. But in my limited run I did not see any change in rarity drops. I ran the heroic elite hive twice and did not get the exotic to drop.NumberXer0 wrote: ↑Wed Sep 09, 2020 10:27 pmCurious, but has anyone actually ran a mission with the overkill 9999 power level? Besides causing higher level stuff to drop..the only other benefit to power level seems to be increasing the rarity of the drops. At level 150 you never see greens again. Rarely blues and mostly purples and yellows. Its clearly well above the limit, but I wonder if they actually coded that to shut off at 150 or if it keeps going. Could possibly make exotics drop more frequently.
I did run around with the 9999 power level for a while but did not see a change in rarity drops and definitely didnt see the exotic drop. But i did not try to run the heroic elite hive at that time.
- NumberXer0
- Expert Cheater
- Posts: 1028
- Joined: Sun Mar 12, 2017 2:17 pm
- Reputation: 92
Re: Marvel's Avengers
Damn, thats disappointing. I kind of figured it would stop at the actual cap..but part of me had hope we found an exotic drop rate code haha.ChainEatFace wrote: ↑Wed Sep 09, 2020 11:26 pmI tested this but with the enemies power level. I was able to get them up to 2499 without glitches to happen. But in my limited run I did not see any change in rarity drops. I ran the heroic elite hive twice and did not get the exotic to drop.NumberXer0 wrote: ↑Wed Sep 09, 2020 10:27 pmCurious, but has anyone actually ran a mission with the overkill 9999 power level? Besides causing higher level stuff to drop..the only other benefit to power level seems to be increasing the rarity of the drops. At level 150 you never see greens again. Rarely blues and mostly purples and yellows. Its clearly well above the limit, but I wonder if they actually coded that to shut off at 150 or if it keeps going. Could possibly make exotics drop more frequently.
I did run around with the 9999 power level for a while but did not see a change in rarity drops and definitely didnt see the exotic drop. But i did not try to run the heroic elite hive at that time.
-
- Expert Cheater
- Posts: 53
- Joined: Tue Apr 21, 2020 7:49 pm
- Reputation: 6
Re: Marvel's Avengers
I dont think testing helps rn. Apparently even the heroic elite hive is bugged.NumberXer0 wrote: ↑Wed Sep 09, 2020 11:42 pmDamn, thats disappointing. I kind of figured it would stop at the actual cap..but part of me had hope we found an exotic drop rate code haha.ChainEatFace wrote: ↑Wed Sep 09, 2020 11:26 pmI tested this but with the enemies power level. I was able to get them up to 2499 without glitches to happen. But in my limited run I did not see any change in rarity drops. I ran the heroic elite hive twice and did not get the exotic to drop.NumberXer0 wrote: ↑Wed Sep 09, 2020 10:27 pmCurious, but has anyone actually ran a mission with the overkill 9999 power level? Besides causing higher level stuff to drop..the only other benefit to power level seems to be increasing the rarity of the drops. At level 150 you never see greens again. Rarely blues and mostly purples and yellows. Its clearly well above the limit, but I wonder if they actually coded that to shut off at 150 or if it keeps going. Could possibly make exotics drop more frequently.
I did run around with the 9999 power level for a while but did not see a change in rarity drops and definitely didnt see the exotic drop. But i did not try to run the heroic elite hive at that time.
[Link]Exotics aren't a guaranteed drop, its a chance to drop BUT there is a bug with elite hives not granting their rewards appropriately. We are investigating this.
Edit: Apparently exotics don't even have an advantage over legendries. It may be the case that exotics are entirely bugged.
[Link]
Re: Marvel's Avengers
The way I did it was press CTRL + ALT + A and pasted the script in there and the clicked File and then add to current cheat table and then activate it the same way you would any other cheat table. Some posted the file in the replies here. You can download that and just change the number in the script to whatever you want. While the cheat is active if you hover over any item it will go to whatever power level you set. so activate it and make sure you only hover over what you want to change and then deactivate the cheat
-
- Cheater
- Posts: 44
- Joined: Thu Aug 16, 2018 7:25 am
- Reputation: 2
Re: Marvel's Avengers
anyone by chance know how to edit faction level? i went over to 51 XD
Re: Marvel's Avengers
Anyone know how to go back lvl 1 pls ?
Edit: Nvm i figured it out
Edit: Nvm i figured it out
Re: Marvel's Avengers
Yeah it would be cool for the reward thoGhostPhatom wrote: ↑Thu Sep 10, 2020 8:06 amanyone by chance know how to edit faction level? i went over to 51 XD
-
- Cheater
- Posts: 44
- Joined: Thu Aug 16, 2018 7:25 am
- Reputation: 2
Re: Marvel's Avengers
im actually at 51.....cap is 50 anyway to edit it down to 50 is what im asking?
Re: Marvel's Avengers
You can edit the xp to 246500 with the fearless trainerGhostPhatom wrote: ↑Thu Sep 10, 2020 10:10 amim actually at 51.....cap is 50 anyway to edit it down to 50 is what im asking?
Who is online
Users browsing this forum: 7zW9S5s6, Ara, Daz, Lep, NotAFedBoy, Send, Tom andy, Vexler, Yokujin