Jump to content
  • 0

Hide group search


RealWanteD

Question

Posted

Hello, I was wondering if I can hide the group search

Like if a user is activiting a cheat feature then he open the script

He actually can see the group search values while gg is still searching

Is there a method to hide or os.exit if he opened gg while searching ?

 

 

InShot_20221018_154208843.jpg

3 answers to this question

Recommended Posts

Posted
20 minutes ago, xWanted said:

Hello, I was wondering if I can hide the group search

Like if a user is activiting a cheat feature then he open the script

He actually can see the group search values while gg is still searching

Is there a method to hide or os.exit if he opened gg while searching ?

 

 

InShot_20221018_154208843.jpg

It can be done only in modded gg bro

20 minutes ago, xWanted said:

Hello, I was wondering if I can hide the group search

Like if a user is activiting a cheat feature then he open the script

He actually can see the group search values while gg is still searching

Is there a method to hide or os.exit if he opened gg while searching ?

 

 

InShot_20221018_154208843.jpg

But u can try it in codes like

if gg.isVisible() then

gg.setVisible(false)

os.exit(print("NO PEEKING"))

enfd     

 

 

And I recommend you to use offset search for more fast searching because searching a single value is faster then a group search

If u don't know about offset then check this out

Templates for Using Offsets 1.0.0

Posted
19 minutes ago, DARK_DEMON_SCRIPTER said:

if gg.isVisible() then

gg.setVisible(false)

os.exit(print("NO PEEKING"))

Working 👍

 

20 minutes ago, DARK_DEMON_SCRIPTER said:

offset search

I use both bro

 

Thanks

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.