BS_Team_Mods Posted August 15, 2020 Share Posted August 15, 2020 I have a value of 3000 (health value in XYZ game) if I am use - gg.searchNumber('3000',gg.TYPE_FLOAT) -In that case more than 100 results are available. Is there a way to get the exact value I expect(in lua script) ?? Or, if i am use - gg.searchNumber('3000F;6.9553545F;12.9546F::,gg.TYPE_FLOAT) In this order group search, the hack works on a specific, game level (game level means :level1, level2, level3 etc..) of the game. but, it does not work on other game levels. because the value (6.9553545F;12.9546F) is not available at other game levels. >>Now my question is, is there any way by which I can find any exact value in lua script??,,, that i am find manually!!?? hope so you understand my rip English! Thanks in advance Link to comment Share on other sites More sharing options...
BS_Team_Mods Posted August 24, 2020 Author Share Posted August 24, 2020 @Jaadugar English : you have use ordered group search of static values(that not change) in that case you will find exact value via lua script. But my related values change in Every game level(main value are not change) Hindi : tumne jo ordered group search kiya hai uska ek bhi value kichi bhi match main change nhi hoga or sehi se work karega! But, mera wala group search ka value change hota hai har ek level pe(main value change nhi hota) ,, isliye lua script main exact value ko find nhi kar pa rha hu Link to comment Share on other sites More sharing options...
Jaadugar Posted August 18, 2020 Share Posted August 18, 2020 Watch it for exact value results Link to comment Share on other sites More sharing options...
Jaadugar Posted August 28, 2020 Share Posted August 28, 2020 There will be some values which will not change. Find that and the value you want to edit just do it by editing them by their offsets Link to comment Share on other sites More sharing options...
Question
BS_Team_Mods
I have a value of 3000 (health value in XYZ game)
if I am use -
gg.searchNumber('3000',gg.TYPE_FLOAT)
-In that case more than 100 results are available.
Is there a way to get the exact value I expect(in lua script) ??
Or, if i am use -
gg.searchNumber('3000F;6.9553545F;12.9546F::,gg.TYPE_FLOAT)
In this order group search, the hack works on a specific, game level (game level means :level1, level2, level3 etc..)
of the game. but, it does not work on other game levels.
because the value (6.9553545F;12.9546F) is not available at other game levels.
>>Now my question is, is there any way by which I can find any exact value in lua script??,,, that i am find manually!!??
hope so you understand my rip English! Thanks in advance
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.