Advertisement
KOLBYsssss

Destiny Stand script [ PASTEBIN ]

May 5th, 2022
45,141
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 2 0
  1. -----------------------------
  2. -- By Lerkermer + SwagminComp
  3. -- Script Name: Destiny Stand
  4. -----------------------------------------------------------
  5. getgenv().Settings = {
  6. ["Owner"] = "" -- Insert a username here!
  7. }
  8. --[[
  9. Example:
  10. getgenv().Settings = {
  11. ["Owner"] = "SwagminComp"
  12. }
  13. ]]
  14. -- DO NOT REPLACE ["Owner"] OR THE SCRIPT WILL BREAK!
  15. ---------------------------------------------------------------------------------
  16. --[[
  17. Main commands:
  18. Summon! - Makes the stand follow you.
  19. Multi! - Enables kill aura while the stand stays visible.
  20. Grow! - Makes the stand a titan.
  21. Aura! - Enables kill aura.
  22. Vanish! - Makes the stand disappear.
  23. Mimic! - Makes the stand mimic what you do (attack, block).
  24. Barrage! - Makes the stand spam punch everybody around you.
  25. Stab! - Makes the stand stab everybody around you.
  26. Banish! - Makes the stand fling everybody around you.
  27. ]]
  28. --[[
  29. Miscellaneous commands:
  30. /e leave - Makes the stand leave.
  31. /e shrink - Makes the stand shrink.
  32. /e reset - Resets the stand.
  33. /e rejoin - Makes the stand rejoin.
  34. /e limit - The number of how far a player can be to be attacked.
  35. /e spread - The number of how much the stand should spread while attacking.
  36. /e fling [username] - Flings a specific player.
  37. /e attack [username] - Autokills a specific player.
  38. /e light - Switches the attack mode to spam punching.
  39. /e heavy - Switches the attack mode to hold punching.
  40. ]]
  41. --------------------------------------------------------------------------------------------
  42. -- DO NOT TOUCH ANYTHING BELOW UNLESS YOU KNOW WHAT YOU'RE DOING!
  43. getgenv().Commands = {
  44. ["Summon"] = "Summon!",
  45. ["Multi"] = "Multi!",
  46. ["Grow"] = "Grow!",
  47. ["Aura"] = "Aura!",
  48. ["Vanish"] = "Vanish!",
  49. ["Mimic"] = "Mimic!",
  50. ["Barrage"] = "Barrage!",
  51. ["Stab"] = "Stab!",
  52. ["Banish"] = "Banish!",
  53. }
  54. loadstring(game:HttpGet("https://raw.githubusercontent.com/compwnter/destiny/main/stand"))()
  55. --------------------------------------------------------------------------------------------
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement