Administrators Enyby Posted June 20, 2016 Author Administrators Share Posted June 20, 2016 Need logcat. Link to comment Share on other sites More sharing options...
gnet Posted June 20, 2016 Share Posted June 20, 2016 It'd be great to have Select Half under Select All. A lot of cases in which we search a value and need to remove a half of rows repeatedly until remaining just one of them what contains exactly the value we need Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 20, 2016 Author Administrators Share Posted June 20, 2016 I do not think this feature needed. Someone can use other algorithm and want select 1/8 or select 1/8 with offset in 1/3. Link to comment Share on other sites More sharing options...
gnet Posted June 20, 2016 Share Posted June 20, 2016 (edited) My use case is: - The price of a sword is 189 golds - I want to buy it 1 gold only - So I search value 189 - Return 140 rows - I select 70 rows (by hand), change 189 to 190 - The price appears 190, now I know it is among 70 rows selected - I convert selected and remove other 70 rows - Over again I select 35 rows, change 190 back to 189 and so on until find the row I want and change it to 1 So I think it'd be really convenient if having Select Half feature instead of selecting by hand. Don't know there is any other method just better than binary search for this case Edited June 20, 2016 by gnet Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 20, 2016 Author Administrators Share Posted June 20, 2016 Use fill. Change all with increment +1. You have all different values. Back to game and see new price. All revert back except found value. Another approach: You found 140 values. Set to show first 70. Set all to 1. Go back to game. If not changed - delete all selected. It loads next 70. Set show 35. Change all. And continue your binary search. 2 Link to comment Share on other sites More sharing options...
gnet Posted June 20, 2016 Share Posted June 20, 2016 You are rock. Solved. Thank you Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 20, 2016 Author Administrators Share Posted June 20, 2016 You can combine both methods - on second method with change value use fill. If price change you known exact value. If not - you all revert back. Fill can be used if you press button "more" on "edit selected" dialog. Link to comment Share on other sites More sharing options...
Moderators NoFear Posted June 20, 2016 Moderators Share Posted June 20, 2016 18 hours ago, Enyby said: Describe about offset calc and offset goto. I do not understand how it must works and for what. Value is located at AAAAAAAA 400 Bytes away is another useful value. Negative 40bytes is another. Rather than manually scrolling all the way to the next value, jump to by the offset. Then the calculator would be, I plug in address A and address B and subtract the two and find the offset between them. This I find extremely useful since the offset in games is typically the same. So if I find hp, I know 128 bytes away is atk. 128bytes away from atk is def. Just a more efficient way of navigating between values. Link to comment Share on other sites More sharing options...
gnet Posted June 20, 2016 Share Posted June 20, 2016 1 hour ago, Enyby said: Another approach: You found 140 values. Set to show first 70. Set all to 1. Go back to game. If not changed - delete all selected. It loads next 70. Set show 35. Change all. And continue your binary search. One more good idea. But I dare not change values too much because it could crash game. I just change +1 or -1 and be sure to revert exception back to original values before deleting them Link to comment Share on other sites More sharing options...
Moderators NoFear Posted June 21, 2016 Moderators Share Posted June 21, 2016 1 hour ago, gnet said: One more good idea. But I dare not change values too much because it could crash game. I just change +1 or -1 and be sure to revert exception back to original values before deleting them Best is set filter to smaller qty. Edit all +1. If you edit it, nice, start to narrow it down. If not,edit all back, deleted selected. Search value again (which auto selects too). Then edit all +1. This is the best if you are having crashing issues. I did this method for 25,000 results... I did end up finding the value, lol. 1 Link to comment Share on other sites More sharing options...
volamhuy113 Posted June 24, 2016 Share Posted June 24, 2016 I can not be loaded ...help me please... Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 24, 2016 Author Administrators Share Posted June 24, 2016 You need go to doctor. 1 Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 27, 2016 Author Administrators Share Posted June 27, 2016 Test version. GameGuardian.git_signed.27.06.apk Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 27, 2016 Author Administrators Share Posted June 27, 2016 New test version. Fixed bug in union search. Add alert about root on install. GameGuardian.git_signed.27.06.2.apk Link to comment Share on other sites More sharing options...
Administrators Enyby Posted June 28, 2016 Author Administrators Share Posted June 28, 2016 What's New in Version 8.5.4 Improved installer. Improved compatibility with temp files. Improved compatibility with UI thread. Improved detection of sdcard path in the installer. Added root alert on install. Fixed strings. Fixed bug in group search. Updated translations. Bug & crash fixes. 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now