-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
oh okey :'D
-
ah yes, I was already like EOF? whuut? but I think I didn't lemme try uhh, I don't think I did anything wrong..? <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.brj.brj</string> <key>key</key> <string>key1</string> <key>label</key> <string>Switch Text 2</string> </dict> <dict> <key>cell</key> <string>PSEditTextCell</string> <key>defaults</key> <string>com.brj.brj</string> <key>key</key> <string>key1value</string> <key>label</key> <string>Amount:</string> <key>isDecimalPad</key> <true/> <key>placeholder</key> <string>Enter your value here.</string> <dict> </plist>
-
just did it. this is what it says: Property list /var/mobile/brj/brj/ Resources/brj.plist invalid: Encountered unexpected EOF
-
Okey will try
-
Hey.. I tried making a PsEditTextCell patcher using the MSHook Generator Online. But when I go to settings and click on the patcher it doesn't show anything. this is the plist code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.brj.brj</string> <!-- Your package name. --> <key>key</key> <string>key1</string> <!-- Your key. --> <key>label</key> <string>Switch Text 2</string> <!-- Your Switch Name. --> </dict> <dict> <key>cell</key> <string>PSEditTextCell</string> <key>defaults</key> <string>com.brj.brj</string> <!-- Your package name. --> <key>key</key> <string>key1value</string> <!-- Your key. --> <key>label</key> <string>Amount:</string> <!-- The label that will appear next to the PSEditTextCell. --> <key>isDecimalPad</key> <true/> <!-- Show numeric keyboard by default. true or false. --> <key>placeholder</key> <string>Enter your value here.</string> <!-- Placeholder text that will appear before user enters their value. --> <dict> </array> <key>title</key> <string>brj</string> </dict> </plist> is there anything wrong?
-
Why is methode 5 not working ????️????️????️
-
is solved
-
Hmm okay will try then for the 103873 time..
-
Since I do it wrong, can you help with that online MSHook Patcher?
-
Added patcher for intrested people
-
I tried that, but everytime I try something using that it's not working somehow
-
Thankyou
-
the code you just did, I've tried before. I'm getting a error: %orig found outside of hook or subs class. and yes, I did. Why ?
-
Hacked App: Bike Race Pro & Bike Race TFG iTunes Link: Bike Race Pro: https://itunes.apple.com/us/app/bike-race-pro/id510461370?mt=8&uo=4 Bike Race Free: https://itunes.apple.com/us/app/bike-race-free-by-top-free/id510461758?mt=8&uo=4 Bundle ID: com.topfreegames.bikeracepaid/ & com.topfreegames.bikeracefree Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: (iAP Cracker DOESN'T work on this game anymore) 1. All Bikes Unlocked, Ultra, Super, Kids etc + Special bikes + World Tour Bikes (except tourney bikes, server sided) 2. All Achievements completed 3. Unlimited Free User Created Tracks 4. Unlimited Free Guest Multiplayer Games (normally 5 a day) 5. No ADS (for Free version of Bike Race) 6. Unlimited Retries (will stay stuck at 1 always) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the file from the link above. Step 2: Copy the file over to your iDevice using any file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on "Installer" or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the installation. Step 6: Once the installation is finished, open the app and enjoy the hack! NOTE: Be sure you closed cydia before do this Note: - if you find any bug tell me - if you're not jailbroken, take a look at this: https://iosgods.com/topic/19383-bike-race-pro-bikeracetfg-all-bikes-hack/page-1 Credits: - xShadowGhostx/BikeRaceJ Hack Video/Screenshots:
- 60 replies
-
- 98
-
-
-
-
-
-
-
#include <substrate.h> bool isGhost() { return true; } bool isHog() { return true; } bool isAllWheel() { return true; } bool isReverse() { return true; } bool isExtraChance() { return true; } bool isUnbreakable() { return true; } %ctor{ MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isGhost")),(void*)isGhost, NULL); MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isHog")),(void*)isHog, NULL); MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isAllWheel")),(void*)isAllWheel, NULL); MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isReverse")),(void*)isReverse, NULL); MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isExtraChance")),(void*)isExtraChance, NULL); MSHookFunction(((void*)MSFindSymbol(NULL, "_bikeInfo_isUnbreakable")),(void*)isUnbreakable, NULL); }
-
uhmm, I don't understand it , can you make an example with one of the functions I wanna use?
-
You tried it ? Alright, thanks
-
like this?
-
oh yeah, it's actually the same almost _bikeInfo_isAllWheel _bikeInfo_isExtraChance _bikeInfo_isGhost _bikeInfo_isHog _bikeInfo_isReverse _bikeInfo_isReverse
-
What do you mean? mean this?
-
yep, fml. lol
-
Flex patch not possible anymore, that's why I'm doing it in this way.
-
like: @("kSomething")) anyways, I tried the code you told me but somehow it won't work -___-
-
Wait, don't I need a key for each one? bool isReverse bool isGhost etc ?