Advertisement
ManlyMemeScripter

Untitled

Mar 2nd, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. --This is a localscript; you will need to have access to using scripts wherever you want this
  2. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  3.  
  4. hum.WalkSpeed = 130;
  5.  
  6. -- Objects
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  14.  
  15. TextButton.Parent = ScreenGui
  16. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  17. TextButton.Size = UDim2.new(0, 150, 0, 50)
  18. TextButton.Font = Enum.Font.SourceSans
  19. TextButton.FontSize = Enum.FontSize.Size14
  20. TextButton.Text = "ITS WEEGEE"
  21. TextButton.TextSize = 14
  22.  
  23. --[[Function/s being made!]]
  24. function PlayMusic(ID)
  25. for i, v in pairs (game.Workspace:GetChildren()) do
  26. if v:IsA("Sound") then
  27. end
  28. end
  29. local music = Instance.new("Sound")
  30. local asset = "rbxassetid://"
  31. music.SoundId = asset .. ID
  32. music.Parent = workspace
  33. music.Volume = 99
  34. music.Looped = false
  35. music:Play()
  36. wait(4)
  37. music.Pitch=99
  38. end
  39. --[[Connecting functions!]]
  40. TextButton.MouseButton1Down:connect(function()
  41. PlayMusic(203362497)
  42. end)
  43.  
  44. -- Objects
  45.  
  46. local ScreenGui = Instance.new("ScreenGui")
  47. local TextButton = Instance.new("TextButton")
  48.  
  49. -- Properties
  50.  
  51. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  52.  
  53. TextButton.Parent = ScreenGui
  54. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  55. TextButton.Size = UDim2.new(0, 100, 0, 50)
  56. TextButton.Font = Enum.Font.SourceSans
  57. TextButton.FontSize = Enum.FontSize.Size14
  58. TextButton.Text = "Hello SB admin viewing my words"
  59. TextButton.TextSize = 14
  60.  
  61. --[[Function/s being made!]]
  62. function PlayMusic(ID)
  63. for i, v in pairs (game.Workspace:GetChildren()) do
  64. if v:IsA("Sound") then
  65. end
  66. end
  67. local music = Instance.new("Sound")
  68. local asset = "rbxassetid://"
  69. music.SoundId = asset .. ID
  70. music.Parent = workspace
  71. music.Volume = 99
  72. music.Looped = false
  73. music:Play()
  74. end
  75. --[[Connecting functions!]]
  76. TextButton.MouseButton1Down:connect(function()
  77. PlayMusic(131679787)
  78. end)
  79.  
  80. --By Memes &===D-___———-
  81. plr = game.Players.LocalPlayer.Character
  82. sauce = Instance.new("Sound", plr.Head)
  83. sauce.SoundId = "http://roblox.com/asset?id=0"
  84. sauce.Volume = 5347
  85. sauce:Play()
  86. sauce.Looped = true
  87. wait(0.3)
  88. part = Instance.new("Part", plr)
  89. part.Size = Vector3.new(5,6,0.5)
  90. weld = Instance.new("Weld", part)
  91. weld.Part0 = plr.Torso
  92. weld.Part1 = part
  93. part.Transparency = 1
  94. dec1 = Instance.new("Decal")
  95. dec1.Parent = part
  96. dec1.Texture = "http://www.roblox.com/asset/?id=91468004"
  97. dec1.Transparency = 1
  98. dec = Instance.new("Decal")
  99. dec.Parent = part
  100. dec.Texture = "http://www.roblox.com/asset/?id=91468004"
  101. dec.Face = "Front"
  102. plr.Torso.Transparency = 1
  103. plr["Left Arm"].Transparency = 1
  104. plr["Right Arm"].Transparency = 1
  105. plr["Left Leg"].Transparency = 1
  106. plr["Right Leg"].Transparency = 1
  107. plr.Head.Transparency = 1
  108. wait()
  109. plr.Head.face.Transparency = 1
  110. while true do
  111. wait(0.01)
  112. dec1.Transparency = 1
  113. dec.Transparency = 0
  114. wait(0.01)
  115. dec1.Transparency = 0
  116. dec.Transparency = 1
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement