Advertisement
user1321

Untitled

Nov 2nd, 2023
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. --//---------------------------------------------------------------------------------------------------------------\\-- Explain --//
  2. --[[Ticxyy Stand Script To Get Started In "Owner" Put The Username You Want To Control Them.
  3.  
  4. Example:
  5.  
  6. getgenv().Owner = 'Faisal_jss'
  7.  
  8. ]]
  9. --//------------------------------------------------------------------------------------------------\\-- Credit! --//
  10. getgenv().Credit = 'Made By Ticxyylolz#9164 | Ticxyy | discord.gg/ticxyy' --Dont Change This Or The Script Not Working.
  11. --//---------------------------------------------------------------------------------------------------------------\\-- Owner --//
  12. getgenv().Owner = 'Faisal_jss' --// ! Username Of Owner ! \\--
  13. --//---------------------------------------------------------------------------------------------------------------\\-- Stand-Settings --//
  14. getgenv().Settings = {
  15. --// ! Main ! \\--
  16. ['Position'] = 'Back', --// ! Position Of Stand [Back | Left | Right] ! \\--
  17. ['CrewID'] = 32570691, --// ! Must Be In Group For It To Work https://www.roblox.com/groups/32570691/Ticxyy ! \\--
  18. --// ! Attack ! \\--
  19. ['Attack'] = 'Heavy', --// ! Heavy = Super Punch Light = Spam Punch [Heavy | Light] ! \\--
  20. ['PredictionValue'] = 0.35, --// ! Prediction For Attack Or Targetting ! \\--
  21. ['GunKillPrediction'] = 0.17, --// ! Prediction For Gun Kill ! \\--
  22. ['AttackMethod'] = 'Under', --// ! [Sky | Under] If [Sky] The Stand Will Attack Infront Of Then And If [Under] The Stand Will Attack In Underground ! \\--
  23. ['GunMethod'] = 'Under', --// ! [Sky | Under] The Stand Will Shooting Just Like What In The Settings ! \\--
  24. ['Resolver'] = false, --// ! [true | false] Turn On Or Off Resolver If Someone Using Anti Lock ! \\--
  25. --// ! Antilock ! \\--
  26. ['SkyAmount'] = 1600, --// ! Sky Velocity ! \\--
  27. --// ! Custom Cmd ! \\--
  28. ['CustomSummon'] = 'Summon!', --// ! Custom [Summon!] Text ! \\--
  29. ['CustomSave'] = 's', --// ! Custom [Save!] Text Use It When You Knocked ! \\--
  30. ['CustomName'] = 'Master', --// ! Custom Name Text Default Is [Master] Example Of it 'Im Here, Master!' ! \\--
  31. --// ! Misc ! \\--
  32. ['Smoothing'] = 'Classic', --// ! [Classic | Smooth] If [Classic] Less Delays And if [Smooth] The Stand Movement Will Smooth But Kinda Delayed ! \\--
  33. ['Performance'] = false, --// ! [true | false] If [true] You WIll See White Blank Screen But The Performance Is Gonna Be Good ! \\--
  34. ['SummonPose'] = true, --// ! When You Summmon The Stand It Will Posing ! \\--
  35. ['Posing'] = 'Pose1', --// ! [Pose1 | Pose2 | Pose3] Poses ! \\--
  36. ['ChatCmds'] = true, --// ! [true | false] Chatted When You Use Some Command ! \\--
  37. ['AutoMask'] = false, --// ! [true | false] Auto Buy Mask When The Stand Respawn ! \\--
  38. ['MaskMode'] = 'Riot', --// ! [Surgeon | Paintball | Skull | Pumpkin | Hockey | Ninja | Riot] The Stand Will Buy The Mask You Selected ! \\--
  39. ['FlyModeAnim'] = 'Glide', --// ! [Shazam | Bugged shazam | Glide | Hover] Stand Follow Animation ! \\--
  40. ['FlyModeSpeed'] = 0.2, --// ! If Speed '0' It WIll Wierd I Suggest You Use Around '0.1 - 0.5' ! \\--
  41. ['Msg'] = 'Yare Yare Daze.', --// ! When You Say [/e msg] It Makes All The Alts Say That Message ! \\--
  42. --// ! Sounds ! \\--
  43. --\\ MUST HAVE BOOMBOX //--
  44. ['Sounds'] = true, --// ! [true | false] Sounds when you use some commands like Mimic! Or Summon! The Stand And Etc ! \\--
  45. ['SummonMusicStand'] = 'Star Platinum, Za Warudo!', --// ! [ Star Platinum : OverHeaven | Star Platinum, Za Warudo! | ZA WARUDO : OVER HEAVEN | C moon | King Crimson | Made In Heaven | D4C] ! \\--
  46. ['SummonMusic'] = true, --// ! [true | false] ! \\--
  47. ['VanishAppearSound'] = true, --// ! [true | false] ! \\--
  48. ['VanishAppearMode'] = 'Star Platinum', --// ! [Star Platinum | King Crimson] ! \\--
  49. ['CustomSong'] = 6853070044 --// ! Enter A Song ID And Say 'Song!' ! \\--
  50. }
  51. --//---------------------------------------------------------------------------------------------------------------\\-- Loadstring --//
  52. loadstring(game:HttpGet(`https://ticxyylos.github.io/Stand/V9.2`))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement