Jump to content

Theangelofspace15

Senior Member
  • Posts

    132
  • Joined

  • Last visited

Everything posted by Theangelofspace15

  1. I try with another app and it did work. But i can not dump this game https://itunes.apple.com/us/app/knights-dragons-dark-kingdom/id539793374?mt=8 Can anyone dump it for me and share the files? I try cracking the app and downloading a cracked app. I cant access the game's store with the cracked one.
  2. know which one is a executable or the right one? Will the file have the same number as the game? And how many are they?
  3. Hi i used to do my tweak using flex i wanna move to a more advance level, and i want to use class-dump to dump the header. I read the tutorial and i know i have to use -H and -o but what i dont know is what r the binary files. This is the app i cracked and the files on it. Ca you tell me where and what are the binaries?
  4. Let see whats this about
  5. Requirements - Jailbroken iDevice - Cydia Substrate Features - This tweak will disable the app jailbreak check, and make the free gems button reappear after Gree has taken it away for over use.(if you dont know what i am talking about is cuz you didnt do the gems glitch, which gree has parched already) more features will be added to the hack as i learn more about tweaks :-) Instructions 1. Add this repo in cydia [Hidden Content] 2. Go inside the repo and look for Knights Hack 3. Install it Proof: Credits Theangelofspace15
  6. You mean make a deb and upload it to cydia/website?
  7. I was reading through the post and i think i found the way around but IDK how to do it. Since i am hooking the UI to the AppdidBecomeActive every time i come from the multitask the app become active again the the UI is call, so how can i set a IF statement that disable the UI after the 1) the first time it was call or 2) the user press the "Thanks" button, my idea declaring a variant when the code start and set it to true and when that variant is true the UI is call and the "thanks" button will make the variant false and the UI wont b called again. Or Declare a cumulative variant and every time the UI is called add 1 to the variant(initial value 0) and while the variant is <1 the UI is call. What is the best way to do this and how i do the coding for it. I though about doing a new post but i posted my code here early so it will give you a better idea of what i am trying to do..!!!
  8. Can you hook the UI to any class and method? Or have to be a -(void)XXXX:(id)?
  9. i have that and does not work in this game. When u play a video to get gems you can get videos from their old video provider, after you watch a couple you get tapjoy video(i think os the tapoy wall offer that its called) since tapjoy was added with a game update, can it b removed or disable though by changing code?
  10. Hi i am playing a game(knights and dragons) it has a in-game video advertiser option that let you get gems from watching videos, in the last update the creator add tapjoy videos to the game now you can get random tapjoy videos or the old provider videos. Is there any way i can disable tapjoy to only get the old provider's? Or anyone what are the headers of tapjoy so i can play with them ? Thz
  11. I get the UI but it appear every time i leave the application(move in the multitask) and not only when i first open the app, when it appear when the app start is all good but when it appears after i come from the multitask the app stop responding. Any ideas? Should i hook another header?
  12. What do fp8, fp12, and fp16 means? Are they variables that u assigned the values of the arguments and then returned the values, keeping fp8, fp12 the same and making f16 true?
  13. So how would you do if you dont wanna change all the arguments? Like in this case that i only wanna change the BOOL
  14. Thanks all i had the wrong ID bundle :-) it fixed and working.
  15. Hi i am trying to make this a deb tweak After i install it does nothing. This is the code i used: %hook knAdsManager - (bool)getEnabled{ return TRUE; } - (void)setEnabled:(bool)argument{ argument = TRUE; } %end
  16. Thanks :- i got it and also i couldnt copy/paste properly cuz i am using taptalk and it was adding or ignoring some characters :-) I am so happy this is the start of something big for me :-) I like to see how things work and then play with them. :-) my next steps will convert some of my flex tweaks and them add preferences bundle(i hope the i have the right idea of what preference bundles are, if they are the menus that add to setting and you can turn on/off the tweak k got it right lol) :-)
  17. I think o see my problem. Are the // use to comment? I am a beginner sorry for the dump question. And do i have to keep the // and ". In the code?
  18. Yes i did. I only changed the header. Also i didnt put code in the tweak only the UI Thats what i have
  19. I am getting this error when compilling
×
  • 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