Jump to content

Question

Posted

Can someone help me

Example:

The process will start here

gg.setRanges(gg.REGION_CODE_APP)

gg.searchNumber("190", gg.TYPE_FLOAT)

gg.getResults(1, nil, nil, nil, nil, nil)

gg.editAll("414", gg.TYPE_FLOAT)

gg.clearResults() 

--------------End--------------

gg.setRanges(gg.REGION_CODE_APP)

gg.searchNumber("5900", gg.TYPE_FLOAT)

gg.getResults(1, nil, nil, nil, nil, nil)

gg.editAll("8000", gg.TYPE_FLOAT)

gg.clearResults() 

 

The process will stop here then if I click GameGuardian the process will continue

gg.setRanges(gg.REGION_CODE_APP)

gg.searchNumber("300", gg.TYPE_FLOAT)

gg.getResults(1, nil, nil, nil, nil, nil)

gg.editAll("2400", gg.TYPE_FLOAT)

gg.clearResults() 

2 answers to this question

Recommended Posts

  • 0
Posted
gg.setVisible(false)
--
-- Put Your first process
--
while gg.isVisible() == false do
	if gg.isVisible() == true then
		break
	end
	gg.sleep(100)
end

gg.setVisible(false)
--
-- Put Your second process
--

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.