Advertisement
good_scripter

Untitled

Jun 16th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. -- YOUNGMACKA123 --
  2.  
  3. --Variables--
  4. char = game.Players.julio_7779.Character
  5. hum = char.Humanoid
  6. spd = hum.WalkSpeed
  7. Humanoid = char.Humanoid
  8. RootPart = char["HumanoidRootPart"]
  9. Torso = char["Torso"]
  10. Head = char["Head"]
  11. RightArm = char["Right Arm"]
  12. LeftArm = char["Left Arm"]
  13. RightLeg = char["Right Leg"]
  14. LeftLeg = char["Left Leg"]
  15. RootJoint = RootPart["RootJoint"]
  16. Neck = Torso["Neck"]
  17. RightShoulder = Torso["Right Shoulder"]
  18. LeftShoulder = Torso["Left Shoulder"]
  19. RightHip = Torso["Right Hip"]
  20. LeftHip = Torso["Left Hip"]
  21. --Name--
  22. sur = Instance.new("BillboardGui", char.Head)
  23. sur.Name = "Billboard"
  24. sur.Adornee = char.Head
  25. sur.Size = UDim2.new(10, 0, 5, 0)
  26. sur.StudsOffset = Vector3.new(0, 2, 0)
  27. text = Instance.new("TextLabel", sur)
  28. text.Text = "YOUNGMACKA123"
  29. text.Size = UDim2.new(1, 0, 1, 0)
  30. text.TextScaled = true
  31. text.BackgroundTransparency = 1
  32. text.Font = Enum.Font.Arcade
  33. text.TextColor3 = Color3.new(0, 255, 0)
  34. text.TextStrokeTransparency = 0
  35. --Music--
  36. sound = Instance.new("Sound")
  37. sound.Parent = char.Head
  38. sound.SoundId = "rbxassetid://803592504"
  39. sound.Playing = true
  40. sound.Looped = true
  41. --Speed--
  42. spd = 50
  43.  
  44. --Attacks--
  45. local ScreenGui = Instance.new("ScreenGui")
  46. local OBOI = Instance.new("TextButton")
  47.  
  48. ScreenGui.Parent = game.Players.youngmacka123:WaitForChild("PlayerGui")
  49. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  50.  
  51. OBOI.Parent = ScreenGui
  52. OBOI.BackgroundColor3 = Color3.new(1, 1, 1)
  53. OBOI.BorderColor3 = Color3.new(0.207843, 0.109804, 0.109804)
  54. OBOI.BorderSizePixel = 2
  55. OBOI.Position = UDim2.new(0, 0, 0.931818187, 0)
  56. OBOI.Size = UDim2.new(0, 106, 0, 36)
  57. OBOI.Font = Enum.Font.SourceSans
  58. OBOI.Text = "o boi!"
  59. OBOI.TextColor3 = Color3.new(0, 0, 0)
  60. OBOI.TextScaled = true
  61. OBOI.TextSize = 14
  62. OBOI.TextWrapped = true
  63. OBOI.MouseButton1Click:Connect(function()
  64. ohboy = Instance.new("Sound",char.Head)
  65. ohboy.Parent = char.Head
  66. ohboy.SoundId = "rbxassetid://390901873"
  67. ohboy.Playing = true
  68. ohboy.MaxDistance = 100
  69. ohboy.EmitterSize = 25
  70. wait(1.25299999999999999999999999999)
  71. ohboy:Destroy()
  72. end)
  73.  
  74. itstimetostop = Instance.new("TextButton")
  75. itstimetostop.Name = "itstimetostop"
  76. itstimetostop.Parent = ScreenGui
  77. itstimetostop.BackgroundColor3 = Color3.new(1, 1, 1)
  78. itstimetostop.BorderColor3 = Color3.new(0.207843, 0.109804, 0.109804)
  79. itstimetostop.BorderSizePixel = 2
  80. itstimetostop.Position = UDim2.new(0, 0, 0.806818187, 0)
  81. itstimetostop.Size = UDim2.new(0, 106, 0, 36)
  82. itstimetostop.Font = Enum.Font.SourceSans
  83. itstimetostop.Text = "sword"
  84. itstimetostop.TextColor3 = Color3.new(0, 0, 0)
  85. itstimetostop.TextScaled = true
  86. itstimetostop.TextSize = 14
  87. itstimetostop.TextWrapped = true
  88. itstimetostop.MouseButton1Click:Connect(function()
  89. yee = Instance.new("Sound",char.Head)
  90. yee.Parent = char.Head
  91. yee.SoundId = "rbxassetid://195587721"
  92. yee.Playing = true
  93. yee.MaxDistance = 100
  94. yee.EmitterSize = 25
  95. wait(1.25299999999999999999999999999)
  96. ohboy:Destroy()
  97. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement