-
Posts
762 -
Joined
-
Last visited
Everything posted by 0xSolana
-
Help/Support Theos never stop running when ‘make package install’ command
0xSolana replied to 0xSolana's topic in Help & Support
I installed it with your tut (the link that you gave me) I was asking me if there is any command to stop it ? when i run 'make' everything is okay and i get my .dylib (i can make a .deb with it and it works) but the 'make package' do the same as 'make package install' -
Hello, Theos was running good until i tried to run ‘make package install’ command and even the ‘make package’ (without asking theos to install it) and since that time he never stoped the program. (I never had that again: ---:~/tweakfolder mobile$ here an image : https://imgur.com/a/8ZbNJM1 (the .deb is on the packages folder but when i install it manually, i get this : https://imgur.com/a/F2X22yt ) I tried : -re installing theos and the template (Ted2’s) -run : ‘make clean’ Edit : I have the same issue if run 'make package' or 'make package install' (doesn't finish the program & the .deb is not installing correctly) So thanks for any help
-
Hello, I am making a theos projet but when compiling, i get trouble with ldid. It says : ==> Setting SYSROOT... //with all stuff ==> Merging tweak *name* ==> Signing *name* //I assume that it try to sign the .dylib ? //Here commes the problem dyld: Library not loaded: /usr/lib/libplist.3.dylib Referenced from: /usr/bin/ldid Reason: Incompatible library version: ldid requires version 7.0.0 or later, but libplist.3.dylib provides version 5.0.0 So i searched to update to newest version but nothing in Cydia. Tried to reinstall iOS TollChain (that contain ldid) but nothing. I searched for ldid 7.0.0 on google but also nothing (or it is for mac). and there are not any reddit talking about ldid on iOS (think ppl use it on OSX with homebrew) Right now i don't know what i should search for or do, so if someone could help me by giving me a ldid with version 7.0.0 or newer or telling me what to do, it would be nice Thanks for help EDIT : I Spend 2 hours to search while the answer is just to delete ldid and run this command : apt-get install ldid
-
- 2
-
-
Help/Support Ad skipping hack (Still rewards you on games)
0xSolana replied to HakimV9's topic in App Questions & Support
there is a tweak for that but it work only with non served sided ads -
Help/Support the deb file i installed didn't appear on my screen
0xSolana replied to duqepckaj's topic in Help & Support
the command « uicache » make icon refresh but it is not the problème bcz appstore make it automatic. what is your app u want download -
Help/Support the deb file i installed didn't appear on my screen
0xSolana replied to duqepckaj's topic in Help & Support
i thought it was a cydia app. it’s weard if u can’t install app from appstore... have you tried install it on safemod ? tell me the app name -
Help/Support the deb file i installed didn't appear on my screen
0xSolana replied to duqepckaj's topic in Help & Support
is it an app from cydia ? -
@TIEPBM You are welcome ! I am not a pro with coding and all 😬 but here is a way with less code maybe : 1) install activator and make that (example) when you 3 touch your home screen bouton it lunch xxx.lua script. 2) create a basic app (i even don’t know about making that but there should be many reddit or stackoverflow help) that, when she receive a request [or when it is 4 a.m. (example)] it 3 touch the home screen bouton. That would execute the .lua script when the app receive a request or when it is 4 a.m. 🤷🏼♂️ if i had to do it i think that i would work on that. i don’t know if it is possible with basic Obj-c or if you need ALSO to create tweak with more headers
-
My way (iPhone) : Download a template (Ted2 is a good one) and place the .nic.tar (Do not extract it) into theos/template if i a right. now run theos on terminal and select .1 (should be Ted2 template). after that it will ask question about the bundle id, author and all. when all that is done, go into /var/mobile and it should be there. open your folder name and you should have many things. the tweak.xm is here where you should write your code (offset and all). when it is correctly written and u are sure it is good, go into any terminal and cd to your hack (/var/mobile/yourhackfolder) when done, write without the quotes : « make package » it should process AND if to don’t have errors (Not like me , You should have a .deb) this is very not detailed, but on Ted2 template github there are some note also that are good to know. into theos git i think also i am also new at making mod menu so i am not 100% sure that it is the easiest way but it should work.
-
Help/Support the deb file i installed didn't appear on my screen
0xSolana replied to duqepckaj's topic in Help & Support
Hello, you must have disable uicache when respring. what u need to do : install any terminal (NewTerm2 in my case) and run this command without the quotes : « uicache » now, wait about 5 second without touching your phone, it is not dangerous if you do it but will be very laggy so just wait 5 seconds and all be fine with the .deb (app) installed. This works if it is an app (Flex, GameGem or things like this) and not for a hack deb. -
maybe ur ipad has shut down. in my case it was the problème with my last iphone. and i discover it after
-
i love math with that app !
-
Mod Menu Hack Survivalist: invasion (zombie) v2.115 +13 Cheats
0xSolana replied to Zahir 's topic in Free Jailbreak Cheats
-
Giveaway Giveaway | Non-Jailbroken & Jailbroken ViP + 3 Months
0xSolana replied to 0xNoctis 's topic in Community Giveaways
thanks for the giving ! -
Mod Menu Hack MONOLISK v1.037 - [ One Hit Kill & God Mode ]
0xSolana replied to GeTRoZ's topic in Free Jailbreak Cheats
better and better ! -
Are you sure you have theses fonction in the game ? Use flex and search. For ex : int GetMoney() is it a fonction about the game or just one from a tutorial ? the fonction GetMoney must be in the binary file. u can search it via flex For mod menu template (require a bit of knowledge) :
-
i asked rook and he answer me that it was closed use Hooper then
-
what are you asking help for ?! you want a template ?
-
You are welcome ^^ ! Before, there was a topic to get free iDA but it has been removed i think. but here it is : (Free version may work) are you on windows or mac ?
-
These are things that take a long time to learn and much practicing Overall, if I understood correctly, you will have to decrypt the binary with CrackerXI, then disassemble the binary file with iDA Pro / Hooper (I'll let you search on google to get it) I am using iDA Pro Once done, you could search, with the string view on iDA, things like : NumberOfAmmo. (if you try to hack your ammo amount). Click on it and it will show the fonction of that string. If i am still right, it is ARM language. there are many iosgods topic that have tutorials about it. (i will add a list below). After that, you need to have a bit of ARM language to make changes. useful topic : Find more in the Tutorial section here : https://iosgods.com/forum/14-tutorials