Jump to content

Red16

Senior Member
  • Posts

    278
  • Joined

  • Last visited

Everything posted by Red16

  1. Ever since I added this I know I wrote it worng just my lucky day also so tell me how to write a void with if(GetPrefBool) - (void) setNoVulnerable:(bool)arg1 { arg1 = TRUE; } if(GetPrefBool("@keyReal")){ return; %orig (arg1); } %end error im geting- ==> Preprocessing Tweak.xm… Tweak.xm:74: error: %orig does not make sense outside a block make[3]: *** [/var/theos/makefiles/instance/rules.mk:265: /var/mobile/goblinsw0rdhack/.theos/obj/armv7/Tweak.xm.mm] Error 255 rm /var/mobile/goblinsw0rdhack/.theos/obj/armv7/Tweak.xm.mm ==> Preprocessing Tweak.xm… Tweak.xm:74: error: %orig does not make sense outside a block make[3]: *** [/var/theos/makefiles/instance/rules.mk:265: /var/mobile/goblinsw0rdhack/.theos/obj/arm64/Tweak.xm.mm] Error 255 rm /var/mobile/goblinsw0rdhack/.theos/obj/arm64/Tweak.xm.mm make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/goblinsw0rdhack/.theos/obj/armv7/GoblinSw0rdHack.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/goblinsw0rdhack/.theos/obj/arm64/GoblinSw0rdHack.dylib] Error 2 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:123: GoblinSw0rdHack.all.tweak.variables] Error 2
  2. You need a value it cannot simply be return %orig if you don’t know what %orig is I recommend you look up a tut maybe im worng it might only work with - (bool)
  3. I am currently working on this might take me a couple months since I don’t have any tools to find the hex
  4. Thank you I hope I wrote it right
  5. I keep geting an error when I’m compiling this. it says: Tweak.xm:3:40: error: non-ASCII characters are not allowed outside of literals and identifiers If (GetPrefBool (@ "<U+FEFF><U+FEFF><U+FEFF><U+FEFF> kGem "<U+FEFF><U+FEFF><U+FEFF><U+FEFF>)) { This is inside the tweak.xm %hook Gem - (int) gemvalue { If (GetPrefBool (@ " kGem ")) { return 999; } return %orig; } %end
  6. I’m dying cause I’m trying to learn iv already made my first hack
  7. It worked teddy you are a genius cant thank you enough
  8. Okay I’ll try what you said it might work
  9. No I wrote that that’s why I’m geting the these errors I’m trying to make the flex hack into ms hook
  10. No I’m geting errors compiling the .deb
  11. im getting this error (red16) today is not my lucky day how do i fix Enable-WindowsOptionalFeature : The term 'Enable-WindowsOptionalFeature' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Wind ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Enable-WindowsOptionalFeature:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
  12. I got it from jake james so which one should I use Or upgrade
  13. Still the same error let me sand the flex thing to you can you tell me how
  14. This didn’ Work but this one kinda worked with building tweak.xm in obj folder %hook Gem -(int) gemvalue { return 999; } %end %hook Player -(bool) invincible { return TRUE; } -(bool) onGround{ return TRUE; } -(bool) toBounce{ return TRUE; } %end %hook Water -(bool) isLava{ return FALSE; } %end %hook AppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Goblin Sword MegaHack" message:@"Be sure to stop by iosgods.com and thank @red16" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release];  return %orig; }  %end
  15. %hook Gem -(int) gemvalue { return 999; } %end %hook Player -(bool) invincible { return TRUE; } -(bool) onGround{ return TRUE; } -(bool) toBounce{ return TRUE; } %end %hook Water -(bool) isLava{ return FALSE; } %end %hook AppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Goblin Sword MegaHack" message:@"Be sure to stop by iosgods.com and thank @red16" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release];  return %orig; }  %end
  16. in .theos I do have Tweak.xm.763b6ea0.Td- for arm 64 for armv 7-Tweak.xm.a685d69c.Td i don’t have the dylib file
  17. It dosent work I get new errors it failed to make dylib file
  18. Im geting a lot of errors so I’m just going to put a picture up
×
  • 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