RealWanteD Posted October 18, 2022 Share 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 ? Link to comment Share on other sites More sharing options...
1 DARK_DEMON_SCRIPTER Posted October 18, 2022 Share Posted October 18, 2022 (edited) 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 Edited October 18, 2022 by DARK_DEMON_SCRIPTER 2 Link to comment Share on other sites More sharing options...
0 RealWanteD Posted October 18, 2022 Author Share 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 1 Link to comment Share on other sites More sharing options...
0 DARK_DEMON_SCRIPTER Posted October 18, 2022 Share Posted October 18, 2022 (edited) 3 minutes ago, xWanted said: Working I use both bro Thanks Your welcome Edited October 18, 2022 by DARK_DEMON_SCRIPTER 1 Link to comment Share on other sites More sharing options...
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 ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now