Forza Horizon 4

Upload your cheat tables here (No requests)
Osumunbro
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Nov 11, 2018 10:03 pm
Reputation: 0

Re: Forza Horizon 4

Post by Osumunbro »

Osumunbro wrote:
Sun Nov 11, 2018 10:36 pm
MarekH wrote:
Sun Nov 11, 2018 10:07 pm
Osumunbro wrote:
Sun Nov 11, 2018 10:04 pm
This only gives me about 6 mil... im a total noob so i dont know how to change this if thats the intended value or if im doing something wrong.
Try this:
still gives 6.5 mil, tried on a different account too
actually i just bought some things, seems like a visual bug since my money didnt go down

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

MarekH
Novice Cheater
Novice Cheater
Posts: 21
Joined: Thu Nov 01, 2018 1:38 am
Reputation: 10

Re: Forza Horizon 4

Post by MarekH »

Osumunbro wrote:
Sun Nov 11, 2018 10:40 pm
Osumunbro wrote:
Sun Nov 11, 2018 10:36 pm
MarekH wrote:
Sun Nov 11, 2018 10:07 pm


Try this:
still gives 6.5 mil, tried on a different account too
actually i just bought some things, seems like a visual bug since my money didnt go down
Heh, It's not bug :)
Or bug what we love :)
But... Game has limit to only... 550 cars in garage :)

Osumunbro
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Nov 11, 2018 10:03 pm
Reputation: 0

Re: Forza Horizon 4

Post by Osumunbro »

MarekH wrote:
Sun Nov 11, 2018 11:16 pm
Osumunbro wrote:
Sun Nov 11, 2018 10:40 pm
Osumunbro wrote:
Sun Nov 11, 2018 10:36 pm


still gives 6.5 mil, tried on a different account too
actually i just bought some things, seems like a visual bug since my money didnt go down
Heh, It's not bug :)
Or bug what we love :)
But... Game has limit to only... 550 cars in garage :)
i cant buy anything that costs more than 6,527,986 CR, do you know how i can fix this?

edit: after a game restart my money now goes down... the cheat needs to change my money to at least 10 mil to let me buy everything, idk who else is getting the same money values i am but i sure am not getting 21 mil

MarekH
Novice Cheater
Novice Cheater
Posts: 21
Joined: Thu Nov 01, 2018 1:38 am
Reputation: 10

Re: Forza Horizon 4

Post by MarekH »

Osumunbro wrote:
Sun Nov 11, 2018 11:49 pm
i cant buy anything that costs more than 6,527,986 CR, do you know how i can fix this?
edit: after a game restart my money now goes down... the cheat needs to change my money to at least 10 mil to let me buy everything, idk who else is getting the same money values i am but i sure am not getting 21 mil
Game is protected to cheat, so be happy to have 6 mil... On other computers script gives more... Read all forum from 1 site to last and U will know how to play and what to change in scripts. If U are lazy go to some site with trailers, buy subscription and have fun. Everything on g00gle.

zJIoDeI
Expert Cheater
Expert Cheater
Posts: 56
Joined: Thu Nov 01, 2018 5:10 pm
Reputation: 76

Re: Forza Horizon 4

Post by zJIoDeI »

zJIoDeI wrote:
Sat Nov 10, 2018 7:22 pm
for enthusiasts))
Spoiler

Code: Select all

{ Game   : ForzaHorizon4.exe
  Version: 
  Date   : 2018-10-14
  Author : STN
  Edit : DeD_Ma3au


}

[ENABLE]

aobscanmodule(creditss,ForzaHorizon4.exe,48 8D 4C 24 50 38 07 75 31 48 8D 57 16 E8 6A 29 79 07 4C 8D 44 24 50) // should be unique
alloc(newmem,$1000,creditss)

label(code)
label(return)

newmem:

code:
  lea rcx,[rsp+50]
  mov [rdi], fdfdf0000
  jmp return

creditss:
  jmp newmem
return:
registersymbol(creditss)

[DISABLE]

creditss:
  db 48 8D 4C 24 50

unregistersymbol(creditss)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "ForzaHorizon4.exe"+9C291A

"ForzaHorizon4.exe"+9C28F3: E8 08 F0 E1 01              -  call ForzaHorizon4.exe+27C2DE0
"ForzaHorizon4.exe"+9C28F8: 48 8B D8                    -  mov rbx,rax
"ForzaHorizon4.exe"+9C28FB: 48 89 44 24 68              -  mov [rsp+68],rax
"ForzaHorizon4.exe"+9C2900: 48 83 38 00                 -  cmp qword ptr [rax],00
"ForzaHorizon4.exe"+9C2904: 74 0A                       -  je ForzaHorizon4.exe+9C2910
"ForzaHorizon4.exe"+9C2906: 48 8B C8                    -  mov rcx,rax
"ForzaHorizon4.exe"+9C2909: FF 15 69 DB 28 07           -  call qword ptr [ForzaHorizon4.exe+7404680]
"ForzaHorizon4.exe"+9C290F: 90                          -  nop 
"ForzaHorizon4.exe"+9C2910: 0F B6 47 15                 -  movzx eax,byte ptr [rdi+15]
"ForzaHorizon4.exe"+9C2914: 41 B8 04 00 00 00           -  mov r8d,00000004
// ---------- INJECTING HERE ----------
"ForzaHorizon4.exe"+9C291A: 48 8D 4C 24 50              -  lea rcx,[rsp+50]
// ---------- DONE INJECTING  ----------
"ForzaHorizon4.exe"+9C291F: 38 07                       -  cmp [rdi],al
"ForzaHorizon4.exe"+9C2921: 75 31                       -  jne ForzaHorizon4.exe+9C2954
"ForzaHorizon4.exe"+9C2923: 48 8D 57 16                 -  lea rdx,[rdi+16]
"ForzaHorizon4.exe"+9C2927: E8 6A 29 79 07              -  call ForzaHorizon4.exe+7BF1554
"ForzaHorizon4.exe"+9C292C: 4C 8D 44 24 50              -  lea r8,[rsp+50]
"ForzaHorizon4.exe"+9C2931: 33 C0                       -  xor eax,eax
"ForzaHorizon4.exe"+9C2933: 8D 50 B4                    -  lea edx,[rax-4C]
"ForzaHorizon4.exe"+9C2936: 41 32 10                    -  xor dl,[r8]
"ForzaHorizon4.exe"+9C2939: 48 63 C8                    -  movsxd  rcx,eax
"ForzaHorizon4.exe"+9C293C: 88 54 0C 58                 -  mov [rsp+rcx+58],dl
}
Osumunbro Try this... There is not one version of the cheat on the forum, there are even those compiled into a trainer. There is a description of which parameter needs to be changed. read the thread

HappyPanda
Novice Cheater
Novice Cheater
Posts: 21
Joined: Tue Nov 13, 2018 7:10 pm
Reputation: 7

Re: Forza Horizon 4

Post by HappyPanda »

I just registered to say thank you for everyone's wonderful work. I hate grinding in games and always try to find a cheat engine table for money.

So some how I got glitched in my game and my millions stayed and now part of the server. I used many of the tables here, including MarkH's poland CT and the v2 after that. But the one that made my money stick was the one he put into an exe v2. I dont know if people are able to replicate it but now i have 600+million in my account after restart/cheat off/online.

I'll try to state what I did,
Pre-cheat was like 7.2million.

Used the latest table because MarkH said we get like 25Million. I activated it, tried and fail to buy the edinburgh house(15million). So i deactivated it and saw I now had 6.5million like everyone did(lowered my credits!). I restarted the game and it was stuck at 6.5m, so i used the .exe v2 instead and F1'ed to activate. Then I did some random vehicle purchases and upgrades, then i played a few races, like the one where you run the highway and the AI takes off-ramp while you don't (it's the custom one) for 3 laps(15mins in my One:1). Then I realize i didn't disable the cheat yet so i disabled it, saw 650million from its 999million. Rebooted the game to see if it stuck and it did. So now I'm 600million rich thanks to you guys and some random glitch.

I'm not saying this is reproducible but just wanna say that it stuck for me.

MarekH
Novice Cheater
Novice Cheater
Posts: 21
Joined: Thu Nov 01, 2018 1:38 am
Reputation: 10

Re: Forza Horizon 4

Post by MarekH »

This game is lottery... When it works @our computers, others have problems, sometimes it's worth to have all vesrions and use it for test :)

zJIoDeI
Expert Cheater
Expert Cheater
Posts: 56
Joined: Thu Nov 01, 2018 5:10 pm
Reputation: 76

Re: Forza Horizon 4

Post by zJIoDeI »

The script does not work correctly if you have already changed the level and money and the changed data were saved on your account before use. if you hacked and after that your level and money remained at the same level as before the hacking, there is no such bug

User avatar
STN
Founder
Founder
Posts: 4435
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3437

Re: Forza Horizon 4

Post by STN »

Updated once again (see first post)

Also isn't it funny how people decide on their own type of credits completely ignoring what you clearly mention.
PS: Please don't paste this CT elsewhere without linking to this thread.
It's not the first time the efforts of people here have been monetized and used for personal gain and won't be last. Just find it funny how people find ways to leech :).

Have fun anyhow, i don't really care what you do.

alOOshXL
Expert Cheater
Expert Cheater
Posts: 54
Joined: Fri Dec 29, 2017 3:27 am
Reputation: 9

Re: Forza Horizon 4

Post by alOOshXL »

I dont know what i have done but somehow i manged to make 999,999,999 credits on 3 accounts im killing my self to remember how did i do that

zJIoDeI
Expert Cheater
Expert Cheater
Posts: 56
Joined: Thu Nov 01, 2018 5:10 pm
Reputation: 76

Re: Forza Horizon 4

Post by zJIoDeI »

CaliberCH wrote:
Mon Nov 19, 2018 6:49 pm
STN wrote:
Wed Nov 14, 2018 11:53 pm

It's not the first time the efforts of people here have been monetized and used for personal gain and won't be last. Just find it funny how people find ways to leech :).
tell me about it.... :ph34r:
u can read thread. Last 3-4 page

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: Forza Horizon 4

Post by SunBeam »

^ One of those rare moments we see him out in the wild :D Might as well enjoy it. Peace, out :D

Image

Quick, before he XORs with DEADC0DE :)

zJIoDeI
Expert Cheater
Expert Cheater
Posts: 56
Joined: Thu Nov 01, 2018 5:10 pm
Reputation: 76

Re: Forza Horizon 4

Post by zJIoDeI »

After the upgrade, the protection was slightly improved. Values are found, but scripts now work even worse than before. Also, until found a way to roll back the level and money to the original value. Hardly it will soon be released to the public.
Ps good news, bug with endless night is fixed :D :D :D

alOOshXL
Expert Cheater
Expert Cheater
Posts: 54
Joined: Fri Dec 29, 2017 3:27 am
Reputation: 9

Re: Forza Horizon 4

Post by alOOshXL »

zJIoDeI wrote:
Wed Nov 21, 2018 12:20 am
After the upgrade, the protection was slightly improved. Values are found, but scripts now work even worse than before. Also, until found a way to roll back the level and money to the original value. Hardly it will soon be released to the public.
Ps good news, bug with endless night is fixed :D :D :D
Can't wait

User avatar
Eddy
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sun Mar 19, 2017 10:12 am
Reputation: 25

Re: Forza Horizon 4

Post by Eddy »

How to debug this game?
Both kernelmode and VEH make it crash.

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], David LionHeart, Djossi09, DonFknKnotts, Fresc1, Fukara, GhostStriker, Google [Bot], Google Adsense [Bot], IFireflyl, ndrynih, nvmuser, RogueTech, Seltonik, Shiraori, Sleepy698244, SoppingClam, veggeta, zoomas