Jump to content
  • 0

Seekbar LibUE4.so string incomplete


AdnanALi007

Question

I need help here down below,

the script doesn't open and also value doesn't change

 

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

function wdevw()

local c1 = 200~700

local c = gg.prompt({"Fish Eye View [200; 700]"}, {[1]=c1}, {"number"})

if c == nil then

else

c1 = tostring(c[1])

local b = {}  

b[1] = {}  

b[1].address = a[1].start + 0x3880250,200.70928955078  

b[1].flags = gg.TYPE_FLOAT  

b[1].value = c[1]   

gg.setValues(b)

gg.toast("View Set As You Choosed")

end

end

FISH EYE.lua

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.