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. Which brazilian group
  2. 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.
  3. 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
  4. Guest

    GameGuardian

    Any plans for a grouped search?
  5. can i upload a video on youtube? my video is usually 10 minutes over and size more than 100mb
  6. Not the shell code part, that's why I wish GG supported hooks. GG would handle the allocation and hooking, and then passes the values to lua. GG is currently external, so it would be a drastic change. I have implemented my own hooking library for lua, so it can be done. Hook example, hookFun = function(x) return x * 2 end -- address -- lua hook function -- arg sizes array -- return arg size -- return or complete function (ret, complete) gg.hook(offset + base, hookFun, [TYPE_DWORD], TYPE_DWORD, HOOK_RET) Native call example -- address -- name -- arg sizes array -- return arg size gg.regsiterNative(offset + base, 'sendPacket', [TYPE_DWORD, TYPE_DWORD], TYPE_DWORD) function StopFalling() packetStopFallingId = 154 return sendPacket(packetStopFallingId, 1) == 1 end
  7. Enyby

    GameGuardian

    Koplayer - 259,902 - 7,899 - 32,905 The difference in size is due to the allocation of memory for Java heap. For example, in Nox one huge piece, about 500 mb, stands out at once. In this case, the application uses only its beginning, everything else is filled with zeros. The same story with koplayer, only here the size is less - 250 mb. If the emulator does not allocate such huge memory sizes, then the search will be faster. If the game does not store data in the Java heap, then you can not use this region - this will significantly speed up the search.
  8. Version 4.0.0

    308 downloads

    Includes Cooldown Editor Character Speed Editor Character Size Editor High Damage & Health Common Attire Only High Defense
  9. Ok. Any specific size? It says for a Facebook cover photo. I can make it big, so you can resize it.
  10. Isn't that the point of listing the Play Store link? Exceeds max size for the site, so I've shared it here: -
  11. Enyby

    GameGuardian

    No. It can be only less apk size. Approximately on 2 MB maximum. No changes in smooth will be happen. It is not dependent things.
  12. These symbols probably appear when the code is being copied from forum. Retyping the line where an error occured most likely will help. File with the function and a call to it (run from GG to test, if it works): aimbot_function.lua You don't need to do this. If it's group search and you need to search for values of different types, then you specify the type after the value. Otherwise, you don't. In your case, there is only 1 value, type of the search is "gg.TYPE_FLOAT", meaning that float value will be searched. Example, where specifying the type is needed: Objective — search for double value 4.32, followed by dword value 7274, followed by byte value 87 with group size equal to 14. Search string — "4.32E; 7274D; 87B::14".
  13. Max downloadable file size is 96mb on premium so its like unusable...u can download apks but not sd data...
  14. How to access the Facebook group?
  15. Enyby

    multiple search

    You mean group search?
  16. let's do a closed group!
  17. Enyby

    GameGuardian

    "Icons", not "icon". And it is affected only icons inside UI. Float icon always same size. _______________________________________________ added 1 minute later
  18. Dword group search ordered
  19. I can't find the Facebook group
  20. Hey. Is there any option or hack to be undetected? i mean only simoleons hacking, or only storage size unlimited or what thx for reply
  21. i really want help you but i do not understand code perfect and i tried to do someting about size im not 100% sure 2.2.0 mod created by optimum but if it so think he can help you becoz the mod was have orginal file size i hope he help /can help you
  22. under_score

    libil2cpp

    here i dumped it (i compress it due to the file size limit, just uncompress it with any file manager)dump.zip
  23. I got unlimited lure value Let's exchange if anyone have fish detection or big fish size value
  24. It is max size of bytes need for include first byte of each value. For example if you have 4 dword it will be 13 because each dword is 4 byte and last 3 byte of last dword does not matter: 1111 2222 3333 4[444] It can be calculated as 4 (items)*4 (size) - 3 (3 bytes and end) or 3 (items)*4 (size) + 1 (byte for last item) = 13 If you run simple search with only one type you can use more simple way - count of vars multiply on type size. In this example 4 values * 4 bytes each = 16. It is produce same result because dword 4-byte aligned in memory. But if you search byte with dword then minimal possible size is 2. not 5. 5 can find something like: B??? DDDD Of course all depends from what you want find. You need imagine bigger pattern of you need and calculate maximal count of bytes for include all first bytes on it.
×
×
  • 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.