handicap script (probably, maybe not) (CE)

11/11/2016 22:27 kukanchan#1
-
11/12/2016 00:03 ocram59#2
What is it supposed to do?
Just to know what to test...
11/12/2016 00:22 ladronql#3
Kappa
11/12/2016 00:42 ocram59#4
Ypsilon
11/12/2016 09:47 zinedinezidaniel#5
What is this doing to the game lol?
11/12/2016 09:52 maxpet#6
Maybe it will get you good eaids lul
11/12/2016 10:11 zinedinezidaniel#7
Quote:
Originally Posted by ocram59 View Post
What is it supposed to do?
Just to know what to test...
Quote:
Originally Posted by ladronql View Post
Kappa
Quote:
Originally Posted by ocram59 View Post
Ypsilon
Quote:
Originally Posted by maxpet View Post
Maybe it will get you good eaids lul

I think it is the 99 OVL cheat
11/12/2016 10:31 Smolky#8
Its work?
11/12/2016 10:31 Joel9999#9
its supposed to give you 99 ratings.

Code :
Quote:
mov [rax+rbx*4],#99
11/12/2016 10:31 Smolky#10
@[Only registered and activated users can see links. Click Here To Register...] how to open this

NVM, IM IDIOT
11/12/2016 11:30 Danielci58#11
Not working.

Tried in all mods and nothing. I hear the " preset activated " but nothing.
11/12/2016 14:36 fzr900#12
Quote:
Originally Posted by Joel9999 View Post
its supposed to give you 99 ratings.

Code :
Just a disabling presets are working. Any idea?


[ENABLE]

aobscanmodule(presets,FIFA17.exe,89 3C 98 48 8B 5C 24 30) // should be unique
alloc(newmem,$1000,"FIFA17.exe"+6D3DEE6)

label(code)
label(return)

newmem:
mov [rax+rbx*4],#99

code:
//mov [rax+rbx*4],edi
mov rbx,[rsp+30]
jmp return

presets:
jmp newmem
nop
nop
nop
return:
registersymbol(presets)

[DISABLE]

presets:
db 89 3C 98 48 8B 5C 24 30