Cheat Engine Addresses

Anything to do with GTA1/GTA2 modding (tools, scripts and more).
Post Reply
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Cheat Engine Addresses

Post by BeepBoop »

These are my addresses. Let me know if they work or not. :)
Sorry if they are not explained clearly but I put down the basic thought on what each address does in the name.
If you need a better explanation for any specific address just reply back.
Attachments
GTA2 Cheats.zip
(20.91 KiB) Downloaded 1394 times
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

Has anyone tried the addresses. Any results?
User avatar
elypter
Immortal
Posts: 1120
Joined: 26 Dec 2009, 23:53
GH nick: elypter

Re: Cheat Engine Addresses

Post by elypter »

i looked through it a bit but i cant run gta2 right now because it crashes on linux. dont know why, it worked before.
yur sa'nok ngeyä
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: Cheat Engine Addresses

Post by Sektor »

Thanks for the addresses. It stops the player from walking properly as soon as I load it, is it writing to addresses at startup? Apart from that it appears to be reading correct values.

I extracted the armour addresses from it and made a GTA2 script. I skip the first 4 pointers since GTA2 script has an easier way to read a player pointer. It still uses 15c and 6fa values.

Image

Infinite armour
[mis]
LEVELSTART

COUNTER loop = 1
COUNTER player_ptr
COUNTER player_addr
COUNTER armour_ptr
COUNTER armour_addr = 10

WHILE_EXEC (loop = 1)

ALTER_WANTED_LEVEL_NO_DROP (p1,6)

SET player_ptr = (p1+348) //15c
CHANGE_GANG_CHAR_RESPECT (player_ptr,player_addr,104) //this read 4 bytes at player_ptr location and stores them in player_addr counter/variable
SET armour_ptr = (player_addr+1786) //6fa
CHANGE_GANG_CHAR_RESPECT (armour_ptr,armour_addr,112) //this writes 2 bytes at armour_ptr location

ENDWHILE

LEVELEND
[/mis]
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

It's good to know that you can translate the addresses into GTA 2 script.The addresses are set right when you start a level. Check the hotkeys, select the (Walk [Max speed]) address and press Ctrl + H. Use those key-binds to walk and run as desired,

P.S My Normal forward and backwards left and right key binds are the basic wasd keys


256 = Walk
512 = Speed Walk
1024 = Normal Run
1800 = Super Run
Attachments
Screenshot (50).png
Master15
Mugger
Mugger
Posts: 13
Joined: 03 Nov 2017, 20:51
GH nick: Master15

Re: Cheat Engine Addresses

Post by Master15 »

If you press 1 on numpad, this make you control a random street ped. How do i attack as street ped?

Normal attack key is not working.
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

When you are a random street ped, you can't attack anyone manually as only the jump and enter/exit buttons work. If you put on the riot cheat and then you press f10 when you are a random person you then have the ped fight other peds, but make sure to lock the health to 100 or you will die.
Master15
Mugger
Mugger
Posts: 13
Joined: 03 Nov 2017, 20:51
GH nick: Master15

Re: Cheat Engine Addresses

Post by Master15 »

BeepBoop wrote:When you are a random street ped, you can't attack anyone manually as only the jump and enter/exit buttons work. If you put on the riot cheat and then you press f10 when you are a random person you then have the ped fight other peds, but make sure to lock the health to 100 or you will die.
I didn't know about f10 key, thanks.

Is it possible to instruct random peds to attack the player rather than fighting each other?

I'm talking about beefcake cheat that boost brutality.

The difference between buckfast and beefcake is that with the latter peds attack the player rather than wrestling each other.
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

I can check and see if that is possible, if not by cheat engine then maybe by script instead.
Logofero
Serial Killer
Serial Killer
Posts: 264
Joined: 09 Dec 2015, 14:18
Location: Russia, Gelendzhik
Contact:

Re: Cheat Engine Addresses

Post by Logofero »

Code: Select all

<CheatEntry>
      <ID>307</ID>
      <Description>"Ped Capacity"</Description>
      <LastState Value="??" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <VariableType>2 Bytes</VariableType>
      <Address>"GTA2.EXE"+001F5BC0</Address>
      <Offsets>
        <Offset>0</Offset>
      </Offsets>
 </CheatEntry>
BeepBoop, do you have a similar address for cars (not recycle car a maximal density cars)?
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

I've tried to search for the address, but have found nothing so far. It's hidden very well unlike the ped capacity address. I'll search more tomorrow.

I did notice that if you null/stop the address at 0, then there will be unlimited cars spawning in the normal spawn radius.
Logofero
Serial Killer
Serial Killer
Posts: 264
Joined: 09 Dec 2015, 14:18
Location: Russia, Gelendzhik
Contact:

Re: Cheat Engine Addresses

Post by Logofero »

BeepBop, did you find the car density address?

Need an address cleaning cars from the roads. I already use the address for ped. He was very useful.
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

I have not found the car density address unfortunately.
BeepBoop
Car Jacker
Car Jacker
Posts: 46
Joined: 14 Oct 2016, 01:32
GH nick: BeepBoop

Re: Cheat Engine Addresses

Post by BeepBoop »

Here is an update of the addresses that I found using Cheat Engine v6.4. They are a lot more reliable in terms of working on different computers using GTA2 V11.44. If you need a better explanation for any of the cheats let me know. [respect]
Attachments
GTA 2 Cheats [Update].zip
(25.22 KiB) Downloaded 1016 times
Demuscas
Ped
Ped
Posts: 1
Joined: 10 May 2020, 23:51
GH nick: Demuscas

Re: Cheat Engine Addresses

Post by Demuscas »

Hello, I have been using the addresses for 2 days now and they have been working perfectly until today when I tried to change into a normal ped when the address was changed to ???????? I have already re-downloaded gta2 and still the same problem, if you read this, please respond!

Image
Last edited by Demuscas on 11 May 2020, 00:06, edited 4 times in total.
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: Cheat Engine Addresses

Post by Sektor »

Not sure what could've broken it. There's a trainer that can change ped skins: https://github.com/izawartka/gta2-trainer-cpp
Post Reply