Jump to content

Hamzabbas

Ascended
  • Posts

    51
  • Joined

  • Last visited

2 Followers

Additional Information

  • Android
    13.x
  • Device
    Motorola edge 50 fusion
  • Service provider
    Other

Recent Profile Visitors

18,390 profile views

Hamzabbas's Achievements

Contributor

Contributor (5/14)

  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

6

Reputation

  1. Try speed method by pressing and hold gg speed hack is shown
  2. 8 ball pool also detect root
  3. @technicalkhan594 @GameGuardianOfficial #8ballpool #games #mobilegamehacks #8ballpoolcheats #8ballpoolcheats #technicalkhan594 #gameplay #live8ballpool #modapk #gameguardian #gameguardian2025 #chetohack8ballpool For Detail explain must watch this video: https://youtu.be/ZVV6nwa_T2A (Need to download all) HideMyAppList: Magisk28.1: LSPOSEDmoded(Android 15 support) LSPOSED : SHAMIKO: USFTYNET: https://youtu.be/ZVV6nwa_T2A
  4. Title: IDA Pro on Android! Run the Original IDA Pro Without Errors For Detail explain watch video Links: on YouTube Video Description: In this video, I’ll show you how to run the original IDA Pro on Android using emulators. I’ll walk you through the exact configuration needed to make IDA Pro work smoothly without errors. What’s covered in this video? Installing and setting up Emulator on Android Configuring the emulator specifically for IDA Pro Running IDA Pro without crashes or issues Tips for optimizing performance Watch till the end to see it in action! Don’t forget to LIKE, SHARE, and SUBSCRIBE for more amazing tricks https://youtu.be/x2E2mWo9zgc
  5. View File 8 Ball Pool Long line 8ball pool hack for root and root 64bit Long line All cue skin Glowing line For more details explained in video https://youtu.be/3JuhGQ8M7y0?si=uJRZpvAfoX6czhlx Submitter Hamzabbas Submitted 01/31/2025 Category LUA scripts  
  6. Version 2.6

    9,006 downloads

    8ball pool hack for root and root 64bit Long line All cue skin Glowing line For more details explained in video https://youtu.be/3JuhGQ8M7y0?si=uJRZpvAfoX6czhlx
  7. To get the value from result 26 and filter it with '670' and copy dword this hex 3E9EC670 and search dword value from 3E9EC670, modify your script like this: ``` -- ... (rest of your script remains the same) -- Get the 26th result local res2 = gg.getResults(26) -- Extract the value from the 26th result local value = res2[1].value -- Filter the value with '670' gg.searchNumber(tostring(value) .. ";670", gg.TYPE_DWORD) -- Copy the DWORD value at address 0x3E9EC670 gg.searchNumber("0x3E9EC670", gg.TYPE_DWORD) -- Search for the DWORD value local result = gg.getResults(1) gg.searchNumber(result[1].value, gg.TYPE_DWORD) ``` This script: 1. Extracts the value from the 26th result. 2. Filters the value with '670'. 3. Copies the DWORD value at address 0x3E9EC670. 4. Searches for the DWORD value. Note: Make sure to adjust the script according to your needs, as the filtering and searching logic might need to be modified based on your specific requirements.
  8. Yes, GameGuardian has a similar feature called "Pointer Scanner" or "What Accesses This Address" (WATA). It allows you to find out which addresses or instructions are accessing or modifying a specific memory address. To use this feature in GameGuardian: 1. Open GameGuardian and attach it to the game process. 2. Search for the address you're interested in and add it to the "Favorites" list. 3. Long-press on the address in the Favorites list and select "What Accesses This Address" (WATA) or "Pointer Scanner". 4. GameGuardian will then scan for instructions or addresses that access or modify the selected address. Note that this feature might not work exactly like Cheat Engine's "Find out what accesses this address" feature, but it serves a similar purpose. Additionally, GameGuardian has other features like "Pointer Finder" and "Data Referrer" that can help you analyze memory access patterns and find relationships between addresses. Experiment with these features to achieve your goals!
  9. You're explaining how decimal numbers are represented in bytes. In computing, a byte is a unit of digital information that can store a value ranging from 0 to 255 (decimal). This is because a byte is made up of 8 binary digits (bits), and 2^8 (2 to the power of equals 256 possible values. When a decimal number is greater than 255, it requires more than one byte to represent it. You've provided some examples: - 256: 0x01 0x00 (two bytes) - 257: 0x01 0x01 (two bytes) - 999: 0x03 0xE7 (two bytes) In each case, the decimal number is split into two bytes using a process called byte splitting or byte encoding. The first byte (most significant byte, or MSB) represents the high-order bits, while the second byte (least significant byte, or LSB) represents the low-order bits. For example, the decimal number 999 can be broken down into: - High-order bits (MSB): 0x03 - Low-order bits (LSB): 0xE7 When combined, these two bytes represent the decimal value 999. I hope this clarifies the concept! Let me know if you have any further questions.
  10. View File [TK]_LuaEncoder Script Key Benefits: ° Encrypt Lua scripts with ease, safeguarding your intellectual property. ° Customize encryption levels from 1 to 7 iterations, balancing security and performance. ° It Can Encode Already Encoded Binary Script Which will still Executable Encoding Format: Hexadecimal Note: Must Watch This Video Before Using It : https://youtu.be/MiOupMsSEUQ Submitter Hamzabbas Submitted 07/15/2024 Category Tools  
  11. Version 1.0.0

    692 downloads

    Key Benefits: ° Encrypt Lua scripts with ease, safeguarding your intellectual property. ° Customize encryption levels from 1 to 7 iterations, balancing security and performance. ° It Can Encode Already Encoded Binary Script Which will still Executable Encoding Format: Hexadecimal Note: Must Watch This Video Before Using It : https://youtu.be/MiOupMsSEUQ
  12. View File Temple Run 2 Lua Script Temple Run 2 Lua Script For Any game Version also 32bit or 64bit 1. Unlimited Diamond 2. Unlimited Coins Everything You Want to Know And How To Use the script in this video https://youtube.com/shorts/cldV8-ktrX8?si=0wtmARFAWjOqVOO6 Pass: A78 Submitter Hamzabbas Submitted 07/14/2024 Category LUA scripts  
  13. Version 1.0.0

    569 downloads

    Temple Run 2 Lua Script For Any game Version also 32bit or 64bit 1. Unlimited Diamond 2. Unlimited Coins Everything You Want to Know And How To Use the script in this video https://youtube.com/shorts/cldV8-ktrX8?si=0wtmARFAWjOqVOO6 Pass: A78
×
×
  • 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.