Boss45 Posted June 27, 2020 Posted June 27, 2020 If you use any function, it says null function even though I did add the function Pls help CarromDiscPool1.lua
zam535582 Posted June 27, 2020 Posted June 27, 2020 function instant() gg.searchNumber("-4595543428513031782", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(67000, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(67000, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in pairs(t) do if v.flags == gg.TYPE_QWORD then v.value = v.value + "-2595543428513031782" end end gg.setValues(t) t = nil gg.clearResults() end function long() gg.clearResults() gg.searchNumber("41", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 1) revert = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("115", gg.TYPE_DOUBLE) gg.clearResults() gg.toast("Long Guildline Activated") end h = gg.choice({'Instant Win\n(Opponent Start First Turn)','Long Guildline','Exit'},nil,' Youtube Channel: Choose Hack') if h == 1 then instant() end if h == 2 then long() end if h == 3 then os.exit(gg.alert(" Please Support My Youtube Channel:Choose Hack")) end there you go.
Boss45 Posted June 28, 2020 Author Posted June 28, 2020 10 hours ago, zam535582 said: function instant() gg.searchNumber("-4595543428513031782", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(67000, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(67000, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in pairs(t) do if v.flags == gg.TYPE_QWORD then v.value = v.value + "-2595543428513031782" end end gg.setValues(t) t = nil gg.clearResults() end function long() gg.clearResults() gg.searchNumber("41", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 1) revert = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("115", gg.TYPE_DOUBLE) gg.clearResults() gg.toast("Long Guildline Activated") end h = gg.choice({'Instant Win\n(Opponent Start First Turn)','Long Guildline','Exit'},nil,' Youtube Channel: Choose Hack') if h == 1 then instant() end if h == 2 then long() end if h == 3 then os.exit(gg.alert(" Please Support My Youtube Channel:Choose Hack")) end there you go. Thank you I understand now
Question
Boss45
If you use any function, it says null function even though I did add the function
Pls help
CarromDiscPool1.lua
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.