Jump to content
  • 0

help seekbar with value 0.01 to 0.05


fanggey

Question

help me with this

local a = gg.getRangesList("libil2cpp.so")

function dmgup()
local c1 = 0.01
local c = gg.prompt({"\n\nDamage Up Choice [0.01;0.05]"}, {[1]=c1}, {"number"})
if c == nil then
else
c1 = tostring(c[1])
local b = {}
  b[1] = {}
  b[1].address = a[1].start + 0xF5FFB8
  b[1].flags = gg.TYPE_FLOAT
  b[1].value = c[1]
  gg.setValues(b)
gg.toast("Damage Up Set")
end
end

Link to comment
Share on other sites

1 answer 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.