Coding

 Reply to this postStart new topic

Unhide Map

ATP
post Sep 29 2011, 10:48 PM
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


--------------------
Go to the top of the page
 
+Quote Post
Deji
post Sep 30 2011, 10:10 AM
Post #2


Coding like a Rockstar!

Group Icon

Posts: 1,468
From: ???
Joined: 28-May 09



http://gtagmodding.com/forums/index.php...post&p=2721


--------------------
Go to the top of the page
 
+Quote Post
ATP
post Sep 30 2011, 01:16 PM
Post #3


GTA United Lead Developer

Posts: 52
From: Germany
Joined: 23-April 11



QUOTE (Deji @ Sep 30 2011, 12:10 PM) *
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


--------------------
Go to the top of the page
 
+Quote Post
Deji
post Sep 30 2011, 08:57 PM
Post #4


Coding like a Rockstar!

Group Icon

Posts: 1,468
From: ???
Joined: 28-May 09



Fair enough wink.gif


--------------------
Go to the top of the page
 
+Quote Post
Reply to this postStart new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: