![]() |
Cheat solution for UAZ 4x4 Racing
First of all what is UAZ 4x4 Racing ?!
Soviet UAZ 4x4 drive vehicle racing game, with good graphics both at the car design and the whole level design, it features diverse playable levels with altmost no restriction which means you can drive altmost wherever your vehicle allows you to go.. it also features a diverse tuning level for all cars both visual and performance wise.. So i've been searching the web for some kind of trainer, mostly for the points in game not for the money, but no luck 'cause there isn't any, nor any kind of cheats specified by the manufacturer.. played it normaly but the points that's what makes the game fly, don't have the points, can't tune your car, and trust me going up a hill almost 50/60 degrees doesnt quite make it with the default car, you get at most 10 km/h even got 2km that means i had to wait about 20 secs for just one hill and if you think that's a good time, think about this, the level is playable START to FiNISH (by their estimate) 4 to 7 minutes, but it takes longer than that if you don't drive like a maniac .. so to my luck i managed nonetheless to cheat my way to altmost 1.000.000$ but i still don't have any idea on how to do that same thing for the point system.. A little instruction on how to make 1.000.000$ or more depends on how much is enough.. This is how i did it: First locate the Cars directory in your game folder .. eg. D:\Games\UAZ\data\cars Now in that folder you will find a multitude of folders all named like the cars (technical names not those showed in the game) now choose any folder you want.. i recommend the one corresponding your car in the garage and open the file named cars.scr.. you can do that with notepad and just edit what you want .. i could have edit the cars power but that just ruins all the fun.. oh and anyone know where i could find some sort of backup of the game exe, cuz my dvd is in shambals i don't think i can make more than 3 installs at this rate.. oh and if any kind of trainer should appear and i don't find it please let me know :) thanks:eek: Sorry for posting in the wrong section , i really didn't know , anyway there's no excuse. thanks for moving.. To get more money just open cars.scr, and edit the line that says Sell Price and edit that to whatever u want, eg. 500000 that'll get you as soon as you sell that car 500k $ Quote:
|
(Wrong forum, moved.)
Don't request original game files; backup your DVD as soon as possible and/or ask the publisher for a replacement. (And read the forum rules.) |
..here's a basic one, I can't do much more as the game crashes too much on my PC.
UAZ 4x4 Racing v1.3 Have 50,000 Cash Have 50,000 Points |
It's maybe just is me, but i can't get the trainer to work.
|
It was created for the english 1.3 version. It must be placed in the same folder as the game's exe. You also need to start the game by using the trainers "Run Game" option, it won't work on an existing instance of the game.
|
I have done all that and i hear cheat enabled in the speakers, but nothing happens with the money or points.
|
You may need to refresh the screen to see the effect, if used in the garage, proceed to the dealership or elsewhere to load a new screen. If that doesn't work then our versions must differ somewhere and if that were the case the game should probably crash as it's not writing to the correct area.
|
even if i refresh nothing happens and the game don't crash at any point.
|
Try the standard TMK trainer, if that doesn't work then I'm stumped.
You'll need to Alt+Tab to activate the cheats. |
bleep I had a weird thing happen, I'm in vista x32 edition and when I hit F1 it gave me money the first time, then whenever I'd hit F2 I'd hear "Cheat Enabled" but nothing would happen. Thought maybe restarting would do it, but nope no go. I've got a lot of money, but still the same base points.
Wonder if the data is stored in different points depending on your OS. |
Both cheats are very closely positioned in memory so if the cash cheat worked the bonus points should also have worked. I'm any case I'm using XP.
Try the TMK trainer, maybe the fault lies with the asm skeleton I used. http://www.divshare.com/download/3084455-461 You'll need to Alt+Tab to activate the cheats. |
how did you go about finding the memoryaddress for points?
|
It's just a standard integer value search.
|
yeah, but did you search before and after a race or how did you do that?
|
Quote:
Take note though, the memory address you'll find for cash is dynamically allocated and so is the region it'll break on. Here's what I have in my notes; bonus points (cash+4) read: 017BC3B6 BF 181C9614 MOV EDI,14961C18 017BC3BB 8BBF 5C080000 MOV EDI,DWORD PTR DS:[EDI+85C] 017BC3C1 8B7F 58 MOV EDI,DWORD PTR DS:[EDI+58] 017BC3C4 3BF7 CMP ESI,EDI 017BC3C6 0F8F 1B000000 JG 017BC3E7 The above routine is dynamically allocated but the pointer address +offsets aren't (as far as I'm aware). So all I did was use the pointer routine as a subroutine which hooks the 'cash break on write' area; 016B27BF jmp 00409370 MOV EBX,14961C18 MOV EBX,DWORD PTR DS:[EBX+85C] mov dword [ebx+58],0c350 MOVZX EBX,WORD PTR DS:[ESI+1] MOV ECX,DWORD PTR SS:[EBP-10] jmp 016B27C6 The cash routine is basically the same except for the -4h offset and jumps; 016B289F jmp 0040938e MOV EBX,14961C18 MOV EBX,DWORD PTR DS:[EBX+85C] mov dword [ebx+54],0c350 MOVZX EBX,WORD PTR DS:[ESI+1] MOV ECX,DWORD PTR SS:[EBP-10] jmp 016B28A6 The capitalised lines are the from the original pointer routine and the opcodes I replaced with the hook. As you can see, they're virtually identical so I can't see how one works and the other doesn't for you. I've just downloaded the trainer and it still works fine for me on my game/pc. |
Quote:
|
Quote:
1 month Holiday, Rule #1!! |
Count Me In On The List Of Peoples Who Have Followed Instructions Properly,and niether trainer is working for me,and i have version Eng 1.3...
|
There's nothing more I can do with it as it still works fine for me. I've provided the main routines that were used for the included cheats, you'll either have to search for the same routine with your game or do a complete new search for the gold value and debug from there.
|
Well,i know how to follow the trainer instructions easily,but as for your other LARGE D.I.Y post,that stuff is COMPLETLY alien to me,so i guess will just wait for a new trainer...Maybe you go it to work with your game alone,but not other peoples?im not to sure... ...I had allready done the main money work around,and i got that working fine,so i have like 500,000$,but still only about 18,000 points...Suckz,i am leaving home for a month,and won't be able to play it anymore till i get home,i guess by than there should be a 100%savegame hopefully ;-)...
|
When I have time after xmas I'll see what can be done, I don't know what though as it'll still need to be writen to the same area as what I've done. Maybe it's a OS issue but I can't test that as I only have XP.
Maybe the pro's will add it too their list of games to do.. if they haven't already. |
Hello, does anybody have an working trainer or savegame for this game? the two above doesn`t work :( i can`t find anything? could someone please help?
|
Yeah, would it be possible for somone to re-up the trainers, as I can't seem to find any online. Cheers!
|
savegame
|
Savegame
Quote:
plz can somebody give me location of that folder where i should put this savegame?? :( |
| All times are GMT -7. The time now is 02:09. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com