Jump to content

Anonymous1000

Ascended
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Anonymous1000

  1. Rogue Dungeon RPG


    Game Description Rogue Dungeon RPG

    Totally optional in-app purchases. Level up and gain over 110 unique passive skills that interact in powerful ways! Hardcore: permanent death. Progression: unlock persistent bonuses and items with each run of the dungeon.

    Endless Action RPG. Fight to the death, then rise again stronger than ever.

    Collect magical and legendary items and relics. Power up your relics after death.

    Inspired by classic PC action role-playing games, this roguelike RPG uses randomly generated maps, permanent character death, randomized item drops and more for unlimited replayability.

    Regular updates are ongoing!

    Instructions:
    Touch anywhere to move
    Touch and hold on nearby enemies to attack
    Double-tap to use your special attack
    Tap on items, chests, shrines and other things to interact

    Collect shards to power up your relics!
    Collect gemstones to resurrect after death!

    Advance your character by discovering powerful items and relics. Gain levels for yourself and your relics. Choose from four ferocious classes - Warrior, Rogue, Mage and Monk

    This game collects basic usage data but does not collect any personally identifying information.

    Script:

    You will be able to obtain all the infinite resources. Watch the video to succeed.

    You must have the resources as they are in the photo or it may not work. Remember that I do not play Rogue Dungeon RPG

    Any doubt of the game go to google play.

     

     


     

  2. 3 minutes ago, Anaconda69 said:

    To anonymous1000, yes i have tried the default mempry ranges. Both original and 2ce the values of relics, but still shows nothing when i narrow it down

    Remember that you should always double your value. In dword.

    This address will take you to your gold.

    You should only add the value of your gold at the end and search.

    260;100;100;8;

  3. 2 minutes ago, Anaconda69 said:

    I am using the latest GG at version 73 and using parallel lite modified version.

    I use root. Try leaving the memory ranges as they were.

     

    _20190113_213521.JPG

  4. 4 minutes ago, nalcwap said:

    is work in last version game ?

    Yes

    5 minutes ago, nalcwap said:

    this trick without crash the game?

    Yes

  5. 1 hour ago, nalcwap said:

    how you know the color jump?

    Old, maybe dexterity and also trial and error.

    1 hour ago, nalcwap said:

    are you use the las version game and gameguardian?

    I do not understand this question.

  6. 3 hours ago, LionelHax said:

    anonymous 1000 hacker thank you very much for your help, it would be that you could help me with a code that refines me the search for the value that I put

    You have the solution in my old comment.

    This would be your script: 

    if gg.isVisible(true) then 
    gg.setVisible(false) 
    end 
    
    LionelHax = gg.prompt({[1] = 'ENTER THE CURRENT VALUE OF YOUR MONEY => LIONELHAX '},
    {[1] = 'SUSCRIBANCE A MI CANAL PERROS '})
    
    gg.toast('CREATED BY LIONELHAX')
    if LionelHax == nil then
    gg.alert('CANCELASTE EL SCRIPT ')
    os.exit() end
    
    gg.clearResults()
    gg.searchNumber(LionelHax[1], gg.TYPE_DWORD)
    if gg.getResultsCount() == 0 then 
    gg.alert('THE SEARCH DOES NOT YIELD ANY RESULTS')
    gg.toast('CREATED BY LIONELHAX')
      os.exit() end
      
    gg.getResults(15) 
    gg.editAll ( '999999999' , gg.TYPE_DWORD) 

    Which tells the user, to enter the value of their current money and then edit it to 99999.

    What do you do so that the search can be refined?

    add this line of code. to give the user time to earn or spend money.

    gg.setVisible(false)
    while true do
        if gg.isVisible() then
            gg.setVisible(false)
          break
        end
        gg.sleep(100)
    end

    then add this line again, so that the user can write the current value of their money.

    LionelHax1 = gg.prompt({[1] = 'ENTER THE CURRENT VALUE OF YOUR MONEY => LIONELHAX '},
    {[1] = 'SUSCRIBANCE A MI CANAL PERROS '})
    
    gg.toast('CREATED BY LIONELHAX')
    if LionelHax1 == nil then
    gg.alert('CANCELASTE EL SCRIPT ')
    os.exit() end
    
    gg.clearResults()
    gg.searchNumber(LionelHax[1], gg.TYPE_DWORD)
    if gg.getResultsCount() == 0 then 
    gg.alert('THE SEARCH DOES NOT YIELD ANY RESULTS')
    gg.toast('CREATED BY LIONELHAX')
      os.exit() end

    But I noticed that in this line now it is called LionelHax1 and before it was LionelHax. This way you have your script ordered and without errors.

    Now you can add the end of the script that is this.

    gg.getResults(15) 
    gg.editAll ( '999999999' , gg.TYPE_DWORD) 

    now we unite everything, and add some texts.

    if gg.isVisible(true) then 
    gg.setVisible(false) 
    end 
    
    LionelHax = gg.prompt({[1] = 'ENTER THE CURRENT VALUE OF YOUR MONEY => LIONELHAX '},
    {[1] = 'SUSCRIBANCE A MI CANAL PERROS '})
    
    gg.toast('CREATED BY LIONELHAX')
    if LionelHax == nil then
    gg.alert('CANCELASTE EL SCRIPT ')
    os.exit() end
    
    gg.clearResults()
    gg.searchNumber(LionelHax[1], gg.TYPE_DWORD)
    if gg.getResultsCount() == 0 then 
    gg.alert('THE SEARCH DOES NOT YIELD ANY RESULTS')
    gg.toast('CREATED BY LIONELHAX')
      os.exit() end
      gg.alert(' SPEND OR ACQUIRE COINS AND THEN PRESS THE GAMEGUARDIAN TO REFINE .')
    
    gg.setVisible(false)
    while true do
        if gg.isVisible() then
            gg.setVisible(false)
          break
        end
        gg.sleep(100)
    end
      
    LionelHax1 = gg.prompt({[1] = 'INGRESE EL VALOR ACTUAL DE SU ORO '},
    {[1] = 'LionelHax'})
    gg.toast('CREATED BY LIONELHAX')
    if LionelHax1 == nil then
    gg.alert('CANCELASTE EL SCRIPT ')
    os.exit() end
    
    gg.searchNumber(LionelHax1[1], gg.TYPE_DWORD)
    if gg.getResultsCount() == 0 then 
    gg.alert('THE SEARCH DOES NOT YIELD ANY RESULTS')
    gg.toast('CREATED BY LIONELHAX')
      os.exit() end
    
    gg.getResults(50) 
    gg.editAll ( '9999999' , gg.TYPE_DWORD) 
    gg.alert('THE HACK TO FINISHED SUCCESSFULLY')
    
    os.exit()

    wonderful.

    Take your time to analyze everything.

    Because I will not be back in a long time. and in this forum they will send you to google.

    When they send you to google. send them also to look for the word "selfishness".

    The current teaching methodology they are incorporating in all courses is called: practice and not study.

    Practice: use examples so that the person understands faster.

    study: read a bit of s***(?) that only serves to delay the student to learn something.

    Old remember Go to the GG help where you can see more examples not very clear. But they will help you understand a little more. ? perro Lol

    LionelHax.lua

  7. On 12/18/2018 at 6:04 PM, Anaconda69 said:

    Name of Game: Rogue Dungeon RPG
    Play Store Link (If it's a paid app, the apk): https://play.google.com/store/apps/details?id=io.cordova.RogueRpg&hl=en_US&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Drogue+dungeon+rpg&pcampaignid=APPU_1_xHwZXJnSK-Ly5gLV-IegBg
    Version: latest
    What cheat? Gold, relics, and/or gemstone

     

    i have tried auto searching for gold and relics, but nothing. I have also tried using encrypted values but still nothing. I do not think it is server sided.

    This game is easy to modify.

    If I remember correctly, the values are in dword and you should look for them at twice the value.

    Example: if you have 100 coins you should look for 200 coins.

    Before editing the values have coins nearby.

    So that at the time of editing, take the coins and your hack is saved.

    I recommend using the "add to a value, do not substitute" box.

    ?

  8. This line of code is to perform the hidden search. ?

    16 minutes ago, Anonymous1000 said:

    if gg.isVisible(true) then gg.setVisible(false) end

    Here write what you want ?

    16 minutes ago, Anonymous1000 said:

    'SUSCRIBANCE A MI CANAL PERROS ?'

    this line serves to show a short ad. ?

    16 minutes ago, Anonymous1000 said:

    gg.toast('CREATED BY LIONELHAX')

    This line is used to display a fixed text on the screen. ?

    16 minutes ago, Anonymous1000 said:

    gg.alert('CANCELASTE EL SCRIPT ??')

    This serves to cancel the script. ?

    16 minutes ago, Anonymous1000 said:

    if LionelHax == nil then 

    
    os.exit() end

    Old I do not come much to this forum. but with these examples you can start to create scripts.

    I leave the download link, because when you copy it from the forum screen, many times invisible signs are incorporated that when executing the script throws you error.

  9. 1 hour ago, LionelHax said:

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

    This function is used to search. And your script is dialing 1.

    For that reason, look for 1 and not the number you drink.

    Try this :

    if gg.isVisible(true) then 
    gg.setVisible(false) 
    end 
    
    LionelHax = gg.prompt({[1] = 'ENTER THE CURRENT VALUE OF YOUR MONEY => LIONELHAX '},
    {[1] = 'SUSCRIBANCE A MI CANAL PERROS ?'})
    
    gg.toast('CREATED BY LIONELHAX')
    if LionelHax == nil then
    gg.alert('CANCELASTE EL SCRIPT ??')
    os.exit() end
    
    gg.clearResults()
    gg.searchNumber(LionelHax[1], gg.TYPE_DWORD)
    if gg.getResultsCount() == 0 then 
    gg.alert('THE SEARCH DOES NOT YIELD ANY RESULTS')
    gg.toast('CREATED BY LIONELHAX')
      os.exit() end
      
    gg.getResults(15) 
    gg.editAll ( '999999999' , gg.TYPE_DWORD) 

     

    Revoxtical.lua

  10. This game can be modified with scripts, using game guardian without being detected. Tested on android 5 - 6 and 7.

    I do not play this. I just wanted to verify, if GG was detected.

     

    Screenshot_20190103-113007.png

    Screenshot_20190103-113018.png

    PicsArt_01-03-11.39.07.png

    PicsArt_01-03-11.39.58.jpg

    PicsArt_01-03-11.40.46.jpg

  11. The debate or opinion was based on sponsoring more the brand of "game guardian" creating their own virtual environment.

    Answers or possibly valid arguments of the administration: "We do not have time for that".

    Smart answer: We will take your opinion into account, thank you.

    What did I gain with this? Nothing !!.

    What the company wins: users, prestige, income. Etc ....

    Stupid opinions of people who do not know how to run a company? Many .....

    NOTE: You can never offend "anonymous 1000" which is a person with very high self-esteem and their conversations are based on valid arguments according to the topic.

     

  12. 39 minutes ago, Enyby said:

    It amazes me how some people like to steal someone else's time.
    To explain to everyone that it is impossible to judge in particular, that white is white, something to argue ...
    Once you have finished, a new character rushes out, who writes another absurdity on a sentence and demands arguments from you per page. Funny.

    It is not about fighting between user and administrator. It is about generating constructive opinions that nobody else has generated in the forum. Maybe you're not the right person for this topic. Better to continue with the programming. Maybe @d2dyno understands the business point of view, I do not know. What I do know is that there will be no coalition here. Remember that users are the cause of the success of applications, companies, singers, artists, etc ...

    They should perhaps implement a quick response for opinions  to improve the forum or the "application". How: Thank you, your opinions are very important to us. We want to always offer you the best. And avoid inconveniencing users. 

  13. 32 minutes ago, XxhentaixX said:

    I realy wonder what type of books you read because to me it looks like it did not gived you much of "Intelligence" let stand understanding the meaning of ""life"

    I noticed for you its all about proving how intelligent you are towards actual intelligent people. In every comment you try to act childish and try to dis someone. Your 18+.. 19 you say. but mental let's  pick 14. Enyby tried to explain you somthing very simple...and it is not hard to understand or accept it. But you do not understand or accept it. And because you did not understand or not accept it you get mad and have issue controlling your words so you grab for a exuse like "Intelligence is not about knowing how to program and discus with children about programming" or "life is outside in the open air and not locked up at home watching videos or playing online" 

    Thats very funny to hear from someone that is probable all day on the internet with the name anonymous... reaching out on a cheaters forum for hours . what a life you have inside your room :D..i know your not a person with much intelligence and just another guy with alot erroneous zones ...i have a suggestion that very maby can help you..why don't you use your economic marketing drama on a site were you can be usefull? you are not helping anyone here and let the people like CmP and Enyby do their job to improve gameguardian and help people like us that use there modifaction tool instead of wasting time with marketing drama like what your doing right now.

    And next time you say "goodnight", ceep it that way ?

     

    Btw i do not realy talk english (just in case your so smart to react on my post and discus about english grammar) ?

     

    Goodnight ?

     

    The companies have different dependencies.

    The tool works well. Do you want to modify games? Do you want to ask for help? Do you want to create scripts? Do it !!! Nobody prevents you. My opinion is about the finances of a company or brand based on problems with some external functions of the app. Your arguments are like the po-op that goes down the drain. Study a little on the subject to be able to have argumentation. For the time being, keep asking for help for your games since you can not do it yourself.

  14. On 11/7/2018 at 11:50 PM, Enyby said:

    You write nonsense. I don't have time to explain everything to you. If you do not understand such simple things, then I have nothing to say.

    quote what I wrote without meaning.

    I like the arguments.

    When I started my opinion, it was based on something called "marketing" of the company or brand "game guardian". If you do not know what "marketing" is, study "economics" or search in "google".

    Intelligence is not about knowing how to program and discuss with children about programming. You are just one more programmer among many.

    So much time coding this application and the owner is another.

    an intelligent person would already be the owner and not administrator of a forum and encoder of the "app"

    All the respect and admiration I had for him, has been lost.

    I will spend little time on the internet, for any argument.

    I do not usually spend a lot of time on the internet, since life is outside in the open air and not locked up at home watching videos or playing online.

  15. On 11/7/2018 at 10:15 PM, Paladino44 said:

    if it will, it will be perfect

    The file is finished. this Video ? is old but it will serve as a guide for the installation. In the description of the video, you will find the download link. Route: the best free mods/grim soul.

    Any doubt. write on my channel: ANONYMOUS 1000 HACKER

    Note: Practice any modification or hack before making it in your official account.

  16. 6 minutes ago, Enyby said:

    You write nonsense. I don't have time to explain everything to you. If you do not understand such simple things, then I have nothing to say.

    they are not nonsense, you told me. ?

    29 minutes ago, Enyby said:

    Well yes. Compare me with google. This is equivalent: one person who does not get a penny from this, and a world company with hundreds of thousands of employees and billions of dollars in turnover.

    I answered: they started from school without capital.

    you know about programming. I know a lot about marketing, international business and economics. the one who has a project and is frustrated because there is no capital does not progress.

    The problem is that you have responsibility on your shoulders to administer a forum and code an "app". It is a lot of work. and this mark what you need is a "marketing study" to start generating income for the work provided.

    That's what the forums are about, to provide ideas for brand improvements.

     

    good night .....

     

     

  17. 2 minutes ago, Enyby said:

    Well yes. Compare me with google. This is equivalent: one person who does not get a penny from this, and a world company with hundreds of thousands of employees and billions of dollars in turnover.

    I have a lot of respect for you, it has helped me a lot.

    But look

    Larry Page and Sergey Brin started Google as a university project in January 1996 when they were both students.

    and look at the company today, it is a success with everything it has achieved.

    Many of the world's largest companies have started from the bottom up and have no investment capital.

    Here, the important thing is to think big, have more clients every day. give priority to the "game guardian" brand. that is guaranteed, that people invest and feel very grateful with the brand "game guardian" with the "app"

  18. 3 minutes ago, Enyby said:

    Why so simple? Let's go straight:
    I think you need to make your version of Android. Every version of Android. For all the devices that exist in the world. Which will be compatible with GG. Because not all firmware compatible. On huawei, the kernels are broken. And so on.

    is that this is about marketing for the company, for the forum, for the "game guardian" brand. and not to sponsor "apps" of third parties.

    look at google: it has its "app" of browser, keyboard, mail, translation ... etc...

  19. I think it's great !!!, incredible ..... that has learned not to meddle in discussions that you do not understand. and even more without contributing anything in return.

    For that reason when doing business, always talk with the bosses and not with the subalterns.. that prevents business from being damaged.

    but it is good sometimes to teach people like you, to stop being so obtrusive. Do not get mad, it's with a lot of respect. @CmP

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