-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
Look like sorted bits from source number and some xor at the end. But not all data fit this theory. Need check - may be present some mistakes.
-
And power of 2: 2 4 8 16 32 64 and so on
-
Need more data from continuos range. 0-20 would be perfect.
-
Same value. It is impossible.
-
Create thread with data. I see, may be found something.
-
Double - Double in hex - first 32 bit double as float. 0 = 0 0.0 1 = 3ff0000000000000 1.875 2 = 4000000000000000 2.0 3 = 4008000000000000 2.125 4 = 4010000000000000 2.25 5 = 4014000000000000 2.3125 6 = 4018000000000000 2.375 7 = 401c000000000000 2.4375 8 = 4020000000000000 2.5 9 = 4022000000000000 2.53125 10 = 4024000000000000 2.5625 11 = 4026000000000000 2.59375 12 = 4028000000000000 2.625 13 = 402a000000000000 2.65625 14 = 402c000000000000 2.6875 15 = 402e000000000000 2.71875 16 = 4030000000000000 2.75 17 = 4031000000000000 2.765625 18 = 4032000000000000 2.78125 19 = 4033000000000000 2.796875 20 = 4034000000000000 2.8125 21 = 4035000000000000 2.828125 22 = 4036000000000000 2.84375 23 = 4037000000000000 2.859375 24 = 4038000000000000 2.875 25 = 4039000000000000 2.890625 26 = 403a000000000000 2.90625 27 = 403b000000000000 2.921875 28 = 403c000000000000 2.9375 29 = 403d000000000000 2.953125 30 = 403e000000000000 2.96875 From code: public class HelloWorld{ public static void main(String []args){ for (int i = 0; i < 100; i++) { long l = Double.doubleToLongBits((double)i); System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32))); } } } For: http://www.tutorialspoint.com/compile_java_online.php In last GG you can simple search with double data type.
-
This is list currently running apps. I think create from GG launcher is bad idea. For example you want work with GG on new app. But it not in list. What you do? It has in our plans.
-
I know. Will be fixed in next release.
-
Will be fixed on next release.
-
Go to http://gameguardian.oneskyapp.com/collaboration and start translation.
-
Not all understand English.
-
What's New in Version 8.4.2 Improved injection of speedhack. The menu can now be opened with a physical menu button. Added string representation in memory editor. Improved output in memory editor. Updated translations. Fixed crash on start on some firmware. Fixed bug with hiding the interface with the back button. Bug fixes.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Go to http://gameguardian.oneskyapp.com/collaboration and start translation.
-
Read 2 and 3 algorithm typical usage in help.
-
No. If game change addres of variable - you can not know next address of it. It good protection against any memory edit.
-
You can press "menu" in memory editor - "Value format" and select needed format. For like old version it has be hex and dword. See on screen.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I do not understand. Please explain with screens. And write with punctuation.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
On download page select in change list needed version and download it. But better explain why new layout is bad and how made it better and why. Old version is not supported or updated. New features in it never implemented. Or fixed bugs.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Dword, float, xor is 4 byte data type.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Read 2 and 3 algorithm typical usage in help.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Use Auto or exact type.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Press button "menu" and select "clear".
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
What's New in Version 8.4.1 Added option 'autopause'. Interface improvements. Improved functionality of history. Improved memory editor. Added 'word' and 'byte' to memory editor. Fixed critical bug in search. Select all and history button now works with external keyboards. Fixed bugs when changing orientation. Added feature to revert changes. Fixed selection in search results on update. Updated translations. Bug fixes.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I did not see any special. May be later I tried to reproduce bug. At current point I do not have any solution.
-
Need logcat.