-
Posts
4,939 -
Joined
-
Last visited
Community Answers
-
Ted2's post in I keep getting an error while compiling tweak.xm with theos was marked as the answer
Can you show your makefile code
-
Ted2's post in ADD & ADRP in each string? was marked as the answer
You don't hack the string itself, look around the string & see sub_x with not allot xrefs.
Health is mostly floats, so try see if there's any float instructions & try hack things like that
-
Ted2's post in %end does not make sense inside block was marked as the answer
+{bool) --> Note the "{" instead of "("
Also, cleaner code here:
https://ghostbin.com/paste/jnt3a
Yes obviously, try to code in sublime & then change this to objective C:
Then you go to the line 56 & you'll see there's a mistake in it:
Notice the pink thingy:
If you don't have sublime, you can always post it in Ghostbin & select Obj C to see what's wrong
-
Ted2's post in JAVA Scrip not working on safari? was marked as the answer
Go in settings - safari - advanced - enable JavaScript here
-
Ted2's post in Request Opinions from Everyone was marked as the answer
I would stay on 10.2, but that's just because installing debs etc is anoying on iOS 11.1.2 (atleast iOSGods debs) but the jailbreak in general is okay. Atleast from what I've heard.
-
Ted2's post in Run 64 bit app on 32 bit iOS was marked as the answer
No. Topic should have been in help/support section btw.
-
Ted2's post in Putty works, winscp don't :pepe: was marked as the answer
No, iFunbox randomly opened port 25 at that time, thats why
-
Ted2's post in How do I make an OHK was marked as the answer
Try in this function
MOV W0, W29 //Huge Value RET //Skip the rest But maybe you have to xref the sub_x functions.
You can also set a breakpoint on this function to figure out which register holds the damage value.
Also, for godmode it's not always just RET.
Mostly health is stored as a float, which means you mostly hack floats.
But on unity games everything is diffrent
-
Ted2's post in Segmentation fault: 11 was marked as the answer
The tweak Ptrace Pwner can bypass it on some games. If not, you gotta bypass it yourself
-
Ted2's post in iDevice won't let me use AppStore if Jailbroken was marked as the answer
Lowerinstall f***ed my appstore too, like totally lol.
-
Ted2's post in what is tweak.xm? was marked as the answer
By creating a project using theos, it goes automaticly when you do.
-
Ted2's post in Updating Modded/Hacked Games? was marked as the answer
Nope you gotta wait for a update or learn to hack it yourself.
-
Ted2's post in Pixel gun 3D stuck on loading screen before battle was marked as the answer
I used to have this when I had tweaks installed from Pixel Gun 3D. They detect them & won't let you play.
You gotta remove them & reset data / reinstall the app to play again.
-
Ted2's post in How to use Clutch 2 ? was marked as the answer
You use it to crack games/apps so you can load the binary in IDA. Apple encrypts the binary, so you'll need clutch to decrypt it.
-
Ted2's post in Update CATS hack was marked as the answer
Wrong section. Request should be in request section
-
Ted2's post in Getting offsets of someone else’s deb file ? was marked as the answer
This counts as leeching, leeching is not allowed & no one here respects leechers. You'll get banned when you leech.
-
Ted2's post in How to get game player game gem and igameguardian working on ios 10.3.2 jailbroken ?? was marked as the answer
I think it's not supported yet since the JB isn't that stable. I mean does substrate even work on that iOS?
-
Ted2's post in shmoos mod menu was marked as the answer
search in functions for 'application:didFinishLaunchingWithOptions'
It's 'UnityAppController' for FWD btw, cause it's a unity game.
-
Ted2's post in Need Help With Arm Assembly Language was marked as the answer
I think STP's are never usefull & STR's are. But others can correct me if I'm wrong. I never worked with a STP
You can find anything on this site tho:
http://infocenter.arm.com/help/index.jsp
-
Ted2's post in Can't get UI popup working in theos was marked as the answer
Add this SDK too: http://www94.zippyshare.com/v/tfVYO2ju/file.html
Then try compile.
-
Ted2's post in How to install NIC autolipo ? was marked as the answer
/var/theos/templates/
mark solved.
-
Ted2's post in Theos error "No such file or directory" was marked as the answer
/var/theos/bin/nic.pl
do this lol