Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/19/2025 in all areas

  1. i dont know. i dont play the game that far...i think. and you dont need to buy in Materials Shop. you can just hack the Items, you already had. the only thing is you need to have enough space in your storage building. if your Storehouse(Items) had max capacity of 10 editing amount any item to 500 will not save it as it pass the max limit. so you need to hack Storehouse max limit. and to be honest, you dont want to do that as it can break the game the more you hack the items. to a point where the game just freeze or crash whenever you open it. even so it not freeze or crash, the game will be so lagging(1-2fps),it become so unplayable.
    1 point
  2. v3.10.70 updated: Jet Tactician (AS) - Okuninushi Okuninushi Starchart: job_rank_item.zodiac_okuninushi Okuninushi Treatise: job_rank_item.okuninushi
    1 point
  3. Version 1.94

    413 downloads

    Obsidian Knight RPG ! ( FEATURES WORKING IN PVP) Features can be found in the images above IMPORTANT NOTICE : I will continue to update if post gets minimum 5 uplikes Thanks for using my scripts , ENJOY !
    1 point
  4. View File Bag Fight:Backpack Game X64 Bag Fight:Backpack Game Submitter KUMADEIT Submitted 03/19/2025 Category LUA scripts  
    1 point
  5. View File Obsidian Knight RPG X64 Obsidian Knight RPG ! ( FEATURES WORKING IN PVP) Features can be found in the images above IMPORTANT NOTICE : I will continue to update if post gets minimum 5 uplikes Thanks for using my scripts , ENJOY ! Submitter KUMADEIT Submitted 03/19/2025 Category LUA scripts  
    1 point
  6. @MonkeySAN modify the code to detect process bitness without relying on "getTargetInfo" (since it's not guaranteed to be available), for example like the following: local ranges = gg.getRangesList() local highestAddress = ranges[#ranges]["end"] local is64 = (highestAddress >> 32) ~= 0
    1 point
  7. Version v04

    3,554 downloads

    You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. Enter lib Offset or Method Name Select Edit Option Enter Value (Int,Float,Double,Long) Copy Arm Hex or "Script it" Perfect to quickly and easily test offsets from dump.cs Works on all lib types, Not Just Unity/libil2cpp Script is Online for easy updates. Open Source / Not Encrypted
    1 point
  8. Same method as this video. Basically you search the coin exp and timber value as 1500;124;24 and once the value comes you make a increment by one to the value you want to change. If you want to change coin. Increment 1500 by 1 and see the change in the marie order. And confirm the value. Check the new value and old value in the gg and edit that one. And thats it.
    1 point
  9. Version 1.0.0

    404 downloads

    this lua is used to actively call any non-void function of the game, which means that it can call functions of int, float, string, bool and other types. In addition to void, please use the B command to call void. The script finally gives an example of passing parameters and calling This lua is only for ARM64
    1 point
  10. Attached is a pdf file that clearly explains how to make op codes for any value and type. The methods are specifically for GameGuardian, explaining common errors and how to fix. Any Value, Any Type. (Bool, Float, Double, Long/Qword, Int/Dword) GameGuardian-ARM-OPCodes--APEX[GG]v2.pdf
    1 point
  11. Version 2.0

    108,781 downloads

    Hack Money Car Parking Multiplayer
    1 point
  12. Hello and welcome to GG. Since version 2 there is more work to do to easily get correct values, don't know why exactly, but now max HP is like duplicated 80 times in memory... while before that it was about 4-8 times... So my previous post explains some info about what you can easily do with GG. Example: 1. Current HP Let say you have 1,932,711 HP left. Search can be : 0D;1,932,711A;0D;0D;0D::21 You will get most of the time 1 result, perhaps 2. try to freeze the float value to see which one is your HP. The aim of group search is to avoid to get too much result if your current HP is the same as your MAX HP. "A" type is to manage to find approximate float value (still don't know.why A will search for any float around the value you type but F will only find exact value... for a float it is a bit stupid as a float is almost never exactly what you see on the screen, anyway... 2. Damage boost If you don't know your max HP, search for your current HP, then go to memory region, you will see some lines after that your MAX HP. Just above your max HP there is a DWORD number (most of the time small one, like 3000 or 5000.). This is a damage boost, if you change it to 200,000 you will likely kill your opponent is a few hits. I forgot to capture the result for this one but on the previous image after the 0 0 0 0 if you go down a bit you will find these values. 3. Basic stats When you know your max HP, let say the same value as before. Search for 0D;500,00A;0F;10D::16 the 0F after the max HP is kind of boolean (if you are not familiar it is like a switch, 0 means OFF 1 means ON). If you change it to 1, you will have infinite HP and it will display 999,999,999, if it is not like that, check an other result, you should have at least 2 results, the first one is often the one to change. When you find these values, if you go to memory view you will see your char stats (you can compare them easily with the detail view of your char). Will be 4 floats, for example something like 200,000 200,000 180,000 180,000 (all in FLOAT) for a level 5000 SP. If you don't want to cheat too much you can change these 4 values to 999,999. You can think it is a huge boost, but in fact, not, in most of the events (like rushes) this won't change anything like instead of dealing 300k damage you will deal 350-400k. Previous capture show at the first line the 1F I already changed and the 4 stats values. While you are in this memory region, you can go down a bit, and you should noticed the critical hit of your char, and the ki regen speed with 3 (I thought it was 4, strange) small float values, between 2000 - 5000 most of the time. You can change them to 99,999. At the bottom of the basic stats you previously found you should also find 2,000D (seen on previous capture), it should always be this value, do not change this one. Instead you want to have some fun without changing other stats you should see a series of 3 zeros just between the critical hit values. Change them to 999,999 (DWORD not float this time) to have a shield that prevents your char to be knock out by standard attack and blocks some damages (specials and ultimates will still hit you). You can see the shield in action just above. After the 2,000D you should find a series of 0. In DWORD you can change the next 6 zeros to 200,000 to have damage and defense boost. Have fun !
    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.