Jump to content

NoFear

Moderators
  • Posts

    2,980
  • Joined

  • Last visited

  • Days Won

    224

Posts posted by NoFear

  1. 32 minutes ago, AngLaboMo said:

    FUZZY+FLOAT 1.search for subscribers then if you change the value of the subs then search for nearby value/address and follow nofear suggest in the top post with image

    I am working on a "easy" guide. 

    Every launch, game changes values method. 

     

    One launch  negative 0.01 was max.   Another it is 447.5 float (not negative)... 

  2. 28 minutes ago, Skullboyq said:

    But how do you know that in advance? 

    I mean you need to first find the hp Address press go to and Find the offset of def or not?

    Initially you have to find everything  yes. But once you do, you can bet easily do it again. And save others time with a guide. 

  3. 35 minutes ago, Skullboyq said:

    Offset Calc?

    Sorry im not all that advanced im like above average at mem and hex editing

    I do know what offsets are but what do you need to calculate

     

    Edit: I thought about it for more than 3 Seconds for once and thats acctually really useful

    Is extremely useful... 

    Best example is maybe finding hp in a game takes like 2 searches, but finding atk/def takes many and is a pain. 

    But if you know that 240bytes from hp is atk and 240bytes from atk is def, you can quickly jump to them and edit. 

    I used it A LOT with sbgh and really hope to see GG implement this into the app. 

  4. 1 hour ago, Skullboyq said:

    Oh that changes a lot, thanks now i can hack games a bit more advanced.

    What i used to do is just leave it at 516(?) or do 1 byte (which never worked) because i thought :1 ment perfectly close to each other

     

    Thanks NoFear youre the best!

    Anytime. 

    1byte would probably be like dword to word. 

     

    It definitely helps knowing what this means. You can slowly increase range higher and higher. I've done the max (65000 something) before. 

     

    I'm still waiting to seen if @Enyby plans on doing a offset calc like what sbgh had. 

     

  5. 5 hours ago, Skullboyq said:

    Can you explain how this ":" After the group search works? I never understood it even after watchin all the tut videos on gg

    Is the "range". 

    So let's say you do 

    250;500:81

    In 81 bytes the values 250 and 500 should appear. 

    Each dword value is 4bytes away from the next. 

    Let's say the 250 and 500 are 4 bytes apart

    250;500:5

    Always add 1 to the bytes. If you did just 4, it doesn't work. 

    So if you know exactly how many bytes between them just add 1byte to that for the range. 

  6. 2 hours ago, wotofoko said:

    About runite. at 0:15 of the video I dont get values as shown. When I choose the 3 addresses and hit edit dword it only changes the first one. Thus the whole hack does not work.

     

    Maybe it doesnt work on bluestacks? Or are there any settings you tweaked from gameguardian that are necessary for this to work?

    When you scroll up, it won't be the same value. Just go 80bytes up. Don't worry about what the number is. 

  7. 4 hours ago, Blazemaster64 said:

    I managed to hack views and subscriber. I had to increase the float e.g 5.******** to 50.******** . Now time to hack brains. which is quite hard . 

    You can make the upgrades for the use of brains free. 

    I have managed to max xp and views and people. Still working on brains. 

  8. 6 minutes ago, dreamer23 said:

    @NoFear and how can i find the correct float value of a game if i dont know the correct value. many games show a decimal number but i need search and find the correct float value to modify.

     

    sorry for my bad english

    I'll have a video. 

    But unknown float

    Increase when you earn money. Decrease when you spend. 

    Range 

    -2.5 to -0.01

  9. 1 hour ago, dreamer23 said:

    @NoFear do you know a good working float converter for android 

    Game follows a different rule. 

    Values start at like negative 2.5 ish. 

    And very very slowly gets closer to negative point 01. 

     

     

    I'll have a video hopefully later today. 

    Screenshot_20161002-150120.png

  10. 26 minutes ago, xDarkMaster said:

    @NoFear, no problem man - you're a great moderator. Thanks for help. :happy:

    Anytime. 

    Just keep that as a general rule.  Don't edit too many values unless you know what it is. 

    Or, if you don't care and sre trying to find what works and not using an account you care about. 

    That's what I do with everything. I will edit massive amounts of values to see what changes. Sometimes I break the game and have to clear and start over. Just a trial and error process. 

     

    Also, this developer will ban. So, keep hacks discrete. Maybe keep a pot bucks plant you can farm and not hack prices to 0. 

  11. 5 minutes ago, xDarkMaster said:

    @NoFear, I just maked hard reset on my phone than downloaded the game and now works. Just hard reset and than download the game, play the game, connect to Facebook and start a new farm. :D

    Awesome. 

    Remember, don't edit too many things you don't know what they are. 

    Always remember what you edited them to. 

     

    Game syncs like every edit you do. So you have to be careful not to break your game. 

  12. 3 hours ago, xDarkMaster said:

    @NoFear, I changed the dword value and I still restarting the game with no effect, just the stupid error.

    I suppose I must make hard reset for my phone and login in another facebook account than download the game.

    I would try playing on another device and sync the game on that device. 

    Then if it doesn't work, well, something got edited that broke the save and is now saved server side. 

     

  13. 11 minutes ago, AngLaboMo said:

    what link do you convert float? may i have the link sir? :)

    Go here 

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

     

    paste this code in. 

    Change the 999 and 1001 with range of values youwant to convert to floating. 

    Then compile and execute. 

    Then you'll have the floating value you want to search for. 

    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)));
             }
       
         }
    }

     

  14. Runite

     

     

    HP

     

    Power and Gold

     

    Raid Timer

     

    Item Qty

    Just dword search the qty of and item. Use it. Search new qty. Then edit. 

     

    Spell upgrade

    Dword union Mark;rank:5

    So if spell is Mark 2 rank 3.

    2;3:5

    Then upgrade .

    Then search the new union value 

    2;4:5

    Then you can upgrade mark to something like 50 (too high, game crashes). 

    Also nearby (if you goto address) is qty you are allowed to have at once. 

     

  15. 28 minutes ago, xDarkMaster said:

    Thank you very much NoFeabut now the game crash.  When the game is loading pops up "Unknown Error! An error occurred."

    I've tried everything, cleared game cache, data, reinstalled the game - without succes.

    QuickMemo+_2016-09-30-17-15-29.png

     

    Not sure 

    Edit a value too  high or a value you aren't supposed to? 

  16. 2 minutes ago, Skullboyq said:

    @NoFeare That looks like an odd version of double float is it double data type or is it just some code to rewrite something like 500 to 50000 for example

    Don't know.  I don't pay attention to what "format" the value is. 

    I just know it might follow the same method for many tap style games. Battleborn Tap is one of my guides that has link and video to follow. 

×
×
  • 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.