![]() ![]() |
![]() Post #1 | |
![]() GTA United Lead Developer Posts: 52 From: Germany Joined: 23-April 11 ![]() | Hey, when you start a new game in San Andreas the map is hidden if you watch onto it in the menue. Anybody knows how to unhide it without visiting any area? Memhacking? ATP -------------------- |
![]() Post #2 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() Post #3 | |
![]() GTA United Lead Developer Posts: 52 From: Germany Joined: 23-April 11 ![]() | Hey, thanks, works fine so far. But you sure that this adress is correct? CODE 0xBA3739 - char exploredTerritory[91] So if I use this, it unlocks not the wohle map: CODE 0@ = 0xBA3739 for 1@ = 0 to 91 step 1 005A: 0@ += 1@ // (int) 0A8C: write_memory 0@ size 1 value 1 virtual_protect 0 0@ = 0xBA3739 end So I did a little memory research and found this adress, now it works on the whole map: CODE 0@ = 0xBA3714 for 1@ = 0 to 91 step 1 005A: 0@ += 1@ // (int) 0A8C: write_memory 0@ size 1 value 1 virtual_protect 0 0@ = 0xBA3714 end This post has been edited by ATP: Sep 30 2011, 04:09 PM -------------------- |
![]() Post #4 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | Fair enough ![]() -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() ![]() |