Jump to content

0xSolana

Contributor
  • Posts

    762
  • Joined

  • Last visited

Everything posted by 0xSolana

  1. 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'
  2. 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
  3. 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
      • Like
  4. there is a tweak for that but it work only with non served sided ads
  5. 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
  6. 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
  7. @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
  8. Hey, I am sorry but i really don’t understand where you need help , if it is about to code the .lua or how to « make it launch when your app receives the request »
  9. you can select the app where the script should execute, but u want that another app run the .lua script or just the ability to chose where the script should execute ?
  10. 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.
  11. tweak : Udid Faker but i don’t think it is the right way. i am pretty sure using CacheClearer and AppsManager should work ! (work for PUBG / CODM)
  12. 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.
  13. maybe ur ipad has shut down. in my case it was the problème with my last iphone. and i discover it after
  14. i love math with that app !
  15. 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) :
  16. i asked rook and he answer me that it was closed use Hooper then
  17. what are you asking help for ?! you want a template ?
  18. 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 ?
  19. 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
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines