
Turtle3925
Member-
Posts
25 -
Joined
-
Last visited
Profile Information
-
iDevice
iPhone X
-
iOS Version
12.4
-
Jailbroken
Yes
-
Rooted
No
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Turtle3925's Achievements
Newbie (1/14)
9
Reputation
-
Help/Support Getting offsets of functions in a non-unity game
Turtle3925 replied to Turtle3925's topic in Help & Support
Thanks! Following Shmoos tutorial now. I have 54 functions so rip me 😩 -
Help/Support Getting offsets of functions in a non-unity game
Turtle3925 replied to Turtle3925's topic in Help & Support
My post literally says not a unity game lmao -
Help/Support Getting offsets of functions in a non-unity game
Turtle3925 replied to Turtle3925's topic in Help & Support
LLDB or GDB are for values in the memory... I’m looking for how to find the offsets for a function such as - (int)coins. -
Help/Support Getting offsets of functions in a non-unity game
Turtle3925 posted a topic in Help & Support
Hi all, I have been making simple MS hacks for quite a while now and I decided that I would like to create some mod menu hacks. I followed ZoZo’s tutorial on how to hack a unity game which required you to use IDA Pro and il2cpp get the offsets. il2cpp requires the global-metadata.dat and the globalgamemanagers file which only appear in the files of unity games. So on to the main point of this post; how would I get the offsets without a tool like il2cpp? I have already searched and couldn’t really find anything. I have found tutorials using programs like iGameGuardian and setting watchpoints but that is for values in the memory and I am looking for the offsets of a function. Thanks in advance. -
Thx
-
Help/Support Is it possible to use MS/Obj C for a mod menu?
Turtle3925 replied to Turtle3925's topic in Help & Support
-
Thx man
-
Ty
-
Tutorial How to have a "mini" IDA Pro on your iDevice (free)
Turtle3925 replied to a topic in Tutorials
Ty -
Flex Flappy Golf 2 Mega Hack +16 (ALL VERSIONS)
Turtle3925 replied to Turtle3925's topic in DIY Cheats
Actually, it does work. Flex 3 does anyway. -
Help/Support Is it possible to use MS/Obj C for a mod menu?
Turtle3925 posted a topic in Help & Support
So, I am very new to this, but want to make (or at least have an idea of how to make) a mod menu. The thing is I have only really used MS to hack, and for my purposes nothing else would work. So my question is is it possible to make a mod menu in Obj C? And if so how? I feel like I am being extremely stupid but yeah. Thanks in advance! -
Version: 2.0.12 App Store link: https://apps.apple.com/gb/app/flappy-golf-2/id1141118819 This is my first submission; be gentle. Features: -Impossible to die to anything (Boundaries, water, lasers and saws) -Unlimited Flaps (10000) -Can pick any character/world -The hole becomes the same as in space base so you can go as fast as you want -No gravity/waterfalls -No magnets -Can pass through acid -Bounce on sand -No friction -No sticky -All features work in multiplayer How to: First of all you need flex, I am using flex 3 which is available from getdelta.co. Then, simply search flappy golf and select the Flappy Golf 2 Mega Hack made by Turtle3925 Just enable this and you are done
-
Hey guys, I was trying to make a tweak using theos on my windows 10 computer. It was for a game called flappy golf 2. I have also tried to make the tweak using theos on my jailbroken iPhone X, jailbroken with Unc0ver, running iOS 12.4. Both have the same outcome: turtle3925@DESKTOP-DQ649AT:~$ cd flappy2hacks turtle3925@DESKTOP-DQ649AT:~/flappy2hacks$ make package > Making all for tweak flappy2hacks… ==> Preprocessing Tweak.x… ==> Preprocessing Tweak.x… ==> Compiling Tweak.x (armv7)… bash: /home/turtle3925/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory /home/turtle3925/theos/makefiles/instance/rules.mk:259: recipe for target '/home/turtle3925/flappy2hacks/.theos/obj/debug/armv7/Tweak.x.b449f228.o' failed make[3]: *** [/home/turtle3925/flappy2hacks/.theos/obj/debug/armv7/Tweak.x.b449f228.o] Error 127 rm /home/turtle3925/flappy2hacks/.theos/obj/debug/armv7/Tweak.x.m /home/turtle3925/theos/makefiles/instance/library.mk:32: recipe for target '/home/turtle3925/flappy2hacks/.theos/obj/debug/armv7/flappy2hacks.dylib' failed make[2]: *** [/home/turtle3925/flappy2hacks/.theos/obj/debug/armv7/flappy2hacks.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... ==> Compiling Tweak.x (arm64)… bash: /home/turtle3925/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory /home/turtle3925/theos/makefiles/instance/rules.mk:259: recipe for target '/home/turtle3925/flappy2hacks/.theos/obj/debug/arm64/Tweak.x.77c69d54.o' failed make[3]: *** [/home/turtle3925/flappy2hacks/.theos/obj/debug/arm64/Tweak.x.77c69d54.o] Error 127 rm /home/turtle3925/flappy2hacks/.theos/obj/debug/arm64/Tweak.x.m /home/turtle3925/theos/makefiles/instance/library.mk:32: recipe for target '/home/turtle3925/flappy2hacks/.theos/obj/debug/arm64/flappy2hacks.dylib' failed make[2]: *** [/home/turtle3925/flappy2hacks/.theos/obj/debug/arm64/flappy2hacks.dylib] Error 2 /home/turtle3925/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed make[1]: *** [internal-library-all_] Error 2 /home/turtle3925/theos/makefiles/master/rules.mk:111: recipe for target 'flappy2hacks.all.tweak.variables' failed make: *** [flappy2hacks.all.tweak.variables] Error 2 turtle3925@DESKTOP-DQ649AT:~/flappy2hacks$ My code is: Makefile: ARCHS = armv7 arm64 include $(THEOS)/makefiles/common.mk TWEAK_NAME = flappy2hacks flappy2hacks_FILES = Tweak.x flappy2hacks_CFLAGS = -fobjc-arc include $(THEOS_MAKE_PATH)/tweak.mk Control: Package: com.turtle3925.flappy2hacks Name: flappy2hacks Depends: mobilesubstrate Version: 0.0.1 Architecture: iphoneos-arm Description: Lasers will not kill you in flappy golf 2! Maintainer: Turtle3925 Author: Turtle3925 Section: Tweaks Tweak.x: %hook LaserSprite -(unsigned long long)receiveContactEvent:(?)gameState:(id)arg2{ %orig;(NULL) } %end I have tried: -Using sdks from https://github.com/theos/sdks -Uninstalling and reinstalling Theos and Ubuntu. -Many different YT tutorials Help would be very much appreciated. Thank you in advance!
-
Cool