Advertisement
rrixh

op stand skript

Aug 11th, 2024
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.95 KB | None | 0 0
  1. getgenv().Owner = game.Players.LocalPlayer.Name
  2.  
  3. getgenv().Configuration = {
  4. ['Msg'] = 'Yare Yare Daze.', --When You Say [/e msg] It Makes All The Alts Say That Message
  5. ['CrewID'] = 32570691, --Must join group
  6. ['Attack'] = 'Heavy', --[Heavy | Light] Heavy = Super Punch Light = Spam Punch
  7. ['TPMode'] = "Cart", --[Knock | Cart] --Teleport mode
  8. ['GunMode'] = 'Under', --[Sky | Under]  The Stand Will Shooting Just Like What In The Settings
  9. ['FlyMode'] = 'Glide', --[Glide | FlyV1 | FlyV2 | Hover | Heaven ]
  10. ['Position'] = 'Back', --[Back | Left | Right | Mid | UpMid | UpLeft | UpLeft | Walk ]
  11. ['Resolver'] = false, --[true | false] Turn On Or Off Resolver If Someone Using Anti Lock [This only applied to attack only for guns it's already have resolver]
  12. ['ChatCmds'] = true, --[true | false] if true stand talks to you
  13. ['AutoMask'] = true, --[true | false] Auto Buy Mask When The Stand Respawn
  14. ['MaskMode'] = 'Breathing', --[Surgeon | Paintball | Skull | Pumpkin | Hockey | Ninja | Riot | Breathing] The Stand Will Buy The Mask You Selected
  15. ['AntiStomp'] = true, --[true | false] The Stand Will Cannot Be Stomped Or Grabbed
  16. ['StandMode'] = 'Star Platinum : OverHeaven', --[Star Platinum : OverHeaven | Star Platinum: The World | Star Platinum, Za Warudo! | TheWorld | Cmoon | King Crimson | Killer Queen | MIH | D4C]
  17. ['Smoothing'] = false, --[true | false] if true stand will follow you smoothly
  18. ['AttackMode'] = 'Sky', --[Sky | Under] If [Sky] The Stand Will Attack Infront Of Target And If [Under] The Stand Will Attack In Underground
  19. ['CustomName'] = 'Master', --Custom Name Text Default Is [Master] Example Of it 'Im Here, Master'
  20. ['Hidescreen'] = false, --[true | false] If you set it to true you will see white blank screen [Save up gpu usage]
  21. ['SummonPoses'] = 'Pose3', --[false | Pose1 | Pose2 | Pose3]
  22. ['LowGraphics'] = false, --[true | false] Turns graphics down so your stand doesnt lag too much
  23. ['CustomPrefix'] = '.', --[ ! | / | . | ? | > | < | $ | ; | : ] Custom target prefix
  24. ['CustomSummon'] = 'Summon!', --Custom [Summon!] Text
  25. ['GunPrediction'] = 0.037, --Gun prediction [this is auto prediction sets]
  26. ['AutoPrediction'] = false, --[true | false] Turn On Or Off Auto Prediction
  27. ['AttackDistance'] = 75, --Attack distance for "Attack!, Stab!, Gkill!" max distance
  28. ['AutoSaveLocation'] = 'Downhill_Rooftop', --[Downhill_Rooftop | Uphill_Rooftop | DA_FURNITURE ]
  29. ['AttackPrediction'] = 0.34, --Prediction For Attack Or Targetting
  30. ['AttackAutoPrediction'] = 0.23, --Prediction For Attack Or Targetting
  31. --//    ! Sounds !     \\--
  32. --\\ MUST HAVE BOOMBOX //--
  33. ['Sounds'] = true, --[true | false]
  34. ['CustomSong'] = 123456, --Enter A Song ID And Say 'Song!'
  35. ['SummonMusic'] = true, --[true | false]
  36. ['HideBoombox'] = true, --Hide or show boombox on the stand back (WIth hide boombox true it can bugged stand sometime)
  37. ['SummonMusicID'] = 'Default' -- Enter a Sound ID Put [Default] If You Would Like The Default Sound
  38. }loadstring(game:HttpGet("https://xk5ng.github.io/V4.7"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement