Jump to content
  • 0

Making chams


Farmeriscool

Question

Posted

Ok so I'm making chams so I've managed to get the other players all white but its really glitchy like itl work some times and itl crash and the other times it wont work at all 

Or it will flash so much it's like your having a fit

 

Any idea on how to get it not to crash as much?

Quote
Quote

IGNORE QUOTE I PRESSED WRONG BUTTON

 

 

gg.setRanges(gg.REGION_C_ALLOC)

local a
local s

gg.searchNumber("0.3", gg.TYPE_FLOAT)
s = gg.getResultCount()
if s > 12000 then
gg.toast("please restart the game we have found too many results sorry!")
gg.sleep(5000)
gg.processKill()


else
gg.sleep(500)
gg.toast("found: " .. gg.getResultCount())
a = gg.getResults(5000)



for i, v in ipairs(a) do
	if v.flags == gg.TYPE_FLOAT then
v.value = "99999"
v.freeze = true
end
end
gg.addListItems(a)
end

 

Screenshot_20201221-195332_Cyber Hunter.jpg

[added 1 minute later]

 

1 answer to this question

Recommended Posts

Posted

it doesnt have to be edited to 99999. try with 0, 9, 100, 60 etc.

 

if float are troubling, go for dword values [its best] from memory list. and edit the dword.

 

keep changing values, untill u satisfied

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.