How do i download this script???here's an updated version
Code:function main() menu = gg.choice({"DMG Hack", "Exit"}, nil, "Select Cheat") if menu == 1 then setdmg() end if menu == 2 then os.exit() end if menu == nil then noselect() end end function setdmg() gg.setVisible(false) input = gg.prompt({"Input your current Final ATK"}, {[1] = "0"}, {[1] = "number"}) if input == nil then gg.alert("You didn't enter a value") os.exit() end while true do gg.clearResults() gg.searchNumber(input[1], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber(input[1], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber(input[1], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 0) gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("10000000", gg.TYPE_DOUBLE) if gg.isVisible(true) then main() end gg.sleep(300) end end function noselect() gg.toast("Please make a selection") os.exit() end while true do if gg.isVisible(true) then main() end end
How can I test?someone managed to open gm menu can modify items time etc i dont want to say team name not sure if its against the rules here View attachment 617756
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies