-
Posts
163 -
Joined
-
Last visited
Everything posted by Astronaut
-
just saw it
-
[Public Source Code] Random Credit Alerts
Astronaut replied to AnotherLurker's topic in Coding Center
;0 -
-
You can't "buy" coins for free. Does not work on server sided games.
-
I had the 3.0.5-3 version and the newer one is 3.1.1. I had to downgrade because it is not working for me. :c
-
I downgraded rsync and fixed the problem.
-
Yes , i just reinstalled it. I recently updated rsync because I had an old version and that's when the error started to happen. Edit: I reinstalled it but get the same error
-
Hi, I haven't gotten any errors so far but then this happened. Error: Copying resource directories into the bundle wrapper... /bin/sh: line 1: 2400 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" make[1]: *** [shared-instance-bundle-all] Error 137 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root# make package messages=yes: Making all for bundle test... mkdir -p "obj/test.bundle/" mkdir -p "obj/test.bundle/" mkdir -p "obj/test.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done /bin/sh: line 1: 2495 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" make[1]: *** [shared-instance-bundle-all] Error 137 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root# Any help is appreciated.
-
Thanks
-
Patcher G Tool (Gameloft AdBlocker) v1.2
Astronaut replied to Astronaut's topic in Free Jailbreak Cheats
they can do that? Lol -
Patcher G Tool (Gameloft AdBlocker) v1.2
Astronaut replied to Astronaut's topic in Free Jailbreak Cheats
The link is not broken. Make sure you have iFile installed. -
Patcher G Tool (Gameloft AdBlocker) v1.2
Astronaut replied to Astronaut's topic in Free Jailbreak Cheats
Just did. -
Patcher G Tool (Gameloft AdBlocker) v1.2
Astronaut replied to Astronaut's topic in Free Jailbreak Cheats
I've updated it. Nothing major just fixing up some text errors. -
G Tool (Gameloft AdBlocker Tool) Requirements: iOS 8+ iFile or Filza PreferenceLoader Feature: Blocks all ads on selected Gameloft games Screenshot: Compatible Gameloft Games: Asphalt 8 Blitz Brigade Brothers in Arms 3 Gangstar IV (4) Minion Rush Modern Combat 5 NOVA 3: Freedom Edition Six-Guns: Gang Showdown Uno & Friends Download and Install: [Hidden Content]
- 204 replies
-
- 126
-
-
-
-
-
-
-
Help/Support Hack Compiled fine yet not working?
Astronaut replied to Juku's topic in Help & Support
I am guessing "armv7s" is not needed so it would be ARCHS = armv7 arm64 -
Help/Support PreferenceBundle error while compiling
Astronaut replied to Astronaut's topic in Help & Support
yes I did. Fixed it. Thanks ! -
Help/Support Hack Compiled fine yet not working?
Astronaut replied to Juku's topic in Help & Support
So it worked? never mind it did work. glad I could help -
Help/Support PreferenceBundle error while compiling
Astronaut replied to Astronaut's topic in Help & Support
Okay so I've installed the headers but now I am getting this error. Am I still missing headers? Compiling test.mm... Linking bundle test... ld: warning: directory not found for option '-F/var/mobile/test/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/test.bundle/test.64873355.unsigned] Error 1 make[1]: *** [internal-bundle-all_] Error 2 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root# -
Help/Support PreferenceBundle error while compiling
Astronaut replied to Astronaut's topic in Help & Support
So searched and I found out that I am missing header like you said. Also, I'm supposed to download headers from rpetrich github but when I went there, it said:THIS HEADER PACK IS NOW DEPRECATED I have no clue on what to do but will keep on searching. Never mind found them. thanks! -
When I try to compile the preference bundle I get this error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h> Not sure what to do. Please help?
-
Help/Support Hack Compiled fine yet not working?
Astronaut replied to Juku's topic in Help & Support
I had the same issue. I added this to the top of my Makefile and it did the trick. ARCHS = armv7 arm64 armv7s -
Help/Support How to get around App ban on Hellotalk?
Astronaut replied to maxiumjones's topic in Help & Support
Try this?:https://iosgods.com/topic/13502-hellotalk-banned-how-to-get-unbanned/ -
Help/Support Igameguardian cracked for iOS jb 9.3.2-9.3.3
Astronaut replied to Sergeant Omega's topic in Help & Support
Yes -
Help/Support UIAlertView Pop Up doesn't want to work
Astronaut replied to Astronaut's topic in Help & Support
thanks!