-
Posts
800 -
Joined
-
Last visited
Everything posted by AxCE
-
DIY Hack [DIY Hack][iOS] Agar.io v1.4.2 All Skins For Free
AxCE replied to iCrush's topic in DIY Cheats
Op af! -
DIY Hack Pewdiepie's Tuber Simulator Hack Free store and much more[Updated]
AxCE replied to Naeemjr's topic in DIY Cheats
Hmm... -
I already made this topic but it got deleted?! I have a this in my tweak.xm #import "writeData.h" #import "Macros.h" int (*speedOld)(void *self, int arg0, int arg1); int speed(void *self, int arg0, int arg1){ if(speedOld(self, arg0, arg1)>0){ //if you aren't moving you'd be stuck in place with this writeData(0x33d3a8, 0x0020c046); //trick the game into thinking its always on the ground writeData(0x535370, 0x7047); //remove all collision } return speedOld(self, arg0, arg1); } %ctor{ MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x114dd0 + 1),(void*)speed,(void**)&speedOld); } And i get this errror when i make the package Can someone help me fix this error please?
-
Doesn't work either
-
Thanks, it worked now but it doesn't happens anything...If i turn it on in flex it works but not with the tweak?!
-
Thats my full tweak.xm lol...Flex:
-
Hi, i wanna make a tweak... So i have this in my tweak.xm: #import #import %hook session -(float) gravity:{ return -5; } %end And when i make package install, it says: Can i fix this?
-
Hacked App:Plague inc. iTunes Link:https://itunes.apple.com/ch/app/plague-inc./id525818839?mt=8 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features: - Everything unlocked. Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Open the app, play it a bit then close it from multitasking. Step 2: Download the file from the link above. Step 3: Unzip, copy/paste the files/folders to: For users on iOS 7, 6 and lower: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. Jailbroken or Non-Jailbroken iOS 8 and lower, Jailbroken iOS 9, iOS 10 and higher users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher need to follow this tutorial: http://iosgods.com/topic/9651-how-to-installapply-hacks-posted-in-this-section-if-youre-on-ios-83-84-90/ Note: Backup your original app files before replacing them with these modified ones. Step 4: Overwrite the new hacked files with your old ones and open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - AxCE Hack Screenshots: N/A
- 45 replies
-
- 92
-
-
-
-
-
-
-
Hello, im on ios 8.3 and i wanna have ios 9.x (just a version which is able to jailbreak) is it possible to upgrade instant to 9.x or do i have to get ios 10 and then downgrade? And will i loose jailbreak if i do one of those two options?
-
Ooops sorry i didnt saw itXD
-
How can i do this?
-
Hi, i wanna upload my hacked "app" on iosddl so the two folders: Library and Documents. But i can just upload files and not a folder. So should i upload anything else or can i upload the folders somehow?
-
Ich lerne immer mehr von dir
-
Yes, i thaught that i could call it DIY if i put it in the NoJB Section but i can't?!
-
Hacked App: PewDiePie's Tuber Simulator iTunes Link: https://appsto.re/sg/fomkbb.i Hack/GlitchRequirements: - Not even your brain. - Jailbreak (only for the hack) - Free iAP Hack/Glitch Features: - Use your "BOOST! x2" as often as you want. - Dont't have to wait until the video ends. -Unlimited Money [Patched] Instructions(Glitch):[Hidden Content] Credits: @AxCE Hack Screenshots: N/A
-
Tutorial How to Hack Plants vs Zombies 2 with IBackupBot (No Jailbreak)
AxCE replied to HeartBreakKid's topic in Tutorials
Nice! -
But if i want to upload, i can just upload datas and not folders so how do i know which ones the right ones are?
-
Is it possible to create h SaveGame Cheat without a computer?
-
There is just:"select the folder you've hacked"?
-
Hey Guys, I wanna upload SaveGame Cheats. I've hacked a game and now i wanna upload it on iosddl,dropbox,etc. but which folder/data do i have to select/upload?
-
Cause it has no com. , it just looks way different
-
Hi. I wanna make a tweak with theos..I followed this TuT: https://iosgods.com/topic/904-tutorialvideo-hack-games-with-flex-and-convert-it-to-deb-tweak/ Im here now; I have to replace [com.apple.springboard] with the CFBundleIdentifier Name...In the TuT is it com.miniclip.fragger but at my CFBundleIdentifier Name there is just me.pou.app Is that correct?Or or isn't that even the real name?