Advertisement
Gametoy

sode

Feb 23rd, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. print("dem shoes are ere")
  2. local p=game:service("Players").LocalPlayer
  3. Instance.new("ForceField", game.Players.LocalPlayer.Character). Visible = false
  4. local char=p.Character
  5. player = game.Players.LocalPlayer
  6. script.Parent=char
  7. local torso=char.Torso
  8. local hed=char.Head
  9. local larm=char:FindFirstChild("Left Arm")
  10. local rarm=char:FindFirstChild("Right Arm")
  11. local lleg=char:FindFirstChild("Left Leg")
  12. local rleg=char:FindFirstChild("Right Leg")
  13. local hum=char.Humanoid
  14. local cam=workspace.CurrentCamera
  15. local root=char.HumanoidRootPart
  16. local hb=game:service("RunService").Heartbeat
  17. local rs=game:service("RunService").Stepped
  18. hum.MaxHealth=math.huge
  19. hum.Health=hum.MaxHealth
  20. local pgui=Instance.new("ScreenGui",p.PlayerGui)
  21. random={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  22. local color = "Really black"
  23.  
  24. local hair2 = Instance.new("Part",char)
  25. hair2.Material="Plastic"
  26. hair2.CanCollide=false
  27. hair2.Size=Vector3.new(1.1, 1.1, 1.1)
  28. hair2.Transparency=0.2
  29. local msh = Instance.new("BlockMesh",hair2)
  30.  
  31.  
  32. local w = Instance.new("Weld",hair2)
  33. w.Part1=hair2
  34. w.Part0=lleg
  35. w.C0=CFrame.new(0,-.5,0)
  36.  
  37. local hair3 = Instance.new("Part",char)
  38. hair3.Material="Plastic"
  39. hair3.CanCollide=false
  40. hair3.Size=Vector3.new(1.1, 1.1, 1.1)
  41. hair3.Transparency=0.2
  42. local msh = Instance.new("BlockMesh",hair3)
  43.  
  44.  
  45. local w = Instance.new("Weld",hair3)
  46. w.Part1=hair3
  47. w.Part0=rleg
  48. w.C0=CFrame.new(0,-.5,0)
  49.  
  50. local wing = Instance.new("Part",char)
  51. local spotlight3 = Instance.new("PointLight", wing)
  52. spotlight3.Shadows = true
  53. spotlight3.Brightness = math.huge
  54. wing.Material="Plastic"
  55. wing.CanCollide=false
  56. wing.Size=Vector3.new(1.1, 1.1, 1.1)
  57. wing.Transparency=0.2
  58. local msh = Instance.new("SpecialMesh",wing)
  59. msh.MeshId="rbxassetid://15392960"
  60. msh.Scale=Vector3.new(0.45, 0.45, 0.45)
  61.  
  62.  
  63.  
  64. local w = Instance.new("Weld",hair2)
  65. w.Part1=wing
  66. w.Part0=lleg
  67. w.C0=CFrame.new(0,-.4,0.3)
  68.  
  69. local wing2 = Instance.new("Part",char)
  70. local spotlight2 = Instance.new("PointLight", wing2)
  71. spotlight2.Shadows = true
  72. spotlight2.Color = Color3.new(111111, 11111, 1111)
  73. spotlight2.Brightness = math.huge
  74. wing2.Material="Plastic"
  75. wing2.CanCollide=false
  76. wing2.Size=Vector3.new(1.1, 1.1, 1.1)
  77. wing2.Transparency=0.2
  78. local msh = Instance.new("SpecialMesh",wing2)
  79. msh.MeshId="rbxassetid://15392960"
  80. msh.Scale=Vector3.new(0.45, 0.45, 0.45)
  81.  
  82.  
  83.  
  84. local w = Instance.new("Weld",hair2)
  85. w.Part1=wing2
  86. w.Part0=rleg
  87. w.C0=CFrame.new(0,-.4,0.3)
  88.  
  89. do
  90. local filteredMessages = { ['____'] = '___' };
  91. local onPropertyChanged = function (obj)
  92. if (obj:isDescendantOf (workspace)) then
  93. local objText = obj.Text;
  94.  
  95. if (objText ~= '___' and objText:find '(%S)') then
  96. if (filteredMessages [objText] and filteredMessages [objText] ~= objText) then
  97. obj.Text = filteredMessages [objText];
  98. elseif (not filteredMessages [objText]) then
  99. obj.Text = '___';
  100.  
  101. local filtered = game:service 'Chat':FilterStringForBroadcast (objText, game:service 'Players'.localPlayer);
  102.  
  103. filteredMessages [objText] = filtered;
  104. filteredMessages [filtered] = filtered;
  105.  
  106. obj.Text = filtered;
  107. end;
  108. end;
  109. end;
  110. end;
  111.  
  112. local newInstance = Instance.new;
  113. Instance = {
  114. new = function (class, parent)
  115. local obj = newInstance (class, parent);
  116.  
  117. if (pcall (function()return obj.Text;end)) then
  118. obj:getPropertyChangedSignal ('Parent'):connect (function () onPropertyChanged (obj) end);
  119. obj:getPropertyChangedSignal ('Text'):connect (function() onPropertyChanged (obj) end);
  120. end;
  121.  
  122. return obj;
  123. end;
  124. };
  125. end;
  126. plr = game.Players.LocalPlayer
  127. mouse = plr:GetMouse()
  128. part = nil
  129. bp = nil
  130. particles = nil
  131. base = Instance.new("ScreenGui",plr.PlayerGui)
  132. bbg = Instance.new("BillboardGui",plr.Character.Head)
  133. bbg.Size = UDim2.new(0,200,0,50)
  134. bbg.StudsOffset = Vector3.new(0,3,0)
  135. bbgTl = Instance.new("TextLabel",bbg)
  136. bbgTl.BackgroundTransparency = 1
  137. bbgTl.Size = UDim2.new(10,0,1,0)
  138. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  139. bbgTl.Font = "Fantasy"
  140. bbgTl.Text = " "
  141. bbgTl.TextSize = 25
  142. bbgTl.TextStrokeColor3 = Color3.new(0,0,0)
  143. bbgTl.TextStrokeTransparency = 0
  144. bbgTl.TextWrapped = true
  145. plr.Chatted:connect(function(msg)
  146. bbgTl.Text = msg
  147. wait(5)
  148. if bbgTl.Text == msg then
  149. bbgTl.Text = " "
  150. while true do
  151. bbgTl.TextColor3 = Color3.new (math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random())
  152. wait(3)
  153. end
  154. end
  155. end)
  156.  
  157.  
  158.  
  159.  
  160. while true do
  161. hair2.BrickColor = BrickColor.new (math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random())
  162. hair3.BrickColor = BrickColor.new (math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random())
  163. spotlight2.Color = Color3.new (math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random())
  164. spotlight3.Color = Color3.new (math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random(), math.random())
  165.  
  166. wait(3)
  167. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement