Advertisement
okban

lucoa

Feb 25th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.72 KB | None | 0 0
  1. -- FOR MOTHER RUSSIA
  2. --[[
  3. Russian knuckles
  4. By: KYLETHORNTON
  5.  
  6. --]]
  7.  
  8. local p = game.Players.LocalPlayer.Character
  9. local weld = Instance.new("Weld",p.Head)
  10. weld.Part0 = p.Head
  11.  
  12.  
  13. --[[head]]------------------------------------------------
  14. local Uganda = Instance.new("Part",p.Head)
  15. Uganda.Orientation = Vector3.new(0, -100, 0)
  16. Uganda.Anchored = false
  17. Uganda.CanCollide = false
  18. Uganda.BrickColor = BrickColor.new("Pastel brown")
  19. Uganda.Size = Vector3.new(1,1,1)
  20. Uganda.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  21. weld.Part1 = Uganda
  22. weld.C1 = CFrame.new(0,-0.4,0.14) * CFrame.Angles(0,math.rad(-360),0)
  23. Uganda.Anchored = false
  24. local UgandaMesh = Instance.new("SpecialMesh",Uganda)
  25. UgandaMesh.MeshType = Enum.MeshType.FileMesh
  26. UgandaMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  27. UgandaMesh.MeshId = "rbxassetid://1371195851"
  28. UgandaMesh.TextureId = ""
  29. ---------------------------------------------------------------------------
  30.  
  31. --[[hair]]------------------------------------------------
  32. local weld2 = Instance.new("Weld",p.Head)
  33. weld2.Part0 = p.Head
  34. local Knuckles = Instance.new("Part",p.Head)
  35. Knuckles.Orientation = Vector3.new(0, -100, 0)
  36. Knuckles.Anchored = false
  37. Knuckles.CanCollide = false
  38. Knuckles.Size = Vector3.new(1,1,1)
  39. Knuckles.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  40. weld2.Part1 = Knuckles
  41. weld2.C1 = CFrame.new(0,0.1,0.64)-- * CFrame.Angles(0,math.rad(180),0)
  42. Knuckles.Anchored = false
  43. local KnucklesMesh = Instance.new("SpecialMesh",Knuckles)
  44. KnucklesMesh.MeshType = Enum.MeshType.FileMesh
  45. KnucklesMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  46. KnucklesMesh.MeshId = "rbxassetid://1371205573"
  47. KnucklesMesh.TextureId = "rbxassetid://1371206182"
  48. ---------------------------------------------------------------------------
  49. --[[hair2]]-----------------------------------------------------------------
  50. local weld3 = Instance.new("Weld",p.Head)
  51. weld3.Part0 = p.Head
  52. local Flag = Instance.new("Part",p.Head)
  53. Flag.Orientation = Vector3.new(0, 50, 0)
  54. Flag.Anchored = false
  55. Flag.CanCollide = false
  56. Flag.Size = Vector3.new(1,1,1)
  57. Flag.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  58. weld3.Part1 = Flag
  59. weld3.C1 = CFrame.new(-0.8,1.45,-0.53)-- * CFrame.Angles(0,math.rad(180),0)
  60. Flag.Anchored = false
  61. local FlagMesh = Instance.new("SpecialMesh",Flag)
  62. FlagMesh.MeshType = Enum.MeshType.FileMesh
  63. FlagMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  64. FlagMesh.MeshId = "rbxassetid://1371212932"
  65. FlagMesh.TextureId = "rbxassetid://1371206182"
  66. ---------------------------------------------------------------------------
  67. --[[hair3]]-----------------------------------------------------------------
  68. local weld4 = Instance.new("Weld",p.Head)
  69. weld4.Part0 = p.Head
  70. local Pole = Instance.new("Part",p.Head)
  71. Pole.Orientation = Vector3.new(0, 50, 0)
  72. Pole.Anchored = false
  73. Pole.CanCollide = false
  74. Pole.Size = Vector3.new(1,1,1)
  75. Pole.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  76. weld4.Part1 = Pole
  77. weld4.C1 = CFrame.new(0.79,1.45,-0.59)-- * CFrame.Angles(0,math.rad(180),0)
  78. Pole.Anchored = false
  79. local PoleMesh = Instance.new("SpecialMesh",Pole)
  80. PoleMesh.MeshType = Enum.MeshType.FileMesh
  81. PoleMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  82. PoleMesh.MeshId = "rbxassetid://1371212521"
  83. PoleMesh.TextureId = "rbxassetid://1371206182"
  84. ---------------------------------------------------------------------------
  85. --[[horn]]-----------------------------------------------------------------
  86. local weld5 = Instance.new("Weld",p.Head)
  87. weld5.Part0 = p.Head
  88. local Sombrero = Instance.new("Part",p.Head)
  89. Sombrero.Orientation = Vector3.new(0, 50, 0)
  90. Sombrero.Anchored = false
  91. Sombrero.CanCollide = false
  92. Sombrero.Size = Vector3.new(1,1,1)
  93. Sombrero.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  94. weld5.Part1 = Sombrero
  95. weld5.C1 = CFrame.new(0,-1.4,0.1)-- * CFrame.Angles(0,math.rad(180),0)
  96. Sombrero.Anchored = false
  97. local SombreroMesh = Instance.new("SpecialMesh",Sombrero)
  98. SombreroMesh.MeshType = Enum.MeshType.FileMesh
  99. SombreroMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  100. SombreroMesh.MeshId = "rbxassetid://1371222538"
  101. SombreroMesh.TextureId = "rbxassetid://1371206182"
  102. ---------------------------------------------------------------------------
  103. --[[this was supposed to be a bottle but im to lazy to find a mesh so it's a taco now]]--
  104. --[[neck]]-----------------------------------------------------------------
  105. local weld6 = Instance.new("Weld",p.Head)
  106. weld6.Part0 = p.Head
  107. local Bottle1 = Instance.new("Part",p.Head)
  108. Bottle1.Anchored = false
  109. Bottle1.CanCollide = false
  110. Bottle1.BrickColor = BrickColor.new("Pastel brown")
  111. Bottle1.Size = Vector3.new(1,1,1)
  112. Bottle1.Material = ("Neon")
  113. Bottle1.Orientation = Vector3.new(0, 90, 90)
  114. Bottle1.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  115. weld6.Part1 = Bottle1
  116. weld6.C1 = CFrame.new(0,0.58,0.1)-- * CFrame.Angles(0,math.rad(180),0)
  117. Bottle1.Anchored = false
  118. local Bottle1Mesh = Instance.new("SpecialMesh",Bottle1)
  119. Bottle1Mesh.MeshType = Enum.MeshType.FileMesh
  120. Bottle1Mesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  121. Bottle1Mesh.MeshId = "rbxassetid://1371238055"
  122. Bottle1Mesh.TextureId = ""
  123. ---------------------------------------------------------------------------
  124. --[[something]]-----------------------------------------------------------------
  125. local weld8 = Instance.new("Weld",p.Head)
  126. weld8.Part0 = p.Head
  127. local Tank = Instance.new("Part",p.Head)
  128. Tank.Anchored = false
  129. Tank.CanCollide = false
  130. Tank.BrickColor = BrickColor.new("Pastel brown")
  131. Tank.Size = Vector3.new(1,1,1)
  132. Tank.Material = ("Neon")
  133. Tank.Orientation = Vector3.new(0, 90, 90)
  134. Tank.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  135. weld8.Part1 = Tank
  136. weld8.C1 = CFrame.new(0,1.87,-0.55)-- * CFrame.Angles(0,math.rad(180),0)
  137. Tank.Anchored = false
  138. local TankMesh = Instance.new("SpecialMesh",Tank)
  139. TankMesh.MeshType = Enum.MeshType.FileMesh
  140. TankMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  141. TankMesh.MeshId = "rbxassetid://1371214423"
  142. TankMesh.TextureId = "rbxassetid://1371206182"
  143. ---------------------------------------------------------------------------
  144. --[[eyes]]-----------------------------------------------------------------
  145. local weld9 = Instance.new("Weld",p.Head)
  146. weld9.Part0 = p.Head
  147. local TankBody = Instance.new("Part",p.Head)
  148. TankBody.Anchored = false
  149. TankBody.CanCollide = false
  150. TankBody.BrickColor = BrickColor.new("Pastel brown")
  151. TankBody.Material = ("Neon")
  152. TankBody.Size = Vector3.new(1,1,1)
  153. TankBody.Orientation = Vector3.new(0, 90, 90)
  154. TankBody.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  155. weld9.Part1 = TankBody
  156. weld9.C1 = CFrame.new(0,-0.22,0.70)-- * CFrame.Angles(0,math.rad(180),0)
  157. TankBody.Anchored = false
  158. local TankBodyMesh = Instance.new("SpecialMesh",TankBody)
  159. TankBodyMesh.MeshType = Enum.MeshType.FileMesh
  160. TankBodyMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  161. TankBodyMesh.MeshId = "rbxassetid://1371229289"
  162. TankBodyMesh.TextureId = "rbxassetid://1371248620"
  163. ---------------------------------------------------------------------------
  164. --[[eyelide2]]-----------------------------------------------------------------
  165. local weld10 = Instance.new("Weld",p.Head)
  166. weld10.Part0 = p.Head
  167. local Body = Instance.new("Part",p.Head)
  168. Body.Anchored = false
  169. Body.CanCollide = false
  170. Body.BrickColor = BrickColor.new("Pastel brown")
  171. Body.Size = Vector3.new(1,1,1)
  172. Body.Material = ("Neon")
  173. Body.Orientation = Vector3.new(0, 90, 90)
  174. Body.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  175. weld10.Part1 = Body
  176. weld10.C1 = CFrame.new(0,-0.1,0.75)-- * CFrame.Angles(0,math.rad(180),0)
  177. Body.Anchored = false
  178. local BodyMesh = Instance.new("SpecialMesh",Body)
  179. BodyMesh.MeshType = Enum.MeshType.FileMesh
  180. BodyMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  181. BodyMesh.MeshId = ""
  182. BodyMesh.TextureId = "rbxassetid://1367912864"
  183. ---------------------------------------------------------------------------
  184. --[[eyelide]]-----------------------------------------------------------------
  185. local weld11 = Instance.new("Weld",p.Head)
  186. weld11.Part0 = p.Head
  187. local eyelide = Instance.new("Part",p.Head)
  188. eyelide.Anchored = false
  189. eyelide.CanCollide = false
  190. eyelide.BrickColor = BrickColor.new("Pastel brown")
  191. eyelide.Size = Vector3.new(1,1,1)
  192. eyelide.Material = ("Neon")
  193. eyelide.Orientation = Vector3.new(0, 90, 90)
  194. eyelide.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  195. weld11.Part1 = eyelide
  196. weld11.C1 = CFrame.new(0,-0.5,0.79)-- * CFrame.Angles(0,math.rad(180),0)
  197. Body.Anchored = false
  198. local eyelideMesh = Instance.new("SpecialMesh",eyelide)
  199. eyelideMesh.MeshType = Enum.MeshType.FileMesh
  200. eyelideMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  201. eyelideMesh.MeshId = "rbxassetid://1371232974"
  202. eyelideMesh.TextureId = "rbxassetid://1371248620"
  203. ---------------------------------------------------------------------------
  204. --[[ears]]-----------------------------------------------------------------
  205. local weld13 = Instance.new("Weld",p.Head)
  206. weld13.Part0 = p.Head
  207. local ears = Instance.new("Part",p.Head)
  208. ears.Anchored = false
  209. ears.CanCollide = false
  210. ears.BrickColor = BrickColor.new("Pastel brown")
  211. ears.Size = Vector3.new(1,1,1)
  212. ears.Material = ("Neon")
  213. ears.Orientation = Vector3.new(0, 90, 90)
  214. ears.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  215. weld13.Part1 = ears
  216. weld13.C1 = CFrame.new(0,0,-0.01)-- * CFrame.Angles(0,math.rad(180),0)
  217. Body.Anchored = false
  218. local earsMesh = Instance.new("SpecialMesh",ears)
  219. earsMesh.MeshType = Enum.MeshType.FileMesh
  220. earsMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  221. earsMesh.MeshId = "rbxassetid://1371240920"
  222. earsMesh.TextureId = ""
  223. ---------------------------------------------------------------------------
  224. --[[thing]]-----------------------------------------------------------------
  225. local weld15 = Instance.new("Weld",p.Head)
  226. weld15.Part0 = p.Head
  227. local thing = Instance.new("Part",p.Head)
  228. thing.Anchored = false
  229. thing.CanCollide = false
  230. thing.BrickColor = BrickColor.new("Pastel brown")
  231. thing.Size = Vector3.new(1,1,1)
  232. thing.Material = ("Neon")
  233. thing.Orientation = Vector3.new(0, 90, 90)
  234. thing.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  235. weld15.Part1 = thing
  236. weld15.C1 = CFrame.new(0,-1.2,0.30)-- * CFrame.Angles(0,math.rad(180),0)
  237. Body.Anchored = false
  238. local thingMesh = Instance.new("SpecialMesh",thing)
  239. thingMesh.MeshType = Enum.MeshType.FileMesh
  240. thingMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  241. thingMesh.MeshId = "rbxassetid://1371222153"
  242. thingMesh.TextureId = "rbxassetid://1371224806"
  243. ---------------------------------------------------------------------------
  244. --[[tail]]-----------------------------------------------------------------
  245. local weld14 = Instance.new("Weld",p.Torso)
  246. weld14.Part0 = p.Torso
  247. local tail = Instance.new("Part",p.Torso)
  248. tail.Anchored = false
  249. tail.CanCollide = false
  250. tail.BrickColor = BrickColor.new("Camo")
  251. tail.Size = Vector3.new(1,1,1)
  252. tail.Material = ("Neon")
  253. tail.Orientation = Vector3.new(0, 90, 90)
  254. tail.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  255. weld14.Part1 = tail
  256. weld14.C1 = CFrame.new(-0.3,-2.25,0.63)-- * CFrame.Angles(0,math.rad(180),0)
  257. tail.Anchored = false
  258. local tailMesh = Instance.new("SpecialMesh",tail)
  259. tailMesh.MeshType = Enum.MeshType.FileMesh
  260. tailMesh.Scale = Vector3.new(0.006, 0.006, 0.006)
  261. tailMesh.MeshId = "rbxassetid://1371219837"
  262. tailMesh.TextureId = "rbxassetid://1371206182"
  263. ---------------------------------------------------------------------------
  264.  
  265.  
  266. --[[WalkSpeed Setting's]]--
  267. p.Humanoid.WalkSpeed = 10;
  268. ---------------------------
  269.  
  270. --[[Remove's Hat And EveryThing Else]]--
  271. for i,v in pairs(p:GetChildren()) do
  272. if v:IsA("Hat") then
  273. v:Destroy()
  274. elseif v:IsA("Model") then
  275. v:Destroy()
  276. end
  277. end
  278. ------------------------------------------
  279.  
  280. wait(0.2)
  281. --[[BackUp]]-------------------------------------------------------------------------------------------------------
  282. wait(0.1)
  283. local Player = game.Players.localPlayer
  284. local Character = Player.Character
  285. local Humanoid = Character.Humanoid
  286. local Mouse = Player:GetMouse()
  287. local LeftArm = Character["Left Arm"]
  288. local RightArm = Character["Right Arm"]
  289. local LeftLeg = Character["Left Leg"]
  290. local RightLeg = Character["Right Leg"]
  291. local Head = Character.Head
  292. local Torso = Character.Torso
  293. local Camera = game.Workspace.CurrentCamera
  294. local RootPart = Character.HumanoidRootPart
  295. local RootJoint = RootPart.RootJoint
  296. local attack = false
  297. local Anim = 'Idle'
  298. local attacktype = 1
  299. local delays = false
  300. local play = true
  301. local targetted = nil
  302. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  303. local velocity = RootPart.Velocity.y
  304. local sine = 0
  305. local change = 1
  306. local doe = 0
  307. local Create = LoadLibrary("RbxUtility").Create
  308. Humanoid.WalkSpeed = 16
  309.  
  310. local Orin = "rbxassetid://0"
  311. Head.face.Texture = Orin
  312. local Orin2 = "1"
  313. Head.Transparency = Orin2
  314. spawn(function()
  315. while wait() do
  316.  
  317. end
  318. end)
  319. for i,v in pairs(Character:children()) do
  320. if v:IsA("Hat") then
  321. v:Destroy()
  322. end
  323. end
  324. for i,v in pairs(Character:children()) do
  325. if v:IsA("Accessory") then
  326. v:Destroy()
  327. end
  328. end
  329. for i,v in pairs(Character:children()) do
  330. if v:IsA("Hair") then
  331. v:Destroy()
  332. end
  333. end
  334. for i,v in pairs(Character:children()) do
  335. if v:IsA("Graphic Shirt") then
  336. v:Destroy()
  337. end
  338. end
  339.  
  340.  
  341. ------------------------------------------------------------------------------------------------------------------
  342. wait(0.1)
  343. function sandbox(var,func)
  344. local env = getfenv(func)
  345. local newenv = setmetatable({},{
  346. __index = function(self,k)
  347. if k=="script" then
  348. return var
  349. else
  350. return env[k]
  351. end
  352. end,
  353. })
  354. setfenv(func,newenv)
  355. return func
  356. end
  357. cors = {}
  358. mas = Instance.new("Model",game:GetService("Lighting"))
  359. ForceField0 = Instance.new("ForceField")
  360. ForceField1 = Instance.new("ForceField")
  361. ForceField2 = Instance.new("ForceField")
  362. ForceField3 = Instance.new("ForceField")
  363. ForceField0.Parent = mas
  364. ForceField0.Visible = false
  365. ForceField1.Parent = mas
  366. ForceField1.Visible = false
  367. ForceField2.Parent = mas
  368. ForceField2.Visible = false
  369. ForceField3.Parent = mas
  370. ForceField3.Visible = false
  371. Script0 = Instance.new("Script")
  372. Sound1 = Instance.new("Sound")
  373. Sound2 = Instance.new("Sound")
  374. Sound3 = Instance.new("Sound")
  375. Sound4 = Instance.new("Sound")
  376. Sound5 = Instance.new("Sound")
  377. Script0.Name = "sound's"
  378. Script0.Parent = mas
  379. table.insert(cors,sandbox(Script0,function()
  380. --Uganda sound--
  381.  
  382. function onKeyPress(inputObject, gameProcessedEvent)
  383. if inputObject.KeyCode == Enum.KeyCode.F10 then
  384. script.Sound:Play()
  385. end
  386. end
  387. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  388.  
  389. function onKeyPress(inputObject, gameProcessedEvent)
  390. if inputObject.KeyCode == Enum.KeyCode.F8 then
  391. script.Sound2:Play()
  392. end
  393. end
  394. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  395.  
  396. function onKeyPress(inputObject, gameProcessedEvent)
  397. if inputObject.KeyCode == Enum.KeyCode.F1 then
  398. script.Sound3:Play()
  399. end
  400. end
  401. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  402.  
  403. function onKeyPress(inputObject, gameProcessedEvent)
  404. if inputObject.KeyCode == Enum.KeyCode.F1 then
  405. script.Sound4:Play()
  406. end
  407. end
  408. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  409.  
  410. function onKeyPress(inputObject, gameProcessedEvent)
  411. if inputObject.KeyCode == Enum.KeyCode.F1 then
  412. script.Sound5:Play()
  413. end
  414. end
  415. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  416. end))
  417. Sound1.Parent = Script0
  418. Sound1.SoundId = "rbxassetid://1328292161"
  419. Sound1.Volume = 10
  420. Sound2.Name = "Sound2"
  421. Sound2.Parent = Script0
  422. Sound2.SoundId = "rbxassetid://1320628188"
  423. Sound2.Volume = 10
  424. Sound3.Name = "Sound3"
  425. Sound3.Parent = Script0
  426. Sound3.SoundId = "rbxassetid://1322795266"
  427. Sound3.Volume = 10
  428. Sound4.Name = "Sound4"
  429. Sound4.Parent = Script0
  430. Sound4.SoundId = "rbxassetid://1311432465"
  431. Sound4.Volume = 10
  432. Sound5.Name = "Sound5"
  433. Sound5.Parent = Script0
  434. Sound5.SoundId = "rbxassetid://1316278479"
  435. Sound5.Volume = 10
  436. for i,v in pairs(mas:GetChildren()) do
  437. v.Parent = game:GetService("Players").LocalPlayer.Character
  438. pcall(function() v:MakeJoints() end)
  439. end
  440. mas:Destroy()
  441. for i,v in pairs(cors) do
  442. spawn(function()
  443. pcall(v)
  444. end)
  445. end
  446. wait(0.1)
  447. p = game.Players.LocalPlayer
  448. char = p.Character
  449. local txt = Instance.new("BillboardGui", char)
  450. txt.Adornee = char .Head
  451. txt.Name = "_status"
  452. txt.Size = UDim2.new(2, 0, 1.2, 0)
  453. txt.StudsOffset = Vector3.new(-9, 8, 0)
  454. local text = Instance.new("TextLabel", txt)
  455. text.Size = UDim2.new(10, 0, 7, 0)
  456. text.FontSize = "Size24"
  457. text.TextScaled = true
  458. text.TextTransparency = 0
  459. text.BackgroundTransparency = 1
  460. text.TextTransparency = 0
  461. text.TextStrokeTransparency = 0
  462. text.Font = "Arcade"
  463. text.TextStrokeColor3 = Color3.new(0,0,0)
  464. text.TextColor3 = Color3.new(0, 0, 255)
  465. text.Text = "Trap mode activated"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement