Jump to content

alphaMatterr

Senior Member
  • Posts

    31
  • Joined

  • Last visited

Everything posted by alphaMatterr

  1. With a huge amount of effort which would never be worth it.. Just use an array, nobody uses strings in the way you're attempting to @niro. What you're trying to do with one string is possible, just its not feasible. With an array you can store each variation of the strings "groups" as its own element and then call said element(s) when needed with ease.
  2. That info's not really saying much... If you want to crack a wifi pass you need to know the security type first. If its WEP, then cracking can take a matter of minutes. However anything else (WPA, WPA2-PSK, etc...) will involve either a REALLY lucky and long dictionary (or rainbow table(s)) attack.
  3. Lol iCheats is old news. He's been stealing for months now... Also he's most likely an old member (might be reading this as we speak), because he knows how to edit other people's hacks, as well as to change alerts.
  4. I like the idea of making the alert appear on random occasions instead of every single time the app is run
  5. @KingRalph, the goal is to allow users to enter any integer between 0 and 255 as a score multiplier.. If you only wanted one score multiplier option then you wouldn't need any user input (the UITextField would be useless)... .. .. .. .. @shmoo, the code you posted accomplishes the first part of the three i mentioned in the post. - find the value inputted for multiplier - take that value and convert it to hex - take your new hex to be written, in this case XX0080E2, and combine it with the value you converted from the previous step now you have to convert the value of the multiplier to hex... so if multiplier = 10; then after converting you'll have: multiplier = 0x0A; .. .. .. The final step after that will be to take your offset, XX0080E2 and replace the XX with the given multiplier hex value. Another way you can accomplish steps 2 and 3 (involves a little bit of math but if you understand this method it might be easier / cooler). Check the spoiler below for more info either method you choose will get you the correct hex value needed. Now all that is left is to use writeData to apply your patch...
  6. for starters, your method, hackScore, is not doing anything. What your saying is: "If multiplier is greater than 0, return multiplier" "If multiplier is equal or less than 0, return multiplier" since (multiplier ∈ R), what your essentially saying is, if multiplier is a number then return the value for multiplier (in other words, this method is USELESS and does nothing) secondly, your integer, nothing, is really living up to its name....... by doing nothing Moreover, from your code: if(hackScore(multiplier)==255){ writeData(0xHIDDEN, 0xFF0080E2); } what your saying is if the user chooses their multiplier to be set as 255, THEN you will write the hex 0xFF... to the given address, however, if they do not choose to have their multiplier set as 255, then they will always have the value of the multiplier which was originally given in the game. To fix this you have three options 1. write a RIDICULOUSLY HUGE if else OR switch statement containing every integer value from 0 - 255. This is the most retarded and inefficient way of doing what you want, however it will technically get it done (please dont do it this way if you choose to fix the mistake) 2. You can create a method (or just use hackScore for something useful ) which will: - find the value inputted for multiplier (already done) - take that value and convert it to hex - take your new hex to be written, in this case XX0080E2, and combine it with the value u converted from the previous step So if they choose a multiplier value of 250 then first you would find that value multiplier = 250; then convert it to hex multiplier = 0xFA; and then combine your offset with the hex, for example (this is NOT how it would work, just trying to show u what would happen): multiplier + XX0080E2 = FA + XX0080E2 => FA0080E2 with 0xFA0080E2 being your final hex. this method will get what you want done fairly efficiently, however it involves having basic, basic, basic programming skills as well as users will only be allowed to enter integers 3. Now the third method, and probably THE BEST METHOD: just use MSHook and save yourself the trouble.. With MSHook you can accomplish your goal in under 20 lines of code (i didnt actually count but mshook will be 100000000X faster and easier) .. .. .. .. There are other errors in the code but if you use mshook, most of them will go away because you'll throw the bad code away
  7. Okay gotta admit, this is pretty damn impressive @@Javi Tech
  8. Not bad mate EDIT: Oh wait this is for #3, not 4. I was curious as to how you hooked it but now it makes perfect sense . Either way nice job dude
  9. Like DiDA said, try to change the number of hyperbits you have in the game. If its still not working for you pm me and ill try to resolve the issue
  10. Requirements: Jailbroken Device ifile Features: Infinite Coins (Gain / Spend some)NOTE: At first it'll say you have a huge number of coins, once you use some your value will go to -1, then you'll have infinite Download: [Hidden Content] Instructions: Download the .deb Close the game from Multitasking. Transfer the .deb to your device with iTools/iFunBox/DiskAid/WinSCP Find the .deb in ifile Click on it and then press install Play the game Credits: alphaMatter
  11. Requirements: Jailbroken Device ifile Features: No Cool Down Infinite Mana High Exp Gain Use Any Weapon Walk Through Walls Infinite Stat Points Infinite Consumables Infinite Skill Points All Weapons Do 10000DMG All Armor Has a Defense Rating of 10000 Free Items Faster Weapon Attack Rate Download: [Hidden Content] Instructions: Download the .deb Close the game from Multitasking. Transfer the .deb to your device with iTools/iFunBox/DiskAid/WinSCP Find the .deb in ifile Click on it and then press install Play the game Then when in the game tap the spot to the right of the map in the game to show the menu Credits: alphaMatter
  12. in the words of a wiseman.... #yolo
  13. Requirements: Jailbroken Device ifile Features: Infinite Player Stamina Infinite Game Currency Infinite Chips Infinite Eggs Walk Through Walls (Buggy) Always Successful Monster Capture Always Successful Run Run from Any Battle (running from trainer battles causes you to win them automatically D: sorry) High Fever Level (doesnt display - but works) Infinite Monster Stamina Monster Spawner! Download: [Hidden Content] Instructions: Download the .deb Close the game from Multitasking. Transfer the .deb to your device with iTools/iFunBox/DiskAid/WinSCP Find the .deb in ifile Click on it and then press install Play the game While playing swipe down with three fingers to make the menu appear Credits: alphaMatter
  14. Requirements: Ifile Jailbroken Device Features: 0 Enemy Damage Insta-kill Enemy Gain or Lose Currency to have Lots Can Always Buy Stuff Hit Enemy To Get Max Level Hit Enemy To Unlock All Equipment Hit Enemy To Unlock All Spells Hit Enemy To Unlock All Map Locations Download: [Hidden Content] Instructions: Download the .deb Close the game from Multitasking. Transfer the .deb to your device with iTools/iFunBox/DiskAid/WinSCP Find the .deb in ifile Click on it and then press install Play the game Credits: alphaMatter
  15. Requirements: Jailbroken Device ifile Features: Infinite Potions (use even if you have none) 0 Skill Cool Down Download: [Hidden Content] Instructions: Download the .deb Close the game from Multitasking. Transfer the .deb to your device with iTools/iFunBox/DiskAid/WinSCP Find the .deb in ifile Click on it and then press install Play the game Credits: alphaMatter How to get unbanned tutorial: http://iosgods.com/topic/5595-tutorial-how-to-get-unbanned-from-gameloft-games-on-your-idevice/
×
  • 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