Jump to content

I have an idea


ErickuchoSan

Recommended Posts

  • Moderators

You know this exists in GG already..? 

Where you browse memory locations, the settings button in top right then "copy memory". 

You put address you want to copy from. Then address you want to copy to and how many bytes of data you are copying. 

Link to comment
Share on other sites

  • 2 weeks later...

gameguardian.mp4
Well, if you look at the video, you'll see that I select the first point and then select the second point.
I want to mark all the codes that are between the first code that you select until the last code that you select

_______________________________________________
added 4 minutes later

I want an option that allows me this

Link to comment
Share on other sites

  • Moderators
58 minutes ago, ErickuchoSan said:

gameguardian.mp4
Well, if you look at the video, you'll see that I select the first point and then select the second point.
I want to mark all the codes that are between the first code that you select until the last code that you select

_______________________________________________
added 4 minutes later

I want an option that allows me this

You looking to edit all to the same value? 

Looks like a list that is being pointed to... 

You have multiple other ways you might be able to achieve editing all to 0...

 

 

Top of list, 1237 I think was the very top, that's how many lines... Could see if edit to 1 and edit 1st value to 0 is enough. 

 

 

If not, do a ranged search within a certain address range. 

12999~15001 within the range of all those values, then you have them all in your search. 

 

 

Find the pointer pointing to that list, maybe point somewhere else. 

 

 

Other would be to find a masdive list of 0's in the game (goto memory location that's not being used basically). Write address location down or copy it.  Do a "memory copy". Copy from address location of the 0's to location of the first item in list then for the range, 4x the number of lines. So if 1000 lines, 4000. It will re-write everything from one location to that. 

 

 

Edit 1st value to 2123456789. 

Search 2123456789;15000::4949

Edit all the 15000 to 0

Search 2123456789;14999::4949

Edit all the 14999 to 0.

 

 

Link to comment
Share on other sites

  • Moderators
6 minutes ago, ErickuchoSan said:

Well, I understand, but these values change them to 15000
but before, these values were varied example: 7,5,2,1,20,15
and I had to select everything to modify everything to 15000 and I want to make it easier

Then do

Edit 1st value to 2123456789,then search

2123456789;1~20::5000

1 to 20 is if all values are from 1 to 20. 

Then you can edit everything at once. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.