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. 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
  2. I cudnt upload the video in high resolution because of size. There is one more error . I am attaching the file
  3. Thank you, I see now what "group" is used for. Unfortunately I am on iOS, and this does not have a group function. Do you know if there is another way to search groups? Such as searching "2000; 1000; 500" if those were near each other? Does iGG recognize the ; to mean group? Ok im using my rooted android now. Where can I find Group Search? Thank you
  4. Ok. Any specific size? It says for a Facebook cover photo. I can make it big, so you can resize it.
  5. Enyby

    multiple search

    You mean group search?
  6. Enyby

    GameGuardian

    What's New in Version 8.10.2 Added option 'icons size'. Improved UI. Improved speed hack. Updated translations. Bug fixes.
  7. How to access the Facebook group?
  8. Guest

    GameGuardian

    Any plans for a grouped search?
  9. 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
  10. I got unlimited lure value Let's exchange if anyone have fish detection or big fish size value
  11. 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".
  12. Enyby

    GameGuardian

    "Icons", not "icon". And it is affected only icons inside UI. Float icon always same size. _______________________________________________ added 1 minute later
  13. 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
  14. Dword group search ordered
  15. Max downloadable file size is 96mb on premium so its like unusable...u can download apks but not sd data...
  16. 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
  17. 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
  18. MAARS

    offset

    Ah ok i understand i got the same when searching, it is because these values you selected for the group search are not statics they change. i managed to get the good group. -- this group : 1,769,238,352;1,885,431,122;29,285::53 -- the offset between the first results and chilly value is 0x54
  19. 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.
  20. nio04

    Help with address

    just group seatch? or run by xsScript?
  21. Group Items..v1.9.4 still can.
  22. With gg, using the group search method.
  23. this is the one recorded just now, while the gg exits. size 0b. alogrec.2017-12-28-22-21-05.log
×
×
  • 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.