Jump to content

Search the Community

Showing results for 'group size'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. CmP

    Requests for GG

    Well, this function is indeed very useful, but the question is: does it return updated information about process memory regions (because this is what author of the topic has written about, I suppose). I tried to find an answer to this question and got the following results. Script that was used for testing: local function calcTotalSize(ranges) local total = 0 for _, v in ipairs(ranges) do if v.state == 'Jh' or v.state == 'Ch' or v.state == 'Ca' or v.state == 'Cd' or v.state == 'Cb' or v.state == 'A' then total = total + (v['end'] - v.start) --print('start: ' .. v.start, 'end: ' .. v['end']) end end return total end local t1 = gg.getRangesList() print('Start') print('Count:', #t1) print('Size:', calcTotalSize(t1)) gg.setVisible(false) while not gg.isVisible() do gg.sleep(100) end local t2 = gg.getRangesList() print('\nFinish') print('Count:', #t2) print('Size:', calcTotalSize(t2)) Testing strategy: 1. Select targeted process (to get updated info about it's memory regions). 2. Launch the script. 3. Perform something in targeted process to "trigger" memory allocation/deallocation. 4. Click on GG floating icon. 5. Analyze info from the script output. Script execution result: Conclusion: Apparently, if I am not missing something, "getRangesList" function does not update info about process memory regions.
  2. CmP

    Requests for GG

    He probably meant info that GG receives when it is attached to the process. For example, list of memory regions, total "size" of process in memory, etc.
  3. ok thanks bro, one question in parallel space show other process parallel space mdserver with 85.25 mb size and if i aatach to this process show regions , my question is this process not afect the game>?
  4. sorry when download the data show 0 bytes ,something wrong, i tried only the apk without internet and not download the data and make the change and show the size now with the data and internet on the game show 0 bytes in regions and not be possible search
  5. enyvy i find a bypass to 0 bytes in harry pother i make a clone with app cloner with option debugable second option on , not put the first option to wait on because show black scrren in the game , now in the regions is show the size ,is only a bypass because i not know why this game need this on , i see somehere here in forum oyher game with this error but not remember what game , if someone know put here to see if can be fixed same method, thanks
  6. yours , right? function chamsON() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber('15;1;4;2;255', gg.TYPE_FLOAT) gg.searchNumber(15, gg.TYPE_FLOAT) gg.getResults(20) gg.editAll(4.51546, gg.TYPE_FLOAT) gg.clearResults() gg.toast('Chams Activated') end function chamsOFF() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber('4.51546;1;4;2;255', gg.TYPE_FLOAT) gg.searchNumber(4.51546, gg.TYPE_FLOAT) gg.getResults(100) gg.editAll(15, gg.TYPE_FLOAT) gg.clearResults() gg.toast('Chams Dactivated') end? realy beautifull how you edited it perfectly to the same value I edited it, now is this just coincidence? oh no...you already now the answer...LoL...and I don`t wanne show you the prove because I updated my script and changed group search of it but I cept the edited value the same...here ya go son. function chambsON() local old = gg.getRanges(); gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber --[aint showing you the value Son] gg.searchNumber(15, gg.TYPE_FLOAT) gg.getResults(20) --[amazing, we even have the same results] gg.editAll(4.51546, gg.TYPE_FLOAT) gg.clearResults() gg.toast('chambs activated') --[oh my so much different] gg.setRanges(old) end I don't even wanne show the rest because its same story...stealing :/ enjoy it son...
  7. and btw, there is no point for me to send this to a addmin because the admins online mind the script in general, if you make a different group search but with the same hack they wont make a drama about it because they have no prove or whatsoever that I found this and you not, I do know I found this and I also know that you did not found this because I already know that you have no clue how I have found it and you have no clue how I found all the other hacks eather...or if you don`t mind like explaining me how you found your so called chambz, and don`t tell me randon (just in case) because you don`t find chamz random, LoL
  8. Alright there we go _______________________________________________ added 4 minutes later I updated my scripts on and on, i basecly have to find my oldest script since thats were you got those hacks from. The oldest script was never encrypted, noob) btw goinng to the value of my hack and selecting other values then mine to make a group search to make it look new, ? would work with a fool tough. I told you i recognize my cheat and i know a tard like you cant find it without first usibg someone else his vakues. Investigate it do another group search and then spit around its yours. Its so amazing to see you wriding function grenadeON() knowing that this means you used my script because im letterly the only guy using this tyoe of way of functions on guns of boom and other games i cheated.
  9. Hello, I would like to Open 3 issues : one critical bug in last version, one major bug in all tested version, and one request for explication and improvement. All of this is related with the following lua script for gg : function searchNSave(input) gg.searchNumber(input.search, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) local r = gg.getResults(input.maxresults, nil, nil, nil, nil, nil, nil, nil, nil) local str = '' for i,v in ipairs(r) do if v.value ~= input.stars and v.value > 0.9 and v.value < 5.1 then local f = {} f[1] = {} f[1].address = v.address f[1].flags = v.flags f[1].name = input.name..' ('..i..') '..v.value gg.addListItems(f) str = str ..' '.. v.value end end gg.toast(input.name..':'..str) end local heros = {} local nb = 0 nb = 1 heros[nb] = {} heros[nb].name = 'Alice' heros[nb].stars = 3 heros[nb].search = '12;249;3;56;1;1;1;7;12;56;223;244;12;1;56;226;12;247;56;184;1;12;56:1057' heros[nb].maxresults = 23 nb = 2 heros[nb] = {} heros[nb].name = 'Bob' heros[nb].stars = 3 heros[nb].search = '8;3;197;3;56;3;4;7;56;319;182;58;1;246;70201;56;8;247;56;153;1;240;58;56:1121' heros[nb].maxresults = 25 nb = 3 heros[nb] = {} heros[nb].name = 'Carol' heros[nb].stars = 3 heros[nb].search = '8;3;197;3;56;3;5;7;440;56;221;58;1;220201;261;56;319;58;247;56;68;3;58;56:1121' heros[nb].maxresults = 25 nb = 4 heros[nb] = {} heros[nb].name = 'Dave' heros[nb].stars = 3 heros[nb].search = '8;3;209;3;56;3;7;56;221;58;1;20201;219;56;58;247;56;15;3;58;56:1025' heros[nb].maxresults = 22 for i,hero in ipairs(heros) do -- gg.clearResults() gg.toast(i..'/'..nb..': '..hero.name..' (stars='..hero.stars..')...') searchNSave(hero) gg.sleep(500) end 1st issue; critical bug: This script worked fine with version 8.69.1 but with th last version (70.2) the call "gg.addListItems(f)" in the "searchNSave" function do nothing ! (Then i have had to downgrade to 8.69.1). 2nd issue, major bug: If "gg.clearResults()" is uncommented, the following "gg.searchNumber()" will do nothing exactly half of the time. Always calling gg.clearResult() before gg.searchNumber() is an undocumented workaround to avoid this bug which could be easily fixed by including gg.clearResults() in the beginning of gg.searchNumber(). 3rd issue, request for explication/improvment: The "search" strings are generated by an other (bash) script who extract data from some files written by the game. Then we notice they may contain the same value more than once. I have notice it may not be useful as gg always result all occurrences of a searched value in its range, and it seems to only increase the time of search. Is is exact ? May you improve the group search feature by introducing eventual {} for each number, to permit to precise the (range of) occurrence of a searched value in the range. eg: '8{3};15;2014{2~5}:1025' will search for exactly 3 times a '8', any numbers of '15' (default = {1~} = from 1 to infinite), and beetween 2 and 5 times a '2014'. Then you may improve this feature to always rewrite search string to it's optimized form, eg: '2;56;7;56;220201;56;311{1~5};203;56;311;56:801' -> '2;7;56{4~};203;311{2~5};220201:801' That's all. PS: where to submit my lua scripts to hack games with GG ?
  10. I playing with the script right and you were right. I might be wrong but it does a group search for 5.0E,6.0E,7.0E,8.E:666 LMAO the script does seem to 'work'. Right now, I'm stuck in a wall but can't pass through and the funny thing is, the hunter can't hit me as the hit box of the object keeps hitting his weapon. Now only if there was a way to completely pass through it, that will be amazing.
  11. what app to logcat without root and how show region log?the regions show all 0 size same the screen above, if region log is in gameguardian here the log GG_5.1.1_API_22.log
  12. bro same error with me in harry pother show 0 size is bug with firmware are you sure?thanks
  13. goto "buy gold" menu. tap +50000 gold with 1750 diamond, group search 50000d;1750d, and edit the diamond value to minus.. and buy it.... i used paralel space, idk about the app size, i recently download it from google play.
  14. Same way as for exact values, but using ranges. For example, a string for group searching these values with default group size looks like: "7~7.1;13.9~14;21~21.1". More information about this can be found in GG help: https://gameguardian.net/help/help.html#help_group_search_ https://gameguardian.net/help/help.html#help_range_search
  15. Hey guys I'm not a beginner but I was wondering how can we do a group search on rounded values for example I want to search for 7~7.1, 13.9~14 and 21~21.1 at the same time how can I group search them? I know you can do it in cheat engine but I was wondering if it is possible on GG
  16. how to do this?and what virtual app you usein my case the size show is 189mb in right part not 225 that show in your scrren and the version is other but i want see if is some bug because in harry pother the regions are 0 size and not search, i use parallel spaces
  17. Mobile legends is a RPG game. It will be Xa, float between 0.01~3 i can't tell exactly wich value because i not play this game. In region Xa you wont get buggy. Adjust the values a lik bit. Its possible it could be value 2 and -2 since in most cases they include map size or screen size on rpg games
  18. Anyone have this bug with parallel spaces with gameguardian and this game?show 0 size and not possible search because this bug i try last gameguardian and last parallel spaces,anyone know how fix this? Anyby?
  19. Watch on YouTube: 70.0: Group editing for any number of elements - GameGuardian
  20. Well I wasn't able to hack gold bars, but I managed to hack everything else via xor search and group search. I assume that is possible to hack lives as well. So what's the gold bar's purpose in this game anyways?
  21. NoFear

    GameGuardian

    @Enyby Gg can detect if game uses randomizer.... Is it possible for gg to detect a game that relocates values on every value change? Not sure if something gg can detect and notify user data is likely relocating. Can dword xor be able to be used in group search? Maybe not multiple dword xor in single group, but like 500;200;123x4::49. Even if restricted to maximum of 5 values or maximum of 512 range. Could be helpful. I have 4 values 1;10;100;1000. And I can paste these to edit 4 values, can this be expanded, so if i edit 8 values and paste the 1;10;100;1000, it will just loop and edit next 4 with same edit. But if you tried 7 values with those 4, would give error not divisible by 4. Games detecting gg is installed. I understand xprivacy is an option, but to maintain safetynet, have to avoid xposed framework. For root users only, could gg by installed in a virtual environment and then access game on device? Or is something in the plans to help protect gg from being detected? Ptrace bypass has been a near perfect function of gg, thank you. Magisk updating basically put an end to most root detections. So if gg can somehow "hide" better, would be endless possibilities ? And as always, hands down the most powerful app available. I hope you realize your work is much appreciated by so many. Thank you ?
  22. NoFear

    GameGuardian

    @Enyby In save list, could an option to change value type in list (Dword/float/double....) be added? Example where this will be helpful: Group search dword. Then search single dword. Save results. Change address 480. Value at this location is double or float. But in save list it's stuck at dword. So if possible, anything selected, select top right options button. Then "Change value type". Then you can work with format after change address. And add them to search and continue searching with value format you need.
  23. I haven't had much time to help. I found value type double for visual effects like enemy size and player size. For values like 150.2 Try searches like 150.15~150.35 float or double sometimes the value you see, is rounded from the real value.
  24. Well with group search and some testing. The price is also encrypted in 3 values and I copied some values that were equals to 0 in the memory and pasted it onto the price values. Btw don't get your hope up if it doesn't work you get nothing.
  25. Anonymous1000

    GameGuardian

    I have had a very strong "flu" and I have not been able to leave the house. ? but I will think about this. I still think that it is worth creating an "app" of the forum for work without root and with a 100℅ compatibility with "GG". What do I mean by this ?. Many people have compatibility errors in their devices. or when trying to hack your game, the "GG" icon disappears. 99% of upper class people enter their game and buy the pack, gold etc ... Usually people who pirate their games are middle class, lower middle class and low. which logically says that many will not have devices with "high-end" features. and many of them have only 1 "GB" of "RAM" memory which is a problem when using "GG" in a virtual environment. because the system closes it even using level 3 of "prevent the download" and can not be successful in hacking. it is not about saying "give root access to the device" and solved the problem. These people will not do it because they do not like it. I would tell them then to "*****" and do not use it hahaha. but here it is about reaching all kinds of people, with different cultures, ethnic groups, religions and races. so be crazy, psychopaths. I wonder how much time is lost in downloading each virtual environment (21 apps) and modify it so that it does not have compatibility errors? "105". and do the same process again, when the developer launches a new update. perhaps it is not better to have an own "app" and to work a little so it is launched next year, maybe. The truth is that I am "root" and I do not give a "*****" but it would be good for people who are not "root". I never thought I would write such a long comment without my own benefit. As I told you before I am a "root" user haha regards ......
×
×
  • 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.