Upload your cheat tables here (No requests)
Zanzer
RCE Fanatics
Posts: 1118 Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3630
Post
by Zanzer » Sun Mar 05, 2017 11:48 pm
Uploading all of my previous tables. No promises to their current working state.
Full Health
Purchase Supplies for Free
Unlimited Adrenaline Shots
Unlimited Ammo (Clip)
Unlimited Ammo (Remaining)
Unlimited Grenades
Read Floats (Debug and Find Your Own Addresses)
Cash Pointer (Open Map)
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
mafia3.CT
(58.33 KiB) Downloaded 2001 times
XaneXXXX
Novice Cheater
Posts: 18 Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0
Post
by XaneXXXX » Mon Mar 06, 2017 4:53 pm
Awesome table!! I was wondering, Do you have any idea how to unlock all weapons? For example the tactical shotgun which says "This weapon is available as a favor from cassandra" Thanks!
mgr.inz.Player
Cheater
Posts: 37 Joined: Fri Mar 03, 2017 8:41 am
Reputation: 42
Post
by mgr.inz.Player » Mon Mar 06, 2017 8:32 pm
Hotkey is tilde: ~
SlowMo
SlowMo Push-To-Activate
wolfsy
Noobzor
Posts: 7 Joined: Mon Mar 27, 2017 4:01 pm
Reputation: 0
Post
by wolfsy » Mon Mar 27, 2017 4:03 pm
can anyone explain how to read that floats in debug mode to edit the racket income, i did try lot but didnt get it to work
ray2160
Table Makers
Posts: 104 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 113
Post
by ray2160 » Sat Jun 03, 2017 11:50 am
ty
Last edited by
ray2160 on Sun Jun 04, 2017 12:29 pm, edited 2 times in total.
Meltic
Expert Cheater
Posts: 51 Joined: Mon May 01, 2017 1:02 pm
Reputation: 2
Post
by Meltic » Sat Jun 03, 2017 4:40 pm
Is freecamera and FoV toggle possible in this game ? haven't tried to scan it.
ray2160
Table Makers
Posts: 104 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 113
Post
by ray2160 » Sun Jun 04, 2017 12:30 pm
here's the one I use works with the latest version
-----------------------------------------------------------------------------------------
I take no credit for:
Undetectable (F6)
Unlimited Ammo (Remaining)
Unlimited Adrenaline Shots
Cash Pointer (Open Map)
Wiretap Fuse Pointer (Open Map)
-----------------------------------------------------------------------------------------
I do take credit for:
Unlimited Grenades
Purchase Supplies for Free
Unlimited Slow Motion (Car / Gun)
Health
Unlimited Ammo (Clip)
6/25/2017 updated table added:
Purchase Supplies for Free
7/25/2017 updated table
-----------------------------------------------------------------------------------------
Last edited by
ray2160 on Fri Jul 28, 2017 10:33 am, edited 22 times in total.
Meltic
Expert Cheater
Posts: 51 Joined: Mon May 01, 2017 1:02 pm
Reputation: 2
Post
by Meltic » Sun Jun 04, 2017 1:57 pm
ray2160 wrote: ↑ Sun Jun 04, 2017 12:30 pm
I noticed ammo clip it's not working so here
Unlimited Ammo (Clip)
Code: Select all
{ Game : mafia3.exe
Version:
Date : 2017-05-31
Author : ray2160
This script does blah blah blah
}
[ENABLE]
aobscanmodule(AmmoClip,mafia3.exe,FF CB 8B D3 E8 CA 13 B0 FF)
AmmoClip:
db 90 90
registersymbol(AmmoClip)
[DISABLE]
AmmoClip:
db FF CB
unregistersymbol(AmmoClip)
{
// ORIGINAL CODE - INJECTION POINT: "mafia3.exe"+34FDB7D
"mafia3.exe"+34FDB5E: 84 C0 - test al,al
"mafia3.exe"+34FDB60: 41 8B EC - mov ebp,r12d
"mafia3.exe"+34FDB63: 48 8B CE - mov rcx,rsi
"mafia3.exe"+34FDB66: 49 0F 45 EF - cmovne rbp,r15
"mafia3.exe"+34FDB6A: E8 41 E4 AD FF - call mafia3.exe+2FDBFB0
"mafia3.exe"+34FDB6F: 84 C0 - test al,al
"mafia3.exe"+34FDB71: 74 47 - je mafia3.exe+34FDBBA
"mafia3.exe"+34FDB73: 48 8B 46 08 - mov rax,[rsi+08]
"mafia3.exe"+34FDB77: 48 8B CE - mov rcx,rsi
"mafia3.exe"+34FDB7A: 8B 58 18 - mov ebx,[rax+18]
// ---------- INJECTING HERE ----------
"mafia3.exe"+34FDB7D: FF CB - dec ebx
"mafia3.exe"+34FDB7F: 8B D3 - mov edx,ebx
"mafia3.exe"+34FDB81: E8 CA 13 B0 FF - call mafia3.exe+2FFEF50
// ---------- DONE INJECTING ----------
"mafia3.exe"+34FDB86: 83 FB 01 - cmp ebx,01
"mafia3.exe"+34FDB89: 75 2F - jne mafia3.exe+34FDBBA
"mafia3.exe"+34FDB8B: 48 8D 54 24 70 - lea rdx,[rsp+70]
"mafia3.exe"+34FDB90: 48 8B CE - mov rcx,rsi
"mafia3.exe"+34FDB93: E8 08 29 AF FF - call mafia3.exe+2FF04A0
"mafia3.exe"+34FDB98: 48 8B 08 - mov rcx,[rax]
"mafia3.exe"+34FDB9B: 48 63 41 04 - movsxd rax,dword ptr [rcx+04]
"mafia3.exe"+34FDB9F: 8B 8C 08 14 02 00 00 - mov ecx,[rax+rcx+00000214]
"mafia3.exe"+34FDBA6: C1 E9 14 - shr ecx,14
"mafia3.exe"+34FDBA9: 84 CB - test bl,cl
}
unlimited slow motion while in car
Code: Select all
{ Game : mafia3.exe
Version:
Date : 2017-06-02
Author : ray21
This script does blah blah blah
}
[ENABLE]
aobscanmodule(Focus1,mafia3.exe,F3 0F 11 83 00 02 00 00) // should be unique
alloc(newmem,$100,"mafia3.exe"+35D5F1E)
label(code)
label(return)
newmem:
code:
movss [rbx+00000200],xmm0
mov [rbx+00000200],(float)1
jmp return
Focus1:
jmp newmem
nop
nop
nop
return:
registersymbol(Focus1)
[DISABLE]
Focus1:
db F3 0F 11 83 00 02 00 00
unregistersymbol(Focus1)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "mafia3.exe"+35D5F1E
"mafia3.exe"+35D5EED: 40 0F B6 C7 - movzx eax,dil
"mafia3.exe"+35D5EF1: 66 0F 6E D0 - movd xmm2,eax
"mafia3.exe"+35D5EF5: 0F 5B D2 - cvtdq2ps xmm2,xmm2
"mafia3.exe"+35D5EF8: E8 63 A5 FF FF - call mafia3.exe+35D0460
"mafia3.exe"+35D5EFD: 40 84 FF - test dil,dil
"mafia3.exe"+35D5F00: 75 08 - jne mafia3.exe+35D5F0A
"mafia3.exe"+35D5F02: F3 0F 59 05 5E 19 50 01 - mulss xmm0,[mafia3.exe+4AD7868]
"mafia3.exe"+35D5F0A: F3 0F 10 8B 04 02 00 00 - movss xmm1,[rbx+00000204]
"mafia3.exe"+35D5F12: F3 0F 59 C6 - mulss xmm0,xmm6
"mafia3.exe"+35D5F16: F3 0F 58 83 00 02 00 00 - addss xmm0,[rbx+00000200]
// ---------- INJECTING HERE ----------
"mafia3.exe"+35D5F1E: F3 0F 11 83 00 02 00 00 - movss [rbx+00000200],xmm0
// ---------- DONE INJECTING ----------
"mafia3.exe"+35D5F26: 40 84 FF - test dil,dil
"mafia3.exe"+35D5F29: 74 05 - je mafia3.exe+35D5F30
"mafia3.exe"+35D5F2B: 0F 2F C1 - comiss xmm0,xmm1
"mafia3.exe"+35D5F2E: EB 03 - jmp mafia3.exe+35D5F33
"mafia3.exe"+35D5F30: 0F 2F C8 - comiss xmm1,xmm0
"mafia3.exe"+35D5F33: 0F 93 C0 - setae al
"mafia3.exe"+35D5F36: 0F 57 D2 - xorps xmm2,xmm2
"mafia3.exe"+35D5F39: 84 C0 - test al,al
"mafia3.exe"+35D5F3B: 74 38 - je mafia3.exe+35D5F75
"mafia3.exe"+35D5F3D: F3 0F 10 83 08 02 00 00 - movss xmm0,[rbx+00000208]
}
Is adding a FoV and Freecamera possible ?
ray2160
Table Makers
Posts: 104 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 113
Post
by ray2160 » Wed Jun 07, 2017 8:32 pm
@Meltic I'm sure it's possible
Meltic
Expert Cheater
Posts: 51 Joined: Mon May 01, 2017 1:02 pm
Reputation: 2
Post
by Meltic » Thu Jun 08, 2017 9:10 am
Could someone please make a freecamera and a fov toggle for the game to take some cool screenshots of the game. I Think this feature has been asked alot.
I've been trying to find the X and Y values for freecam in CE but cant find them.
yoco
Expert Cheater
Posts: 177 Joined: Fri Mar 03, 2017 4:43 pm
Reputation: 9
Post
by yoco » Thu Jun 08, 2017 4:18 pm
Does table work on version 1.8.1?
ray2160
Table Makers
Posts: 104 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 113
Post
by ray2160 » Thu Jun 08, 2017 4:47 pm
@yoco
works with the latest Steam version
MeNoHim
What is cheating?
Posts: 2 Joined: Wed Apr 19, 2017 4:52 pm
Reputation: 0
Post
by MeNoHim » Sun Jun 25, 2017 5:07 pm
Thanks for the update
alterlove
Noobzor
Posts: 5 Joined: Wed Mar 29, 2017 3:03 am
Reputation: 0
Post
by alterlove » Mon Jun 26, 2017 5:19 am
Thanks!
Users browsing this forum: admantx , Aliver , avx , AwarioBot , Bloodybone , Boru , Buttseckz , Google [Bot] , Google Adsense [Bot] , lucasklaus , sonicwinghero