Jump to content
  • 0

gg code


FOXLIB

Question

7 answers to this question

Recommended Posts

Just now, FOXLIB said:

 

as in this picture scipt or code for package info and version please make the script or the code

Screenshot_20180926-092959.jpg

Maybe you mean this 

if gg.getTargetPackage() == "com.Facebook.katana" then else
print("Game not detected\n\nScript is for Facebook.\nYou are running "..string.match(gg.getTargetInfo().name,"[^.]+$").."\nPlease run Facebook and try again .")
os.exit()
end

Link to comment
Share on other sites

Just now, TopGEOYT said:

print("Script is for ROS , You are running "..string.match(gg.getTargetInfo().name,"[^.]+$").." , Please run ROS and try again .")

[added 2 minutes later]

in some apps may be it will get problems but if it wil be problem , u can try only gg.getTargetInfo().name .

Code ..string.match(gg.getTargetInfo().name,"[^.]+$").. Not specific app name

Can u fix ?

Link to comment
Share on other sites

On 9/26/2019 at 5:33 AM, FOXLIB said:

 

as in this picture scipt or code for package info and version please make the script or the code

Screenshot_20180926-092959.jpg

print("Script is for ROS , You are running "..string.match(gg.getTargetInfo().name,"[^.]+$").." , Please run ROS and try again .")

[added 2 minutes later]
2 minutes ago, TopGEOYT said:

print("Script is for ROS , You are running "..string.match(gg.getTargetInfo().name,"[^.]+$").." , Please run ROS and try again .")

in some apps may be it will get problems but if it wil be problem , u can try only gg.getTargetInfo().name .

Link to comment
Share on other sites

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.