Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####Numeric value
- sudo scanmem
- pid <pid of program>
- #search for value of 46
- 46
- #now change value in program and search for new value
- 45
- list
- write i32 5611be0f5140 500
- ####scanmem string replace
- sudo scanmem
- pid <pid of program>
- option scan_data_type string
- " <string>
- list
- write string 55ad10d846f0 Timmy
- ###setting all matches###
- #this could crash the program##
- sudo scanmem $(pidof doom)
- #enter value of ammo
- 50
- #shoot and enter new number
- 49
- #there are 3 values for this
- #if 3 are returned, go ahead and set all of them
- set 500
- #if there are other matches, than you might not want to change them
- #then again, have fun. who cares if the game crashes
Add Comment
Please, Sign In to add comment