Jump to content

DeadGood

Senior Member
  • Posts

    470
  • Joined

  • Last visited

Everything posted by DeadGood

  1. shmoo's background xD

  2. and than I use the binary of the cracked app?
  3. http://i.imgur.com/6tzIyYz.png?1?1752 Hello. Today I was trying to Disassemble a binary file. And IDA show that pic up. What should I do with it? I'm using iPad 2 with iOS 7.1.2 My device is jailbroken:)​ I use ARM little endian ​settings.
  4. I'm yongy with all-new avatar and background

  5. STICKWARS 1.8.9 REQUIRMENT PreferenceLoader FEATURES 1.Indestructible Wall 2.5000 Archers 3.5000Wizards 4.5000RepairMen 5.Unlimited Mana 6.Unlimited Converted Enemies Instructions 1.Unlock the hidden link 2.Download the .deb 3.Install it to your ios device 4.Go to Settings. Turn it ON 5.Enjoy!!! DON'T FORGET TO TURN ON IN SETTINGS [Hidden Content]
  6. this should be in request section.
  7. Package: god.yongy.stickwars Name: stickwars Depends: mobilesubstrate Version: 1.0.0 Architecture: iphoneos-arm Description: An awesome MobileSubstrate tweak! Maintainer: Yongy Author: Yongy Section: Tweaks
  8. iPad:/var/mobile/stickwars root# make package messages=yes /var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak stickwars... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. Making all in stickwars... make[1]: Entering directory `/private/var/mobile/stickwars/stickwars' Making all for bundle stickwars... mkdir -p "obj/stickwars.bundle/" mkdir -p "obj/stickwars.bundle/" mkdir -p "obj/stickwars.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/stickwars.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done make -f Makefile --no-print-directory --no-keep-going \ internal-bundle-compile \ _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[3]: Nothing to be done for `internal-bundle-compile'. make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars' rm -rf "/private/var/mobile/stickwars/_" /var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -c mkdir -p "/private/var/mobile/stickwars/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak stickwars... mkdir -p "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/stickwars.dylib "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f stickwars.plist ]; then cp stickwars.plist "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"; fi Making stage in stickwars... make[1]: Entering directory `/private/var/mobile/stickwars/stickwars' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for bundle stickwars... mkdir -p "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle" rsync -a "./obj/stickwars.bundle/" "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle" mkdir -p /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences cp entry.plist /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences/stickwars.plist make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars' mkdir -p "/private/var/mobile/stickwars/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/stickwars/control" > "/private/var/mobile/stickwars/_/DEBIAN/control" echo "Version: 1.0.0-4" >> "/private/var/mobile/stickwars/_/DEBIAN/control" echo "Installed-Size: 184" >> "/private/var/mobile/stickwars/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/stickwars/_" "./god.yongy.stickwars_1.0.0-4_iphoneos-arm.deb" dpkg-deb: parse error, in file `/private/var/mobile/stickwars/_/DEBIAN/control' near line 10 package `god.yongy.stickwars': missing version make: *** [internal-package] Error 2
  9. Where is my Danasoft signature???

    1. Rook

      Rook

      Removed just like everyone else's.

    2. DeadGood

      DeadGood

      :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:
    3. xC3FFF0E

      xC3FFF0E

      OH GOD! Even the .gifs DiDA? O.o

    4. Rook

      Rook

      What gifs? Only danasoft signatures. Nothing else.

  10. when I compile my tweak. I get this iPad:/var/mobile/stickwars root# make package install /var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak stickwars... make[2]: Nothing to be done for `internal-library-compile'. Making all in stickwars... Making all for bundle stickwars... Copying resource directories into the bundle wrapper... make[3]: Nothing to be done for `internal-bundle-compile'. Making stage for tweak stickwars... Making stage in stickwars... Making stage for bundle stickwars... make: *** [internal-package] Error 2 what does it mean and how to fix it? I'm using theos on my iPad.
  11. Getting windows 10 build 10049 SPARTAN IS HERE!!!!!!!!!!

    1. Rook

      Rook

      Is that a Release Candidate or something?

    2. DeadGood

      DeadGood

      Technical preview

  12. DeadGood

    Count to 4,000

    1532
  13. These games seem EASY (but sometimes it's not) So you want to try again when you lose
  14. It's depend on how stupid the server engineer is
  15. DeadGood

    Count to 4,000

    1522
  16. Found out its because Safari Upload enebler. Work fine now :)

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines