Jump to content

51 posts in this topic

Recommended Posts

Posted

%hook GameViewController

 

-(void)resetGameAndShouldResetScore:(BOOL)argument{

%orig(argument) = false;

}

%end

 

is this correct?

Posted

%hook GameViewController

 

-(void)resetGameAndShouldResetScore:(BOOL)argument{

%orig(argument) = false;

}

%end

 

is this correct?

must be like this:

%hook GameViewController

-(void)resetGameAndShouldResetScore:(BOOL)argument{
argument = false;
}
%end
Posted

 

must be like this:

%hook GameViewController

-(void)resetGameAndShouldResetScore:(BOOL)argument{
argument = false;
}
%end

will try :) thanks

 

must be like this:

%hook GameViewController

-(void)resetGameAndShouldResetScore:(BOOL)argument{
argument = false;
}
%end

I'll try again in the morning, doesn't work :/

Thanks for the help

:)

Posted

just doesn't work in game

the coding is wrong, may you tell it to me again please?

 

can you show me how it's supposed to be typed in tweak.xm

 

any help?

Is your Bundle filter correct? Try adding a popup to your tweak.xm to verify if the .deb is affecting the app.

Posted (edited)

Is your Bundle filter correct? Try adding a popup to your tweak.xm to verify if the .deb is affecting the app.

I'm sorry @DiDA But I'm extremely new to .deb making, how would I check my bundle filter and how do I add a popup :)

 

I think I know what your problem is.

 

Go into your makefile, and add this at the top if you haven't

ARCHS = armv7 arm64

I added that on line 1,

Updated by Dannyyy
Posted

I'm sorry @DiDA But I'm extremely new to .deb making, how would I check my bundle filter and how do I add a popup :)

 

I added that on line 1,

Which app are you hacking?

 

Also, I strongly suggest using these theos Templates: http://iosgods.com/forum/17-tools/

Posted

Here is my make file:

 

An app Called "Stay In The Line"

Close Makefile window, and open "stayinlinehack.plist" and paste its content here.

 

Also, is it the free version or the pro version of the app?

Posted (edited)

Close Makefile window, and open "stayinlinehack.plist" and paste its content here.

 

Also, is it the free version or the pro version of the app?

The free version

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "[url="http://www.apple.com/DTDs/PropertyList-1.0.dtd%22"]http://www.apple.com/DTDs/PropertyList-1.0.dtd">[/url]
<plist version="1.0">
<dict>
  <key>Filter</key>
  <dict>
    <key>Bundles</key>
    <array>
      <string>com.blumarket.stayinthelinefree</string>
    </array>
  </dict>
</dict>
</plist> 
Updated by Dannyyy

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