MisterD Posted April 22, 2017 Posted April 22, 2017 Hi all. Anyone can tell me how to search some text (like "LOCKED, EQUIP,...")with gg
Moderators NoFear Posted April 22, 2017 Moderators Posted April 22, 2017 23 minutes ago, MisterD said: Hi all. Anyone can tell me how to search some text (like "LOCKED, EQUIP,...")with gg You most likely won't find the value that you are wanting to edit. But to search txt, convert ascii to hex, then search byte. So for "EQUIP" Byte search 45h;51h;55h;49h;50h::5 If the text is 'padded' then have range be 10 instead.
MisterD Posted April 22, 2017 Author Posted April 22, 2017 2 hours ago, NoFear said: You most likely won't find the value that you are wanting to edit. But to search txt, convert ascii to hex, then search byte. So for "EQUIP" Byte search 45h;51h;55h;49h;50h::5 If the text is 'padded' then have range be 10 instead. Tks boss, i will try
Recommended Posts
Archived
This topic is now archived and is closed to further replies.