Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/29/2016 in all areas

  1. Version 101.1

    201,275,660 downloads

    Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
    1 point
  2. Answer: same as previous is double. double - double hex - first 32 bit as dword. 10 = 4024000000000000 1076101120 2978 = 40a7440000000000 1084703744 3056 = 40a7e00000000000 1084743680 3234 = 40a9440000000000 1084834816 3254 = 40a96c0000000000 1084845056 3289 = 40a9b20000000000 1084862976 3299 = 40a9c60000000000 1084868096 3309 = 40a9da0000000000 1084873216 3334 = 40aa0c0000000000 1084886016 3354 = 40aa340000000000 1084896256 7458 = 40bd220000000000 1086136832 7468 = 40bd2c0000000000 1086139392 7478 = 40bd360000000000 1086141952 15492 = 40ce420000000000 1087259136 15570 = 40ce690000000000 1087269120 Code for http://www.tutorialspoint.com/compile_java_online.php public class HelloWorld{ public static void main(String []args){ int[] arr = new int[] {10,2978,3056,3234,3254,3289,3299,3309,3334,3354,7458,7468,7478,15492,15570}; for (int j: arr) { long l = Double.doubleToLongBits((double)j); System.out.println(j + " = " + Long.toHexString(l) + " " + ((int)(l >> 32))); } } } For your new data: 1 = 3ff0000000000000 1072693248 2 = 4000000000000000 1073741824 3 = 4008000000000000 1074266112 4 = 4010000000000000 1074790400 5 = 4014000000000000 1075052544 6 = 4018000000000000 1075314688 7 = 401c000000000000 1075576832 8 = 4020000000000000 1075838976 9 = 4022000000000000 1075970048 10 = 4024000000000000 1076101120 11 = 4026000000000000 1076232192 12 = 4028000000000000 1076363264 13 = 402a000000000000 1076494336 14 = 402c000000000000 1076625408 15 = 402e000000000000 1076756480 16 = 4030000000000000 1076887552 17 = 4031000000000000 1076953088 18 = 4032000000000000 1077018624 19 = 4033000000000000 1077084160 20 = 4034000000000000 1077149696 21 = 4035000000000000 1077215232 22 = 4036000000000000 1077280768 23 = 4037000000000000 1077346304
    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.