Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. Okay. I added the code to the program. if (enemyHP < 1){ System.out.println("---------------------------------------------------"); System.out.println(" # " + enemy + " was defeated! # "); System.out.println(" # "); System.out.println(" # You have" + hp + " HP left."); Worked for me. Somehow it skipped (I don't understand what this do) if (rand.nextInt(100) > hpDrop ){ mxHPotions++; System.out.println(" # The " + enemy + " has dropped a health potion! #"); System.out.println(" # You have" + mxHPotions + " potion(s)! #"); System.out.println("---------------------------------------------------"); int input1 = in.nextInt(); System.out.println("What now?"); System.out.println("1. Continue this maze of death untill you die..."); System.out.println("2. Realize that you have better things to do and quit!"); switch (input1){ case 1: System.out.println("So you choose death, eh... good luck on massacre of mystical creatures."); break; case 2: System.out.println("So you choose life, eh... good luck on actual things you have to do."); break; default: System.out.println("---------------------------------------------------"); System.out.println("Invalid Command"); System.out.println("---------------------------------------------------"); break; Also case 2: if(mxHPotions > 0) { hp += mxHPotions; mxHPotions-- ; System.out.println("---------------------------------------------------"); System.out.println("\t> You drank the potion!" + hpHealAmount + " gained!"); System.out.println("\t> You have " + hp + " HP."); System.out.println("\t> You have " + mxHPotions + " Heath Potions left!"); System.out.println("---------------------------------------------------"); }else{ System.out.println("\t> You ran out, idiot!"); break; } break; Didn't give 50 health point to Hp just few
  2. Does it give you any errors?
  3. welcome
  4. Not really. It won't work for all apps.
  5. Wasn't this was removed before?
  6. I already changed my mind so I will continue with it. So i didn't edit the first post
  7. If you can unlink :shrug:
  8. I want my time
  9. I will update it :|
  10. Not for new update if they forced you to
  11. I'm saying that "smon.app" is wrong because I believe it's SMON_Kr.app
  12. iosgods_target_directory="private/var/mobile/Containers/Bundle/Application/*/smon.app/" Is wrong directory
  13. Updated! Enjoy guys
  14. I haven't edited it :| "Projects that I'm no longer updating. (Unless something came up and x will move to above project)" Many want it, :shrug:
  15. I'm still updating it
  16. You have it there. "__ZZ29Currency_HasAmount_m708671023E24s_Il2CppMethodIntialized"
  17. There are tutorial about this question that you asked. I believe it's called mshook new way by shmoo
  18. Moved to Help & Support section
  19. I'm aware of new update
  20. Welcome, and enjoy your stay here
×
  • 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