Jump to content
  • 0

Script Dumper


neroscaust

Question

Posted

so here i am trying to make a dumper script code for a game because the values always changes every weeks

gold,coin,diamond,mana,hp,magic doll,pet,wand,spear etc...

and i already tired to research all of them more than 100 list hack

 

function glddmncon()

gg.searchNumber(";gold", gg.TYPE_WORD)

gg.refineNumber("50", gg.TYPE_WORD)

t1 = gg.getResults(10)

gg.addListItems(t1)

gg.searchNumber(";coin", gg.TYPE_WORD)

gg.refineNumber("51", gg.TYPE_WORD)

t1 = gg.getResults(10)

gg.addListItems(t1)

gg.searchNumber(";diamond", gg.TYPE_WORD)

gg.refineNumber("52", gg.TYPE_WORD)

t1 = gg.getResults(10)

end

 

that's an example of the code and how do i save all the code (after script done) in my device (folder)

 

 

and those currency get results 10 i want to convert it from UTF16 into DWORD so i can get 1 results

like this 

gg.searchNumber(";gold", gg.TYPE_WORD)

gg.refineNumber("50", gg.TYPE_WORD)

this GOLD code i need to convert them first into DWORD values so what should i do to convert UTF16 GOLD into DWORD

thanks

1 answer to this question

Recommended Posts

Posted
Quote
Quote
Quote
Quote

@Enyby maybe you can solve it, ive read the guide but i find it difficult to understand.

maybe I can understand if there is a complete example

and i use translator so sorry if there is a strange pronunciation

thanks

 

 

 

 

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.