-
Posts
301 -
Joined
-
Last visited
Everything posted by arthurdapaz
-
Chessus. Why? Are you sure you have no other hacks installed? (Like shmoo's for example)?
-
FIXED! Working in all iOS versions (8.1 and higher / 9.3.3) GET IT!
-
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
THAT'S THE SPIRIT BOY! HIGH FIVE! -
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
If you can play, the hack is ok. You're probably misconfiguring the Explosive Bullet radius... maximum value for this is 10 (more than that you will explode yourself). -
Already answer. Check back
-
I'm working on it. Today in two hours at max, an extra .DEB file will be available for older iOS versions.
-
I will be delivering TWO .deb files. One for iOS 9.3.3 and other for earlier iOS. Sorry for the inconvenience. (I regret updating my main development phone for this unstable new jailbreak, but I did it focusing on new jailbroken players to make my hacks fully compatible) 1. But hey, I have an iPad 2 (8.4) which can make .debs work everywhere!
-
yeah. I'm investigating this crashes. I will fix this now. I just woke up!
-
Hack updated everyone! For the latest version (2.0.0) of MC5. Enjoy.
-
If you have read my hack help section, you should know that inputing ZEROS makes the game use the default value.
-
It's not "god", it's the Samurai Armor. It's almost 100% indestructible with RPGs...
-
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
Please, we're still updating the hack for iOS 9.3.3. I'll release an update of mine today/tomorrow. If you are an advanced user, you can extract our .deb archive content and place files properly. (But, I do not recommend that if you don't have any ideia what dpkg-deb means and how unix file systems works). They are already working, but needs a new "install" script, since iOS 9.3.3 Application folder and other folders, have slightly changed. Also, iOS 9.3.3 doesn't have stashing, which is a huge problem, I already learned how to bypass this. So, anyways... Be patient. -
ok! you can now play! enjoy.
-
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
it should. -
You should use switch/case statement for better legibility. But for performance, if/then/else are slightly faster. It's just a design choice. if (comboBox1.SelectedIndex >= 0) { switch(comboBox1.SelectedIndex) { case 0: PS3.CCAPI.Notify(CCAPI.NotifyIcon.INFO, this.mt3.Text); break; case 1: PS3.CCAPI.Notify(CCAPI.NotifyIcon.CAUTION, this.mt3.Text); break; case 2: PS3.CCAPI.Notify(CCAPI.NotifyIcon.FRIEND, this.mt3.Text); break; case 3: PS3.CCAPI.Notify(CCAPI.NotifyIcon.SLIDER, this.mt3.Text); break; case 4: PS3.CCAPI.Notify(CCAPI.NotifyIcon.WRONGWAY, this.mt3.Text); break; case 5: PS3.CCAPI.Notify(CCAPI.NotifyIcon.DIALOG, this.mt3.Text); break; case 6: PS3.CCAPI.Notify(CCAPI.NotifyIcon.DIALOGSHADOW, this.mt3.Text); break; case 7: PS3.CCAPI.Notify(CCAPI.NotifyIcon.TEXT, this.mt3.Text); break; case 8: PS3.CCAPI.Notify(CCAPI.NotifyIcon.POINTER, this.mt3.Text); break; case 9: PS3.CCAPI.Notify(CCAPI.NotifyIcon.GRAB, this.mt3.Text); break; case 10: PS3.CCAPI.Notify(CCAPI.NotifyIcon.HAND, this.mt3.Text); break; case 11: PS3.CCAPI.Notify(CCAPI.NotifyIcon.PEN, this.mt3.Text); break; case 12: PS3.CCAPI.Notify(CCAPI.NotifyIcon.FINGER, this.mt3.Text); break; case 13: PS3.CCAPI.Notify(CCAPI.NotifyIcon.ARROW, this.mt3.Text); break; case 14: PS3.CCAPI.Notify(CCAPI.NotifyIcon.ARROWRIGHT, this.mt3.Text); break; case 15: PS3.CCAPI.Notify(CCAPI.NotifyIcon.PROGRESS, this.mt3.Text); break; case 16: PS3.CCAPI.Notify(CCAPI.NotifyIcon.TROPHY1, this.mt3.Text); break; case 17: PS3.CCAPI.Notify(CCAPI.NotifyIcon.TROPHY2, this.mt3.Text); break; case 18: PS3.CCAPI.Notify(CCAPI.NotifyIcon.TROPHY3, this.mt3.Text); break; case 19: PS3.CCAPI.Notify(CCAPI.NotifyIcon.TROPHY4, this.mt3.Text); break; } Thread.Sleep(200); } else MessageBox.Show("Please select an Icon for the PS3 notify text", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
-
Ok Guys! UPDATE 11 here! Get it!
-
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
Explosive radius most be equal or lower then 10. -
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
If anyone face issues while authenticating in the hack, please, talk to me! Not shmoo. Leave the master alone! -
Mod Menu [2.0.1 UPDATE]Modern Combat 5 v2.0.1 Mod Menu +21 Hacks
arthurdapaz replied to a topic in ViP Cheats
YEAH! Nice! Congratulations. Shmoo is back from vocation! Enjoy everyone! -
I didn't understand, do you want me to allow you to input custom speed?
-
Mod Menu [2.0.1 UPDATE]Modern Combat 5 Mod Menu v2.0.1 +12 Hacks
arthurdapaz replied to a topic in Free Jailbreak Cheats
Ihhhhaaaaaaaaa! Enjoy! -
Ok... I'll release your accounts (clean then), then you can add another devices
-
That’s because you’ve entered an invalid email address. Check your VIP email at your iOSGods.com account settings
-
Depends on the game. There are games which are completely server-sided checked in all it's features. But, some, just do some checks on specific stuff. Money, coins, game data, are likely to be stored in server side. But other features, small ones, (remember, it depends on the game), can be just local sided. So, basically, if we are talking about a good company for developing games, they will store sensitive information, like money, in-app purchases, all server sided. But, there are some simple game, not well elaborated, that has no checks at all. - Now, hack a server-sided feature, means to break trough the server, know how it works, if there is a game-server API, find some token to validate it, or if it's a REST API... anyway, this is not hacking, it's cracking, and it's crime, definetively.
-
Hack Spotify Premium FREE (new download link)
arthurdapaz replied to AlephDegree's topic in DIY Cheats
Let's see this method