Jump to content
  • 0

Help Me with SeeKbar Script plz


Fallen_Stress

Question

Hi plz I am trying to make an script with sickbarr but I want my gg search value and addListItem and after just getListItem if I am using seekba gg search well and addListItem but getListItem dont work 

 

 

 

------------------------------------------
-----------Search And Save Value------------

-- Search Speed Hack Value
gg.setRanges(gg.REGION_ANONYMOUS)
a = gg.searchNumber("2.98271989822;4.45916652679;1.04395198822:9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
a = gg.refineNumber('4.45916652679', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
a = gg.getResults(1)
local r = gg.addListItems(a)


if gg.isVisible(true) 
then gg.setVisible(false)
end
gg.clearResults()
Random=1
function SM()

n = gg.prompt({'Player Speed Hack:[5; 20]','exit'}, {5, false}, {'number','checkbox'})
if n == nil then gg.sleep(1)
else
if n[1] then spd() end
if n[2] then exit() end


end
Random=-1
end


function spd()
local r = gg.getListItems(a)
gg.editAll(n[1], gg.TYPE_FLOAT)
end


function exit()
print('script by i-do-trolling')
gg.toast('script exit')
os.exit()
end

while(true)
do
  if gg.isVisible(true) then
    Random=1
    gg.setVisible(false) 
  end 
  gg.clearResults()
  if Random==1 then   SM() end
end
 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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.