Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
- NinjaDetective
-
Scratcher
32 posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
i tried (what was in the last 2 posts) and for some reason its still not working. If your new, i'm making steal a brainrot (for a bet) and I'm trying to make a admin abuse that effects EVERYONE. it is single player but i'm looking for some simple yet working solution. Any Ideas?
- Turbo_yeeter
-
Scratcher
500+ posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
1. Please don't create new topics on the same problem. Instead, bump your forum post.
2. This uses 2 scripts.
Script 1:
Script 2:
also back in my day, admin abuse used to mean abusing your power to do ban others for even looking at you wrong…
2. This uses 2 scripts.
Script 1:
... :: hat// Other code
if <<[usernamelist v] contains (username) ?> and <(Trigger For Admin Abuse) = [true]>> then // Usernamelist must contain the usernames of the players that CAN trigger admin abuse, make (Trigger For Admin Abuse) anything that can equal true (like a button press)
set [☁ AdminAbuseActive? v] to [1] // We use numbers because cloud variables can't store letters.
end
... ::cap//Other code
Script 2:
... ::hat // Other codeHope this helped!
if <(☁ AdminAbuseActive?) = [1]> then
... // Do whatever for the admin abuse
end
... ::cap // Other code
also back in my day, admin abuse used to mean abusing your power to do ban others for even looking at you wrong…
- LosingAccounts
-
Scratcher
21 posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
1. Please don't create new topics on the same problem. Instead, bump your forum post.thanks! i was really looking for this!
2. This uses 2 scripts.
Script 1:... :: hat// Other code
if <<[usernamelist v] contains (username) ?> and <(Trigger For Admin Abuse) = [true]>> then // Usernamelist must contain the usernames of the players that CAN trigger admin abuse, make (Trigger For Admin Abuse) anything that can equal true (like a button press)
set [☁ AdminAbuseActive? v] to [1] // We use numbers because cloud variables can't store letters.
end
... ::cap//Other code
Script 2:... ::hat // Other codeHope this helped!
if <(☁ AdminAbuseActive?) = [1]> then
... // Do whatever for the admin abuse
end
... ::cap // Other code
also back in my day, admin abuse used to mean abusing your power to do ban others for even looking at you wrong…
- Sixer-Of-Sixes
-
Scratcher
1 post
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
You Could Add Something Like An Update For Like, 1 Hour And Then, Take It Away Like Take Away The Events But Keep The New Thing, That Got Added.
- ITslime1234
-
Scratcher
1 post
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
1. Please don't create new topics on the same problem. Instead, bump your forum post.
2. This uses 2 scripts.
Script 1:... :: hat// Other code
if <<[usernamelist v] contains (username) ?> and <(Trigger For Admin Abuse) = [true]>> then // Usernamelist must contain the usernames of the players that CAN trigger admin abuse, make (Trigger For Admin Abuse) anything that can equal true (like a button press)
set [☁ AdminAbuseActive? v] to [1] // We use numbers because cloud variables can't store letters.
end
... ::cap//Other code
Script 2:... ::hat // Other codeHope this helped!
if <(☁ AdminAbuseActive?) = [1]> then
... // Do whatever for the admin abuse
end
... ::cap // Other code
also back in my day, admin abuse used to mean abusing your power to do ban others for even looking at you wrong…
- illoser123
-
Scratcher
25 posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
Here is the code
when green flag clicked
if (<[list :: Admins] contains [(username)]?>) then
set [ Admin?] to [Y]
end
when green flag clicked
forever
if <(Admin) = [Y]> then
say [whatever you want]
end
end
- soulinter_1
-
Scratcher
72 posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
Here is the codefirst necropost, secondly easely editablewhen green flag clickedif (<[list :: Admins] contains [(username)]?>) then
set [ Admin?] to [Y]
endwhen green flag clickedforever
if <(Admin) = [Y]> then
say [whatever you want]
end
end
- JasonNgwu
-
Scratcher
100+ posts
HOW DO I MAKE ADMIN ABUSEEE (nothings working!)
Following this later on and sorry for necroposting I guess.
- Discussion Forums
- » Help with Scripts
-
» HOW DO I MAKE ADMIN ABUSEEE (nothings working!)