Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 03/12/2024 in all areas

  1. New version 12.2.2.5.1 released!
    4 points
  2. 3 points
  3. My grandfather used to say: "Everything is new, this is long forgotten old."
    2 points
  4. Version 1.068

    394 downloads

    WARNING!!! While using the script, turn off the Internet. Otherwise, you will be banned. ::FREE-FUNCTION:: -Hight hp -Hight def -Hight atk -Hight dodge -Hight hit -Hight crit / crit dmg -Reload speed -Weak enemy -------------------------- ::VIP-FUNCTION:: -Hight def -Hight atk -Hight dodge -Hight hit -Hight crit / crit dmg -Reload speed -Weak enemy -Enemy move slow [VIP] -Enemy no atk [VIP] -reward hack [VIP] -Season hack [VIP] -Free craft [VIP] and other hack functions in the next update. ▰▱▰▱▰▱▰▱▰▱▰▱▰▱ If you like my work, I can donate to support it here. PAYPAL: https://paypal.me/nopp38 ▰▱▰▱▰▱▰▱▰▱▰▱▰▱ ::KEEP UP WITH NEW WORKS IN THE TELEGRAM GROUP:: SC-VöLKER https://t.me/+KZy3fTmpNf9mZDg1
    1 point
  5. For hooking void you need to call the void method by modifying another method to call it. This might be confusing for new gg users so i created an script template which allows you to hook void in gg with parameters (basic data types). With inbuild switch off code and ability to choose how many times you want to call the void method. These are the steps to use the template : 1. Download this code which i like to call method patching library , then paste it at the very top of your script 2. Now copy code for voidHook and then paste this anywhere, you can paste this in your script menu or how you would like to make your cheat active 3. Find the offset from dump.cs file or anywhere, and use those offsets to apply patches Below you can see an example of usage of this code : -- RVA: 0x1000 Offset: 0x1000 -- public static void Update() { } -- RVA: 0x2000 Offset: 0x2000 -- public void AddHealth(float health) { } HackersHouse.voidHook({ { ['libName'] = "libil2cpp", ['targetOffset'] = 0x1000, ['destinationOffset'] = 0x2000, ['parameters'] ={ { "float", 999999} }, ['repeat'] = 1, ['libIndex'] = 'auto' } }) HackersHouse.voidHookOff({ { ['libName'] = "libil2cpp", ['targetOffset'] = 0x1000, ['destinationOffset'] = 0x2000, } }) This probably has some bugs you can either report in the comments or you can come to telegram.
    1 point
  6. Harekat2_0_4_4.lua Will let you buy stuff even if you don't have the funds. Script is for 64bit devices.
    1 point
  7. function helloWorld() print("Hello, World!") end helloWorld() Hello World! Lua script jokes aside, happy to be here. Been lurking for a few weeks - decided to join so I could interact more.
    1 point
  8. I'm not selling any more. Just use airplane mode to get rolls.
    1 point
  9. Below you can download and view an explanation on how to create OP Codes for all the value types. BOOL / INT DWORD / FLOAT / DOUBLE / LONG QWORD. With these instructions, you'll be able to make any OP Code for any value and type you want. There is also a script that you can enter the lib offset and enter any edit value and type. The script will create the correct op codes and perform the edits. Also can copy ARM or OP Codes or "Script it" (makes a functioning script you can use). Additionally, you can also search by method name and search public class. [Xa]-EDIT-v10--APEX[GG]v2.lua GameGuardian-ARM-OPCodes--APEX[GG]v2.pdf
    1 point
  10. Im on epic 2 difficulty thanks to your script. A request, it will be nice if you could add more hit and crit damage since bosses in this level are very strong. Great job otherwise.
    1 point
  11. Please tell new hack for golden ticket
    1 point
  12. Version 1.0.1

    141 downloads

    Eternium : Mage And Minions hack coin and gem v1.32.13 only arm64-v8a
    1 point
  13. Successfully changed gold and earned gold in manual mode by selecting more memory range.THX for this awesome script.
    1 point
  14. Hi @derbeyonder, Good, you're on the right track. You need to remember that method/function usually starts with 'PUSH' and ends with 'POP' or if you find another 'PUSH' it means that you're reaching another method/function. So, find any 'MOV' instruction beetween both 'PUSH', and make sure that it contains 'R3', something like this: MOV ..., R3 and change the 'R3' to '#0'
    1 point
  15. That's a pointer. You're on the right track... Follow it.
    1 point
  16. Fairly certain dump is incomplete and of no use... Hybridclr https://github.com/AkiKurisu/HybridCLR_IL2CPP_Modding But even with that, I don't think you'll have much luck either.
    1 point
  17. Hey Nosferatu, It's funny and cool, a new option to test. Cheers
    1 point
  18. No, i just saw when exploring
    1 point
  19. It is possible with GG if that helps you any...
    1 point
  20. View File Encrypt lua Encrypt lua Submitter Batman_games Submitted 03/07/2024 Category Tools  
    1 point
  21. Version 1.59.3

    669 downloads

    HILL CLIMB RACING 2 MOD MENU .....With Super Encryption Script By PlayerUnknown & fm-mousegg. (Script Source From Many PlayerS And All in One Script......ENJOY ) 1. Fly+Win 2. Other- 1 3. Adventure - Under Maintenance 4. Flat Road 32 Bit 5. DownForce 6. Other-2 7. Speed Hack + Flat 64 bit 8. Invisible Flag Hack 9. Fun Mod 10. Rename Your [ Name ] in Game (HCR2) ... Without Waiting for 5 days l 11. No Countdown in cup ( Not All Devices ) 12. fake Rank ( Use Your Brain While Editing It ) 13 Resources in Game (Adventure Token) Add +1 Value .. if you had 10 Token then Search 11 14 Many More......
    1 point
  22. Version ALL VERSION

    2,961 downloads

    I have updated the script to 1 use an additional stopwatch application to calculate the time when the task is executed Hack cash 2000.000.000 HACK gold 2000.000.000 for tutorials you can join my FACEBOOK group. with the name GAMEGUARDIAN INDO ...
    1 point
  23. View File Grim Soul RPG Item Hack Script ( Final Update ) • This will be the last script update for this game • (Please read "About This Update") CREDITS : ALL BY ME AKA XEKEX Submitter XEKEX Submitted 11/19/2022 Category LUA scripts  
    1 point
  24. I want to use Qword in Pointer Search, but only dword appears
    1 point
  25. Pointer is jump address. For 32bit programs, address is 4 bytes DWORD. For 64bit programs, address is 8 bytes QWORD
    1 point
  26. it's none, that's mean it's 32bit game.. i watch a tutorial video in youtube, it's like cheating game via fields offset dump.cs, i do all step, but it's failed when using pointer search, in the video, it's shows qword in the pointer search, but mine is different... it's only shows dword
    1 point
  27. 64bit game pointer search use Qword. 32bit game pointer search use Dword. Which are you? if next to the game process name on the top left corner near the game logo had [x64] then its 64bit game. if none then its 32bit game and use Dword.
    1 point
  28. 1 point
  29. Version 1.0.7

    9,679 downloads

    My first script, needs improvements. My channel: https://www.youtube.com/@MurxEnzo Also dang! 1k downloads!
    1 point
  30. Like first and then download? I'm already laughing.
    1 point
  31. View File Grim Soul 5.6.1 Playstore: https://play.google.com/store/apps/details?id=fantasy.survival.game.rpg&hl=de&gl=US Telegram: BixxlerGames ARM8 - 64BIT ONLY PASSWORD: 0000 [MOD MENU] - Unlimited Durability - NEW - - LVL 200 AFTER Kill - NEW - - Instant Travel - - Max Move Speed - - Max Attack Damage - - VIP - - Split Weapons - - Free Build & Crafting,Assemble,Tier - - Maps Unlock - If you have any problems, please feel free to contact me Here. Submitter Bixxler Submitted 10/03/2023 Category LUA scripts  
    1 point
  32. 458 downloads

    Script setting your start position in any map in Hill Climb Racing 2. Supporting only ARM-v8a Version of the game (1.59.1 patch 604)
    1 point
  33. For coin Int32 get_Coins(); // 0x13ec768 //64bit game Set ~A8 MOV W0, #0x500000 ~A8 RET For gems Int32 get_Gems(); // 0x13ea550 For hummer Int32 get_Hammers(); // 0x13ec880 For ads removing Bool get_AdsRemoved(); // 0x13e7d88 For last level Int32 get_LastReachedLevel(); // 0x13ecab0
    1 point
  34. Version 1.25.1

    1,654 downloads

    Package: Playstore https://play.google.com/store/apps/details?id=com.carxtech.carxdr2 64 bit only / Armv8a Game Version: 1.24.1 Feature; 1. Unlock All Level Requirement 2. Free Paint 3. Free Driver & Test Drive Cars 4. Free Cars (Base) 5. Free Vinyls 6. Free Wheels 7. Free Body Kit 8. Free Tuning & Upgrade 9. Free Configuration Race 10. Show All Cars LP (buy on lucky patcher) 11. Uniqe Show All Cars LP (buy on lucky patcher) 12. Instant Level 40 Max my telegram: @kabuthitm grup telegram: t.me/+wYuS_O-YxI41ODVl my facebook: Kabut Hitamm
    1 point
  35. View File NEED FOR SPEED NO LIMITS MONEY AND GOLD I have updated the script to 1 use an additional stopwatch application to calculate the time when the task is executed Hack cash 2000.000.000 HACK gold 2000.000.000 for tutorials you can join my FACEBOOK group. with the name GAMEGUARDIAN INDO Submitter tauvik92 Submitted 08/12/2023 Category LUA scripts  
    1 point
  36. Version 1.0.0

    152 downloads

    Phantom Combat Venue Lua Script Template v0.0.0 - No Recoil Camera Hack and Utility Functions Introduction: Hello, GameGuardian community! Today, I'm excited to share the Phantom Combat Venue Lua Script Template v0.0.0, an open-source script under the MIT license. This template serves as a foundation for patching memory addresses in the libil2cpp library for any game. I used "Sniper Warrior: PvP Sniper" as an example. In this post, we'll focus on the No Recoil Camera Hack as an example, and we'll also explore some utility functions and other Lua code provided in the template. License: This script is open-source under the MIT license, giving you the freedom to modify and adapt it for your needs. Global Variables: - `__ON` and `__OFF`: Emoji indicators for ON and OFF states. - `VISIBILITY_FLAG`: A flag to manage script visibility. Utility Functions: 1. libBase(lib, offsets, vals, type): - Purpose: Finds and modifies memory addresses in the specified library. - Parameters: - `lib`: Library name. - `offsets`: List of offsets. - `vals`: List of values. - `type`: Data type. - Functionality: Iterates through memory ranges, identifies the library, and modifies addresses. function libBase(lib, offsets, vals, type) local rangeList = gg.getRangesList(lib) local addresses = {} for i, v in ipairs(rangeList) do if v.state == "Xa" then for j, offset in ipairs(offsets) do table.insert(addresses, { address = v.start + offset, flags = type, value = vals[j] .. "h" }) end break end end if #addresses == 0 then print("Not found lib") else gg.setValues(addresses) end end 2. convertToHexString(number, digits): - Purpose: Converts a number to a hexadecimal string with a specified number of digits. - Parameters: - `number`: Number to convert. - `digits`: Number of hexadecimal digits. - Functionality: Applies a bitmask and formats the number as a hexadecimal string. function convertToHexString(number, digits) local mask = (1 << (digits * 4)) - 1 return string.format("%X", number & mask) end 3. getHexValueByOffset(offset): - Purpose: Retrieves the hexadecimal value at a specific offset in libil2cpp. - Parameters: - `offset`: Offset to read. - Functionality: Uses `gg.getValues` to obtain the hexadecimal value at the specified offset. function getHexValueByOffset(offset) local responseVal = gg.getValues({{ address = gg.getRangesList("libil2cpp.so")[1].start + offset, flags = gg.TYPE_DWORD }}) return convertToHexString(responseVal[1].value, 8) end Main Function: - Main(): - Purpose: Entry point for script execution. - Functionality: Displays a menu with options, including the No Recoil Camera, and handles user input. function Main() VISIBILITY_FLAG = -1 gg.setVisible(false) menu = gg.choice({ no_recoil_camera_state .. "No Recoil Camera.", " EXIT " }, nil, "Sniper Warrior v 0.0.3 b19 - MOD") if menu == nil then gg.toast(" MINIMIZED ") gg.setVisible(false) elseif menu == 1 then no_recoil_camera_fn() else os.exit() end end No Recoil Camera: 1. Initialization: - `no_recoil_camera_offset`: Offset for the No Recoil Camera hack. - `no_recoil_camera_active_hack_hex_code`: Hex code for the active state. no_recoil_camera_offset = 0x115DA58 no_recoil_camera_active_hack_hex_code = "D65F03C0" -- "~A8 RET" 2. State Check: - Checks the current state of the No Recoil Camera and sets the corresponding state indicator (`__ON` or `__OFF`). if getHexValueByOffset(no_recoil_camera_offset) == no_recoil_camera_active_hack_hex_code then no_recoil_camera_state = __ON else no_recoil_camera_state = __OFF end 3. Function: no_recoil_camera_fn(): - Purpose: Activates or deactivates the No Recoil Camera. - Functionality: Utilizes `libBase` to modify the necessary memory addresses based on the current state. function no_recoil_camera_fn() local offsets = {0x115DA58, 0x115DA5C, 0x115DA60, 0x115DA64, 0x115DA68, 0x115DA6C, 0x115DA70} local values_on = {no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code} local values_off = {"6DBD23E9", "F9000BF3", "A9027BFD", "910083FD", "4EA01C08", "AA0003F3", "9400000E"} if no_recoil_camera_state == __OFF then libBase("libil2cpp.so", offsets, values_on, gg.TYPE_DWORD) gg.toast("No Recoil Camera activated") no_recoil_camera_state = __ON elseif no_recoil_camera_state == __ON then libBase("libil2cpp.so", offsets, values_off, gg.TYPE_DWORD) gg.toast("No Recoil Camera deactivated") no_recoil_camera_state = __OFF end end Entrypoint: - While Loop: - Purpose: Keeps the script running in the background. - Functionality: Checks for script visibility and calls the `Main()` function accordingly. while true do if gg.isVisible(true) then VISIBILITY_FLAG = 1 gg.setVisible(false) end if VISIBILITY_FLAG == 1 then Main() end end Happy scripting! Your friend, Phantom Combat Venue.
    1 point
  37. Version 1.0.0

    329 downloads

    loadlist example
    1 point
  38. Not posting his info publicly.... can DM for info.
    1 point
  39. View File Cars Unlock script 1.58.1 This script lets you unlock any Vehicle locked behind the curtains in the newest version of HCR2 I gotta admit I absolutely did not like that update Huge thanks to NoFear for telling me all the edits for the script, my brain was too slow lmao This script is made only for the arm64/v8a version of the game Submitter Wembbu Submitted 10/25/2023 Category LUA scripts  
    1 point
  40. Version 1.0.0

    537 downloads

    This sample makes working with il2cpp a lot easier, I have included examples in the script you can check out.
    1 point
  41. View File Grim Soul: Adventure Action RPG Package: Playstore 64 bit Only [ Grim Soul: Adventure RPG ] LIST ULTIMATE SCRIPT 1. God Mode [ Opposite Take No Damage ] 2. Auto Kill All Enemy [ Enable it Before Enter Map ] 3. No Cooldown [ Crossbow Perk Skills Shield Always Active ] 4. High Damage [ Weapon Stats Damage +9999 ] 5. Max Durability [ New Method For Durability ] 6. Move Speed [ Minimal Speed Fixed ] 7. Attack Speed [ Minimal Speed Fixed ] 8. Range Attack [ Minimal Radius ] 9. Restore After Death [ This function when you Die your Item not Gone ] 10. Unlock All Tatto [ New Function ] 11. High EXP [ NEW FUNCTION LvelUP To Lv200 ] 12. Item No Decrease [ Your Items Not Decrease When You Used ] 13. Fast Travel [ Disable Time to Point Map & Free Energy, Feed Horse ] 14. Unlock VIP [ New Method VIP Version ] 15. Free Instant Building [ For Build Home & Fast Workbench ] 16. Free Instant Crafting [ Can Craft Without Resources and Blueprint ] 17. Assembly No Parts [ Assembly Without Resources ] 18. Fast Loot [ No Time Unlock Chest & Loot From Enemy ] 19. Magic Split X20 [ All Resources In your Inventory Have Max Value ] 20. Skills Level 15 [ Only For VIP ] 21. Pet High Damage & Stamina [ New Method ] 22. Pet Level 10 & Not Exhausted [ Pet Max Level & No Exhausted ] 23. Horse Exp [ Give Instant Upgrade Level, Not Work Some Country ] 24. Dungeon Is Open 25. Dungeon Heroic Mode 26. Dungeon Door Unlocked 27. Test Map Location Available 28. Quest Location Available Credits script: Kabut Hitam & Sammax71 grup telegram: https://t.me/kabuthit my Telegram: t.me/kabutxhitam Maybe this is last my script, coz i have lot job for now Submitter KabutHitam Submitted 02/28/2023 Category LUA scripts  
    1 point
  42. Watch on Youtube: How to install on the BlueStacks emulator - GameGuardian
    1 point
  43. Version 10.4.3.2.6

    16,156 downloads

    REAL RACING 3 PLAYER PROFILE HACK Working RR3 version: 10.4.x Current version: 10.4.3.2.6 Description: Change player profile statistics: eraned/spent r$, gold and m$, total time played, player level, trophies won and total upgrades installed. Instructions: Logout and disconnect device, then run the script and edit your stats. Known issues: Not working with all devices. Do you have problems changing currency? Try this Video
    1 point
  44. https://aquawu.tumblr.com/ http://igameguardian.blogspot.com/ https://igg-server.herokuapp.com/ Also look like he make IMemEditor as next generation for iGG:
    1 point
  45. Can you please share your script to collect the light from all the kingdoms of Sky, you could send it to me by discord: @SaHirUwUr#0366
    1 point
  46. I just downloaded 101.0 but it still doesn't work on my Android 10.0 device, please do you have any recommendations? @Enyby
    1 point
  47. Hi there! Which game is it? Not all games are the same to find it. The game has the same function but in different values. First of all you need to know somethings about your game. does your game has a aim assist already? yes - then aim assist can be found because its already written in the game code. no - then aim assist can not be found because it is not written in the code unless there is a magical option in the code that says to put off aim assist(most likely not), and GG does not let you "add" code. You have usually 2 values that can give you aim assist. aim assist starting from the main lobby (not changing value even if you leave the match) aim assist starting from in the match (changing value every time you leave the match) Now option 1 is the best one for you in case you want to put it into a script and let other use it. Why are there 2 or even more values that give the same hack? For this you have to check the logic of a game, it usually goes like this: open app loads main data -- in this process the lobby date and all the other necessarily things get loaded, if the game has 2 different values for the same hack(aim assist) then you can already edit the non changing the value from out of the lobby. enters main menu/lobby -- in this process nothing particular happens because everything is already loaded during the loading of the game data (step 2) enters a match -- in this process the data of for the match will start to load, so this means that 90% that loads in/during and for the match will also disappear when the match will be finished. Now that we have that out of the way you should do the following to get a idea of which values could be responsible for the aim assist. Go in a match and search the value of your bullets. There is a 90% chance that the value format is either dword or float. and a other 90% chance that the memory range would be either Ca(C ALLOC) or A(Annonymous) you need to figure that out for your self. Then after you found the value of your bullets you will need to go to its address. Usually you will find all the information that is needed about the gun around that address you jumped to. Like 5 to 10 lines above and/or below the original address. You have to select and save all the values that are 10 addresses above or below the original addresses and have between the following float numbers: 0.01 - 4 (aim assist value is usually not higher then 4 float, does not even reach 3 float) Copy all those values and search them 1 by 1 again in the lobby and edit them below/above there original value and usually you will find aim lock or aim bot. I hope you got the necessarily information, Regards, WhoKnowsWho
    1 point
    The unique program with an excellent set of features. Distinctive features: support x86 and x64 devices and emulators (BlueStacks, Droid4X, Genymotion etc.); support Android 5+ and 6+; deceleration / acceleration speed games (ARM devices only); direct and fuzzy search; multiple fuzzy search for equality; search encrypted XOR values; search for fractional values; modify all the values found at once; show search progress; advanced filtering of search results; search value not only for equality but also in terms of more / less. Unique features GameGuardian Availability Search for encrypted values. Group Search supports all data types, including float and xor. Search in the application code. Changing the application code. Support of "data type" xor, are often used to protect the values of the changes in the games. Displays an unlimited number of search results, the main thing that you have enough memory. Filtering the search results according to various criteria. Autofill on values change. The ability to enter data in hexadecimal. The rollback feature values change if you do not need. Extended freeze values. Advanced application settings system. Viewing the game screen, without closing the program interface. The input history. Unique in-memory data storage system that allows you to store data in memory and avoid crashes the program when available memory runs out. Speedhack runs on x86 devices. Speedhack runs on android 7. speedhack Function: time jump, which allows you to go forward in time, to the exact distance. Unique speedhack configuration allows fine-tune the desired intercept timers in the game without touching unnecessary. The unique masking system unable to detect the fact of installing and running the program for the protection systems of most games. Extremely high stability. Active support. Constant updating. Localization into many languages. Special tricks against some common protective systems.
    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.