-
Posts
184 -
Joined
-
Last visited
Everything posted by ubyt3x
-
Woah, dude, chill.
-
It's great that he pointed this method out here, but its nothing new. Depends on the game. Don't expect triple A titles to be taken over now tho.
-
Most of the apps use their own APIs on their servers, which means the app communicates with their server to exchange data and state. The app he used as an example contacted the server as soon as he bought a bike and basicly told the server that he bought a bike along with some data like the bike type and amount. What he explains is that you can watch this data flow between the app (client) and server and send a own request to the server and change the data a bit in order to gain all the bikes in-game. TL;DR Analyzing what the app does when he buys a bike (sending data to the server), changing that up a bit and sending custom data to the server -> free items! https://blogs.mulesoft.com/biz/tech-ramblings-biz/what-are-apis-how-do-apis-work Do you mean FLEXing? Thats what I used to achieve that.
-
Oh, glad to hear that, haha.
-
Did you seriously write that on your own? Who needs loops anyways? Cool tutorial for beginners! Nothing new though. Wonder why the developers won't take time to write a proper API that's not accessible so easy.
-
Thanks!
-
Thats formulated a bit harsh. Unity is a great tool making game development easy using a very nice programming language, of course you'd stick with it with all the great functions it provides. And indeed you are learning to analyze, it's not a childs play to override Unity methods either. But great tutorial, didn't expect something that well explained. Thank you!
-
I think I messed something up. Using iPhoneOS11.2 as SDK. > Making all for tweak AmericanDadHack… ==> Compiling Tweak.xm (arm64)… In file included from Tweak.xm:1: In file included from /Users/aarivex/americandadhack/Macros.h:1: In file included from /Users/aarivex/americandadhack/ModMenu.h:11: In file included from /Users/aarivex/americandadhack/Hack.h:10: In file included from /Users/aarivex/theos/include/vector:66: In file included from /Users/aarivex/theos/include/bits/stl_algobase.h:66: /Users/aarivex/theos/include/cstring:102:12: error: cannot initialize return object of type 'void *' with an rvalue of type 'const void *' { return memchr(const_cast<const void*>(__p), __c, __n); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Tweak.xm:1: In file included from /Users/aarivex/americandadhack/Macros.h:1: In file included from /Users/aarivex/americandadhack/ModMenu.h:11: In file included from /Users/aarivex/americandadhack/Hack.h:10: In file included from /Users/aarivex/theos/include/vector:66: In file included from /Users/aarivex/theos/include/bits/stl_algobase.h:68: /Users/aarivex/theos/include/cstdlib:143:3: error: declaration conflicts with target of using declaration already in scope abs(long __i) { return labs(__i); } ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/stdlib.h:111:44: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} ^ /Users/aarivex/theos/include/cstdlib:110:11: note: using declaration using ::abs; ^ /Users/aarivex/theos/include/cstdlib:146:3: error: declaration conflicts with target of using declaration already in scope div(long __i, long __j) { return ldiv(__i, __j); } ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/stdlib.h:116:42: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);} ^ /Users/aarivex/theos/include/cstdlib:117:11: note: using declaration using ::div; ^ In file included from Tweak.xm:1: In file included from /Users/aarivex/americandadhack/Macros.h:1: In file included from /Users/aarivex/americandadhack/ModMenu.h:11: In file included from /Users/aarivex/americandadhack/Hack.h:10: In file included from /Users/aarivex/theos/include/vector:66: In file included from /Users/aarivex/theos/include/bits/stl_algobase.h:70: In file included from /Users/aarivex/theos/include/iosfwd:49: In file included from /Users/aarivex/theos/include/bits/postypes.h:46: /Users/aarivex/theos/include/cwchar:212:12: error: cannot initialize return object of type 'wchar_t *' with an rvalue of type 'const wchar_t *' { return wcschr(const_cast<const wchar_t*>(__p), __c); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/aarivex/theos/include/cwchar:218:12: error: cannot initialize return object of type 'wchar_t *' with an rvalue of type 'const wchar_t *' { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/aarivex/theos/include/cwchar:224:12: error: cannot initialize return object of type 'wchar_t *' with an rvalue of type 'const wchar_t *' { return wcsrchr(const_cast<const wchar_t*>(__p), __c); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/aarivex/theos/include/cwchar:230:12: error: cannot initialize return object of type 'wchar_t *' with an rvalue of type 'const wchar_t *' { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/aarivex/theos/include/cwchar:236:12: error: cannot initialize return object of type 'wchar_t *' with an rvalue of type 'const wchar_t *' { return wmemchr(const_cast<const wchar_t*>(__p), __c, __n); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Tweak.xm:1: In file included from /Users/aarivex/americandadhack/Macros.h:1: In file included from /Users/aarivex/americandadhack/ModMenu.h:11: In file included from /Users/aarivex/americandadhack/Hack.h:10: In file included from /Users/aarivex/theos/include/vector:66: In file included from /Users/aarivex/theos/include/bits/stl_algobase.h:71: /Users/aarivex/theos/include/bits/stl_pair.h:96:22: error: no template named 'pair' operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:96:49: error: no template named 'pair' operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:102:21: error: no template named 'pair' operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:102:48: error: no template named 'pair' operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:109:22: error: no template named 'pair' operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:109:49: error: no template named 'pair' operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:115:21: error: no template named 'pair' operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:115:48: error: no template named 'pair' operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:121:22: error: no template named 'pair' operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:121:49: error: no template named 'pair' operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /Users/aarivex/theos/include/bits/stl_pair.h:127:22: error: no template named 'pair' operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[3]: *** [/Users/aarivex/americandadhack/.theos/obj/debug/arm64/Tweak.xm.ca397b12.o] Error 1 make[2]: *** [/Users/aarivex/americandadhack/.theos/obj/debug/arm64/AmericanDadHack.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [AmericanDadHack.all.tweak.variables] Error 2
-
Thank you!
-
Programming - Web (Laravel, Vue, Bootstrap), Software (C#, NodeJS), Mobile (React Native, Xamarin) - Did/Doing some decent money with it. Starting studying very soon hopefully.
-
Some of you may know the Frida iOS dump script which uses Frida to create a cracked .ipa of any app running on your iOS via an SSH-to-USB tunnel. The repository for this can be found here: https://github.com/AloneMonkey/frida-ios-dump This works on macOS and Linux. Simply install Python 2.7, install the dependencies and run dump.py. But if you try this on Windows, it won't really work, because first, you will have some problems with the encoding/characters in an windows terminal. Using the Git Bash f.e. fixes this. But then the next problem is that windows has no internal zip command to create a zip archive to create the .ipa file. Because I don't want to take my Macbook every time just for Frida, I rewrote a few lines in the script to make this work on windows as well, which uses 7zip. dump_win.py: https://pastebin.com/q3n6Cgxz Download: MEGA.nz Note: The port can vary (22 in my file) because iFunbox opens the tunnel at that port. Either download the complete package or overwrite your dump.py with the dump_win.py one or download dump_win.py as another file and drag 7za.exe from the archive into your frida folder. If you're overdramatic, you can download the latest 7za.exe yourself at https://sourceforge.net/projects/sevenzip/ by going to Files > 7-Zip > latest version (19.00) and downloading 7zxxxx-extra.7z and extracting 7za.exe from there. If you're an WinRAR user, you can also use following file: dump_winrar.py: https://pastebin.com/iAR7x92J If WinRAR is installed at a different place rather than C:\Program Files\WinRAR, you can change the path at WINRAR_PATH (line 43). This does NOT work with the default windows terminal/cmd! At best get yourself Git (https://gitforwindows.org/) and use Git Bash. Hope you have fun with it!
-
Lets take a look, thanks!
-
Tweak Hack Flightradar24 | Flight Tracker By Flightradar24 AB
ubyt3x replied to IamAamirPOY's topic in Free Jailbreak Cheats
Doesn't work anymore and nothing shows up in the settings either. -
Patcher Hack iOSGods iAP Cracker - iAP Tweak Modifier
ubyt3x replied to Laxus 's topic in Free Jailbreak Cheats
tenks -
Introducing the New iOSGods Jailed App!
ubyt3x replied to Rook's topic in iOSGods No Jailbreak App Store
-
Help/Support Install ipas on nonjailbroken iOS 10.2
ubyt3x replied to ubyt3x's topic in Help & Support
nvm, it was bc i was too stupid to wait