Jump to content

Help with writing Tweak.xm


Go to solution Solved by Rook,

11 posts in this topic

Recommended Posts

Posted

Hey guys :D
Another day, Another question pops in my mind so I want to ask something AGAIN for 3 days 

in a row xD

 

Okay, here goes the question. I searched FLEX for some inspiration and I saw some patch on

flex that use code that I don't know how to write it in Tweak.xm, okay here is the screenshots :

 

#1 How to write "-(id)" 

krLYmRD.png

 

#2 How to write -(void) that returns with (id) ?

XLvKozc.png

 

#3 How to write target method that looks like this :

FFv1FWy.png

 

I'm sorry if I make you confuse with my stupid question xD a real noob here

 

If you are not clear with my question I will try to explain it :D

 

Thanks Guys, You're Awesome!

  • Solution
Posted

1. Take a look at this thread: http://iosgods.com/topic/1280-how-would-i-add-this-to-the-tweakxm/

 

2. Same thread :p

 

3.

 

%hook GMSEntityRendererView

 

-(void)setRegulateFPS {

}

%end

 

Also take a look at these 2 tutorials: http://iosgods.com/topic/831-how-to-hack-using-mobile-substrate-method-hooking/

 

http://iosgods.com/topic/904-how-to-hack-games-with-flex-and-convert-it-to-deb/

Posted

I got this error when making the package :

AQBde3h.png

 

Thanks :D

You cannot alter a void value. You can only null it. :p

 

What I'm saying is, remove that 'return false;' on the void part to null it instead.

Posted

You cannot alter a void value. You can only null it. :p

 

What I'm saying is, remove that 'return false;' on the void part to null it instead.

 

But on FLEX it's set on false  :confused:

Posted

But on FLEX it's set on false  :confused:

What is that whole void function?

 

Paste it here.

Posted

nevermind xD thanks :p

No problem. :)

 

 

---

Nice signature. :MeGusta:

Posted (edited)

No problem. :)

 

 

---

Nice signature. :MeGusta:

Thanks :D

No problem. :)

 

 

---

Nice signature. :MeGusta:

 

Uhm how about writing something like this in Tweak.xm ? :D

BEQy9fS.png

Updated by DeathFork

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