Jump to content

Dragon Champions


Snoady

Recommended Posts

New game which is becoming vastly popular since the beginning of everyone leaving swgoh. From my brief overlook it seems like all currency and items will be unhackable, possibly a battle alterer similar to the one made by NoFear for marvel strike force. If anyone makes some nice discoveries please report them here.

Link to comment
Share on other sites

I managed to find the values searching 3 values of the character just like swgoh. The values are on DOUBLE. And it works! But there are server checks in this game during the fight, after a few hits the game gives an error message asking for a restart with an option to send your logs xD.

Link to comment
Share on other sites

You can try if you want. Put this in a notepad document, adjust the 3 values to one of your characters. Health, shield and damage numbers would do. Run from game guardian.
 

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

gg.toast('Dragon Guardian Script') 

-- In order to this script work for you, you need to edit the contents of gg.searchNumber
-- switch the number 111 for the speed of your prefered hero
-- switch the number 2222 for the physical damage of your prefered hero
-- switch the number 3333 for the special damage of your prefered hero

gg.searchNumber('5179;521;392::1000', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) 

if gg.getResultCount() ~= 0 then
    gg.getResults(150)
    gg.editAll('10213', gg.TYPE_DOUBLE) 
    os.exit()
    else gg.alert('We have found Zero values. Please check your hero stats, edit this script and try again.')
    end 
 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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