Jump to content

How to Add DLG in Game


Go to solution Solved by syto203,

25 posts in this topic

Recommended Posts

Posted (edited)
2 hours ago, keybode said:
  Reveal hidden contents

./patchapp-1.sh: line 15: security: command not found
/patchapp-1.sh: line 17: awk: command not found
Unpacking the .ipa file (/var/mobile/pipa/Peeko-master/PUBG. ipa) . .
/patchapp-1.sh: line 73: /usr/bin/plutil: Bad CPU type in executable
/patchapp-1.sh: line 74: /usr/bin/plutil: Bad CPU type in executable
/patchapp-1.sh: line 246: security: command not found
Copying .dylib dependences into ".patch app.cache/Payload/Shadow Tracker Extra.
app"
sp: cannot stat 'obj/.dylib': No such file or directory
Code signing .dylib dependencies with certificate
.patch app.cache/Payload/Shadow Tracker Extra.app/.dylib
Codesign failed. Have you ran ''make' yet?
Phone: /var/mobile/pipa/Peeko-master root#

Theos, iOS 11.4.1
SCRspacer.png

 

make sure you made the "obj" folder and inside it put the dylib you want to inject and rename it "Peeko.dylib"

btw since you are doing this on your idevice i don't think it'll work there, you need a mac device for the script to work.

Updated by syto203
  • Like 1
Posted
2 minutes ago, syto203 said:

 

make sure you made the "obj" folder and inside it put the dylib you want to inject and rename it "Peeko.dylib"

btw are you doing this on your idevice or laptop?

folder is created file was placed to make a idevice

Posted

There is a manual way.

1) extract your ipa.

2) copy “CydiaSubstrate” binary from Peeko-master/Patchapp to Payload/app.app

3) copy other files from Peeko-master/Patchapp/cycript to Payload/app.app (don’t copy cycript.dylib unless you want to use it to debug)

4) copy the dylib you want to inject into same place as the others

your hierarchy should look like this

Payload/

   ———app.app

  ——————-dlg.dylib

  ——————-CydiaSubstrate

  ——————-ap.dylib

  ——————-cy.dylib

  ——————-ncur.dylib

  ——————-ncur.dylib

  ——————-appbinary

5) run this command

optool install -c load -p "@executable_path/dlg.dylib” -t /path/to/app.app

6) repack your ipa and sideload with impactor.

  • Like 1
Posted (edited)
2 hours ago, syto203 said:

optool install -c load -p "@executable_path/dlg.dylib” -t /path/to/app.app

spacer.png
-sh: optool: command not found
lol

Updated by keybode
Posted
27 minutes ago, syto203 said:

Not supported on ios. Use a computer.

Maybe you know where you can buy a virtual machine with macOS?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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