Jump to content

kiynox

Contributor
  • Posts

    472
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by kiynox

  1. [ @Eqbal ]
    ---
    [ Discord ]
    If you want to do this on your Discord Profile:

    • 1. Goto Discord "User Settings" (gear icon: down left corner, beside your profile icon)
    • 2. Find "Username" and click on "Edit" button
    • 3. Change 4 digit number after "#"
    Quote

    I don't know what Discord ID is?

    It is a suffix after your username (username#discord_id: blah#1234). Discord ID and User ID are different. Both Channel ID and User ID are randomly generated. Follow this step if you want to get your User ID:

    • 1. Goto Discord "User Settings" (gear icon: down left corner, beside your profile icon)
    • 2. Find (...) beside your Discord Username (blah#1234)
    • 3. Click on "Copy User ID"

    ---
    [ Game Guardian ]
    In addition to  @MonkeySAN, if you want to do this in your Game Guardian Profile:

    • 1. Goto your Profile Icon (top right corner)
    • 2. Click on "Profile"
    • 3. Click on "Edit Profile" (top right corner on your profile banner)
    • 4. Fill your Discord ID with discord_username#discord_id (blah#1234).

    ----
    *You can "skip this step" without filling Discord ID, it is not required for profile completion.

  2. [ @ninjavour ]
    ---
    There's several steps to this:

    • - Search for float values, recommended to use range search (ex: 30f~31f), however it is hard to adjust the timing of the gun.
    • - Using group search, reload time is often near it's own guns id / function. So you may need to find your gun id then search with the reload time (ex: 12334d;30f::64 [gun_id;reload_times::range)
    • - If the game uses Unity (libil2cpp.so) / Unreal Engine (UE4.so) then you can dump the game SDK to find any in-game offset. Search related to (reloadTime, ReloadTime, reload, Reload)

    ---

    Quote

    in any fighting game

    You need to be specific, each game can vary to each other, that's why script exist. Mention the games name you want to edit.
    ---

  3. [ @STGX44x ]
    ---

    Quote

    my phone crashes and restarts


    This is a common issue on Samsung devices, sadly, I still don't know the root-cause of this. My assumption is because of:

    • - Samsung Knox Security
    • - Android 12-13
    • - Firmware itself.

    Here's several threads of people having the same problem:

    ---

    Quote

    I found a solution back then but I don't remember what I set. I think I changed the storage areas

    Let me know if you remember something about this, in the mean-time, may try some of these:

    Quote

    su
    setenforce 0
    cmd appops yourpackage name android:legacy_storage

    • - Use Termux to execute the command (or if you're using Magisk, use SELinux Permissive module) and Game Guardian -> "Fix It" button -> Switch to work with SELinux and restart
    • - Downgrade your OS / Android / Security Patch or just use Custom OS in general (Android 10 and below is recommended)
    • - Use Virtual Machine (F1VM, x8Sandbox, VPhoneGaGa, VMOS Pro, etc)

    ---

  4. [ @Pheonix_0 ]
    ---
    I have looked at the game files and can't find any binary (file that contains hack for Mod Menu). After installing the modded version, the Mod Menu has "locked" Icon and I couldn't open the Mod Menu what-so-ever. Can you tell on how you unlocked the mod menu? I suspect that the "Hack Data" needs to be received first from the Mod Menu server.
    ---

    Screenshot_20230930-195801.png

  5. [ @ellyyyy ]
    ---

    Quote

    I'm interested in using LUA scripts to modify game parameters

    What kind of game that you want to modify? Each game can have different structures, it could be based on Game Engine (Unity, Unreal Engine, Cocos, Godot, etc), thus, making LUA scripts varies to each other.
    ---

    Quote

    Can anyone recommend or provide me with some LUA scripts that are compatible with GameGuardian?

    I could give you some reference for the game that's based on Unity, as it is most common used engine for games. Before using the scripts that I will mention, you need to prepare some "dump.cs" to get all references from the game. It is important as it contains location of any parameter inside the game. Once you get it, you can use these tools:

    1. BadCase's Il2Cpp Fields: edit fields
    2. Field Offset Finder: edit fields 2
    3. BadCase's Il2Cpp Edits: edit methods
    4. GGIl2Cpp: edit methods, fields and strings. Use in combination with: BadCase's GGIl2cpp Toolbox

    ---

    Quote

    I would greatly appreciate any guidance or resources you can share to help me get started with modifying game parameters using LUA scripts

    I think it would be much better for you to understand how "Reverse Engineering" works, as it will give you more flexibility to modify almost any game. I recommend to start learning for the concept and continue to dive into "Hex Patching" / "Assemblies": Learn Reverse Engineering
    ---

  6. [ @Derro ]
    ---

    Quote

    it says its not optimized

    What do you mean by this? Make sure to install Game Guardian from scratch and select "Default" installation (not 32-bit or 64-bit, because I think this is the problem). Also, this is required because Game Guardian will re-install itself with different package name.
    ---

  7. [ @MahmoudBasem ]
    ---
    Please use "<>" to bracket the codes. And your script have some problem that I would mention here. "codes1" is not exist, change them to "codes"

    --Before
    if codes1==nil then
    --After
    if codes == nil then

    ---

    Quote

    How can I achieve this?

    Just check if "getalldata" is empty:

    if getalldata == nil then
        gg.alert('No Internet Connection to download the file. Allow Internet Access to continue')
        os.exit()
    else
    	...
    end

    ---

    sc.lua

  8. [ @Tyras ]
    ---

    Quote

    is it because the nox emulate a 32bits device and my phone is a 64bit one?

    It could be. Check this directory: "/data/apps/com.gotterdammerung.redtide/libs" (Armeabi-v7a (32-bit), Armv8a (64-bit)). If both architecture isn't the same, might redownload the game from here: Eldrum: Red Tide. Just let me know about the architecture.
    ---

    Quote

    I'm searching on the same memory ranges in both devices

    Memory Ranges can differ on each devices, I suggest to select all Memory Ranges first before determining where the values is (Especially the green, pink and red one).
    ---

    Help

    [ @qesokekee ]
    ---
    Virtual Machine are heavy, it is to be expected that everyting will be slower, especially if you don't have enough RAM and good processors. Could you mention every virtuals that have you tried? The best I could offer is for you to try another virtual or atleast install Root directly inside your phone.
    ---

  9. [ @Hausik007 ]
    ---
    I suggest to start some experiment on other game currencies, we have many tutors related to Gems/Money/Cash/Coins hack, you could use that as starting point. You can use the search bar on our forum (top-right). Trust me, you don't want to waste your time to hack Casino game as your first experience. You could also watch Youtube tutorials, I can't give you some reference because there's a lot of them.
    ---

  10. [ @Hausik007 ]
    ---

    Quote

    basicaly A button wich i tap to give me currency - i can exploit it to boost my currency.. 

    Did i got that right?

    Yes, assuming it doesn't have some server-side check (verification/validation). This could be impossible if server logs all the transaction, like banking level apps. Well, just utilize anything that could change the currency, there's must be a plothole somewhere.
    ---

  11. [ @qizhizhu ]
    ---
    Yes, there's caveat about this:

    • - The game must need to call that "Fields" or "Methods" beforce changes can be applied.
    • - "Fields" value sometimes revert to original values and often only works one time. To fix this is to patch the "Methods" rather than the "Fields"

    There's nothing you can do about it unless using a Mod Menu.
    ---
    Some idea is to make the changes to "Fields" or "Methods", then get some damage to your player (this will cause HP value to be updated), after your player HP is modified, you can revert the changes to "Fields" or "Methods" to it's original state.
    ---

×
×
  • 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.