Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/2022 in all areas

  1. Version 1.0.4

    1,924 downloads

    its simple script that allows you to get rewards of set 1 without requiered points
    2 points
  2. Version 3

    6,828 downloads

    This is a free + open source Field offset finder script. You will need the dump of game for it to work. From the dump.cs file get variables with basic data types like int, float, bool. Then download and run field offset finder script. Input the class name and offset. And then you will get field values of all instances of that class. You can download the latest version of Field Offset Finder from here. After finding the value you have two choices for making script. First one is to use search code generator which gives you an code that you can paste in your script and it will find the value. The second option is to use the value from class function that comes with field offset finder. An example of usage of value from class is this : valueFromClass( "PlayerController", "0x148", false, false, gg.TYPE_DWORD) gg.getResults(9999) gg.editAll(99999, gg.TYPE_DWORD) You can see the documentation of value from class function here. This feature will also be added to Method Patching Library in the future with the ability to find struct and their field too. If you don't know what method patching library is then it is a collection of prebuild functions that allows you to patch methods instead of fields. You can check documentation in you are interested.
    1 point
  3. Version 2.0.0

    13,571 downloads

    I will not be updating the script here anymore. Made by me - hah#7126 I got it to work in 22.5.4 as well! Details: A better version of the lottery and sets script. Changes the lottery rewards to the values you choose. Ima keep updating this until it gets patched which is probably soon. idk why this still works. Wont be posting any other scripts i made though Ask me on discord about free super chest and other scripts instead of commenting here Usage: Run the script (press the gameguardian triangle play icon) in the pg3d LOBBY Choose how many gems you want the chests to give you. Only Works on ARM64. (If using emulator go to emulator multi-instance manager and create a new 64bit emulator.) How to tell if you are not on ARM64? When you choose the pg3d process in gameguardian when the game starts, it should say x64 beside the pg3d icon or else you are not on 64bit ALSO It depends on where you got the obb from. Google play store will be 64 bit if you are on a 64bit device 22.5.1 CUSTOM LOTTERY SCRIPT.lua
    1 point
  4. Bro here a text tutorial 1. Collect wood just "wood!" ignore all zombies don't kill anything 2. Right after you collect wood There should be a xp count on the top left you search for the value 2 3 . Collect wood again 4.now it should say 2 on the top left again now your search is 4 everything from now on when u collect wood than search goes up by two 5. Repeat process until 12 results appear 6 . Edit all 12 results to 999999999 7. Done HACKED
    1 point
  5. 1. Need clear example which can be run for any process. You post something required special condition, so it hard to test properly. Make clear and small example for any process. 2. Same as above. 3. No. This can not work in that way. It is not regular expressions or something like that. ps. In downloads section.
    1 point
  6. Look like problem with firmware. Try use root or another virtual space.
    1 point
  7. Download 70.2 again. I updated now.
    1 point
  8. 1 point
  9. Gathering information about GG errors (#9ggo57t)
    1 point
  10. Of course. Put cursor in the end of the unwanted text. In this case "Game detected by Gameguardian". Press backspace on keyboard until unwanted text complete deleted. In your case it must be "Dear Gameguardian, is it possible to remove something like that?"
    1 point
  11. "Permission denied" on start daemon. Try use another virtual space. If this not help, then need root for work GG on your firmware.
    1 point
  12. Describe your issue properly. Add video with issue.
    1 point
  13. Do not cancel GG install for reinstall with random name. If it its not work - record logcat from fresh GG install. Gathering information about GG errors (#9ggo57t)
    1 point
  14. Then firmware do not display any dialog over game. So disable this feature.
    1 point
  15. https://intl.mtp.tencent.com/cheat.html GG now something similar with such general process as memory modification or speed modification. Wow. They cover more version than exists. Around 200 version of GG exists at all. Or they mean different possible package names? Then they cover too less, because different packages names can be more then 19928148895209409152340197376.
    1 point
  16. Mistake in pattern. Not closed a frontier pattern. Something like that: ids = '01234567890' v = '01234567%f[%' check = string.find(ids, v) print(check, ids, v)
    1 point
  17. 1 point
  18. No. Root is not permission for work in that way.
    1 point
  19. Disable usage external sdcard as internal memory.
    1 point
  20. Also, for most virtual spaces this need install app in the system for able install it inside vspace, so game scan installed apps and find it in the system.
    1 point
  21. No. No. We have plans about that. Maybe. I think about that. Yes. No. It is unsafe. You need allow root for entire virtual space, so any app inside it can do anything with root and can damage your device. Few ideas exists. Some implemented in 8.69.1.
    1 point
  22. Need full text of error and full text of script for reproduce it.
    1 point
  23. All written in message. Also I not understand your attempts in the video end. Ignore top dialog and try deal with dialog below it.
    1 point
  24. Record logcat with any tool inside virtual space, during startup GG: How to collect logcat (#c1aa00vp)
    1 point
  25. Need logcat from install: How to collect logcat (#c1aa00vp)
    1 point
  26. Record video with issue. _______________________________________________ added 3 minutes later Look like you try open folder as lua script.
    1 point
  27. Then on your firmware it not work. Use other virtual space or change firmware or change device.
    1 point
  28. It amazes me how some people like to steal someone else's time. To explain to everyone that it is impossible to judge in particular, that white is white, something to argue ... Once you have finished, a new character rushes out, who writes another absurdity on a sentence and demands arguments from you per page. Funny.
    1 point
  29. http://lua-users.org/wiki/FunctionsTutorial
    1 point
  30. Function must be defined BEFORE call. You define it AFTER. So BEFORE definition it is nil.
    1 point
  31. Try call functions which not exists. Extra 'end' on last line.
    1 point
  32. Your device or this virtual space do not support work without root.
    1 point
  33. It is not GG error. Ask game developers.
    1 point
  34. It is present or not. You can not fix it.
    1 point
  35. 5000 milliseconds is 5 seconds.
    1 point
  36. Use root checker to check root access. Not cpu-z. And you must grant root access to gg,
    1 point
  37. Get results to table, modify address and set or get value via setValues or getValues. In your example you make empty table and try get 1 element from it. Of course it is always nil.
    1 point
  38. Gathering information about GG errors (#9ggo57t)
    1 point
  39. 1 point
  40. Possible bad firmware or you doing something wrong.
    1 point
  41. 1 point
  42. Only 32 or 64 possible. You doing something wrong. For example run it outside virtual space.
    1 point
  43. You write nonsense. I don't have time to explain everything to you. If you do not understand such simple things, then I have nothing to say.
    1 point
  44. Well yes. Compare me with google. This is equivalent: one person who does not get a penny from this, and a world company with hundreds of thousands of employees and billions of dollars in turnover.
    1 point
  45. Why so simple? Let's go straight: I think you need to make your version of Android. Every version of Android. For all the devices that exist in the world. Which will be compatible with GG. Because not all firmware compatible. On huawei, the kernels are broken. And so on.
    1 point
×
×
  • 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.