#HELP ME IMMEDIATELY PLEASE

1 messages · Page 1 of 1 (latest)

proper glade
#

My game might be hacked, this gamepass pops up every 1 minute on my game and it only shows up to those who aren’t the owner, I have HD admin installed anyways can anyone recognise this and tell me what the issue is?

vagrant fern
proper glade
vagrant fern
#

hd admin itself is fine, unless from non official source

#

and getting rid of it can be hard, you gonna dig thro explorer and find a script that you dont recognize

proper glade
vagrant fern
#

not necessary

surreal pilot
#

remove whatever script you took

vagrant fern
#

you could run something like

task.wait(5)
for i,v in game:GetDescendants() do
if v:IsA("script") or v:IsA("localscript") then
  print(i,i.Parent,i.Parent.Parent)
#

i might have messed up capitalization

proper glade
vagrant fern
#

mostlikely

#

or well good chance

#

if you remove it, does it still happend?

#

note: it might not show up in studio (some viruses check for that)

fluid citrus
#

If u need more help on finding scripts in your game type in the searchbar type “classname=script” and you’ll find them all

coral grove
#

its usually best to avoid toolbox items with scripts altogether

thin lion
#

never use code you didn't write or haven't reviewed Thumbs

thin lion
#

search for official source

#

google is your friend Thumbs