![]() ![]() |
![]() Post #1 | |
The New Guy! Posts: 1 Joined: 21-April 13 ![]() | Hi. I need HUD opcode for GTA SA to be able to turn it off in SA:MP. Where did I get it? Sorry for my bad English. This post has been edited by Fox: Apr 21 2013, 11:53 AM |
![]() Post #2 | |
![]() Actually living entity Posts: 143 From: Earth Joined: 15-January 11 ![]() | 0826 I don't need to hide the HUD so I'm not sure if it helps. Also I think there are some memory changes needed to hide the radar. Maybe you can ask google to find something like a clear-screenshot plugin and get needed info from the code. --- found some in my cleo folder; not tested. DISABLE: CODE 0A8C: write_memory 0xBA676C size 1 value 2 virtual_protect 0 0A8C: write_memory 0xBA6769 size 1 value 0 virtual_protect 0 ENABLE: CODE 0A8C: write_memory 0xBA676C size 1 value 0 virtual_protect 0 0A8C: write_memory 0xBA6769 size 1 value 1 virtual_protect 0 This post has been edited by uokka: Apr 21 2013, 01:07 PM -------------------- |
![]() Post #3 | |
The New Guy! Posts: 2 Joined: 6-July 13 ![]() | 0826 I don't need to hide the HUD so I'm not sure if it helps. Also I think there are some memory changes needed to hide the radar. Maybe you can ask google to find something like a clear-screenshot plugin and get needed info from the code. --- found some in my cleo folder; not tested. DISABLE: CODE 0A8C: write_memory 0xBA676C size 1 value 2 virtual_protect 0 0A8C: write_memory 0xBA6769 size 1 value 0 virtual_protect 0 ENABLE: CODE 0A8C: write_memory 0xBA676C size 1 value 0 virtual_protect 0 0A8C: write_memory 0xBA6769 size 1 value 1 virtual_protect 0 Thanks for the code! ![]() |
![]() Post #4 | |
The New Guy! Posts: 4 Joined: 8-January 14 ![]() | Share some more codes here please... -------------------- "The words of truth are always paradoxical." steve barbarich |
![]() ![]() |