Jump to content

Recommended Posts

Posted
11 minutes ago, RogerAngell said:

Is this fast enough to make aimbot (keep change crosshair coords relative to enemy coords) or it is unreliable? 

It's fast and reliable as I have worked with it.

I think if you want to make an aimbot, it may work well.

  • Administrators
Posted

For save order of fields in gg.prompt need use table without indexes:

local d = gg.prompt({'health 1', 'attack 1', 'health 2', 'attack 2', 'health 3', 'attack 3', 'health 4', 'attack 4', 'health 5', 'attack 5'}, nil, 
	{'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number'})

You can access to fields by it index starting from 1. In this example it be d[1], d[2], d[3], ..., d[10].

scr_1500498032.jpg

Posted (edited)

Is there a way to save values and manipulate the saved list? Or is it currently only working with the results list and the raw addresses?

I would like to build a script that can save a result to the saved addresses tab, then freeze the value if necessary... Also loading a particular value in the saved list, performing an operation and then searching based on the result...

Edited by Goof
  • Administrators
Posted

Currently script no have access to saved list inside gg. But you can use regular files for that. Gg provide all need pathes, io lib all needed methods.

Freeze currently not available too. We add access in future.

Posted

Do you have an example script that covers saving and loading from file? I'm not sure how to approach this, can I load a file saved using a script and then freeze values manually with the saved list tab?

 

Great to see scripting implemented, should add huge potential for more user friendly list once it all matures a bit :)

  • Administrators
Posted

It is common things not connected with gg. Then you can find need info and example in internet. We not invent lua. We only add to it one table. All other stay same as before us. Then you can use internet for info.

6 hours ago, Enyby said:

Currently script no have access to saved list inside gg.

6 hours ago, Enyby said:

Freeze currently not available too. We add access in future.

 

_______________________________________________
added 2 minutes later

For example I search on Internet:

http://lua-users.org/wiki/TableSerialization

https://www.lua.org/pil/12.1.html

http://lua-users.org/wiki/SaveTableToFile

 

Posted (edited)
2 hours ago, Enyby said:

Build 5559:

GameGuardian.5559.apk

By installing this, it gives 2 icons on the drawer:

GG (HW) and GG (SW)

Screenshot_20170720-233903-01.thumb.jpeg.3b88b11b6a9c1915351de33baabd19b3.jpeg

Is it about hardware acceleration & software acceleration?

Edited by Backlift
  • Administrators
Posted

Yes. This be from next release. Some buggy firmware can run only HW or only SW acceleration. On normal firmware GG can be started from any activity.

_______________________________________________
added 1 minute later

It is only for start activity. Inside main UI worked setting from settings.

Posted (edited)

Finally. Now this make GG more powerful. Any documentation to GG script library yet?

EDIT: I guess the first post is enough.

Edited by circleous

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.