Jump to content

Enyby
 Share

Recommended Posts

  • Administrators

Better install both version and record single video with search with one and search same in second GG.

Post logcat in file here. Video need too. I think you do something different or use different settings.

Link to comment
Share on other sites

14 minutes ago, Enyby said:

Better install both version and record single video with search with one and search same in second GG.

Post logcat in file here. Video need too. I think you do something different or use different settings.

Hello how are you friend

I would like to know, when will it be possible to add the option to freeze, for those who use scripts, just a curiosity even, if it is planned to add this option and for when?

Link to comment
Share on other sites

  • Administrators
9 minutes ago, solslaynklr said:

I can get the logcat to show but how do i put the files on here?

On bottom edit form you can upload files.

 

Try disable skip zygote memory.

 

scr_1517239969.jpg

_______________________________________________
added 0 minutes later

scr_1517240029.jpg

Link to comment
Share on other sites

  • Administrators
6 minutes ago, Fasa2008 said:

it be possible to add the option to freeze, for those who use scripts, just a curiosity even, if it is planned to add this option and for when?

It is added. Two version ago.

Quote
mixed  addListItems (table items)
  Add items to the saved list. More...

 

_______________________________________________
added 0 minutes later
Just now, solslaynklr said:

I switched it to no and i got files finally thank you

Look like a bug. Need logcat from you for investigate.

Link to comment
Share on other sites

6 minutes ago, Enyby said:

It is added. Two version ago.

 

_______________________________________________
added 0 minutes later

Look like a bug. Need logcat from you for investigate.

could you give me an example usage for values that need to be frozen in a script please?

my code is this:

::fixarstatus::
gg.searchNumber('256', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)print('Replaced: ', gg.editAll('257', gg.TYPE_DWORD))
gg.toast('hacked!')
goto Mainmenu

 

I need the value 257 to be freeze to work. Thank you very much if you can help me ...

 

Link to comment
Share on other sites

1 hour ago, Enyby said:

local t = gg.getResults(100)
for i = 1, #t do
  	t[i].value = 257
	t[i].freeze = true
end
gg.addListItems(t)

But it is bad idea freeze many values.

I thank you very much for taking the time to answer the members' questions.

Yes it's a bad idea, but in this case the game I'm actually testing only works if I frighten the first 100 addresses found, and as long as I do not exit the status edit screen, the game behaves well.

 

could you make an example functional script with the option to freeze? tried here and accused many errors

Edited by Fasa2008
Link to comment
Share on other sites

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
 Share

×
×
  • 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.