Hi,
I've been trying to figure this out, but is it possible to add to a value, do not replace in a table?
gg.searchNumber("7;100;7000;60", gg.TYPE_FLOAT)
local t = gg.getResults(4)
t[1].value = '9E9'
t[2].value = '-3.4E38' --I want to add to value, do not replace--
t[3].value = '50000'
t[4].value = '3.4E38' --I want to add to value, do not replace--
gg.setValues(t)
gg.clearResults()
Thanks!
View File
v1 Mega The Cheetah/Panther Online Script
This script includes 24 hacks that work on The Cheetah and Panther Online.
Submitter
Purrssian
Submitted
12/15/2023
Category
LUA scripts
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.