Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. @@shmoo #include <substrate.h> int(*old_getMoney)(void *self); int getMoney(void *self) { return 9999; } %ctor { MSHookFunction(((int*)MSFindSymbol(NULL,"__ZN10Characters5Money8GetValueEv")),(int*)getMoney, (void**)&old_getMoney); } Here is the working version. Find the mistakes you made yourself and edit your tutorial
  2. "Your way" was already posted 8 posts above.. much better ...
  3. Nope. Rename postinst to postinst.c and add to your Makefile TOOL_NAME = postinst postinst_FILES = postinst.c postinst_CFLAGS += -fvisibility=hidden -DBUILD_POSTINST -DBUILD_RUNONCE postinst_FRAMEWORKS = CoreFoundation postinst_INSTALL_PATH = /DEBIAN
  4. Only put it in debian when you package the deb manually. Otherwise just in your projects folder
  5. I just do it this way all the time
  6. @@DiDA here I ripped it from I one of my PM's to Javi To encode and clean up the data of your project • I recommend creatng a folder 'deb' in /var/mobile • Inside you create another individual folder com.yourname.name so com.javitech.bravefrontier1.2.4.1 for you • You may already know after compiling your project there is a new folder '__'. Copy both the DEBIAN and LIBRARY folder and paste them in your com.yourname.name folder • Open the control file in DEBIAN and you can give your Tweak a final polish like removing the annoying number after the version. You can also add additional info like Homepage: http://iOSGods.com and in the Cydia package information will be a new pane for your website • Open MobileTerminal and type in su alpine cd /var/mobile/deb dpkg-deb -Z lzma -b com.yourname.name // lzma is a higher compression level therefore it will be unable to unarchieve• A new .deb is in /var/mobile/deb now Add a custom installation text • Go into the DEBIAN folder again • Create a new file 'postinst' // No extension just a regular file • Open the file and type #!/bin/sh echo echo "Something cool castix made" echo echo "U mad bro?" echo echo "Visit iOSGods for cookies" echo exit 0Only 'echo' creates a space between the text. You can add as many lines as you want Again you can compile with the encoding method above
  7. New way o_O Edit: I see many mistakes in your tutorial
  8. In the same directory your control file is either Project folder or DEBIAN
  9. Well this signature is f**ked http://prntscr.com/61p8qj

    1. Show previous comments  5 more
    2. Rook

      Rook

      And you never told me? :/

       

      I just noticed castix bypassed bad words filter? O.o

    3. Chrizk0

      Chrizk0

      No you saw it while I was fixing it, I fixed it like a minute after I posted the topic. @DiDA

  10. SAS 3 is not subx I'm not available for some time
  11. Can you upload it elsewhere than ony rapidgator please.
  12. @@ProtoRug can I order one too ^^
  13. They were pretty much useless so why keep them.
  14. Updated to cheat version 2.21. Delete the old version from cydia to install the new one.
  15. Idiots you can't use code which is unknown to your device. You obviously don't have any headers in theos/include. #include <UIKit/UIKit.h> does not make sense when you don't have it
  16. learned so much about debian today

    1. WolfDesigns

      WolfDesigns

      I learned so much about c++ today

    2. AnotherLurker
  17. Requirements Cydia Substrate PreferenceLoader Features Unlimited Coins Invincible to Lazer Coin Magnet Free Shop Vehicle Magnet Vehicle magnetised Vehicle doen't implode Destroy Zapper Invincible to Missiles Token Magnet Link to @@Chrizk0's hack (Unlock All & more) http://iosgods.com/topic/9391-jetpack-joyride-v181-cheats-7/ Instructions Download my hack, open it with iFile and press 'installer' Download [Hidden Content] Credits z0ne
  18. contact me for private hackig lessons.

    1. Show previous comments  9 more
    2. castix

      castix

      @DiDA because 'everyone' is not a registered member

    3. Rook

      Rook

      Meaning? Knowledge should be for everyone. If you want just registered members to see, use the Hide Tags. :)

    4. castix

      castix

      Tacos should be for everyone. To maintain knowledge you have to make the first step yourself

    5. Rook
    6. jaelhector

      jaelhector

      hi im trying to find your hack updated because some guy claim he modify your and add when you buy something with gems or real money it multiply by 200x and it working fine for him and he add level up dragons with one gem and he dont get banned for that can you please update your ill give you a donation i love this game but it so expensive keep up playing any help will be appreciated

  19. What DiDA tried to say was that if this hack only temporary works, meaning your progress you made with all the diamonds is lost, this glitch is unfortunately useless.
  20. There is no thanks button on mobile anymore neither using desktop view.
  21. Requirements Cydia Substrate PreferenceLoader Features Unlimited AP (Turn off if you want battles) Unlimited Player EXP All Shop Items Available Free Shop Free Clan Items Unlimited Tokens (Complete an ad like Facebook) Daily Reward Tokens No Cooldown For Ninjutsu Instructions Download my hack, open it with iFile and press 'installer'. Enable desired cheats from your preferences app. Download [Hidden Content] Credits castix
  22. It works thanks ! Can I turn this into an MS Hack so you can enable the hack from settings etc. and add it to the Ninja Saga Cheat I am currently working on ? Anyways great you found a breach in Ninja Saga Tokens, I haven't tried on 1.3.50 yet. +Reputation
×
  • 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