
Theangelofspace15
Senior Member-
Posts
132 -
Joined
-
Last visited
Everything posted by Theangelofspace15
-
Help/Support How to dump header
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
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. -
Help/Support How to dump header
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
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? -
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?
-
Let see whats this about
-
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
- 795 replies
-
- 33
-
-
-
-
-
-
-
[Tutorial] How To Clone iOS Apps and get Unbanned in much Games
Theangelofspace15 replied to amier's topic in Tutorials
I will try -
You mean make a deb and upload it to cydia/website?
-
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
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..!!! -
beIN SPORTS Channels - JailBroken Devices!
Theangelofspace15 replied to Angel-Eyes's topic in Free Jailbreak Cheats
Good job i will try it -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
Can you hook the UI to any class and method? Or have to be a -(void)XXXX:(id)? -
Help/Support How can i remove tapjoy from a game.!!
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
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? -
Help/Support How can i remove tapjoy from a game.!!
Theangelofspace15 posted a topic in Help & Support
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 -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
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? -
Help/Support Convert this flex tweak at deb
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
thanks :-) -
Help/Support Convert this flex tweak at deb
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
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? -
Help/Support Convert this flex tweak at deb
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
So how would you do if you dont wanna change all the arguments? Like in this case that i only wanna change the BOOL -
Help/Support Convert this flex tweak at deb
Theangelofspace15 replied to Theangelofspace15's topic in Help & Support
Thanks all i had the wrong ID bundle :-) it fixed and working. -
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
-
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
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) :-) -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
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? -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
Almost there, now i am getting -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
Yes i did. I only changed the header. Also i didnt put code in the tweak only the UI Thats what i have -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
Theangelofspace15 replied to EvillyG00d's topic in Tutorials
I am getting this error when compilling