Jump to content

51 posts in this topic

Recommended Posts

Posted

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""]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> 

 

All is good there, and the hack should be working. Does it work in Flex?

Posted

All is good there, and the hack should be working. Does it work in Flex?

it worked while I had it turned on in flex, then I turned it off after making the .deb, installed my .deb, and it didn't work

Posted

it worked while I had it turned on in flex, then I turned it off after making the .deb, installed my .deb, and it didn't work

What's in your Tweak.xm?

Posted

What's in your Tweak.xm?

%hook GameViewController

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

 

%hook GameViewController

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

 

Even the other suggestions didn't work?

Posted

Even the other suggestions didn't work?

I tried 3 of them, Didn't work.

 

Is that how it should be?

Posted

I tried 3 of them, Didn't work.

 

Is that how it should be?

One should have worked :thinking:

Posted

One should have worked :thinking:

Hey, it's actually working now, it's just doing some thing I didn't intend for it to do :o

Posted

Hey, it's actually working now, it's just doing some thing I didn't intend for it to do :o

But is it working like you want it to? xD

Posted (edited)

it's really frustrating and annoying so I won't be making it public :( thanks for the help everyone

But is it working like you want it to? xD

50/50 I'd say :lol: 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