Jump to content
  • 0

Help me


adrix

Question

Before on my select process I still have my pacybits and parrell space data but then today The only one that is left is my google play services, so I couldn't do anything at all

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

17 minutes ago, AddicTech said:

Sir im just wondering if you can tell me how to freeze value in a lua script thank you heheh sorry for the interruption

Its easy .

Just record script .

 

gg.searchNumber('"100"', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)--value for search
gg.processResume()
revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil)
local t = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil)
for i, v in ipairs(t) do
    if v.flags == gg.TYPE_FLOAT then
        v.value = '"101"'-- select here how do u want to change value and it will do autofreeze
        v.freeze = true
    end
end
gg.addListItems(t)
t = nil

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.