Jump to content

Baroto

Senior Member
  • Posts

    128
  • Joined

  • Last visited

Everything posted by Baroto

  1. thanks so much for its support..
  2. if you can fix this? %hook BBMCoreAccess -(void) sendTypingNotificationForConversationURI:(id)arg1 isTyping:(bool) { arg1 = FALSE; return %orig; } %end
  3. Tks. here : #include <substrate.h> %hook BBMCoreAccess -(void) sendTypingNotificationForConversationURI:(id)arg1 isTyping:(bool) { arg1 = FALSE; return %orig; } %end %hook BBMCoreAccessGroup -(void) sendTypingNotificationForConversationURI:(id)arg1 { arg1 = NULL; return %orig; } %end %hook BBMCoreAccess -(void) markEphemeralMessageAsViewed:(id)arg1 { arg1 = NULL; return %orig; } %end %hook BBMCoreAccess -(void) markMessagesRead:(id)arg1 withConversationURI:(id)arg2 { arg2 = NULL; arg1 = NULL; return %orig; } %end %hook BBMCoreAccess -(bool) isRateBBMEnabled { return TRUE; } %end %hook BBMCoreAccess -(void) setRateBBMEnabled:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook BBMCoreAccess -(id) adsEnabled { return NULL; } %end %hook BBMCoreAccess -(id) getAllAds { return NULL; } %end %hook BBMEphemeralMetaData -(double) remainingTime { return FALSE; } %end %hook BBMPingLimitHelper -(bool) isLimitReached { return TRUE; } %end %hook BBMSystemMessageCell -(bool) isRead { return TRUE; } %end %hook BBMSystemMessageCell -(void) setIsRead:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook BBMMessage -(bool) canBeMarkedRead { return TRUE; } %end %hook BBMMessageCell +(bool) automaticallyNotifiesObserversOfMessage { return TRUE; } %end %hook BBMGenEphemeralMetaData -(bool) isScreenshot { return TRUE; } %end
  4. Thanks. all problems had been solved, now I discovered this. Tweak.xm:4:185: error: expected class member or base class name ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(bool) { ^ Tweak.xm:4:184: error: only constructors take base initializers ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(bool) { ^
  5. Hello all. I tried to compile tweak like this http://pastebin.com/ZFP6g62e. but I found an error like this Tweak.xm:4:185: error: expected class member or base class name ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(bool) { ^ Tweak.xm:4:184: error: only constructors take base initializers ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(bool) { ^ Tweak.xm:5:1: error: use of undeclared identifier 'arg2'; did you mean 'arg1'? arg2 = TRUE; ^~~~ arg1 Tweak.xm:4:179: note: 'arg1' declared here ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(bool) { ^ Tweak.xm:5:6: error: assigning to 'id' from incompatible type 'int' arg2 = TRUE; ^ ~~~~ Tweak.xm:12:8: error: expected expression arg1 = ; ^ Tweak.xm:19:8: error: expected expression arg1 = ; ^ Tweak.xm:25:172: error: expected class member or base class name ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(id) { ^ Tweak.xm:25:171: error: only constructors take base initializers ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(id) { ^ Tweak.xm:26:1: error: use of undeclared identifier 'arg2'; did you mean 'arg1'? arg2 = ; ^~~~ arg1 Tweak.xm:25:166: note: 'arg1' declared here ...BBMCoreAccess* _LOGOS_SELF_CONST self, SEL _cmd, id arg1):(id) { ^ Tweak.xm:26:8: error: expected expression arg2 = ; ^ Tweak.xm:27:8: error: expected expression arg1 = ; ^ Tweak.xm:47:1: error: non-void function '_logos_method$_ungrouped$BBMCoreAccess$adsEnabled' should return a value [-Wreturn-type] return ; ^ Tweak.xm:53:1: error: non-void function '_logos_method$_ungrouped$BBMCoreAccess$getAllAds' should return a value [-Wreturn-type] return ; ^ Tweak.xm:59:1: error: non-void function '_logos_method$_ungrouped$BBMEphemeralMetaData$remainingTime' should return a value [-Wreturn-type] return ; ^ 14 errors generated. make[3]: *** [/users/pxcex/Desktop/Tweak/bbm/.theos/obj/debug/armv7/Tweak.xm.2995620b.o] Error 1 make[2]: *** [/users/pxcex/Desktop/Tweak/bbm/.theos/obj/debug/armv7/bbm.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [bbm.all.tweak.variables] Error 2 whether there is a solution. Thank you very much.
  6. BIGO LIVE - Live Broadcasting Version of the app: 2.4.0 iTunes URL for the app: https://itunes.apple.com/us/app/bigo-live-live-broadcasting/id1077137248?mt=8 Requested features: unlimited diamons Jailbroken or Non-Jailbroken: Jailbroken Thank you!
  7. please provide headers for me..
  8. I also several times been viewed 10 error . so, what is the solution?
  9. tks mr shmo. but I still find the same error. . If mr shmoo kindly provide SCLAlertview tutorial style from scratch? Such incredible tweak you. Just SCLAlertview.
  10. if you mean CFLAGS = -w in makefile ?
  11. already apply from there. but the problem remains the same. the same problems as https://iosgods.com/topic/30440-sclalertview-troubleserrors/ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1586:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1587:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1620:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1621:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1630:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTarget = target; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1631:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1638:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated.
  12. where I get SCLAlertView headers update?
  13. I have it from https://github.com/theos/headers mr DiDA
  14. hallo mr DiDA. my sdks : iPhoneOS9.2.sdk
  15. I want to make tweaks to see pop up like https://github.com/dogo/SCLAlertView and already implemented the file in theos/include/SCLAlertview. but there are errors like this. I've been looking for information on google or forum iosgods. but did not find a solution. Please help me. thanks. Sorry, my English is bad and the following error I experienced : Fajars-MacBook-Pro:pxcex pxcex$ make package install > Making all for tweak pxcex… ==> Compiling /var/theos/include/SCLAlertView//SCLAlertView.m (armv7)… /var/theos/include/SCLAlertView//SCLAlertView.m:1584:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1584:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1586:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1587:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1618:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1620:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1621:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:9: error: '__weak' only applies to Objective-C object or block pointer types; type here is 'int' [-Werror,-Wignored-attributes] __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1628:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/theos/include/SCLAlertView//SCLAlertView.m:1630:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTarget = target; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1631:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/theos/include/SCLAlertView//SCLAlertView.m:1638:16: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] __weak typeof(self) weakSelf = self; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[3]: *** [/users/pxcex/Documents/Tweak/pxcex/.theos/obj/debug/armv7//var/theos/include/SCLAlertView//SCLAlertView.m.47b43317.o] Error 1 make[2]: *** [/users/pxcex/Documents/Tweak/pxcex/.theos/obj/debug/armv7/pxcex.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [pxcex.all.tweak.variables] Error 2 Fajars-MacBook-Pro:pxcex pxcex$ my Makefile :
  16. Itunes Link : https://itunes.apple.com/en/app/path/id403639508?mt=8 Bundle ID : com.path.Path Hack Requirements : - Jailbroken iPhone/iPad/iPod Touch. Feature : - Premium Member - Download All Stickers - Download All Filter - Early acces to the Shop - Bye ADS Download Link : [Hidden Content] Screenshot :
  17. [Request] BBM . Version : 294.0.0.24 Hack Stickers BBM New Version with FLEX 2. Version of the app: 294.0.0.24 iTunes URL for the app: https://itunes.apple.com/app/id690046600 Requested features: ALL Stickers FREE Jailbroken or Non-Jailbroken: Jailbreak Thank you!
  18. tks
×
  • 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