Advertisement
okban

uganda

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