-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Help/Support Creating a tweak/.deb hack using CSCI patcher
castix replied to Mayaxaya's topic in Help & Support
If he doesn't have writeData in his project folder he'll get a lot errors -
Help/Support Creating a tweak/.deb hack using CSCI patcher
castix replied to Mayaxaya's topic in Help & Support
You can't assign more than one argument to an if conditional. Next thing is that you hack 2 times the same address but with a different original value ... -
Is it a SaveGame hack or a Cydia Substrate hack ? SaveGame hacks: Open iTools Go to jailbroken Filesystem Browse to /var/mobile/Containers/Data/Application/Appname //Where Appname is the game you want to place the files in. Place the files from your computer in the according folder Cydia Substrate hacks: Using iFile Download the .deb file Put it on your iDevice using a file explorer (iFunbox, iExplorer, WinSCP, etc.) Open iFile Go to the directory you saved the .deb file Click on it and hit "install" Without using iFile Download the .deb file Open a file explorer (iFunbox, iExplorer, WinSCP, etc.) Drag the file and drop it it /var/root/Media/Cydia/AutoInstall Reboot
-
Help/Support can you install multiple tweaks for one game?
castix replied to Prophet91's topic in Help & Support
Lot's of Tweaks which have preference bundles use the same name for an app. Beware of that and you'll never have problems -
Help/Support How do i edit a particular param in a method?
castix replied to XtraSnipey's topic in Help & Support
- (bool)in_range:(CGPoint){ return true; } -
There is no Terminal Code for it. Remove ASLR is no longer a bash script for years
-
#import <Preferences/Preferences.h> @interface PreferencesListController: PSListController { } @end @implementation PreferencesListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"Preferences" target:self] retain]; } return _specifiers; } - (void)twitter { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://twitter.com/user"]]; } - (void)facebook { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://facebook.com/user"]]; } - (void)iosgods { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com"]]; } @end <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Twitter</string> <key>action</key> <string>twitter</string> <key>icon</key> <string></string> </dict> <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Facebook</string> <key>action</key> <string>facebook</string> <key>icon</key> <string></string> </dict> <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Visit iOSGods</string> <key>action</key> <string>iosgods</string> <key>icon</key> <string></string> </dict> In icon you can add the name of the .png file you want for the switch. For an icon in the preference pane look in your entry.plist to see the name of the .png file you need (You can change it).
-
Help/Support check for multiple if statements?
castix replied to XtraSnipey's topic in Help & Support
if(GetPrefBool(@"key1")) {your conditional code} else if(GetPrefBool(@"key2")) { return %orig } -
TaiG is the not cool thing here
-
Help/Support Dual Shock 4 Controller not visible via Bluetooth
castix replied to castix's topic in Help & Support
You're right. I recently downloaded a driver update for my Bluetooth but I can't figure out how to properly install the drivers again. It asks me on the driver installation to connect a Bluetooth device but I dont know which or how -
Poeple are blaming i0n1c because he doesn't sell his exploits to TaiG this time they ain't rip off his exploits like last year
-
Help/Support Dual Shock 4 Controller not visible via Bluetooth
castix replied to castix's topic in Help & Support
Yes. I also came across a Bluetooth Settings setup on my laptop which claimed to install some Bluetooth drivers. I was lake "Oh that must be it" but it asked me to connect a Bluetooth device and also that didn't work.. -
Help/Support Dual Shock 4 Controller not visible via Bluetooth
castix replied to castix's topic in Help & Support
Hm, thanks. I'll wait for some more replies -
Help/Support Need some help for modding this instruction for one hit kill
castix replied to a topic in Help & Support
Btw: VFP instructions means Vector Floating Point. As you can take from the title it's a float.Floating Point architecture provides floating point operations in half-, single- and double-precision floating point arithmetic. Usually they are used to increase 3D performance of games but I don't know how's that related to your Infinite Health. Are you sure the VSTR isn't flagged somewhere else -
Help/Support where can i buy online a google play gift card??
castix replied to hannah54's topic in Help & Support
Is that website trustworthy? -
Help/Support Dual Shock 4 Controller not visible via Bluetooth
castix posted a topic in Help & Support
Hello guys ! I have a Playstation 4 controller and wanted to pair it with my laptop to play some games with it but I ran into a problem. On every tutorial how to connect it it says I have to go to my Bluetooth Settings (Devices and Printers) and add a new device. Following the instructions I have to press the PS-Button and the Share button for 5 seconds until there's a white blinky light and my controller should be visible as new divice. Well, that works and I was really confident when my controller was blinking. Unfortunately when I clicked on adding a new device, my controller was just not visible or not detected whatever. This only happened to me when I tried to connect my Dual Shock 4 controller wireless. Using my micro cable and DS Tool 1.2.2 it succesfully paired but that's not the solution I want ! Have you any idea why it doesn't how up when adding the new device? Do you had the same problem? Leave some suggestions please, everything is welcome -
Help/Support [HELP] How to edit void functions of any ios app?
castix replied to Vegito's topic in Help & Support
Using the search function would be useful next time - (void)activateReloadTimer { } -
There are reasons for it to be locked. Maybe it doesn't work anymore or it's outdated. Why should you reply to something that doesn't work
-
No, unfortunately you can't unlock topics by giving reputation points :|
-
Yes, I used AppHeads for it to keep it running in the background.
-
I love you how did you find that out ? I thought the GameGem / iGameGuardian address changes every session for an item