Skip to content

Instantly share code, notes, and snippets.

@nlgxzef
Created February 28, 2018 11:56
Show Gist options
  • Select an option

  • Save nlgxzef/92bc67a9bddac6cd786f4a89710112a5 to your computer and use it in GitHub Desktop.

Select an option

Save nlgxzef/92bc67a9bddac6cd786f4a89710112a5 to your computer and use it in GitHub Desktop.
NFSMW - Remove Rev Limiter
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
<CheatEntries>
<CheatEntry>
<ID>2</ID>
<Description>"Disable Rev Limiter"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
6A05E1:
db 0
6B3D20:
xor al,al
ret
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
6A05E1:
db 1
6B3D20:
mov ecx,[ecx+48]
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>
@butu325

butu325 commented Aug 13, 2021

Copy link
Copy Markdown

Can you

@butu325

butu325 commented Aug 16, 2021

Copy link
Copy Markdown

Click the Download ZIP button at upper right.

How add the file

@Pak1096

Pak1096 commented Jul 18, 2023

Copy link
Copy Markdown

bro where is download link plz send image

@Pak1096

Pak1096 commented Jul 18, 2023

Copy link
Copy Markdown

and tell where is ct extension ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment