-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,054
Content Type
Profiles
Forums
Downloads
Gallery
File Comments posted by Enyby
-
-
Updated. Try again.
2 -
Filename is a problem. Do not use character outside set of 0-9 a-z A-Z _
And all will be fine.
1 -
4 hours ago, Masterking2079 said:
Suggest other games to make scripts
https://gameguardian.net/forum/forum/13-requests/
[added 1 minute later]54 minutes ago, El_dorado said:I tried downloading this script many times but I can't. It's reading error. Is it my browser or the file?
File have bad name. Author want play with some characters in name file. On PC it downloaded no problem.
1 -
-
Very easy. Sell iOS, buy Android, load script. No jailbreak need.
2 -
It seems that the script uses those characters that are not in the font of its firmware (or its theme).
Do not use special characters to convey something important. For example, plain text. They may not exist in the client font and it will be impossible to use the script.1 -
1 minute ago, SquadRat said:
It will be great if you could
Done.
0 -
15 minutes ago, SquadRat said:
This is mine script )))
If you want, I can transfer authorship of the file to you and you can update this file when you need it. Also you can update description and other stuff for this file.
0 -
Use changelog button for download old version.
0 -
No way.
0 -
So it will not work for you. I can not help you. I am not the developer of this (or some other) virtual space.
1 -
Gg support only 5.2 (transient to 5.3 but stay compatible with 5.2).
0 -
Anteaters eat ants. For them, this is "food". Will it be a “food” for the human?
For some things, context is important. If I say that the value has increased by 20, is it a lot or a little? This question can not be answered. I do not know the point of reference and the scale of changes.
Similarly with pointers. From the outside, the address space of the processes in the emulator is not visible, so it will not work. It will not work at all.
There is such a thing as a cargo cult. They, too, are thoughtlessly copying the form, not understanding the content.
[added 1 minute later]You can try on the test application and see for yourself.
GameGuardian (#8fxj06fj)0 -
-
For example it call:
dex2oat --instruction-set=arm --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art -j4 --instruction-set-features=default --dex-file=/data/data/com.app.hider.master.pro/gaia/data/app/com.musselwhizzle.tapcounter/base.apk --oat-file=/data/data/com.app.hider.master.pro/gaia/data/app/com.musselwhizzle.tapcounter/oat/arm/base.odex --compiler-filter=speed
But it must be:
dex2oat --instruction-set=x86 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art -j4 --instruction-set-features=default --dex-file=/data/data/com.app.hider.master.pro/gaia/data/app/com.musselwhizzle.tapcounter/base.apk --oat-file=/data/data/com.app.hider.master.pro/gaia/data/app/com.musselwhizzle.tapcounter/oat/x86/base.odex --compiler-filter=speed
1 -
Bug from developers of virtual space. They are trying to use a set of instructions arm on the emulator, to generate odex. And there it does not work. Write to their technical support. I can't help you here.
1 -
In fact, the script is looking for every level of everything that can pointed at the data of this level.
The result is something like a tree or a pyramid.
After possible pointers have been found, at this level, it is checked whether there are any static regions among them.
If there are any, then the restoration of the chain for these pointers begins. calculation offsets and saving chain.
This allows you to speed up the search without building a chain where it is unnecessary.
It also uses reuse of calculations and so on.
Static results are excluded from the calculation and the transition to the next level takes place.And so, until they reach the limit of levels, or until they run out of data for the search.
2 -
If you are about how to use a script, then you need to find the value in any way before the pointers change, and then call the script.
If you're talking about how it works inside, then yes, something like this.
Unfortunately, this works with only few games. If the game uses automatic memory management (Java or C#), then there will be no normal pointer to a static location.
Or it will be very deep. Or there will be huge offsets.In theory, this should work with games that use their own C engines.
The search itself is very resource-intensive and the deeper, the more calculations.
The difficulty grows exponentially.For example, at the first level, for 3 values there may be 10 pointers, at the second 100, at the third 1000, at the fourth 10000.
In order to calculate the chain one has to make about 10,000 * 1000 comparisons for level 4. This is a lot.
So deeper than 4-5 levels, most often, it will not work out.Maximum offset also affects the number of results. The bigger it is, the more results and more calculations.
2 -
The script is wrong and will not work. It does not search for values. Only change the current value. So if there is nothing in the results, or there is incorrect data, the script will not work.
It is necessary to alter it to search for values.
In general, the whole script is to take the 9999 result values and add 120,000,000 to each Dword. This is easier to do through the interface.1 -
-
I check on emulator version 4.0.8771 - all work fine for me. Number hack and speedhack.
0 -
Check on Tap Counter. PUBG do not allow use any virtual space. They detect run on it and shutdown game.
1 -
Just a scary message from developers to avoid accusations.
0 -
This all does not make sense. To argue about whether some hypothetical person can or cannot write these 4 lines or not.
The script is designed for another.
Here is an example script:
Postknight Hack Script by Backlift (#3slb8nuy)There is such code:
if gg.VERSION_INT < 83000 then print('ERROR: You need a newer version of GameGuardian app to run this script. At least v8.30.0, Head to the website to update your app.') goto endall end
How will you run it on the new GG?
Or do you want to say the author did not want his script stolen?Then you urgently need to ban all text editors, because through them you can see the text of the script.
Start with Windows. It contains the most powerful lua scripting decompiler - Notepad. Urgently write to Microsoft, let them delete it! Faster! Or then someone will steal some scripts from someone!1
Multi Parallel + 32-Bit Support
in Virtual spaces (no root)
Posted