-
Posts
3,498 -
Joined
-
Last visited
Everything posted by Archangel04
-
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) -
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
-
Help/Support Preferences Loader installed, but nothing appear in setting .
Archangel04 replied to xiaov's topic in Help & Support
lol. Tell me, did you try icleaner pro and disabling tweaks one by one? -
Help/Support Kritika: The White Knights - Campaign Issue
Archangel04 replied to Ghost86's topic in Help & Support
Does it throw you back to the menu (without reward screen) directly? That means its not being recorded by the server. That also means that one or the other patch you have is causing it. Disable everything but necessary stuff (the god mode) and try it -
Help/Support Debug iOS8.2 or iOS9.3.2 AppStore app using lldb.
Archangel04 replied to babbunatale's topic in Help & Support
attach process? that and have you set permissions? (chmod 777) -
Help/Support Preferences Loader installed, but nothing appear in setting .
Archangel04 replied to xiaov's topic in Help & Support
cydia substrate as in mobilesubstrate (usually doesnt cause any problems because it deletes tweaks (unless you modified system files on your own) -
Help/Support Preferences Loader installed, but nothing appear in setting .
Archangel04 replied to xiaov's topic in Help & Support
Reinstall PreferenceLoader. Otherwise 1) Can you give us a list of tweaks from Cydia? 2) You can use iCleaner Pro and turn off tweaks one by one and check if it works (could be a tweak interfering with pref loader) 3) If nothing works, Delete cydia substrate (will remove ALL installed tweaks) and reinstall it (wont bring the tweaks back though) 4) If that fails, use Cydia Eraser and rejailbreak -
Help/Support Preferences Loader installed, but nothing appear in setting .
Archangel04 replied to xiaov's topic in Help & Support
PreferenceLoader doesnt appear in settings. Other tweaks which have preference bundles do -
Hack [DIY] Hack Ex - Bitcoin Method for Jailbroken/No Jailbreak
Archangel04 replied to LELDOGG22's topic in DIY Cheats
You do know that this game is dead? Moreover it's super easy to find those bot ips (xxshaxx I think) just make another level 1 account to find those low level ones. The trick is that people use high level spams to gain BTC in multiple IDs and get money into main account from them. Super simple and you can exploit it instead of they getting the money