Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Community Answers

  1. Ted2's post in GDB Reinstall problem was marked as the answer   
    Fixed.
     
    How?
    copy the folder usr & paste it as link in var
  2. Ted2's post in Is this hack for VIPs only? was marked as the answer   
    It's vip. It said 'posted in ViP - Non Jailbroken
  3. Ted2's post in Flex 2 was marked as the answer   
    http://getdelta.co
  4. Ted2's post in iFile cracked no Jailbreak was marked as the answer   
    You can't.
  5. Ted2's post in Missing separator error? was marked as the answer   
    Try remove the whole after install part. It doesn't need to be in the file, i never add it either.
  6. Ted2's post in Hack Request was marked as the answer   
    Make a hack request in the hack request section.
    https://iosgods.com/forum/19-hack-requests/
  7. Ted2's post in Non-jailbroken hack works only for some people, what can cause this? was marked as the answer   
    How i fixed the problem: 
     
    Read @DiDA's fixed make file, suddently it made it work for all devices, don't ask me how.. it did..
     
    @DiDAI LOVE YOUUU
  8. Ted2's post in How to delete other switches? (patcher template) was marked as the answer   
    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <----> begin of under text <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Premium + No Jailbreak Detection (On/Off)</string> </dict> <-----> end of under text <dict> <------> begin of first switch <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key1</string> <key>label</key> <string>Premium + No Jailbreak Detection</string> </dict> <------> end of first switch <dict> <------> begin under text 2 <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your second switch.</string> </dict> <-----> end under text 2 <dict> <-----> begin switch 2 <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key2</string> <key>label</key> <string>Switch Text 2</string> </dict> <-----> end switch 2 <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your third switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key3</string> <key>label</key> <string>Switch Text 3</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your fourth switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key4</string> <key>label</key> <string>Switch Text 4</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Majd Awwad.</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Lumosity Cheats</string> </dict> </plist>  
    So what you do:
     
    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Premium + No Jailbreak Detection (On/Off)</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key1</string> <key>label</key> <string>Premium + No Jailbreak Detection</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Majd Awwad.</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Lumosity Cheats</string> </dict> </plist>  
  9. Ted2's post in Latest Jailbreak Available was marked as the answer   
    https://canijailbreak.com/
  10. Ted2's post in How do I write this in theos iOS 10? (Hooking) was marked as the answer   
    Write the id as NSNumber & set number to 1, 1= true
     
    edit nvm. Didn't saw ir picture
     
    %hook UnlockManager
     
    -(bool)wasUnlocked:(id)arg1 { return; TRUE %orig (NULL); } %end
  11. Ted2's post in Shmoo modmenu & autolipo was marked as the answer   
    Fixed.
     
    solution?
     
    add:
    SUBPROJECTS += /var/mobile/projectname/autolipo
    to your makefile.
  12. Ted2's post in .Deb file not installed fully was marked as the answer   
    A deb file is supposed not to be big. It's also not an app, but it 'connects' to the app.
     
    for example you installed a .deb for Pou, you'll need the app from appstore so the deb can 'connect' & make the hack apply.
  13. Ted2's post in How to disable memory checker??? was marked as the answer   
    You have to do it using IDA, iGG cant do that.
  14. Ted2's post in lldb breakpoint outcome seems weird was marked as the answer   
    Problem solved, lldb just make it look like sh!t with all those 00000 before the actual number.
    Also, the outcome is in hex decimal. 
     
    It was X1 what I needed, C is a hex number. Converting that to decimal is 12, which was correct.
     

  15. Ted2's post in Getting aslr using gdb gives me a error.. was marked as the answer   
    gdb cantt run arm64 i see..
     
    not neccesary then. solved
  16. Ted2's post in [HELP] No Applications Folder was marked as the answer   
    Var/containers/bundle my bad
  17. Ted2's post in MOV/MOVS ADD/ADDS SUB/SUBS ? was marked as the answer   
    Mov = move value into R
    sub = substract value into R
    add = add value into R
     
    R=register
     
    The s doesn't make a diffrence
  18. Ted2's post in Where do I find game saves using Filza? was marked as the answer   
    Var/mobile/containers/data/appname
×
  • 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