Jump to content

Backlift

VIP+
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Backlift

  1. 6 minutes ago, gio117 said:

    Dude, how do you do that? I just need to be fed in the right direction. I want to do it on my own and actually learn. I don't want to encrypt, I want to decrypt.

    Sorry, can't say that for the sake of the guys who tried to encrypt their scripts with lot of effort ?

    And won't decrypt files for someone.

    Just wanted to say whatever the encryption is, if someone have the knowledge and seeks to find out, pretty easy to decrypt it ?

    The best direction is to read the Unencrypted scripts and work with them to learn Lua , it's always better than just looking at others work and try to find out and copy /paste like them .

    Make your own way, and learn through it. 

  2. 15 minutes ago, Anonymous1000 said:

    I respect your opinion but I will not argue with you because you lack a lot of knowledge. ?

    I didn't had any argue at first either ? 

    We are in a community to answer each others question, help each other and prevent each from doing mistakes.

    Not to argue and disgrace each...

    Hope you a good day and seccussfull career ?

     

  3. 20 minutes ago, Anonymous1000 said:

     never abandon a goal or a goal, just because people come saying that your idea is useless or they do not want to help you. the script can be programmed to leave no trace and the encryption will give headache to the person who wants to steal the code. Take some time out every day or every week and do a little course and you will become great, that way you will never need anyone. ? 

     

    Dude... I appreciate your youth and inspiring but, encrypting the script is not very needed...

    At the end we can find out the script no matter how you encrypte it.

    Just think about this:

    Can GG read "B7B77EC4BFB1C3C47877A0A59297" ? No

    So it must be something like this "gg.setVisible(false)" right? Yes

    The encrypted text MUST be decrypted in order for GG to read it, you accept this? Ok?

    So that's it... When decrypted, we also can read it ? pretty simple

     

    I don't have a fight with you and I'm not saying people should abandone their goal, I just said as you see above, if someone wants to steal it, he will anyway, so of course encrypting will block many, but not all.

    I, myself don't know how to encrypt like that, to be honest, but decrypting was just a second, run the script and read it ... Viola ? others can do this too anyway.

     

    --- Farewell

  4. 6 minutes ago, LavaKun said:

    I also have the same problem, but since my hp is not in root I use xposed any solution?

    If your phone is not rooted, you may use GameGuardian in a virtual environment (Like, virtual Xposed or parallel space and etc...)

    I suggest Virtual Xposed as it worked faster for me than others and much more reliable.

    Try it and tell us what happened. ?

  5. @antip0is0n @gio117

    As @Enyby and @NoFear said, encrypting the script is useless.

    Why? Because the script won't work when encrypted, so it MUST decrypt and that's where it comes plain text and still someone can copy it.

    No matter what type of encryption you use.

    Check this out:

    #OFF (#48l884zp)

    You see it like this:

    Screenshot_20180515-092103.thumb.png.d633d06a0cfb13c103ec15985d322c1e.png

     

    And easily decrypted in less than 1 minutes:

    Screenshot_20180515-092206.thumb.png.c96d11784b7069ef68bfe3a7a2a90db0.png

     

    It won't worth the headache, and it's useless.

     

    If you want to, you can ask the guy how he did it, I don't even know it ? but whatever it is and whatever anyone else use, it must be decrypted somewhere for the GG to work Whit it and read it, and that's where we will look ... Easy.

     

  6. 3 hours ago, SERN said:

    Hackspeed should have 1 value only. 

    It's hack all game is lag. 

    Freeze should freeze every %d% sec.

    Last I weak in English. 

    Speed hack may cuz a lag if you also enabled "Hide GG from the game" option

    so make sure to disable that and try again.

    and the freeze function mechanism is just like that you said: Global settings > Freeze interval 

  7. @Sivaprasad1108

    hello, thanks for posting.

    the game you are trying to hack, as you said, it's online... online games can't be hacked by GG (atleast not that easy to do very simply)

    because, the data is stored in the server, server knows you have 5 coins... when you change it on your device, you only change the value you see, still the server hold value 5, you try to buy something, and then, game contacts to server and finds out you have 5 coins, so, insufficient coins.

    you may not directly edit important values, try values that are less likely to be saved on the server, and that may work.

    - You may post a request, on the request section if you want to

     

  8. @CryNox42 @Cristian83 @nalcwap @Kingvillian24 @Renren30

    Well, Just like @Enyby said, That's because the memory of your device is low or it's filled up by many other apps, If force unload of GG doesn't work, then nothing more is to do.

     

    Yet, I had this problem with my tablet too, One workaround for this was to free up memory, by closing other apps.

    There are many apps out there that clean memory, but I suggest one of the best out there, that works in root or non-root:

    Greenify (V 3.9.9.1 (Latest as now))

    Description: 

    Full version 
    
    Optimized graphics and cleaned resources for fast load < improved result (1.39 MB total apk size)
    
    Analytics Disabled
    
    Encrypted all resources
    
    Languages: En, Ru

    Source: Farsroid.com

  9. On 8/18/2017 at 11:41 PM, NotAnulots said:

    Man you're too good at coding, I will ask something aren't these codes basically C#? If you reply it would be too helps. Thanks...

    I don't know if it's C#, (Don't know C#).

    It's lua, it's a programming language like other (C++, Java, etc...)

    It's more like C++.

    Thanks to this implementation to gameguardian (I would thank @Enyby) I found out I like programming!

    I'm now very interested in it and I'm learning it (C++). It's fun for me LOL

    It made me busy and I'm rarely here...almost not here :D.

    I suggest you to try Lua too, it's a good take off point to learn other complicated programming languages.

    --- Cheers

     

     

  10. 26 minutes ago, shinobi97 said:

    First:

    gg.searchNumber('1000', gg.TYPE_DWORD)

    (Can it give time before search to second code?)

    Second:

    gg.searchNumber('800', gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9999999', gg.TYPE_DWORD)

    You are going to hack gold in game, it's not necessarily 1000 for every person,

    So you should add something more specific.

    Go "lua scripts" section and view my simple script and one more script to understand how they work.

    Look at idle TD script for example.

  11. 15 minutes ago, LowKee said:

    Thanks.

    Your welcome. ?

    Quote

    Although it does give me an idea for a bit in the script that takes the stats from elsewhere in the game and adds them for you, or gives you the option to manually enter them.

    This code gives the user, option to enter a value manually:

     v = gg.prompt({i='Enter Value'}, {i='0'}) 

    Then you can search for that using:

     gg.searchNumber(v['i'], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) 

    Take a look at This script. It does teaches you many things.

  12. @LowKee that script is for a particular game, some of the parts are not suited for your code.

     

    You should:

    1_remove line 5 (::restart::) as it's not needed for your code

    2_remove this part

    ::loop:: 
    
    if not gg.isVisible() then 
    	goto loop 
    	else goto restart
    	end

    As it's not needed for you code.

     

    A tip from me: don't just edit scripts, learn from them and write new ones.

     

  13. 11 hours ago, HVC said:

    Now i understand you! English is not my native language and i traslate wrong your idea!

    Sorry for my mistake!

    Nah, don't be sorry.

    It happened to me too.

    I'm having a bad error on my ROM.

    Bootloops, sudden Freeze and restart, etc..

    Have to flash another one, can't rty them yet, sorry.

     

  14. 18 minutes ago, HVC said:

    You have been judging me as lazy without even knowing if I did or did not do the procedures that you mentioned.

    I came from SB tools Game Hacker and I already managed to cheat several games with him! In particular 2 games online we know is almost impossible, and One of them was the SIM CYTY changing even my rank in the multiplayer competitions, as well as money, and coins, diamonds, keys and everything else that is stored on the server, with the tricks that the average user could not use using the same GH app! So I'm not new at using apps to cheat games! I just stopped using GH because, UNFORTUNATELY, it does not work on Lollipop and I do not want to install a custom ROM that ALWAYS comes with many bugs! So Game Guardian is my only option!

    I m here cuz i tried all normal usual searching modes! But the exclusives modes of GG i dont know how to do! 

    I just need a detailed lessonS (practical examples ) about  XOR search method, which for me still a endless mystery!

    But, for now, i will wait for results  of your try!

    PEACE!!!

    ? my bad, had No intention to do such a thing.

    But I think again you misunderstood it a bit, I meant lazy not as "being stupid or noob or anything like that"

    I meant "being lazy to go to the faq" that Enyby mentioned, go above, see the scenario this way:

    You wanted help

    Enyby replied and guided you to a place full of description

    I said" if you are lazy" by meaning if lazy to go to the FAQ and read that all, you can try these, as it's somehow a simple and compressed of what is there.

    Anyway, I will try the games and update you.

    Again I apologize for that.

    Peace and cheers.

  15. 50 minutes ago, HVC said:

    Thanks for "lazy"! If i posted for help in the devs app website, is cuz i tried everything u told!

    In the first game i find the value with encrypted and caution to not refine search list! But the last 2 games i don't get nothing! Only a empty result list after some "filter" clicks!

    So yeah, the "lazy" guy needs experts help!

    Thnk U!

    P.S.: I think that the solution will be the XOR method! But i need a more detailed specific explanation for me about this search mode! I already watched the tutorials in this forum about XOR search , but still no understand it!

    That's because many come here ask help when didn't tried all methods, No offence ofcourse.

    I'm not a very EXPERT guy here anyway, I will try them tonight.

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