NewbieSquadArk Posted November 2, 2018 Share Posted November 2, 2018 View File Script Hill Climb Racing Submitter NewbieSquadArk Submitted 11/02/2018 Category LUA scripts 1 Link to comment Share on other sites More sharing options...
AsliYO2 Posted November 26, 2018 Share Posted November 26, 2018 mima = "8888" v_value = gg.prompt({ "Enter Password[Password in Video]" }, { [1] = 0 }, { [1] = "number" }) function m() end function end_c() print([[ WRONG PASSWORD PASSWORD IN VIDEO]]) os.exit() end if v_value[1] == mima then m() else end_c() end function WEWE() t = gg.choice({ "Hack Coins + Diamonds", "Exit" }) if t == 1 then pp() end if t == 2 then HJ() end NSA = -1 end function HJ() t = gg.alert("Are You Sure To Exit?", "Yes", "No") if t == 1 then JH() end if t == 2 then WEWE() end end function JH() print("Subscribe Youtube Channel: Newbie Squad Ark") os.exit() end function pp() t = gg.prompt({ "\240\159\146\176Insert Coins Value", "\240\159\146\142Insert Diamonds Value", "Coins and Diamonds Hack To :" }, { [1] = 0, [2] = 0, [3] = 0 }, { [1] = "number", [2] = "number", [3] = "number" }) if t == nil then WEWE() end var = t[1] .. ";" .. t[2] gg.clearResults() gg.searchNumber(var, gg.TYPE_DWORD) gg.getResults(100) gg.editAll(t[3], gg.TYPE_DWORD) gg.toast("Hack Succes") end while true do if gg.isVisible(true) then NSA = 1 gg.setVisible(false) end if NSA == 1 then WEWE() end end Decrypted version only 2 kb code Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now