Jump to content
  • 0

Help Pls


b3kirx

Question

Posted

gg.setRanges(gg.REGION_C_ALLOC)
gg.clearResults()
gg.searchNumber('1,4012985e-45;2,8025969e-45;4,2038954e-45;4,2038954e-45;4,2038954e-45;1,4012985e-45;3,1389086e-43;1,4012985e-45;2,8025969e-45;1,9618179e-44;0,5:305',gg.TYPE_FLOAT)
gg.searchNumber('0,5', gg.TYPE_FLOAT) -- Not searching 0,5 searching 5,0 ?
gg.getResults(2)
gg.editAll('1', gg.TYPE_FLOAT)
gg.toast("Wallhack All")

pls help me and sorry far bad english

2 answers to this question

Recommended Posts

  • Administrators
Posted
1 hour ago, b3kirx said:

Not searching 0,5 searching 5,0 ?

Script always work in English locale where dot is decimal separator, and comma - thousand separator.

Posted
2 minutes ago, Enyby said:

Script always work in English locale where dot is decimal separator, and comma - thousand separator.

 

1 hour ago, b3kirx said:

gg.setRanges(gg.REGION_C_ALLOC)
gg.clearResults()
gg.searchNumber('1,4012985e-45;2,8025969e-45;4,2038954e-45;4,2038954e-45;4,2038954e-45;1,4012985e-45;3,1389086e-43;1,4012985e-45;2,8025969e-45;1,9618179e-44;0,5:305',gg.TYPE_FLOAT)
gg.searchNumber('0,5', gg.TYPE_FLOAT) -- Not searching 0,5 searching 5,0 ?
gg.getResults(2)
gg.editAll('1', gg.TYPE_FLOAT)
gg.toast("Wallhack All")

pls help me and sorry far bad english

Go in select languages and select second variant of ur language or just replace "0,5" to "0.5"

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.