I was wondering why my Clan wars patches/Uniforms would not stay on my Squad member.
Originally Posted by Minnesota Dabs
99.9% Sure.
Sounds like They are trying to combat modders by frequently refreshing memory addresses. As soon as cheat engine closes and stops freezing them, they get updated back to their old selves?
Originally Posted by GoldenEagle
Sounds like They are trying to combat modders by frequently refreshing memory addresses. As soon as cheat engine closes and stops freezing them, they get updated back to their old selves?
Precisely. I've also noticed when I change anything, it resets when I get into a game, or migrate to a lobby from the Party menu.
Someone just deleted 8 of my Posts
but why only dog is not resetted? other killstreaks are wiped... bug?
i think it can be bypassed...
Originally Posted by akim14
but why only dog is not resetted? other killstreaks are wiped... bug?
i think it can be bypassed...
Most likely a simulair check as distiny found for the wolf i guess.
Originally Posted by SammyDoge1
Most likely a simulair check as distiny found for the wolf i guess.
yep, it is same code that wipes it (AFAIK - not sure because we used different methods)... but if you change that code, you cant change some things for example camo...
Originally Posted by akim14
thats is why my killstreaks does not stick (?)
screenshot
my scorestreaks on their place but everything else gone when i joined to lobby (camo, suit, patch)
1404D7F2A change to 235 (DEC) (changing JE to JMP) will disable force wipe, but you cant change camo, weapons, lethals, equipment, attachments
//edit distini's code change is different AFAIK (two lines below this code?)
Originally Posted by akim14
1404D7F2A change to 235 (DEC) (changing JE to JMP) will disable force wipe, but you cant change camo, weapons, lethals, equipment, attachments
//edit distini's code change is different AFAIK (two lines below this code?)
and it will works, while program, which do this trick, is working?
so why just not keeping CE alive all this time?
Originally Posted by 12qwerty34
and it will works, while program, which do this trick, is working?
I am not sure what are you asking... You have to change that code with every start of game and customizations are wiped after first connect to servers. Of course you can change camo weapons and stuff manually with cheatengine, but not ingame
//edit
the easiest way now how to bypass this: make function to your tool for export/save current loadouts and soldiers, then autorestore on start and block rewriting them (with option temp disable, so you can change loadouts ingame if you want)
From IW:
Anti-Cheat
Prevent players from using more loadouts than normal.
Block users from sharing camos and reticles that aren’t previously unlocked.
Anti-cheat prevention improvements.
Weapon / Perk Balance
Dead Silence/Amplify Adjustment - Dead Silence completely silent including equipment, sliding, and footsteps. Amplify users can still hear a scaled down version of the footsteps and sliding sounds.
Slight AK12 Increase on view kick.
Adjusted reload times on L115 and USR.
Reduce burst fire cool down of MSBS.
I haven't looked at it yet but should be a jmp or more that can be altered, the trick is finding them not that hard but can take a while most likely
just a 2 min test still doable to use patches and bg's, will test more later
change
1404D93EB - 74 3D - je 1404D942A to 1404D93EB - 75 3D - jne 1404D942A
and
1404D93A5 - 74 2D - je 1404D93D4 to 1404D93A5 - 75 2D - jne 1404D93D4