Not sure if this cause ban, tested only for awhile.
Get this script from GMS and I convert it to MSEA version.
Move abit and it will vac to a spot.
CRC bypass needed.
//Dupex(Updated to MSEA 92 by nerrazzuri)
[enable]
alloc(JimmyLinDupeX,50)
alloc(platform,4)
registersymbol(platform)
label(finish)
label(end)
platform:
dd 0
JimmyLinDupeX:
test [platform],FFFFFFFF //Unrandomize Platform, you can edit if you want.
jnz finish
mov [platform],edi
finish:
mov edi,[platform]
mov [esi+00000114],edi
jmp end
009B2F4D:
jmp JimmyLinDupeX
nop
end:
[disable]
009B2F4D:
mov [esi+00000114],edi
dealloc(JimmyLinDupex)
dealloc(platform)
unregistersymbol(platform)