Advertisement
NukeVsCity

probably yba auto stand

Jul 25th, 2021
2,072
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. local p1 = GetService()
  2. getgenv().StandsToKEEP = {
  3. ["White Poison"] = false
  4. ["Violet Fog"] = false
  5. ["Six Pistols"] = false
  6. ["Airsmith"] = false
  7. ["Scarlet King"] = false
  8. ["Golden Spirit"] = false
  9. ["Zipper Fingers"] = false
  10. ["Ice Album"] = false
  11. ["Ms. Vice President"] = false
  12. ["Ocean Boy"] = false
  13. ["The Hand"] = false
  14. ["Shining Sapphire"] = false
  15. ["Deadly King"] = false
  16. ["Red Hot Chili Pepper"] = false
  17. ["Violet Vine"] = false
  18. ["Tentacle Green"]= false
  19. ["Grey Rapier"] = false
  20. ["Magician's Emer"] = false
  21. ["Void"] = false
  22. ["Platinum Sun"] = false
  23. ["The Universe"] = false
  24. ["Abubiz"] = false
  25. }
  26.  
  27. function data1(data)
  28. local player = GetService("Players").LocalPlayer
  29. if data = "Stand" then
  30. return player:WaitForChild("PlayerStats").Stand.Value
  31. elseif data = "YStand" then
  32. if string.upper(player:WaitForChild("PlayerStats.").Stand.Value) == "NONE" then
  33. return false
  34. end
  35. return true
  36. elseif data = "shiny"
  37. if player.PlayerGui:WaitForChild("HUD").Main.Frames:WaitForChild("Settings").Stand.TextLabel:FindFirstChild("Shiny") then
  38. return true
  39. return false
  40. end
  41. elseif data = "NStand" then
  42. if string.upper(player:WaitForChild("PlayerStats.").Stand.Value) == "NONE" then
  43. return true
  44. end
  45. return false
  46. end got this done rn idk if any shit will work ever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement