Jump to content
  • 0

8 ball


blocx
 Share

Question

11 answers to this question

Recommended Posts

  • 0

-- Script 8 Ball Pool Long Line:


gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber('10.3', gg.TYPE_FLOAT)
local t = {}
for k, v in ipairs(gg.getResults(10)) do
  for i = 1, 16 do
    table.insert(t, {
      address = v.address + i * 4,
      flags = gg.TYPE_FLOAT,
      value = 251
    })
  end
end
gg.setValues(t)
gg.clearResults()


-- @tis_nquyen

Link to comment
Share on other sites

  • 0
15 hours ago, CYBORG-WARRIOR said:

-- Script 8 Ball Pool Long Line:


gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber('10.3', gg.TYPE_FLOAT)
local t = {}
for k, v in ipairs(gg.getResults(10)) do
  for i = 1, 16 do
    table.insert(t, {
      address = v.address + i * 4,
      flags = gg.TYPE_FLOAT,
      value = 251
    })
  end
end
gg.setValues(t)
gg.clearResults()


-- @tis_nquyen

thanks bro but im allready with long line i search line for indirect shot or autoplay

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

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