Page 1 of 1

Cheat Engine Addresses

Posted: 30 Jun 2017, 02:35
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.

Re: Cheat Engine Addresses

Posted: 02 Jul 2017, 21:56
by BeepBoop
Has anyone tried the addresses. Any results?

Re: Cheat Engine Addresses

Posted: 02 Jul 2017, 22:42
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.

Re: Cheat Engine Addresses

Posted: 05 Jul 2017, 01:51
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]

Re: Cheat Engine Addresses

Posted: 05 Jul 2017, 03:11
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

Re: Cheat Engine Addresses

Posted: 26 Nov 2017, 21:09
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.

Re: Cheat Engine Addresses

Posted: 28 Nov 2017, 21:38
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.

Re: Cheat Engine Addresses

Posted: 29 Nov 2017, 13:32
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.

Re: Cheat Engine Addresses

Posted: 30 Nov 2017, 06:12
by BeepBoop
I can check and see if that is possible, if not by cheat engine then maybe by script instead.

Re: Cheat Engine Addresses

Posted: 10 Mar 2018, 18:01
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)?

Re: Cheat Engine Addresses

Posted: 11 Mar 2018, 02:51
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.

Re: Cheat Engine Addresses

Posted: 21 Mar 2018, 18:20
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.

Re: Cheat Engine Addresses

Posted: 22 Mar 2018, 07:20
by BeepBoop
I have not found the car density address unfortunately.

Re: Cheat Engine Addresses

Posted: 02 Jun 2019, 00:50
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]

Re: Cheat Engine Addresses

Posted: 10 May 2020, 23:59
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

Re: Cheat Engine Addresses

Posted: 11 May 2020, 03:03
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