Adopac Posted November 30, 2021 Posted November 30, 2021 First,Adjust the memory range in the settings, check the other option (if you still can't find the other options marked in yellow, you can check the other options, but do not check the dangerous range.) Then, search your coin's value which type is Bytes, 10 equals to 10 however, 128 equals to -128. Because its data range from -128 to 127. Be careful that there is about 3 addresses store the value.
danishajaz Posted December 12, 2021 Author Posted December 12, 2021 On 11/30/2021 at 7:45 AM, Adopac said: First,Adjust the memory range in the settings, check the other option (if you still can't find the other options marked in yellow, you can check the other options, but do not check the dangerous range.) Then, search your coin's value which type is Bytes, 10 equals to 10 however, 128 equals to -128. Because its data range from -128 to 127. Be careful that there is about 3 addresses store the value. Hey thanks a lot. That helped and I was able to find the value and edit it
Mokatalu Posted June 20, 2022 Posted June 20, 2022 That works Adopac, thanks. But adding to byte value changes something else. I didn't understand how that relates to word value, so is it possible to add more than 255... However, there is another way it seems: Check "Other" in memory range, Search for range: "(current money x 256)~(current money x 260)" //usually it is close to 257, 260 may be too much. //tilde(~) is for range min~max. e.g: for 10 (10.1 it may be) gold, that is 2560~2600 change the range as necessary. Several qword and dword appears,I changed dwords (add within range). Billons if you want.
apras1 Posted June 22, 2022 Posted June 22, 2022 On 6/20/2022 at 6:06 AM, Mokatalu said: That works Adopac, thanks. But adding to byte value changes something else. I didn't understand how that relates to word value, so is it possible to add more than 255... However, there is another way it seems: Check "Other" in memory range, Search for range: "(current money x 256)~(current money x 260)" //usually it is close to 257, 260 may be too much. //tilde(~) is for range min~max. e.g: for 10 (10.1 it may be) gold, that is 2560~2600 change the range as necessary. Several qword and dword appears,I changed dwords (add within range). Billons if you want. Please make a tutorial and share with us. I'm not able to edit the value. Thank you sir.
Mokatalu Posted June 24, 2022 Posted June 24, 2022 Here are the screenshots. Sorry about the messy format.
apras1 Posted June 28, 2022 Posted June 28, 2022 On 6/25/2022 at 4:15 AM, Mokatalu said: Here are the screenshots. Sorry about the messy format. Thank you sir
Semi Ortaç Posted December 20, 2022 Posted December 20, 2022 Edite : still working i did it. But why are we crossing with 254 and 260?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.