Jump to content

NoFear

Moderators
  • Posts

    3,002
  • Joined

  • Last visited

  • Days Won

    249

Posts posted by NoFear

  1. I bet you're level 15 too. ;)

     

    Edit :

    Just watched your video. 

    couple things you could do. 

    Make it so you don't need the items to claim job on job board and it be free. 

    I'm slowly working on videos. 

    I have XP/Gold and upgrade everything for 0 Pot Bucks. 

    The last thing is Pot Bucks (l have a working method), but the method isn't one you can just give yourself the bucks anytime. So when I'm able to I'll get that video recorded. 

     

     

    Edit 2:

    Installed the game yesterday, I'm at level 101 with tons of gold. 

    XbmG0y6.jpg

     

  2. Regular currency, don't earn more than 999999 at a time. 

    Premium currency, 4999 is max you can give at a time. 

    XP is based on your level. Basically give yourself enough xp to not level up more than 3 levels. 

    As for method,I can work on videos for this. Munchie Farm, same dev and almost identical game, same hack method. 

  3. 4 hours ago, BrS71 said:

    Thank you for your help. I have and original version and I want to keep it updated.. That's why I want to "just" hack it.

    Is an unmodded original apk... 

    Hacking older version then updating sometimes is way  easier. Shadow Fight 2 is a perfect example of that. 

  4. 7 hours ago, Kentuf said:

    Latest update make it hard to find other value when searching simoleans, only exp found, and I can't find a way to hack the key, cash is still work from achievement, bypass population method also work for platinum key cost where you can't buy it with cash, but because some of the building cost less than 10 platinum key search 10 and increment too many result may cause the game to crash, so the only way to do that is search most expensive platinum key building and get it's base address ( ex: 9307xxxx ) when you find it you can search cheaper building and remove all result except some from 9307xxxx and increment the value after you find it change to zero and it will became free, buy as many as you can and store it because you need to search again when restart the game, hope you find this helpful, thanks for the tutorial NoFear

    Find the money amount in the upgrading a building. 

    It goes 

    Money

    Cash

    Keys

    NeoSim

    Keys

     

    Each 4 bytes apart. 

    Don't do NeoSim this way without that bank, you will break the Tutorial for the bank. 

    Don't bother with cash either, just use achievements. 

  5. 3 hours ago, LethalLighting said:

    Watch this video. They changed the max money amount alloted. I recorded a bypass.

     

     

     

    Looks like the game knows you cannot have a fractional value. 

    Using that link and code I gave, try finding the float value for something like 2000000000000000000

    Then edit the value to a proper amount. 

    I bet that works too :)

  6. Use this code 

    Quote

    public class HelloWorld{

         public static void main(String []args){
             for (int i = 999; i < 1001; i++) {
                 long l = Double.doubleToLongBits((double)i);
                 System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32)));
             }
       
         }
    }

    Paste code here 

    http://www.tutorialspoint.com/compile_java_online.php

    Where you see 999 and 1001

    Put your range of values you want to convert .

     

    Game uses floating values and you MUST EDIT 2 values.  Editing 1 does nothing. Editing only the other, cause cheat detection. 

  7. 4 hours ago, Rehayel said:

    thanks i skiped through the word and byte values and changed the numbers in the dword that under them. now it worked but only the golden key didnt XD but its alright iam enjoying the game thanks to you.

    If you DEFINITELY edited the gold key Value, might need to restart game. 

  8. 1 hour ago, Rehayel said:

    hello thanks a lot for this 

    in the new update the places of the "go to" values are changed . i managed to hack the gold but the first steps, 

    but in this step things change: 

     

    "See which value it matches and edit everything back to its original value except the one you want to hack.  Directly below that value when you goto address is cash (don't bother editing, won't reward you) next 2 values are keys.  A little further down (see video) you'll find XP. DO NOT HACK XP DURING TUTORIAL. You'll break the game and have to clear data and start over.  Don't Freeze any values and claim rewards. "

     

    the values under the gold were not dword the only 225 number value only .

    so how to hack the xp and keys from here?

    i just need the keys hack its more important

    Your view settings are different. 

    4bytes separation between each. 

    You are seeing word and byte values between. 

     

    Personally I only have Float Dword and String Representation as my view settings. 

    I find it is easier to work with. 

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.