Advertisement
okban

test2

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