hikiasi
Member-
Posts
63 -
Joined
-
Last visited
Everything posted by hikiasi
-
thanks!!
-
thanks!
-
DIY Hack [ iGameGod ] Township [ All iOS Versions ] +3 Cheats
hikiasi replied to IK_IK's topic in DIY Cheats
nice working, but got banned for high values😂 UPD: after wipe all data and start on new account, tried doing the same thing many times again, but for some reason it doesn't work anymore. I don't know what happened, but I've already calculated all 47 values as accurately as possible, but for some reason nothing changes as it did the first time -
sorry, its for jailbroken, mistaken
-
Mod Menu Hack Idle Lumbercat - Wood Games + 1 CHEATS
hikiasi replied to Lolite's topic in Free Jailbreak Cheats
good job, thanks for you work! -
Patcher Hack iOSGods iAP Cracker - iAP Tweak Modifier
hikiasi replied to Laxus 's topic in Free Jailbreak Cheats
good job, thanks! -
Glad to help, hope it works out!😉
-
I get your point, in that case you could try this %hook CheatAccountSetEnergy - (int)Energy { int Energy = 99999999; // Replace the original value with 999999 return Energy; } %end %hook CheatAccountSetEnergy - (void)sendRequestToServer { %orig; // Call the original method to send the request to the server } %end but I'm not sure about it to be honest, because I've never encountered it myself
-
thank you!!
-
If I understood you correctly, you want to make a tweak, in this case the code will be like this: %hook CheatAccountSetEnergy - (int)Energy { int Energy = 9999999; return Energy; } %end I may be wrong, but I think you should look for another class where there will be values for example GetEnergy or get_Energy, because in this example I think you can't do for example offset patch from 0x3742160 on 00F0271EC0035FD6. Like in this example: [Token(Token = "0x6000356")] [Address(RVA = "0x25D0B6C", Offset = "0x25D0B6C", VA = "0x25D0B6C")] public int GetGold() { return 0; } We can make offset patch with Custom Live Offset Patcher on offset 25D0B6C and change it to 00F0271EC0035FD6 But you should try, it'll be really nice if it does work out
-
Help/Support The game crash after enable function in mod menu
hikiasi replied to hikiasi's topic in Help & Support
Nope, the problem is that on a Jailed device on arm64 everything works just fine, but after embedding this tweak in ipa and downloading it via sideloadly with enabled jit to arm64e device it just crashes when activating the function -
Help/Support The game crash after enable function in mod menu
hikiasi replied to hikiasi's topic in Help & Support
I see you, thank you for advice! But unfortunately for some reason even with jit enabled the game crashes when the function is activated, it seems that only for arm64 the tweak was made with template ted2, but for aram64e it doesn't compile -
Greetings! You can try jailbreak you phone if you want, but it does carry some risks. On the plus side, I can say that you will be able to install various tweaks, and in general download as many IPA applications as you like, bypassing the maximum number of apps. You will need to install TrollStore to do this. But you can also do without installing Jailbreak. If I see correctly, you have an IPhone 8 plus on iOS 16.7.7. You could upgrade to iOS 17.0 and try to install TrollStore without Jailbreak, I use this method on my main device 11 Pro on iOS 16.6. Unfortunately for iOS 16.7.7 there is no method to install Trollstore without Jailbreak. Or you can buy iOSGods App+
-
Help/Support The game crash after enable function in mod menu
hikiasi posted a topic in Help & Support
Greetings to all! Could you please advise me , I made a mod menu for the game using Ted2 template. The tweak was done on IPhone SE 1st gen on iOS 14.6 with Taurine Jailbreak. On this device when importing the tweak via IGameGod everything works fine. I tried to embed this deb file into ipa via Sideloadly by checking Cydia Substrate, Substitute Sideload Spoofer and after making IPA I transferred it to the main device Iphone 11 Pro IOS 16.6 without jailbreak. When entering the game on top appears banner from Sideloadly that successfully embedded, the menu appears in the game, but when I activate the function in it and go to the shop the game crashed. Please tell me how to solve this ? So this menu mod can only work on ARM64 and only with Jailbreak ? If yes, is there any way to convert this deb for devices without Jailbreak ? -
Modded/Hacked App: Tile Connect - Classic Match By HIGGS TECHNOLOGY CO., LIMITED Bundle ID: link.merge.puzzle.onnect.number iTunes Store Link:https://apps.apple.com/us/app/tile-connect-classic-match/id1529839083 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / iMazing or any other file managers for iOS. - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia, Sileo or Zebra). Hack Features: - A lot of coins and busters 🪙 Instruction - Complete the guide to open the shop. After that active the funciton in mod menu, go to shop and buy all busters at once. After that disable function and all will save WAS TESTED ON ARM64 IPHONE SE 1GEN Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download. STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza. STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues. Credits: - Me Cheat Video/Screenshots: https://imgur.com/a/lFLmVbr
-
Dehancer 4.7 (Premium Unlocked!)
hikiasi replied to IosgodPlayer's topic in Free Non-Jailbroken IPA Cheats
good, thank you!! -
Could you please advice me - I understood correctly that PlayerInfo is a class and it can be changed for example to PropMng ? And if we want to make a tweak with offset for example 25D0B6C in which is located public int GetPrice(PropID id) { return 0; } do we have to specify this offset somewhere and have it return 00F0271EC0035FD6 in hex ? or do we just write in total like this and convert hex to decimal value %hook PropMng -(int)GetPrice{ int GetPrice = 144256280972976086; return GetPrice; } %end
-
thx so much!
-
Help/Support How to create mod menu with IOSGods template
hikiasi replied to hikiasi's topic in Help & Support
i see!! thank you so much for help!!!