Advertisement
okban

you like jazz

Feb 16th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. -- unganda shall not fall
  2. --[[
  3. Uganda knuckles
  4. By: KYLETHORNTON
  5.  
  6. --]]
  7.  
  8. local p = game.Players.LocalPlayer.Character
  9. local weld = Instance.new("Weld",p.Torso)
  10. weld.Part0 = p.Torso
  11.  
  12. local train = Instance.new("Part",p.Torso)
  13. train.Orientation = Vector3.new(0, -100, 0)
  14. train.Anchored = true
  15. train.CanCollide = false
  16. train.Size = Vector3.new(1,1,1)
  17. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  18. weld.Part1 = train
  19. weld.C1 = CFrame.new(0,-1.1,0) * CFrame.Angles(0,math.rad(-360),0)
  20. train.Anchored = false
  21. local TrainMesh = Instance.new("SpecialMesh",train)
  22. TrainMesh.MeshType = Enum.MeshType.FileMesh
  23. TrainMesh.Scale = Vector3.new(1, 1, 1)
  24. TrainMesh.MeshId = "rbxassetid://913392877"
  25. TrainMesh.TextureId = "rbxassetid://913395808"
  26.  
  27.  
  28. local Particle = Instance.new("ParticleEmitter",Smoke)
  29. Particle.Rate = 50;
  30. Particle.Speed = NumberRange.new(30,60);
  31. Particle.VelocitySpread = 4;
  32. Particle.Texture = "rbxassetid://0"
  33.  
  34. local Light = Instance.new("SpotLight",train)
  35. Light.Angle = 45;
  36. Light.Brightness = 0;
  37. Light.Face = Enum.NormalId.Back;
  38. Light.Range = 30;
  39.  
  40. p.Humanoid.WalkSpeed = 60;
  41.  
  42.  
  43. for i,v in pairs(p:GetChildren()) do
  44. if v:IsA("Part") then
  45. v.Transparency = 1;
  46. elseif v:IsA("Hat") then
  47. v:Destroy()
  48. elseif v:IsA("Model") then
  49. v:Destroy()
  50. end
  51. end
  52.  
  53. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  54. train.Touched:connect(function(p)
  55. if p.Parent then
  56. if p.Parent:IsA("Model") then
  57. if game.Players:FindFirstChild(p.Parent.Name) then
  58. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  59. local Whistle = SFX(0)
  60. Whistle:Play()
  61. end
  62. end
  63. end
  64. end
  65. end)
  66.  
  67. local Music = SFX(0)
  68. Music.Looped = true;
  69. wait(0)
  70. Music:Play();
  71. -- ~CL 2016
  72. wait(0.1)
  73. local Player = game.Players.localPlayer
  74. local Character = Player.Character
  75. local Humanoid = Character.Humanoid
  76. local Mouse = Player:GetMouse()
  77. local LeftArm = Character["Left Arm"]
  78. local RightArm = Character["Right Arm"]
  79. local LeftLeg = Character["Left Leg"]
  80. local RightLeg = Character["Right Leg"]
  81. local Head = Character.Head
  82. local Torso = Character.Torso
  83. local Camera = game.Workspace.CurrentCamera
  84. local RootPart = Character.HumanoidRootPart
  85. local RootJoint = RootPart.RootJoint
  86. local attack = false
  87. local Anim = 'Idle'
  88. local attacktype = 1
  89. local delays = false
  90. local play = true
  91. local targetted = nil
  92. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  93. local velocity = RootPart.Velocity.y
  94. local sine = 0
  95. local change = 1
  96. local doe = 0
  97. local Create = LoadLibrary("RbxUtility").Create
  98. Humanoid.WalkSpeed = 60
  99.  
  100. local Orin = "rbxassetid://0"
  101. Head.face.Texture = Orin
  102. spawn(function()
  103. while wait() do
  104. Head.BrickColor = BrickColor.new("Bright yellow")
  105. RightArm.BrickColor = BrickColor.new("Bright yellow")
  106. LeftArm.BrickColor = BrickColor.new("Bright yellow")
  107. Torso.BrickColor = BrickColor.new("Bright blue")
  108. RightLeg.BrickColor = BrickColor.new("Br. yellowish green")
  109. LeftLeg.BrickColor = BrickColor.new("Br. yellowish green")
  110. end
  111. end)
  112. for i,v in pairs(Character:children()) do
  113. if v:IsA("Hat") then
  114. v:Destroy()
  115. end
  116. end
  117. for i,v in pairs(Character:children()) do
  118. if v:IsA("Accessory") then
  119. v:Destroy()
  120. end
  121. end
  122. for i,v in pairs(Character:children()) do
  123. if v:IsA("Hair") then
  124. v:Destroy()
  125. end
  126. end
  127. for i,v in pairs(Character:children()) do
  128. if v:IsA("Shirt") then
  129. v:Destroy()
  130. end
  131. end
  132. for i,v in pairs(Character:children()) do
  133. if v:IsA("Pants") then
  134. v:Destroy()
  135. end
  136. end
  137. for i,v in pairs(Character:children()) do
  138. if v:IsA("Graphic Shirt") then
  139. v:Destroy()
  140. end
  141. end
  142. wait(0.1)
  143. function sandbox(var,func)
  144. local env = getfenv(func)
  145. local newenv = setmetatable({},{
  146. __index = function(self,k)
  147. if k=="script" then
  148. return var
  149. else
  150. return env[k]
  151. end
  152. end,
  153. })
  154. setfenv(func,newenv)
  155. return func
  156. end
  157. cors = {}
  158. mas = Instance.new("Model",game:GetService("Lighting"))
  159. ForceField0 = Instance.new("ForceField")
  160. ForceField1 = Instance.new("ForceField")
  161. ForceField2 = Instance.new("ForceField")
  162. ForceField3 = Instance.new("ForceField")
  163. ForceField0.Parent = mas
  164. ForceField0.Visible = false
  165. ForceField1.Parent = mas
  166. ForceField1.Visible = false
  167. ForceField2.Parent = mas
  168. ForceField2.Visible = false
  169. ForceField3.Parent = mas
  170. ForceField3.Visible = false
  171. Script0 = Instance.new("Script")
  172. Sound1 = Instance.new("Sound")
  173. Sound2 = Instance.new("Sound")
  174. Sound3 = Instance.new("Sound")
  175. Sound4 = Instance.new("Sound")
  176. Sound5 = Instance.new("Sound")
  177. Script0.Name = "sound's"
  178. Script0.Parent = mas
  179. table.insert(cors,sandbox(Script0,function()
  180. --Uganda sound--
  181.  
  182. function onKeyPress(inputObject, gameProcessedEvent)
  183. if inputObject.KeyCode == Enum.KeyCode.F10 then
  184. script.Sound:Play()
  185. end
  186. end
  187. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  188.  
  189. function onKeyPress(inputObject, gameProcessedEvent)
  190. if inputObject.KeyCode == Enum.KeyCode.F1 then
  191. script.Sound2:Play()
  192. end
  193. end
  194. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  195.  
  196. function onKeyPress(inputObject, gameProcessedEvent)
  197. if inputObject.KeyCode == Enum.KeyCode.F1 then
  198. script.Sound3:Play()
  199. end
  200. end
  201. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  202.  
  203. function onKeyPress(inputObject, gameProcessedEvent)
  204. if inputObject.KeyCode == Enum.KeyCode.F1 then
  205. script.Sound4:Play()
  206. end
  207. end
  208. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  209.  
  210. function onKeyPress(inputObject, gameProcessedEvent)
  211. if inputObject.KeyCode == Enum.KeyCode.F1 then
  212. script.Sound5:Play()
  213. end
  214. end
  215. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  216. end))
  217. Sound1.Parent = Script0
  218. Sound1.SoundId = "rbxassetid://605460035"
  219. Sound1.Volume = 10
  220. Sound2.Name = "Sound2"
  221. Sound2.Parent = Script0
  222. Sound2.SoundId = "rbxassetid://1295525558"
  223. Sound2.Volume = 10
  224. Sound3.Name = "Sound3"
  225. Sound3.Parent = Script0
  226. Sound3.SoundId = "rbxassetid://1322795266"
  227. Sound3.Volume = 10
  228. Sound4.Name = "Sound4"
  229. Sound4.Parent = Script0
  230. Sound4.SoundId = "rbxassetid://1311432465"
  231. Sound4.Volume = 10
  232. Sound5.Name = "Sound5"
  233. Sound5.Parent = Script0
  234. Sound5.SoundId = "rbxassetid://1316278479"
  235. Sound5.Volume = 10
  236. for i,v in pairs(mas:GetChildren()) do
  237. v.Parent = game:GetService("Players").LocalPlayer.Character
  238. pcall(function() v:MakeJoints() end)
  239. end
  240. mas:Destroy()
  241. for i,v in pairs(cors) do
  242. spawn(function()
  243. pcall(v)
  244. end)
  245. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement