Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //========COMPROBACIONES=================//
- //=========================================
- // Comprobamos la version del Cheat Engine
- {$lua}
- if(getCEVersion() < 7.0) then
- ShowMessage('AVISO!. Tu version de Cheat Engine esta obsoleta. XorEaxMrGamer')
- end
- {$asm}
- //=========================================
- // Comprobamos que se a seleccionado el proceso correcto
- {$lua}
- if(process == nil) then
- ShowMessage('No has seleccionado ningun proceso!')
- elseif (string.upper(process) ~= string.upper("starwarsjedifallenorder.exe")) then
- ShowMessage('AVISO. El proceso correcto es: = starwarsjedifallenorder.exe')
- end
- {$asm}
- //=========================================
- {$lua}
- -- monoAA_USEMONO(process,false)
- if waitForPDB then --de esta manera, las versiones anteriores de CE no se ven afectadas (By Dark Byte)
- waitForPDB()
- end
- {$asm}
- //=========================================
- //========FIN DE COMPROBACIONES============//
- [ENABLE]
- //=========================================
- //=======SI NO EXISTE NO SE EJECUTA========
- //=========================================
- define(comprobacion,48 8B 88 90 01 00 00 48 8B)
- assert($process+EDE73B6,comprobacion)
- //=========================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement