Jump to content
  • 0

Help Script Error


Boss45

Question

2 answers to this question

Recommended Posts

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.

Link to comment
Share on other sites

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

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.