Jump to content

Recommended Posts

Posted

Im having some troubles GameGaurdian 8.29.0 is working fine but when i try to use GameGuardian 8.30 i cant find anything and everytime i try to find a value it always returns nothing found

  • Administrators
Posted

Need video and logcat from both versions. Also try use latest version. We support only latest version.

  • Administrators
Posted

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.

Posted
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?

  • Administrators
Posted
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

  • Administrators
Posted
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.

Posted
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 ...

 

  • Administrators
Posted
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.

Posted (edited)

How can i copy the logcat on GG 8.50 i dont see a copy option

Also now when i try to search values itll only work for zero's and encrypted vales also only equal to zero

Edited by solslaynklr
Posted (edited)
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
  • Administrators
Posted
2 hours ago, solslaynklr said:

How can i copy the logcat on GG 8.50 i dont see a copy option

Because you need record logcat by special programs. 

https://gameguardian.net/forum/topic/7398-gathering-information-about-gg-errors/

 

_______________________________________________
added 2 minutes later
2 hours ago, Fasa2008 said:

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

Currently no time for this. Maybe at weekend.

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.