@all: use winrar v5.x (or higher) to extract rar!
@942826468: (or anyone else who wou!ld not mind getting their hands "dirty"):
1. load the table, double-click the script and copy "GRW.exe+5081746" (text in comment, without any double_quotes)
2. goto CE, and open 'Memory view'. Right-click in top window, select 'goto address and paste "GRW.exe+5081746" here (no quotes !)
3. there is good chance you will end up near the proper instructions; but not quite (since that code has changed, and thus 'unique code' not found)
4. right-click, 'goto address' and change the address it shows (in my case: 145081746) to something like "143081746" (yes, no quotes either
)
5. select 'Search ~ Find assembly code' and fill in:
(part of our unique code ~ I assume that at least these opcodes have not changed)
mov eax,r9d
add rsp,28
also try with:
(less chance of it returning many results)
cvttps2pi mm9,xmm0
OR
cvttss2si r9d,xmm0 // found this on one of my other prtscrns ~ not sure if this one is related to the Tier One mode
6. IF that particular opcode has NOT changed, it will eventually find that instruction (and probably more entries)...
(this scan will take some time, so go and have a drink... or something)
(ps: move the [Assemblyscan] window somewhere in the corner of your screen, as it tends to "disappear" behind other open windows...)
7. When it finds such an instruction, double-click it and verify/compare the instructions with the image I've provided (a few lines above and below ~ and/or with the ASM code added in the script)
btw: I'm inclined to think that the last part of the code has changed (CC, etc)
8. When you've found the right location, follow the AOB injection method to create a new script (CE will find and create a new unique code); then copy/paste that new code in the current script (or find a unique code yourself ~ take a longer 'opstring' f.e.).
BEST: let CE do its work since the opcodes for your "new" code will be different, as will be the opcode to "Disable". So, once you got your script, edit the "code:" to what I did...
good luck...