RealWanteD Posted October 18, 2022 Posted October 18, 2022 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 ?
DARK_DEMON_SCRIPTER Posted October 18, 2022 Posted October 18, 2022 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 ? 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 ? 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
RealWanteD Posted October 18, 2022 Author Posted October 18, 2022 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
DARK_DEMON_SCRIPTER Posted October 18, 2022 Posted October 18, 2022 3 minutes ago, xWanted said: Working I use both bro Thanks Your welcome
Question
RealWanteD
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 ?
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.