-
Posts
70 -
Joined
-
Last visited
Everything posted by CosnotraLF
-
hehe.. i dont get how to do this on my phone, he is doing it on a computer sorry, this thread is taking so long. here is the code i have inside Tweak.xm: #import <Foundation/Foundation.h> #import <writeData.h> BOOL pighealth; %ctor{ pighealth = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/prefbundle.plist"] valueForKey:@"kspeed"] boolValue]; if(pighealth) { writeData(0x004DB238, 0x01207047); } else { writeData(0x004DB238, 0x0A207047); } }
-
Help/Support Use of undeclared identifier 'MSFindSymbol'
CosnotraLF replied to CosnotraLF's topic in Help & Support
Hey DiDA and everyone else, my problem is fixed, my substrate.h didn't had the msfind code parts, so I just went here:https://github.com/kokoabim/iOSOpenDev/blob/master/include/substrate.h#, and downloaded it, and replaced it on include like you said . Thanks everybody. Each one of yall gave me a part of the puzzle -
Help/Support Use of undeclared identifier 'MSFindSymbol'
CosnotraLF replied to CosnotraLF's topic in Help & Support
Ok , thanks. , I can't do that then. -
Help/Support Use of undeclared identifier 'MSFindSymbol'
CosnotraLF replied to CosnotraLF's topic in Help & Support
How you do that? -
Help/Support Use of undeclared identifier 'MSFindSymbol'
CosnotraLF replied to CosnotraLF's topic in Help & Support
Hello HATER, I already have imported. It just doesn't show it on the image. What do you mean by /locked? -
Help/Support Use of undeclared identifier 'MSFindSymbol'
CosnotraLF posted a topic in Help & Support
Error image URL: http://i61.tinypic.com/v5v2wx.jpg I'm getting all these errors in mobile terminal when I go to my project and use the 'make' command. Idk why, I'm on ios 7.1.2 and in using ios 7.1 sdk.... Here an image of the Tweak.xm file : http://i60.tinypic.com/2jvdhi.jpg -
i was wondering, how can make a tweak that calls and modify functions from an app, like for example in minecraftpe binary file, there is a function called "Pig::getMaxHealth(void)", it returns "0xA" , i know how to mod it using hex editor, but how can you make a tweak that modifies this function return? extra info : * Here is an image of the function that i want to modify: * Im using IDA to disassemble minecraftpe binary file. * minecraftpe version: 0.9.5
-
Tweak [UPDATED] Minecraft Pocket Edition v0.10.4 +7
CosnotraLF replied to CmakLove's topic in Free Jailbreak Cheats
ok thanks DiDA, i'll start making mods then. No, i dont want to cause any trouble But thanks thou. -
[Tutorial][Video] How To Make a Package so easily !
CosnotraLF replied to sn0wqt's topic in Tutorials
Thx -
Tweak [UPDATED] Minecraft Pocket Edition v0.10.4 +7
CosnotraLF replied to CmakLove's topic in Free Jailbreak Cheats
Can you give me the source ode for the package please, I'll pay you ! -
Tweak [UPDATED] Minecraft Pocket Edition v0.10.4 +7
CosnotraLF replied to CmakLove's topic in Free Jailbreak Cheats
Hello xXtcikotciXx. I have a question... How ca you call functions and modify values from the minecraftpe binary?. It it hard?. Please answer. Thanks