Jump to content

Search the Community

Showing results for 'Ferrari 458 29 141'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. I have been trying to manipulate a game's resource values and other large values but no method seemed to get me anywhere. and so I dug through the game's files, and I think that the developers made their own numbering system. the game runs in this system where you are only shown a couple of digits followed by a letter, for example 1.5A => 1500, 35.2C => 35200000, 46.17L => 46.17E+36, etc. Through digging I found these are the letters the game uses, the game engine is unity and the list is written as [public enum UnitType] normal = 0;A = 1;B = 2;C = 3;D = 4;E = 5;F = 6;G = 7;H = 8;I = 9;J = 10;K = 11;L = 12;M = 13;N = 14;O = 15;P = 16;Q = 17;R = 18;S = 19;T = 20;U = 21;V = 22;W = 23;X = 24;Y = 25;Z = 26; AA = 27;BB = 28;CC = 29;DD = 30;EE = 31;FF = 32;GG = 33;HH = 34;II = 35;JJ = 36;KK = 37;LL = 38;MM = 39;NN = 40;OO = 41;PP = 42;QQ = 43;RR = 44;SS = 45;TT = 46;UU = 47;VV = 48;WW = 49;XX = 50;YY = 51;ZZ = 52; and the class they made is called "BigNumber" "public struct BigNumber { // Fields [OdinSerialize] public SortedDictionary<UnitType, float> units; // Properties public static BigNumber Zero { get; } public static BigNumber One { get; } // lots of operational methods }" and that's it, does anyone know any method I could try? I used a lot of methods I found on the internet but none worked. I have found ways to add to these values through items in the store or free gifts, but the values in these methods are not a BigNumber, they are Dword and are limited to the integer limit, while a single upgrade in the game costs values way larger than the integer limit. relevant info: Game name: Monster Slayer idle, Developers: Fansipan Limited, Game version: 3.0.14
  2. I can, but I'm not interested in the result of your script. I'm interested in why your script crashes on GG downloaded from this site. I tried it on four devices, three rooted, one with a virtual machine. GG: 101.1 (16142); Android: 7.1.2 (25) [su] GG: 101.1 (16142); Android: 9 (28) [su] GG: 101.1 (16142); Android: 10 (29) [io.va.exposed] GG: 101.1 (16142); Android: 12 (32) [su] The same error on all devices: `io.open(file,"w+"):write("{")` attempt to index ? (a nil value) with key 'write' I suspect that you are using a modified GG, and you don't write about it.
  3. View File SuperSusDumper this script can help you dump Super Sus. file will be saved in '/sdcard/Download' Telegram: https://t.me/TDL0VE TelegramGroup: https://t.me/TdLove_Chat_Group Submitter TdLove Submitted 10/29/2024 Category Tools  
  4. How to set Game Guardian with Apktool M for Android 14 Compatibility This guide will walk you through editing SDK target of Game Guardian (GG) using Apktool M to ensure compatibility with newer Android versions "Android 14" Hey Darklord aka OREW here again --------------------------------------- 1. Download Required Tools: Game Guardian (GG) Apktool M --- 2. Decompile the Game Guardian APK: Open Apktool M. Locate the GG APK file. Select the GG APK, then click "Decompile" and wait until the process completes. --- 3. Edit the apktool.json File: Open the decompiled GG folder. Locate and open the apktool.json file. Find lines 29 and 30: "minSdkVersion": "10", "targetSdkVersion": "22" Change both versions to: "minSdkVersion": "24", "targetSdkVersion": "24" Example of apktool.json After Editing: { "apkFileName": "GameGuardian.101.1_src.apk", "PackageInfo": { "forcedPackageId": "127", "renameManifestPackage": null }, "doNotCompress": [ "resources.arsc", "png", "res/raw/ydwsh" ], "compressionType": false, "sparseResources": true, "version": "2.4.0-241015", "sharedLibrary": false, "VersionInfo": { "versionName": "101.1", "versionCode": "16142" }, "UsesFramework": { "ids": [1], "tag": null }, "unknownFiles": {}, "apkFilePath": "/storage/emulated/0/Download/GameGuardian.101.1.apk", "compactEntries": false, "isFrameworkApk": false, "sdkInfo": { "minSdkVersion": "24", "targetSdkVersion": "24" } } Save and exit the file. --- 4. Recompile the Modified APK: In Apktool M, click the "Compile" button at the top of the folder structure. Check the box for "Use aapt" and press OK. Wait for the process to finish. --- 5. Install the Recompiled APK: After recompilation, press the "Install" button. When prompted, grant root access through Magisk Manager or KernelSU Manager (as applicable). Open GG, select the default configuration, and enable the "Install from unknown sources" permission if required. --- 6. Handle Installation Issues: If GG doesn't install directly after the package name randomizer process, follow these steps: Exit and navigate to: Android > data > com.catch_.me_.if_.you_.can_ (GG data folder) > cache > tmpe.apk This tmpe.apk file is the new GG package. In Apktool M, open it and select "Quick Edit." Set the Main SDK and Target SDK versions to 24. Press "Save", install the new package, and you're done! --- Enjoy using Game Guardian on your device! ^_^
  5. Hi Guys. Open the script with any text editor, the comments say what needs to be done for new versions of the game. Specifically for version 12.6.1 you need to change: local Events = { -- For RR3 v12.5 'HUAYRA ROYALE (Flashback) - August 20, 2024', 'Ferrari 296 GTB TTC - August 26, 2024', "F1 PIRELLI GP D'ITALIA 2024 (Race Day) - August 27, 2024", 'TRACK DAY: MONZA SP1 (Flashback) - September 1, 2024', 'Acura NSX GT3 LTS - September 6, 2024', 'GT3 Challenge TTC - September 10, 2024', 'Jaguar C-X75 R3 Spec LTS - September 11, 2024', 'F1 SINGAPORE GP 2024 (Race Day) - September 16, 2024', } local Date = { -- For RR3 v12.6 '2024082000', '2024082600', '2024082700', '2024090100', '2024090600', '2024091000', '2024091100', '2024091600', }
  6. View File Xor Key Calculator_v1.0.lua This Script is calculating Xor key by Inputting First Encrypted value and value you want to set. There are 3 types : For Integer, Float and Double. Script is simple to use, here is video link where you can see instructions. Happy Cheating :)) Submitter Midranger Submitted 07/29/2024 Category Tools  
  7. Hi everybody. (I use translator to translate into English) I'm learning script writing for the game Guardian as well as LUA programming. I have some questions that I hope someone can answer and help me with. Problem 1: I have a paragraph like this Date = "20240730" date = os.date("%Y%m%d") if date >= Date then print([[⚠ SCRIPT EXPIRED ⚠]]) return end gg.alert("WELCOME") In principle, it will expire at 00:00 on July 30, 2024. But if at 23:58 . Jul 29, 2024 I'm running a script, will it exit on the 30th or will the script continue? problem 2: Please help me write a scripts to view files and compare file contents. If the file content is different from the content I specified in the scripts, access to the script will be denied. -- For example: I have file read.txt with content: <gameoffline = "offline" gameonline = "online"> In scripts I want to specify If gameoffline = "offline" gameonline = "online" then continue, otherwise the scripts will exit I hope everyone can help me with the 2 issues above. Thank you very much.
  8. With group search only it can be done if offset between first and second searched value is known beforehand. For your example and assuming all values that need to be included/excluded are dwords, offset between first and second value is 28 (0x1C), so there are exactly 6 dword values between them and each of them needs to be not equal to 9, which can be specified as "8~~10". So the string for group search for this case is "10;8~~10;8~~10;8~~10;8~~10;8~~10;8~~10;40::29". Then you can refine with "10;40::29" to get target results (but if any of values in between is 10 or 40, they will be included as well).
  9. Hi In group search For example 10;40::30 Between 10 and 40 the number 9 appears, but i don't want results that the number 9 appear between 10 and 30 How can i make a group search of 10 and 40 that excludes 9 between them? I thought something like 10;!9;40::30 And it's possible to make search values in the same address? For example An address have dword 93 and this same address have qword 29 Word 323 double 10 and float 1,399 So i want to a result that shows a adress that contains 93D 29Q, 323W 10E 1,399F these values all in the same address, not split into other address, all in one place. It's possible?
  10. Script finalizado: ⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚ ⧚⧚⧚ Script Created With ⧚⧚⧚ Il2CppDumper Toolbox Free ⧚⧚⧚ ⧚⧚⧚ By BadCase ⧚⧚⧚ ⧚⧚⧚ Website ⧚⧚⧚ BadCase.org ⧚⧚⧚ ⧚⧚⧚ Telegram Group ⧚⧚⧚ t.me/BadCaseDotOrgSupport ⧚⧚⧚ ⧚⧚⧚ Donate With PayPal ⧚⧚⧚ paypal.me/BadCaseDotOrg ⧚⧚⧚ ⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚⧚ Error de guión: luaj.n: /storage/emulated/0/dump/LifeInAdventure_1_2_9.lua:174 ` for i,v in pairs(script_functions[file_ext]) do` bad argument #1 to 'pairs' (nil: table expected, got nil) (global 'pairs') level = 1, const = 25, proto = 0, upval = 1, vars = 9, code = 81 CALL v0..v1 v0..v2 ; PC 8 CODE 0101001D OP 29 A 0 B 2 C 4 Bx 1028 sBx -130043 stack traceback: /storage/emulated/0/dump/LifeInAdventure_1_2_9.lua:174 in function 'bchome' /storage/emulated/0/dump/LifeInAdventure_1_2_9.lua:217 in main chunk [Java]: in ? at luaj.ap.a(src:265) at luaj.ap.t(src:343) at luaj.lib.BaseLib$pairs.a_(src:674) at luaj.LuaClosure.a(src:544) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)
  11. Didnt work. LDPlayer 2024-06-29 09-07-27.mp4
  12. View File Pixel Gun 3D Script Menu ●Note: This script is for version 24.9.2 and may not work for PC● ●Please don't message me, leave reviews, or post comments asking for script updates● 1. Bypass Update 2. XP Spoofer (1 - 32,645) 3. Level Spoofer (-2,147,483,648 - 2,147,483,647) 4. Show Wear/Weapons/Misc/Royale/Buy Weapons Skins 5. Free Lottery 6. Collectibles (-2,147,483,648 - 2,147,483,647) 7. Gadgets 8. Lobby Bundles 9. Rank Points Spoofer 10. Free Craft All Wears/Armors/Graffitis 11. Spoof My ID 12. Rarity Change 13. Lottery Collectibles (1 - 2,147,483,647) 14. Task Clicker 15. Pixel Pass Clicker (Rewards) 16. Infinite Pet Eggs 17. Pets Parts (1 - 2,147,483,647) 18. Royal 19. Fort Parts 20. Clan Energy 21. Weapon Skins 22. Clan Wear/Clan Gadgets 23. 0 Parts Modules 24. Armory Price (-2,147,483,648 - 2,147,483,647) 25. Show All Deleted/Exclusive Gadgets 26. Gadgets Levels (-2,147,483,648 - 2,147,483,647) 27. Gadget Rarity 28. Make Default Guns Any Rarity (Mythical, Legendary, Epic, Rare, Uncommon, & Common) 29. Buy Gliders/Skins/Hats/Trails/Cars (Hidden)/Shovels/Some Weapons/Show All Weapons (Including Irradiated Shovel) 30. 🎟 Coupon & Gems From Gallery/Show Weapons 31. 🏗 Make Everyone Fall Through The Map 32. Kick Players/Hide Your Account From History 33. Developer Lab Map 34. Bypass Kick 35. Ban Account 36. Skin Unlocker 37. Weapon Unlocker 38. Clan Weapon Unlocker 39. Gameplay 40. Developer & Inflatable Armor Unlocker 41. Info 42. Exit Submitter MrPoki Submitted 05/22/2024 Category LUA scripts  
  13. Version 25.0.0

    10,000 downloads

    ●Note: This script is for version 25.0.0 and may not work for PC● ●Please don't message me, leave reviews, or post comments asking for script updates● 1. Bypass Update 2. XP Spoofer (1 - 32,645) 3. Level Spoofer (-2,147,483,648 - 2,147,483,647) 4. Show Wear/Weapons/Misc/Royale/Buy Weapons Skins 5. Free Lottery 6. Collectibles (-2,147,483,648 - 2,147,483,647) 7. Gadgets 8. Lobby Bundles 9. Rank Points Spoofer 10. Free Craft All Wears/Armors/Graffitis 11. Spoof My ID 12. Rarity Changer 13. Lottery Collectibles (1 - 2,147,483,647) 14. Task Clicker 15. Pixel Pass Clicker (Rewards) 16. Infinite Pet Eggs 17. Pets Parts (1 - 2,147,483,647) 18. Royal 19. Fort Parts 20. Clan Energy 21. Weapon Skins 22. Clan Wear/Clan Gadgets 23. 0 Parts Modules 24. Modules Levels 25. Armory Price (-2,147,483,648 - 2,147,483,647) 26. Show All Deleted/Exclusive Gadgets 27. Gadgets Levels (-2,147,483,648 - 2,147,483,647) 28. Gadget Rarity 29. Default Guns Rarity 30. Buy Gliders/Skins/Hats/Trails/Cars (Hidden)/Shovels/Some Weapons/Show All Weapons (Including Irradiated Shovel) 31. 🎟 Coupon & Gems From Gallery/Show Weapons 32. 🏗 Make Everyone Fall Through The Map 33. Kick Players/Hide Your Account From History 34. Developer Lab Map 35. Bypass Kick 36. Ban Account 37. Skin Unlocker 38. Weapon Unlocker 39. Clan Weapon Unlocker 40. Gameplay 41. Developer & Inflatable Armor Unlocker 42. Info 43. Exit
  14. Hi, is there any scrip update coming soon? I got this error trying to install the scrip like in the video. The game is now version 1.76.1.19. Thanks Script ended: Script error: luaj.o: /storage/emulated/0/(DICE DREAMS ) 2024 UPDATE (KUMADEIT)_enc.lua:-1 attempt to call a nil value level = 1, const = 189, proto = 5, upval = 1, vars = 250, code = 14014 CALL v21..v22 ; PC 13815 CODE 0100455D OP 29 A 21 B 2 C 1 Bx 1025 sBx -130046 stack traceback: /storage/emulated/0/(DICE DREAMS ) 2024 UPDATE (KUMADEIT)_enc.lua: in main chunk (...tail calls...) [Java]: in ? at luaj.LuaValue.a(src:2835) at luaj.LuaValue.Z(src:1966) at luaj.LuaValue.a(src:1419) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.a(src:207) at luaj.am.b(src:73) at luaj.LuaClosure.a(src:600) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)
  15. View File Animal Hunter : Wild shooting- 2 billion cash Fresh game Play till u receive Daily reward 1500$ Load script then claim Submitter Jamieq Submitted 04/29/2024 Category LUA scripts  
  16. It not easy like that, xp is depend on milliseconds in 5 secs it possible to get 100-200 xp I can't really find it in 1 sec but xp is really depend on time in game too so I think I need to find a value of time in game to hack this game and change xp after end of stage But I really can't find it with fuzzy research, I find it 69m and I try to find until there only 29 value but I still not find xp value or time in game value TT
  17. I have a problem getting a donation machine. From what I was able to find out that the name of the car is ferrari f355 (maybe it will help). Thank you in advance!
  18. "luaj.o: /storage/emulated/0/Download/Dead Ahead Zombie Warfare_4.0.2.lua:-1 attempt to call a nil value level = 1, const = 263, proto = 6, upval = 1, vars = 250, code = 16725 CALL v21..v22 ; PC 805 CODE 0100455D OP 29 A 21 B 2 C 1 Bx 1025 sBx -130046 stack traceback: /storage/emulated/0/Download/Dead Ahead Zombie Warfare_4.0.2.lua: in main chunk (...tail calls...) [Java]: in ? at luaj.LuaValue.a(src:2835) at luaj.LuaValue.Z(src:1966) at luaj.LuaValue.a(src:1419) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.a(src:207) at luaj.am.b(src:73) at luaj.LuaClosure.a(src:600) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)" How to solve this
  19. View File WARPLANES WW1 SKY ACES SCRIPT MENU BE A PIONEER OF AERIAL WARFARE IN WARPLANES: WW1 SKY ACES. FIGHT ABOVE THE BATTLEFIELDS OF WORLD WAR I AND BECOME THE ULTIMATE SKY ACE! THE GAME WILL TAKE YOU INTO THE TIMES WHEN AVIATION WAS IN ITS DAWNING OF EXISTENCE – THE FIRST WRIGHT BROTHERS MACHINES WENT INTO THE SKY JUST 11 YEARS BEFORE THE GREAT WAR! ENGINEERS WERE QUICKLY ADAPTING THIS BRAND NEW INVENTION INTO MILITARY PURPOSES WHILE CREATING FASCINATING AND SOMETIMES ODDLY LOOKING PLANES. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE BOMB - BOMB DELAY - SHOOT DELAY - MAX SPEED - DISABLE ENEMY - FREE SHOP Submitter Collen Submitted 03/29/2024 Category LUA scripts  
  20. View File Granny's House Online Mega Script - • [ Features ] • - [ Works Almost In Every Mode It Also Works With Both Survivors And Pursuers, Also It Can Be Activated In Lobby ] • No Stone & Skill Cooldown + Unlimited Stone. [ No Stone Cooldown For Great Escape & Story Mode ] • No Stone Cooldown. [ Used To Change The Type Of The Thrown Stone In Story Mode ] • Stone Throw Type. [ Increases Movement Speed Of The Player ] • Fast Movement Speed. [ Increases Jump Height Of The Player ] • High Jump. [ Make Stone Penetrate Through Infinite Ammount Of Enemies ] • High Stone Penetration. [ This Increases The Stone Hitbox Radius, It Only Works With Default Stone. Its Pretty Much Op With High Stone Penetration Combined ] • Big Stone Hitbox. [ Removes Fog In Every Maps. Giving You Full Visibility ] • Remove Fog. [ Allows You To Skip Event Time Once Every Game Restart ] • Skip Event Time. [ Not Updated Yet ] - • [ Tips ] • - To Avoid Account/Device Ban Is To Use Invisible Names Or Confusing Symbols That Players Won't be Able To Search, Also Don't Chat In Public Because They'll Have The Ability To View Your Profile And Spam Report You Then You'll End Up Getting Hammer Banned. But If Somehow Your Device Got Banned You Can Change Your Device ID And What About Banned Accounts? No, They Can't Be Brought Back To Life And It Never Will Be Possible Thats Why It's Advisable To Use Alt Account Instead Of Main. - • [ Notes ] • - The Game Is Protected By [App Guard] Meaning It Won't Work On Virtual Environment Such As Parallel Space, Virtual Exposed, Etc. Because Once You Attach GameGuardian To Game Process The Game Will Detect It And Will Exit You Out Of The Game. Root Is Recommended, But Be Advised The Game Can Also Detect Root So You'll Have To Hide It. - • [ Additional Notes ] • - If You Encounter Any Problems With The Script Don't Hesitate To Contact Me Via Telegram. Submitter xLuaR Submitted 03/29/2024 Category LUA scripts  
  21. @MC874thanks for explaining. I actually tried duplicating the for k, v in ipairs(specify) do for the second part in one of my tries but it looks like I forgot to change (specify) to (specify2) like how you pointed out.... I also didn't add the end and tried adding an else somewhere. I was able to get the original code and example two you wrote working. I just changed the searchnurmbers because the 1620d;728d::5 variant gives me 50+ results while 1620;728;1620;728::13 variant gives me 4-12 results. I however can't get your first example working. I just did two minor edits on it. Added a clear result at start and changed the searchnurmbers but I get a script error. Your code with very minor edits: gg.clearResults() --'d' suffix is for DWORD gg.searchNumber("1620d;728d;1620d;728d::13", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0x7801000000, 0x8501000007, 0) results = gg.getResults(gg.getResultsCount()) --Refining '1620' from result then change it to '2400' gg.refineNumber('1620', gg.TYPE_DWORD) gg.editAll('2400', gg.TYPE_DWORD) --Reload results -> refine '728' -> Change it to '1080' gg.loadResults(results) gg.refineNumber('728', gg.TYPE_DWORD) gg.editAll('1080', gg.TYPE_DWORD) The script error: Script ended: Script error: luaj.o: /storage/emulated/0/Notes/test/more test/test2.lua:8 `gg.editAll('2400', gg.TYPE_DWORD)` You must call gg.getResults before calling gg.editAll. (field 'editAll') level = 1, const = 20, proto = 0, upval = 1, vars = 8, code = 51 CALL v0..v2 ; PC 33 CODE 0180401D OP 29 A 0 B 3 C 1 Bx 1537 sBx -129534 stack traceback: /storage/emulated/0/Notes/gamename/more test/test2.lua:8 in main chunk [Java]: in ? at android.ext.Script$editAll.b(src:3704) at android.ext.Script$ApiFunction.a_(src:1393) at luaj.lib.VarArgFunction.a(src:62) at luaj.LuaClosure.a(src:535) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785) I tried adding a gg.getResults before the editall but that didn't work either. My question is however not a priority as my issue has already been solved(for now). I was just trying everything as I was a bit curious and wanted to clean things a bit. You example 2 seems to be exactly what I was looking for. I just made 2 minor edits(searchresults swap and clearResults at start) and am now using it.
  22. Doesn't work anymore. I was looking forward to testing it. Error below. Script ended: Script error: luaj.o: /storage/emulated/0/Download/Mythic Summon By XEKEX.lua:704 ` error('hero::' .. hero .. '\tNOT FOUND!\nPlease Contact XEKEX!\n')` hero::Rocket NOT FOUND! Please Contact XEKEX! (global 'error') level = 1, const = 22, proto = 0, upval = 1, vars = 15, code = 86 CALL v3..v4 ; PC 50 CODE 010040DD OP 29 A 3 B 2 C 1 Bx 1025 sBx -130046 stack traceback: /storage/emulated/0/Download/Mythic Summon By XEKEX.lua:704 in function 'XEKEX.findHero' /storage/emulated/0/Download/Mythic Summon By XEKEX.lua:755 in function 'XEKEX.MenuPanel' /storage/emulated/0/Download/Mythic Summon By XEKEX.lua:810 in main chunk [Java]: in ? at luaj.lib.BaseLib$error.a(src:245) at luaj.lib.TwoArgFunction.a(src:62) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.a(src:176) at luaj.LuaClosure.a(src:539) at luaj.LuaClosure.a(src:167) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)
  23. When try to dump, the next error appears: Initializing metadata... Metadata Version: 29 Initializing il2cpp file... Applying relocations... Il2Cpp Version: 29 Searching... CodeRegistration : 0 MetadataRegistration : 0 ERROR: No symbol is detected ERROR: Can't use auto mode to process file, trying manual mode... CodeRegistration or MetadataRegistration is empty
  24. Hi Guardians! Dark lord here aka 'OREW" I'm confused with this values, it supposed to be a character address something like this in dbdm My main question is what are they!? Functions, pointers, addresses etc.. And how to search with them? 1st 268.435.471D; 1D:: 9 (GhostFace) 268.435.456D; 1D :9 (Trapper) 268.435.467D; 1D : 9 (Clown) 268.435.458D; 1D::9 (Hilybilly) 268.435.461D; 1D ::9 (Shape) 268.435.469D; 1D ::9 (Legion) 268.435.457D; 1D ::9 (Wraith) 268.435.478D; 1D ::9 (Trickster) 268.435.459D; 1D ::9 (Nurse) 268.435.464D; 1D : 9 (LeatherFace) 268.435.480D; 1D : 9 (Cenobit) 268.435.460D; 1D ::9 (Hag) 268.435.468D; 1D :9 (Spirit) 268.435.473D; 1D::9 (Samurai) 268.435.470D; 1D::9 killers ---------------- Survival 14, 7U, T..1O(DITOVEIDauk) 5D; 8D; 1D :13 (Feng Min) 26D; 27D; 1D :13 (Mikaela Reid) 4D; 16D; 1D:13 (Ashley) 10D; 12D; 1D :13 (Detective Tapp) 17D; 19D; 1D :13 (Yui Kimura) 3D; 4D; 1D ::13 (Nea Karlsson) 2D; 3D; 1D:1 (Jake Park) 19D; 21D; 1D :13 (Cheryl Mason) 24D; 5D; 1D :13 (Laurie Strode) 12D; 13D; 1D ::13 (Adam Francis) 1D; 2D; 1D ::13 (Claudette Morel) 13D; 14D; 1D :13 (Jeff Johansen) 14D; 15D; 1D :13 (Jane Romero) 21D; 23D; 1D ::13 (Elodie Rakato) 22D; 24D; 1D :13 (Yunjin Li) 17D; 18D; 1D :13 (Steve Harrington) 16D; 17D; 1D :13 (Nancy Wheler) 22D; 9D; 11D; 1D :17 (Quentin Smith) 1D; 7D; 9D; 1D::17 (David King) 7n gn 1n 13 (David Kina) 2st These codes are updated for all dead and survivors use os codigos ai entao se o script nao funciona JEFF JOHANSEN : 20D;14D;1D:17 ADAM FRANCIS: 19D;13D;1D:17 KATE DENSON: 25D;11D;10D;1D:29 DETECTIVE TAPP: 9D;3D;10D;12D;1D:29 DAVID KING: 22D;7D;9D;1D:29 FENG MIN: 3D;13D;5D;8D;1D:25 YUI KIMURA: 3D;17D;19D;1D:25 JANE ROMERO: 25D;14D;15D;1D:17 WILLIAM BILL: 19D;13D;7D;1D:29 CLAUDETTE: 63D;3D;1D;2D;1D:61 ELODIE RAKOTO: 8D;3D;21D;23D;1D:29 CHERYL MASON: 35D;19D;21D;1D:17 QUENTIN SMITH: 20D;22D;18D;11D;1D:33 YUN JINLEE: 19D;43D;24D;1D:29 MIKAELA REID: 6D;45D;27D;1D:65 JAKE PARK: 266D;273D;3D;2D;1D:65 ACE VISCONTI: 45D;48D;4D;6D;1D:65 NEA KARLSSON: 10D;465D;3D;4D;1D:61 LAURIE STRODE: 24D;25D;8D;5D;1D:33 ASHLEY: 3D;95D;4D;16D;1D:25 survivor TRAPPER;63D;268,435,456D;1D:61 HILLBILLY:268,435,458D;1D;3D;4D:29 PLAGUE:56D;268,435,470D;1D:45 LEGION:14D;268,435,469D;1D:13 SPIRIT:800D;268,435,468D;1D:21 CLOWN:3D;268,435,467D;1D:25 THE PIG:3D;268,435,466D;1D:25 HUNTRESS:3D;268,435,463D;1D:25 DOCTOR:8D;268,435,462D;1D:13 SHAPE:5D;268,435,461D;1D:13 ****:16D;268,435,464D;1D:13 THE HAT:3D;268,435,460D;1D:13 NURSE:3D;268,435,459D;1D:25 GHOST FACE:3D;268,435,471D;1D:25 TRICKSTER:22D;268,435,478D;1D:13 EXECUTIONER:11D;268,435,475D;1D:13 NIGHTMARE:23D;268,435,465D;1D:13 TWINS:19D;268,435,477D;1D:13 THE ONI:18D;268,435,473D;1D:13 CENOBITE:24D;268,435,480D;1D:13 WRAITH:19D;268,435,457D;1D:29 killer Thx in advance
  25. Just connecting dods that perhaps is useful for others. Btw can you try as shown in the video?: And on top of that also try this group search, its in region A, Ca or Cb...ranges changes at restart...could also be ranges Other actually: 327,684D;22D;28D;0D;33,554,931D::65 bandicam 2024-01-04 02-10-29-895.mp4
×
×
  • 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.