Ar Tonelico (AR NoSurge) Playstation 3 RPCS3 TABLE.

Upload your cheat tables here (No requests)
Post Reply
User avatar
CroixBartel
Cheater
Cheater
Posts: 25
Joined: Sun Mar 27, 2022 11:13 pm
Reputation: 1

Ar Tonelico (AR NoSurge) Playstation 3 RPCS3 TABLE.

Post by CroixBartel »

Here You go Guys, Since its my first Table, i am here to share with everyone fell free to thanks, Its worthy my time ;

What do you need?? Big Endyan 4bit code source; Here you go

Code: Select all

alloc(TypeName,256)
alloc(ByteSize,4)
alloc(ConvertRoutine,1024)
alloc(ConvertBackRoutine,1024)

TypeName:
db '4 Byte Big Endian',0

ByteSize:
dd 4

//The convert routine should hold a routine that converts the data to an integer (in eax)
//function declared as: stdcall int ConvertRoutine(unsigned char *input);
//Note: Keep in mind that this routine can be called by multiple threads at the same time.
ConvertRoutine:
//jmp dllname.functionname
[64-bit]
//or manual:
//parameters: (64-bit)
//rcx=address of input
xor eax,eax
mov eax,[rcx] //eax now contains the bytes 'input' pointed to
bswap eax //convert to big endian

ret
[/64-bit]

[32-bit]
//jmp dllname.functionname
//or manual:
//parameters: (32-bit)
push ebp
mov ebp,esp
//[ebp+8]=input
//example:
mov eax,[ebp+8] //place the address that contains the bytes into eax
mov eax,[eax] //place the bytes into eax so it's handled as a normal 4 byte value

bswap eax

pop ebp
ret 4
[/32-bit]

//The convert back routine should hold a routine that converts the given integer back to a row of bytes (e.g when the user wats to write a new value)
//function declared as: stdcall void ConvertBackRoutine(int i, unsigned char *output);
ConvertBackRoutine:
//jmp dllname.functionname
//or manual:
[64-bit]
//parameters: (64-bit)
//ecx=input
//rdx=address of output
//example:
bswap ecx //convert the little endian input into a big endian input
mov [rdx],ecx //place the integer the 4 bytes pointed to by rdx

ret
[/64-bit]

[32-bit]
//parameters: (32-bit)
push ebp
mov ebp,esp
//[ebp+8]=input
//[ebp+c]=address of output
//example:
push eax
push ebx
mov eax,[ebp+8] //load the value into eax
mov ebx,[ebp+c] //load the address into ebx

//convert the value to big endian
bswap eax

mov [ebx],eax //write the value into the address
pop ebx
pop eax

pop ebp
ret 8
[/32-bit]
Whats on the Table??
Infinite Money
Infinite DP
________________________________________
________________________________________

Code: Select all

https://imgur.com/a/hWyi3So
________________________________________
HOPE U GUYS ENJOY. SINCE this Game is GOLDEN AGE ERA FROM PS2
Think this game for me Personaly its better than 90% of all games from this Site.
AR NoSURGE RPCS3.CT
(647 Bytes) Downloaded 187 times


How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Post Reply

Who is online

Users browsing this forum: admantx, AhrefsBot, Bing [Bot], Google [Bot], Google Adsense [Bot], Jetstream17, knichi, orbitaldrop