Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
KlashKsa

Code The Voice: Sing and Connect ( 2018 )

Recommended Posts

246x0w.jpg
Bundle Id: com.starmakerapp.thevoice
 
Hack Features:
- Unlimited access to VIP songs
- Ad - free
- Exclusive VIP badges
- Red stage name
- And more
 
Copy and paste it into your Tweak.xm!!
 
[hide]%hook FBUserInfoModel
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg
{
arg = TRUE;
}
%end

%hook SMStarUserModel
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg1
{
arg1 = TRUE;
}
%end

%hook SMPurchasableProductsContainer
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg2
{
arg2 = TRUE;
}
%end

%hook SMSongModel
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg3
{
arg3 = TRUE;
}
%end

%hook SMFeedUser
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg4
{
arg4 = TRUE;
}
%end

%hook SMUser
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg5
{
arg5 = TRUE;
}
%end

%hook SMIMUserInfoModel
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg6
{
arg6 = TRUE;
}
%end

%hook KTVUserInfo
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg7
{
arg7 = TRUE;
}
%end

%hook SMKTVUser
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg8
{
arg8 = TRUE;
}
%end

%hook SMUserNameLabelModel
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg9
{
arg9 = TRUE;
}
%end

%hook SMSongItem
-(bool) isVIP
{
return TRUE;
}
%new
-(void) setIsVIP:(bool)arg10
{
arg10 = TRUE;
}
%end

%hook AppDelegate


- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *igcredits = [[uIAlertView alloc] initWithTitle:@"Successful✔"
message:@"Hacked by made by
Edited by Klashksa

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...