Jump to content

nok1a

Contributor
  • Posts

    669
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by nok1a

  1. Maybe because the values are in a different memory region. Did you try checking region Other ?
  2. mask search tutorial: Example of the mask search - GameGuardian (#1asz7l9n) https://gameguardian.net/help/help.html#help_mask_search But with "Group Search" in this context do you mean to filter the result list based on multiple masks? You can't filter by multiple masks at once. But you have the option to use wildcards by using the "?" symbol. Then every hex value from 0 to F will be valid in which ever position you placed the symbol.
  3. nok1a

    Top Goal

    Welcome, this post counts as a introduction, so welcome again. But it is best to make a new post with the specific question. People in the forum help out wherever is possible
  4. nok1a

    Need help with % value

    Please if the answer was correct according to your question don't forget to mark the persons answer as the solution. Like that it will be visible for people that this post has been given a solution. Like here for example:
  5. Yes you can. You need to enable developer mode and enable the option to download from unknown sources. Similar like on a normal android phone. But not all apps work on the chromebook. So you might have issues with installing games and virtual spaces. I think you can root the ARC++ or now called ARCVM which makes it possible for android apps to run on your chomebook, see here. People done it. Once you root it, the apps will obtain root access and you won't need a virtual space. So you might want to give it a try. See the tutorial.
  6. If it did not had storage permission then i don't think it would see the folders either. Are you sure you are at the correct path? Try to go to root folder and navigate from there to your SD card. And make a video and post here.
  7. But if you did a nearby search of 500 you should be able to find another group search that is better and more static.
  8. no, maybe check igameguardian forum. or IOS modding forums.
  9. No, it's from libunity.so. There is no field offset for it in the dump.cs.
  10. Welcome, your having issues with setting up bluestack? Old tutorial:
  11. https://gameguardian.net/forum/topic/37633-how-to-edit-keyvalues-of-xml-files-within-the-shared_ref-folder-using-gg/
  12. Can you explain step by step how i need to use the script, i don't know all this assembly editing. And i want to test it out. Editing this is not enough for it to work: It's not even the assembly editing that is the problem. First i want to make sure the script finds the right method. Btw i am sure it took quite some work to make the script but i don't get the purpose. It's supposed to modify methods no ?
  13. nok1a

    Find Hitbox value

    Your right. It's per object. So each time a new player enters the match you must search there xyz as well. This can be fuxed with a script or maybe we find another but better value
  14. nok1a

    Find Hitbox value

    I mean, i think you can find the other ones as well. Not sure. Would have to test it out. Your sure the value is only for one skin? When i edited it there was no issue shooting you or my alt account.
  15. nok1a

    Find Hitbox value

    Let me know if works. And if need anything else
  16. nok1a

    Find Hitbox value

    same code
  17. nok1a

    Find Hitbox value

    yeah join. pass: 11124
  18. nok1a

    Find Hitbox value

    I am not sure if what i did is same as yours. I took the xyz coordinates of the colider of the other player: 0.10576991737F;0.12057503313F;0.10601880401F:9 See if this group search works. However i don't think this increase the hitbox. Just the collider of the object because i am not able to come closer to the enemy then the distance of it's collider. But the damage is there. Im not sure if this group search applies to all characters. For all i know every collider attached to different type of character has a different size.
  19. nok1a

    Find Hitbox value

    Is it possible that you need 3 float values for this to work?
  20. nok1a

    Find Hitbox value

    You right, meta and lib are protected. Is why you can't dump it, but i see the symbol names so normally it should give you the class and field name. But i don't think we should care about their protection. Personally i consider that a modding problem. And i don't do modding. We just try to find the good oil pointers. Can you explain me how you find this hitbox so i can properly replicate? When do i do unknown search, do i need to bit in hitrange or is it just the marker that has to aim on the body? Do i increase, decrease? When?
  21. nok1a

    Find Hitbox value

    Unity, it has libunity.so
  22. nok1a

    Find Hitbox value

    You don't really need to. But did it gave you the field and class name? If so you can then search it with this script: Field Offset Finder (#yyzay1k) Or if you know class name and field you can make your own script, which perhaps looks a bit like this: Finding and changing the field offset using the game Guardian script (#48ezjg21)
  23. nok1a

    Find Hitbox value

    I understand. I don't think it's bad to see if this value you found can be found with field finder: Class name and Field offset searcher (#by23kt0q) And then build a script based on that.
  24. nok1a

    Find Hitbox value

    I'm surprised this actually works. Used to try this on other games but the anticheat detected it. Is it a Unity game?
×
×
  • 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.