Jump to content

Red16

Senior Member
  • Posts

    279
  • Joined

  • Last visited

Everything posted by Red16

  1. I get the same error i also have the %hook Class
  2. 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
  3. 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)
  4. I am currently working on this might take me a couple months since I don’t have any tools to find the hex
  5. Thank you I hope I wrote it right
  6. 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
  7. I’m dying cause I’m trying to learn iv already made my first hack
  8. It worked teddy you are a genius cant thank you enough
  9. Okay I’ll try what you said it might work
  10. No I wrote that that’s why I’m geting the these errors I’m trying to make the flex hack into ms hook
  11. No I’m geting errors compiling the .deb
  12. 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
  13. I got it from jake james so which one should I use Or upgrade
  14. Still the same error let me sand the flex thing to you can you tell me how
  15. 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
  16. %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
  17. 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
  18. It dosent work I get new errors it failed to make dylib file
×
  • 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