-
Posts
304 -
Joined
-
Last visited
Posts posted by Red16
-
-
Im assuming it doesn’t support your iOS version use IOSGods new app its way better
its called: iGameGod
-
Lol, thats all i will say
-
I already made a mod for this game you will need to use appstore++ to downgrade i will update the hack once 1.4 terraria is released
-
1
-
-
Hmm ill see what this is lmao sounds interesting
-
10 minutes ago, K_K said:
Lets see this
Uwu
-
On 6/30/2020 at 1:46 AM, floraa45 said:
After crack this game with the lucky patcher tool, I got many features for free...
Its not that i wanted to bypass license check I could’ve easily have done so lmao, support the devs.
-
8 minutes ago, Asian_boi said:
It no work for me I can see the menu in game but when I activate it or press on a cheat for example infinite mana it does not work
the jailbreak I use is raincheak
Please downgrade Terraria using AppStore++ if you wish to continue using this cheat thank you
-
Its an apk Terraria Android has a check to see if you bought it from google play store i was lazy and didn’t bypass it.buy the game first to use this modmenu
Hack Features:
- Godmode
- Infinite Mana
- One-Hit Kill
- Infinite Flight
- No Drown -> You wont drown.
- Spaz
- SpawnSolarSet
- SpawnNebulaSet
- SpawnVortexSet
- SpawnStarDustSet
- Suicide - Kill yourself and you will get a message saying you have been killed by Red16Hidden Content
React or reply to this topic to see the hidden content & download link. 👀Credits
-
96
-
18
-
16
-
8
-
19
-
10
-
-
Never seen this before: D
-
class Player and class Main
my game crashes when trying to access another class. the class im trying to access is called Main and it has an instance //public static Main instance; // 0x10
and in the thing i want from main class is //public static int myPlayer; //0x1840 ok so i did what u did up there to access main class and i put them inside update method in Player class
-
-
you make big hacks now good job
-
2
-
-
-
7 hours ago, Lord8bit said:
Thx for the file
File is not there you’ll get banned
-
Pls Bruh since you don’t have many features you can have my cross hair also ill get u speed x2 x3 x4
//WeaponSpread$$GetSpreadPreset
[switches addOffsetSwitch:@"No Spread"
description:@""
offsets:{0x1014F34DC}
bytes:{0xE003271EC0035FD6}];
this is fmov s0, #0 ret
-
Nice Job, Your joking about slowmo make it speed hack bruh
-
25 minutes ago, Jowshiwa said:
Whenever I load into a game with the mod menu downloaded, I don’t have any monsters in the game, is there something I’m doing wrong?
Check NPC X and Y ill try to fix this next update
-
1
-
-
On 2/29/2020 at 9:11 PM, Spatch said:
Didn’t even turn a single one on🤡 I don’t turn on any mods until the game loads and I’m in game plus I’m not a restart who puts them all on it just crashes after selecting a world even tried making a new character and world but nothing works for me🤷♂️
Do you have iPhone X or 11 arm64e this wont work
-
12 hours ago, piggypro1111 said:
I noticed that no enemies or friendly animals spawn in and bosses also do not spawn in but the mod menu works fine, is there a fix for no enemies spawning?
Idk it works for me
-
10 hours ago, Spatch said:
Game just crashes when I try to load into a world
Bruh you turned all the switches on turn them all off 🤡
-
Why would you make this? The developer is uhh
-
-
Modded/Hacked App: Goblin Sword by Gelato Games Ltd
Bundle ID: com.gelatogames.goblinsword
iTunes Store Link: https://apps.apple.com/us/app/goblin-sword/id905488045
Mod Requirements
- Jailbroken iPhone/iPad/iPod Touch.
- iFile / Filza / iFunBox / iTools or any other file managers for iOS.
- Cydia Substrate (from Cydia).
- PreferenceLoader (from Cydia).
Hack Features
- God Mode
- LavaImmune
- FloatLittle
- Infinity Jumps
- Set_Gems: - set how much gems you want
Hack Download LinkHidden Content
React or reply to this topic to see the hidden content & download link. 👀
Installation Instructions
STEP 1 Download the .deb Cydia hack file from the link above.
STEP 2 Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
STEP 3 Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
STEP 4 Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
STEP 5 Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
STEP 6 Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it.
STEP 7 Turn on the features you want and then open the game. Then follow the instructions inside the popup.NOTE If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions 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, post your feedback below and help out other fellow members that are encountering issues.
Credits:
- @Red16
Cheat Video/Screenshots:-
16
-
3
-
6
-
1
-
1
-
-
Unity framework support vmadder_slide
in Help & Support
Posted
below is the code im working with im trying to get unity framework support but it crashes at launch. Any body has suggestions?
uint64_t getRealOffset(uint64_t offset){
for (int i = 0; i < _dyld_image_count(); i++){
const char *image_name = _dyld_get_image_name(i);
if(strcmp(image_name,"UnityFramework") == 0){
return _dyld_get_image_vmaddr_slide(i) + offset;
}
}
return _dyld_get_image_vmaddr_slide(0) + offset;
}