K KazoVan Member Joined Feb 8, 2017 Messages 11 Reaction score 0 Mar 13, 2017 #1 When i write this " 0A8C: write_memory 0x6DAEF7 size 1 value 2 virtual_protect 0 " How i can find a defaul value and turn off it???
When i write this " 0A8C: write_memory 0x6DAEF7 size 1 value 2 virtual_protect 0 " How i can find a defaul value and turn off it???
supahdupahnubah Expert Joined Dec 31, 2015 Messages 712 Reaction score 27 Mar 13, 2017 #2 0A8D: 0@ = read_memory 0x6DAEF7 size 1 virtual_protect 0 Upvote 0 Downvote
K KazoVan Member Joined Feb 8, 2017 Messages 11 Reaction score 0 Mar 14, 2017 #3 supahdupahnubah said: 0A8D: 0@ = read_memory 0x6DAEF7 size 1 virtual_protect 0 Click to expand... Not Working , it still active Upvote 0 Downvote
supahdupahnubah said: 0A8D: 0@ = read_memory 0x6DAEF7 size 1 virtual_protect 0 Click to expand... Not Working , it still active
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Mar 14, 2017 #4 Read the default value first, then write your value ( 2 ). When you want to undo it, write back the first value. Upvote 0 Downvote
Read the default value first, then write your value ( 2 ). When you want to undo it, write back the first value.