Page 1 of 4

Mafia 3

Posted: Sun Mar 05, 2017 11:48 pm
by Zanzer
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)

Re: Mafia 3

Posted: Mon Mar 06, 2017 4:53 pm
by XaneXXXX
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!

Re: Mafia 3

Posted: Mon Mar 06, 2017 8:32 pm
by mgr.inz.Player
Hotkey is tilde: ~


SlowMo
mafia3.CT
(3.36 KiB) Downloaded 296 times

SlowMo Push-To-Activate
mafia3 pushtoactivate.CT
(3.96 KiB) Downloaded 277 times

Re: Mafia 3

Posted: Mon Mar 27, 2017 4:03 pm
by wolfsy
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

Re: Mafia 3

Posted: Sat Jun 03, 2017 11:50 am
by ray2160
ty

Re: Mafia 3

Posted: Sat Jun 03, 2017 4:40 pm
by Meltic
Is freecamera and FoV toggle possible in this game ? haven't tried to scan it.

Mafia III Steam version 7/25/2017

Posted: Sun Jun 04, 2017 12:30 pm
by ray2160
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
-----------------------------------------------------------------------------------------

Image

mafia3 Steam 7 25 2017.CT
Mafia III Steam version 7/25/2017
(23.67 KiB) Downloaded 392 times

Re: Mafia 3

Posted: Sun Jun 04, 2017 1:57 pm
by Meltic
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 ?

Re: Mafia 3

Posted: Wed Jun 07, 2017 8:32 pm
by ray2160
@Meltic I'm sure it's possible

Re: Mafia 3

Posted: Thu Jun 08, 2017 9:10 am
by Meltic
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.

Re: Mafia 3

Posted: Thu Jun 08, 2017 4:18 pm
by yoco
Does table work on version 1.8.1?

Re: Mafia 3

Posted: Thu Jun 08, 2017 4:47 pm
by ray2160
@yoco
works with the latest Steam version

Re: Mafia 3

Posted: Sun Jun 25, 2017 4:07 pm
by ray2160
6/25/2017 updated table added: Purchase Supplies for Free

Re: Mafia 3

Posted: Sun Jun 25, 2017 5:07 pm
by MeNoHim
Thanks for the update

Re: Mafia 3

Posted: Mon Jun 26, 2017 5:19 am
by alterlove
Thanks!