-
Posts
3,498 -
Joined
-
Last visited
Everything posted by Archangel04
-
Request [Vip] One piece Thousand Storm
Archangel04 replied to Mr Pirates's topic in Filled iOS App Requests
Image? -
10 topics or 10 posts? 10 topics is asking for spam
-
I tried converting from App Trailers to Perk and it said successful in the app but it didnt increase the perk points. they are still at 50. Is that normal? Also i tried redeeming $1 Amazon cards but it says Daily Cap Reached. Am i suspended or something?
-
If you do unjailbreak. remember to remove MobileSubstrate
-
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
Its due to Readline. Apparently readline 7.0 breaks /bin/sh which kills jailbreak on all firmwares (ALL). So unless he gets to downgrade it RIP JB -
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
For that he needs SSH access. For that you need jailbreak. For that Pangu needs to work. Apparently, readline 7.0 breaks /bin/sh/ which disables ALL jailbreaks (not just iOS 9). Have you tried booting into no-substrate mode? Maybe that can help? There is apparently an alternative method : 1) Open pangu app click button 2) Home buttom 3) Kill pangu app from appswitcher 4) Lock screen 5) When notification comes up, unlock May or may not work but hope it does @@Basmal121 -
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
Goodluck Ive heard Luca is working on a modified jbme. Hope you fix it soon -
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
Yeah i was gonna post the exact same thing You need to downgrade Readline to 6.0 in order to get it to work -
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
Cydia Eraser, rejailbreak? -
Help/Support iPad air 2 shutting down after using Pangu client
Archangel04 replied to Cycas's topic in Help & Support
1) Toggle notification on/off for pangu app 2) Hard reset by pressing home/power buttom 3) Airplane mode, remove all wires (like charging cord, it never works while charging for me) 4) Reply if it worked or not -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Apparently after you connect it the app freezes. if you dont press c it stays frozen. You can set a watchpoint/breakpoint like he does AFTER you do c, process interrupt and follow the tut in what he does -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Edit: After the process connect command, you used lldb remote ios platform while he used c (continue) -
Help/Support How do I convert a Flex Patch to a .deb hack?
Archangel04 replied to FireFume's topic in Help & Support
1) install theos using http://iphonedevwiki.net/index.php/Theos/Setup/iOS 2) Install iOSGods template from https://iosgods.com/topic/1907-update-v12template-custom-nic-patcherpreferencebundle-template/ 3) Install FlexConverter from https://iosgods.com/topic/23129-flex-converter-convert-your-flex-patch-to-tweak-code-in-no-time/ 4) Install headers from what Pro sent in a Help/Support request https://www.dropbox.com/s/8p4omu0ey9pgiyu/include.zip?dl=0 After you install this stuff, go to MTerminal (if you installed THEOS on iOS), su alpine //if you changed password then put whatever is your password /var/theos/bin/nic.pl Choose iOSGods v1.2 patcher (whichever number it is). If it doesnt appear you havent installed the template properly. Give your patcher a desired name and a desired company. HOWEVER, when it asks for MobileSubstrate bundle filter. you must use the same bundleid as what as in the info.plist of your application. IT MUST NOT BE DIFFERENT OR HACK WILL NOT WORK In iFile, specifically in /var/mobile/ provided you did not change location (via cd) there will be a new folder with your Project name (xxx) In that folder you will have multiple files lik Makefile, Tweak.xm, control, xxx.plist (xxx being project name which you gave) and folders like xxx, theos. Now, use FlexConverter (from tut) and paste the entire code. Here, DO NOT DELETE THE ORIGINAL TEMPLATE. First copy paste to a new file and compare it with the template Your copied info will be like %hook TankPartPlayerItem -(int) quality { return 5; %end and the original info %hook TankPartPlayerItem -(int) quality { if(GetPrefBool(@"kQuality")) { return 5; } return %orig; } %end You need to manually add the if(GetPrefBool(@"kQuality")) {and the } return %orig; } This will help in making a preference bundle (the settings for the cheat). NOTE: In some areas if there are more than one arguments, you need to fix it manually. This is because FlexConverter only reads 1 argument. So basically, copy the method from Flex like -(int) Methodname:(int)arg1 withsecond: (int)arg2 { AFTER you do this, your tweak.xm should be complete. Now you need to work on .plist for which Id say follow a tut. Even what i wrote above is more or less what I did after looking at multiple tutorials. If you want, just send me flex patch and il make a patcher for you (i wont post it, no worries) -
Video [Tutorial] Memory Debugging with lldb on Mac OSX!
Archangel04 replied to Rook's topic in Tutorials
Did you find what was wrong? I can guess, but Im not sure -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Ur using a tutorial meant for windows use this instead http://iosgods.com/topic/5391-tutorial-memory-debugging-with-lldb-on-mac-osx/ -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Are you using macos or windows? -
APK Mod SHADOWGUN:DeadZone v-2.7.0 [Free vip]+4
Archangel04 replied to fahadxmb's topic in Free Android Modded APKs
By the way the whole thing is only visual o. O -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
(lldb) platform select remote-ios Platform: remote-ios Connected: no SDK Path: "/Users/kevinpiacentini/Library/Developer/Xcode/iOS DeviceSupport/10.1.1 (14B100)" "Connected: No" ?? -
APK Mod SHADOWGUN:DeadZone v-2.7.0 [Free vip]+4
Archangel04 replied to fahadxmb's topic in Free Android Modded APKs
HOLY SHIET WOW this deserves a meme Bro, you need to make this rooted. Or provide obb as well. This is because otherwise it says "cannot download because you may not hav purchased this app -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Have you done this Step 4: Open PuTTY or iFunBox and type in this command: debugserver 127.0.0.1:23 --attach=PID or BINARYNAMEPID is the Process ID of the app and Binary Name is the Binary Name of the app. You can get PID & Binary Name from iGameGuardian or Binary Name from iFile/Filza. Sorry tag error the step 4 in the other one. IF the app has attached (i know that debug server did, but im asking regarding app not the server itself) -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Kay. Also when you start it, the game is running right? -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
Binary needs read write and execute on all 3. Thats why we use chmod 777 to give it those permissions. Usually if its saying that it cant choose binary i think it must be some problem with attach process but cant say for sure Did you attack the process id of the GAME on your computer?Use this tutorial https://iosgods.com/topic/5380-working-on-ios-9-how-to-get-lldb-working-on-windows/ -
Help/Support Preferences Loader installed, but nothing appear in setting .
Archangel04 replied to xiaov's topic in Help & Support
it allows you to remotely disable single tweaks and later reenable them (without deleting) -
Which is why nowadays i just thank