Jump to content
  • 0

how to search HEX??


mlbb123190

Question

someone teach me how to find or change to hex the values??

gg.searchNumber("142;129;2524",gg.TYPE_DWORD)

gg.searchNumber("142",gg.TYPE_BYTE)
gg.getResults(20)
gg.editAll("2000",gg.TYPE_BYTE)
gg.cleatResults()
gg.searchNumber("142;129;2524",gg.TYPE_DWORD)
gg.searchNumber("129;2524",gg.TYPE_DWORD)
gg.getResults(20)
gg.editAll("9999999")

 

i try it my result is not working,,please help.

gg.searchNumber("h F0 00 00 00 81 00 00 00 DC 09 00 00",gg.TYPE_BYTE)
gg.searchNumber("h F0 00 00 00",gg.TYPE_BYTE)
gg.getResults(20)
gg.editAll("h D0 07 00 00",gg.TYPE_BYTE)
gg.cleatResults()
gg.searchNumber("h F0 00 00 00 81 00 00 00 DC 09 00 00",gg.TYPE_BYTE)
gg.searchNumber("81 00 00 00 DC 09 00 00",gg.TYPE_BYTE)
gg.getResults(20)
gg.editAll("h 7F 96 98 00 7F 96 98 00")

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.