Advertisement
13242

Untitled

Nov 30th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.37 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6. spawn (function()
  7. --[[=========================================[DK PLR GUI V1.0 lOCAL SCRIPT BY HEAT507]========================]]---
  8. --This is a script that when you put the users name in the box and clcik "dk plr" you will dk them or.. Get a dk and put it all on them
  9. users=game:GetService("Players") -- call the service.
  10. usr=users.LocalPlayer-- local because I dont need you finding out my code -- Its what you can't comprehend.
  11. usrg=usr.PlayerGui --- to reconnect ur joint from the usr
  12. --pcall(function() usr:Remove() end) -- you will unblock this if you cant script
  13. --bannd={"noob" , "noob" , "h4x" , "some cballr"}
  14. --Keeping it a function , so to where it will always be on your plr gui "PlayerAdded"
  15. TheChat=true TheGhost=false TheLag=false -- random distractions
  16. usr.Chatted:connect(function(msg)
  17. if msg=="noban" then
  18. usr.Character.Parent=workspace
  19. if msg=='nochat' then
  20. TheChat=false
  21. end
  22. end end)
  23. usr.Chatted:connect(function(WhatChat)
  24. if TheChat==true then
  25. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , WhatChat, "Blue")
  26. end end) DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs=Instance.new("ScreenGui",usrg)
  27. DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs.Name="NastySQLAdded"
  28. TextBoxForTheDakGuiOneCreated = Instance.new("TextBox" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  29. TextBoxForTheDakGuiOneCreated.Position = UDim2.new(0,0,0,156)
  30. TextBoxForTheDakGuiOneCreated.TextColor = BrickColor.new(255,255,255)
  31. TextBoxForTheDakGuiOneCreated.FontSize = "Size11"
  32. TextBoxForTheDakGuiOneCreated.Font = "ArialBold"
  33. --TextBoxForTheDakGuiOneCreated.TextStrokeColor3 = Color3.new(0,0,1) error('Thus is a broken function!');
  34. --TextBoxForTheDakGuiOneCreated.TextStrokeTransparency = 0 ;
  35. TextBoxForTheDakGuiOneCreated.Size = UDim2.new(0,156,0,100)
  36. TextBoxForTheDakGuiOneCreated.Text = "Player Name gose here [FULL NAME]"
  37. TextBoxForTheDakGuiOneCreated.BackgroundTransparency = 0.8
  38. TextBoxForTheDakGuiOneCreated.BackgroundColor = BrickColor.new("Really Black")
  39. TextBoxForTheDakGuiOneCreated.BorderColor = BrickColor.new("Black")
  40. TextBoxForTheDakGuiOneCreated.MultiLine = true
  41. TextButtonNumberOneInTheDakGuiXSDA = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  42. TextButtonNumberOneInTheDakGuiXSDA.Position = UDim2.new(0,68,0,386)
  43. TextButtonNumberOneInTheDakGuiXSDA.TextColor = BrickColor.new(255,255,255)
  44. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  45. TextButtonNumberOneInTheDakGuiXSDA.FontSize = "Size11"
  46. TextButtonNumberOneInTheDakGuiXSDA.Font = "ArialBold"
  47. TextButtonNumberOneInTheDakGuiXSDA.Size = UDim2.new(0, 56, 0, 100)
  48. TextButtonNumberOneInTheDakGuiXSDA.Text = "KICK"
  49. TextButtonNumberOneInTheDakGuiXSDA.BackgroundTransparency = 0
  50. TextButtonNumberOneInTheDakGuiXSDA.BackgroundColor = BrickColor.new("Really Black")
  51. TextButtonNumberOneInTheDakGuiXSDA.BorderColor = BrickColor.new("Black")
  52. TextButtonNumberOneInTheDakGuiXSDA.Style = "RobloxButton"
  53. TextButtonNumberOneInTheDakGuiXSD = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  54. TextButtonNumberOneInTheDakGuiXSD.Position = UDim2.new(0,0,0,386)
  55. TextButtonNumberOneInTheDakGuiXSD.TextColor = BrickColor.new(255,255,255)
  56. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  57. TextButtonNumberOneInTheDakGuiXSD.FontSize = "Size11"
  58. TextButtonNumberOneInTheDakGuiXSD.Font = "ArialBold"
  59. TextButtonNumberOneInTheDakGuiXSD.Size = UDim2.new(0, 56, 0, 100)
  60. TextButtonNumberOneInTheDakGuiXSD.Text = "FF"
  61. TextButtonNumberOneInTheDakGuiXSD.BackgroundTransparency = 0
  62. TextButtonNumberOneInTheDakGuiXSD.BackgroundColor = BrickColor.new("Really Black")
  63. TextButtonNumberOneInTheDakGuiXSD.BorderColor = BrickColor.new("Black")
  64. TextButtonNumberOneInTheDakGuiXSD.Style = "RobloxButton"
  65. TextButtonNumberOneInTheDakGuiXSFL = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  66. TextButtonNumberOneInTheDakGuiXSFL.Position = UDim2.new(0,0,0,586)
  67. TextButtonNumberOneInTheDakGuiXSFL.TextColor = BrickColor.new(255,255,255)
  68. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  69. TextButtonNumberOneInTheDakGuiXSFL.FontSize = "Size11"
  70. TextButtonNumberOneInTheDakGuiXSFL.Font = "ArialBold"
  71. TextButtonNumberOneInTheDakGuiXSFL.Size = UDim2.new(0, 56, 0, 100)
  72. TextButtonNumberOneInTheDakGuiXSFL.Text = "COM"
  73. TextButtonNumberOneInTheDakGuiXSFL.BackgroundTransparency = 0
  74. TextButtonNumberOneInTheDakGuiXSFL.BackgroundColor = BrickColor.new("Really Black")
  75. TextButtonNumberOneInTheDakGuiXSFL.BorderColor = BrickColor.new("Black")
  76. TextButtonNumberOneInTheDakGuiXSFL.Style = "RobloxButton"
  77. TextButtonNumberOneInTheDakGuiXSF = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  78. TextButtonNumberOneInTheDakGuiXSF.Position = UDim2.new(0,136,0,386)
  79. TextButtonNumberOneInTheDakGuiXSF.TextColor = BrickColor.new(255,255,255)
  80. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  81. TextButtonNumberOneInTheDakGuiXSF.FontSize = "Size11"
  82. TextButtonNumberOneInTheDakGuiXSF.Font = "ArialBold"
  83. TextButtonNumberOneInTheDakGuiXSF.Size = UDim2.new(0, 56, 0, 100)
  84. TextButtonNumberOneInTheDakGuiXSF.Text = "S3X"
  85. TextButtonNumberOneInTheDakGuiXSF.BackgroundTransparency = 0
  86. TextButtonNumberOneInTheDakGuiXSF.BackgroundColor = BrickColor.new("Really Black")
  87. TextButtonNumberOneInTheDakGuiXSF.BorderColor = BrickColor.new("Black")
  88. TextButtonNumberOneInTheDakGuiXSF.Style = "RobloxButton"
  89. TextButtonNumberOneInTheDakGuiXS = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  90. TextButtonNumberOneInTheDakGuiXS.Position = UDim2.new(0,68,0,586)
  91. TextButtonNumberOneInTheDakGuiXS.TextColor = BrickColor.new(255,255,255)
  92. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  93. TextButtonNumberOneInTheDakGuiXS.FontSize = "Size11"
  94. TextButtonNumberOneInTheDakGuiXS.Font = "ArialBold"
  95. TextButtonNumberOneInTheDakGuiXS.Size = UDim2.new(0, 56, 0, 100)
  96. TextButtonNumberOneInTheDakGuiXS.Text = "GOD HEALTH"
  97. TextButtonNumberOneInTheDakGuiXS.BackgroundTransparency = 0
  98. TextButtonNumberOneInTheDakGuiXS.BackgroundColor = BrickColor.new("Really Black")
  99. TextButtonNumberOneInTheDakGuiXS.BorderColor = BrickColor.new("Black")
  100. TextButtonNumberOneInTheDakGuiXS.Style = "RobloxButton"
  101. TextButtonNumberOneInTheDakGuiX = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  102. TextButtonNumberOneInTheDakGuiX.Position = UDim2.new(0,0,0,256)
  103. TextButtonNumberOneInTheDakGuiX.TextColor = BrickColor.new(255,255,255)
  104. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  105. TextButtonNumberOneInTheDakGuiX.FontSize = "Size11"
  106. TextButtonNumberOneInTheDakGuiX.Font = "ArialBold"
  107. TextButtonNumberOneInTheDakGuiX.Size = UDim2.new(0, 156, 0, 100)
  108. TextButtonNumberOneInTheDakGuiX.Text = "DK PLR [BIGGA]"
  109. TextButtonNumberOneInTheDakGuiX.BackgroundTransparency = 0
  110. TextButtonNumberOneInTheDakGuiX.BackgroundColor = BrickColor.new("Really Black")
  111. TextButtonNumberOneInTheDakGuiX.BorderColor = BrickColor.new("Black")
  112. TextButtonNumberOneInTheDakGuiX.Style = "RobloxButton"
  113. TextButtonNumberOneInTheDakGui = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  114. TextButtonNumberOneInTheDakGui.Position = UDim2.new(0,0,0,0)
  115. TextButtonNumberOneInTheDakGui.TextColor = BrickColor.new(255,255,255)
  116. --sd.TextStrokeColor = bcn(8,8,8)
  117. TextButtonNumberOneInTheDakGui.FontSize = "Size11"
  118. TextButtonNumberOneInTheDakGui.Font = "ArialBold"
  119. TextButtonNumberOneInTheDakGui.Size = UDim2.new(0, 156, 0, 100)
  120. TextButtonNumberOneInTheDakGui.Text = "DK PLR"
  121. TextButtonNumberOneInTheDakGui.BackgroundTransparency = 0
  122. TextButtonNumberOneInTheDakGui.BackgroundColor = BrickColor.new("Really Black")
  123. TextButtonNumberOneInTheDakGui.BorderColor = BrickColor.new("Black")
  124. TextButtonNumberOneInTheDakGui.Style = "RobloxButton"
  125. TextButtonNumberOneInTheDakGui.MouseButton1Up:connect(function()
  126. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  127. person=v.Name
  128. color = "Pastel brown"
  129. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  130. D = Instance.new("Model",workspace[person])
  131. D.Name = "Nice thing"
  132. bg = Instance.new("BodyGyro",workspace[person].Torso)
  133. d = Instance.new("Part")
  134. d.TopSurface = 0
  135. d.BottomSurface = 0
  136. d.Name = "Main"
  137. d.Parent = workspace[person]["Nice thing"]
  138. d.formFactor = 3
  139. d.Size = Vector3.new(0.6,2.5,0.6)
  140. d.BrickColor = BrickColor.new(color)
  141. d.Position = workspace[person].Head.Position
  142. d.CanCollide = false
  143. local cy = Instance.new("CylinderMesh")
  144. cy.Parent = d
  145. w = Instance.new("Weld")
  146. w.Parent = workspace[person].Head
  147. w.Part0 = d
  148. w.Part1 = workspace[person].Head
  149. w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0)
  150. local c = Instance.new("Part")
  151. c.Name = "Mush"
  152. c.BottomSurface = 0
  153. c.TopSurface = 0
  154. c.FormFactor = 3
  155. c.Size = Vector3.new(0.6,0.6,0.6)
  156. c.CFrame = CFrame.new(d.Position)
  157. c.BrickColor = BrickColor.new("Pink")
  158. c.CanCollide = false
  159. c.Parent = workspace[person]["Nice thing"]
  160. local msm = Instance.new("SpecialMesh")
  161. msm.Parent = c
  162. msm.MeshType = "Sphere"
  163. local cw = Instance.new("Weld")
  164. cw.Parent = c
  165. cw.Part0 = d
  166. cw.Part1 = c
  167. cw.C0 = CFrame.new(0,1.3,0)
  168. local ball1 = Instance.new("Part")
  169. ball1.Parent = workspace[person]["Nice thing"]
  170. ball1.Name = "Left Ball"
  171. ball1.BottomSurface = 0
  172. ball1.TopSurface = 0
  173. ball1.CanCollide = false
  174. ball1.formFactor = 3
  175. ball1.Size = Vector3.new(1,1,1)
  176. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  177. ball1.BrickColor = BrickColor.new(color)
  178. local bsm = Instance.new("SpecialMesh")
  179. bsm.Parent = ball1
  180. bsm.MeshType = "Sphere"
  181. local b1w = Instance.new("Weld")
  182. b1w.Parent = ball1
  183. b1w.Part0 = workspace[person]["Left Leg"]
  184. b1w.Part1 = ball1
  185. b1w.C0 = CFrame.new(0,0.5,-.5)
  186. local ball2 = Instance.new("Part")
  187. ball2.Parent = workspace[person]["Nice thing"]
  188. ball2.Name = "Right Ball"
  189. ball2.BottomSurface = 0
  190. ball2.CanCollide = false
  191. ball2.TopSurface = 0
  192. ball2.formFactor = 3
  193. ball2.Size = Vector3.new(1,1,1)
  194. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  195. ball2.BrickColor = BrickColor.new(color)
  196. local b2sm = Instance.new("SpecialMesh")
  197. b2sm.Parent = ball2
  198. b2sm.MeshType = "Sphere"
  199. local b2w = Instance.new("Weld")
  200. b2w.Parent = ball2
  201. b2w.Part0 = workspace[person]["Right Leg"]
  202. b2w.Part1 = ball2
  203. b2w.C0 = CFrame.new(0,0.5,-.5)
  204. end)
  205. DakGuiComBrick=function()
  206. ComBrick=Instance.new("Part" ,game.Players.LocalPlayer.Character)
  207. ComBrick.Name="ComBrickFromTheDakGuiByUkikarus"
  208. ComBrick.BrickColor=BrickColor.new("White")
  209. ComBrick.FormFactor="Custom"
  210. ComBrick.Size=Vector3.new(0.4,0.4,0.4)
  211. ComBrick.CFrame=CFrame.new(usr.Head.Position)
  212. ComBrick.Transparency=0
  213. end
  214. DakGuiFkPlayer=function()
  215. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  216. n1 = usr.Name
  217. n2 = v.Name
  218.  
  219.  
  220.  
  221. function fWeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  222. local funcw = Instance.new("Weld")
  223. funcw.Name = zName
  224. funcw.Parent = zParent
  225. funcw.Part0 = zPart0
  226. funcw.Part1 = zPart1
  227. if (zCoco == true) then
  228. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  229. else
  230. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  231. end
  232. return funcw
  233. end
  234.  
  235. t1 = workspace[n1].Torso
  236. t2 = workspace[n2].Torso
  237.  
  238. t2.Parent.Humanoid.PlatformStand = true
  239.  
  240.  
  241. t1["Left Shoulder"]:Remove()
  242. ls1 = Instance.new("Weld")
  243. ls1.Parent = t1
  244. ls1.Part0 = t1
  245. ls1.Part1 = t1.Parent["Left Arm"]
  246. ls1.C0 = CFrame.new(-1.5,0,0)
  247. ls1.Name = "Left Shoulder"
  248.  
  249. t1["Right Shoulder"]:Remove()
  250. rs1 = Instance.new("Weld")
  251. rs1.Parent = t1
  252. rs1.Part0 = t1
  253. rs1.Part1 = t1.Parent["Right Arm"]
  254. rs1.C0 = CFrame.new(1.5,0,0)
  255. rs1.Name = "Right Shoulder"
  256. --[[
  257. t1["Left Hip"]:Remove()
  258. lh1 = Instance.new("Weld")
  259. lh1.Parent = t1
  260. lh1.Part0 = t1
  261. lh1.Part1 = t1.Parent["Left Leg"]
  262. lh1.C0 = CFrame.new(-0.5,-2,0)
  263. lh1.Name = "Left Hip"
  264.  
  265. t1["Right Hip"]:Remove()
  266. rh1 = Instance.new("Weld")
  267. rh1.Parent = t1
  268. rh1.Part0 = t1
  269. rh1.Part1 = t1.Parent["Right Leg"]
  270. rh1.C0 = CFrame.new(0.5,-2,0)
  271. rh1.Name = "Right Hip"]]
  272. ---------------------------------
  273.  
  274. t2["Left Shoulder"]:Remove()
  275. ls2 = Instance.new("Weld")
  276. ls2.Parent = t2
  277. ls2.Part0 = t2
  278. ls2.Part1 = t2.Parent["Left Arm"]
  279. ls2.C0 = CFrame.new(-1.5,0,0)
  280. ls2.Name = "Left Shoulder"
  281.  
  282. t2["Right Shoulder"]:Remove()
  283. rs2 = Instance.new("Weld")
  284. rs2.Parent = t2
  285. rs2.Part0 = t2
  286. rs2.Part1 = t2.Parent["Right Arm"]
  287. rs2.C0 = CFrame.new(1.5,0,0)
  288. rs2.Name = "Right Shoulder"
  289.  
  290. t2["Left Hip"]:Remove()
  291. lh2 = Instance.new("Weld")
  292. lh2.Parent = t2
  293. lh2.Part0 = t2
  294. lh2.Part1 = t2.Parent["Left Leg"]
  295. lh2.C0 = CFrame.new(-0.5,-2,0)
  296. lh2.Name = "Left Hip"
  297.  
  298. t2["Right Hip"]:Remove()
  299. rh2 = Instance.new("Weld")
  300. rh2.Parent = t2
  301. rh2.Part0 = t2
  302. rh2.Part1 = t2.Parent["Right Leg"]
  303. rh2.C0 = CFrame.new(0.5,-2,0)
  304. rh2.Name = "Right Hip"
  305.  
  306.  
  307. local d = Instance.new("Part")
  308. d.TopSurface = 0
  309. d.BottomSurface = 0
  310. d.CanCollide = false
  311. d.BrickColor = BrickColor.new("Reddish brown")
  312. d.Shape = "Ball"
  313. d.Parent = t1
  314. d.Size = Vector3.new(1,1,1)
  315. local dm = Instance.new("SpecialMesh")
  316. dm.MeshType = "Sphere"
  317. dm.Parent = d
  318. dm.Scale = Vector3.new(0.4,0.4,0.4)
  319. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  320. d2 = d:Clone()
  321. d2.Parent = t1
  322. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  323. local c = Instance.new("Part")
  324. c.TopSurface = 0
  325. c.BottomSurface = 0
  326. c.CanCollide = false
  327. c.BrickColor = BrickColor.new("Reddish brown")
  328. c.Parent = t1
  329. c.formFactor = "Custom"
  330. c.Size = Vector3.new(0.4,1.3,0.4)
  331. cm = Instance.new("CylinderMesh")
  332. cm.Parent = c
  333. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  334. c2 = d:Clone()
  335. c2.BrickColor = BrickColor.new("Reddish brown")
  336. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  337. c2.Parent = t1
  338. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  339.  
  340. local bl = Instance.new("Part")
  341. bl.TopSurface = 0
  342. bl.BottomSurface = 0
  343. bl.CanCollide = false
  344. bl.BrickColor = BrickColor.new("Reddish brown")
  345. bl.Shape = "Ball"
  346. bl.Parent = t2
  347. bl.Size = Vector3.new(1,1,1)
  348. local dm = Instance.new("SpecialMesh")
  349. dm.MeshType = "Sphere"
  350. dm.Parent = bl
  351. dm.Scale = Vector3.new(1.2,1.2,1.2)
  352. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  353. local br = Instance.new("Part")
  354. br.TopSurface = 0
  355. br.BottomSurface = 0
  356. br.CanCollide = false
  357. br.BrickColor = BrickColor.new("Reddish brown")
  358. br.Shape = "Ball"
  359. br.Parent = t2
  360. br.Size = Vector3.new(1,1,1)
  361. local dm = Instance.new("SpecialMesh")
  362. dm.MeshType = "Sphere"
  363. dm.Parent = br
  364. dm.Scale = Vector3.new(1.2,1.2,1.2)
  365. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  366. local bln = Instance.new("Part")
  367. bln.TopSurface = 0
  368. bln.BottomSurface = 0
  369. bln.CanCollide = false
  370. bln.Shape = "Ball"
  371. bln.Parent = t2
  372. bln.Size = Vector3.new(1,1,1)
  373. local dm = Instance.new("SpecialMesh")
  374. dm.MeshType = "Sphere"
  375. dm.Parent = bln
  376. dm.Scale = Vector3.new(0.2,0.2,0.2)
  377. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  378. local brn = Instance.new("Part")
  379. brn.TopSurface = 0
  380. brn.BottomSurface = 0
  381. brn.CanCollide = false
  382. brn.Shape = "Ball"
  383. brn.Parent = t2
  384. brn.Size = Vector3.new(1,1,1)
  385. local dm = Instance.new("SpecialMesh")
  386. dm.MeshType = "Sphere"
  387. dm.Parent = brn
  388. dm.Scale = Vector3.new(0.2,0.2,0.2)
  389. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  390.  
  391.  
  392. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  393. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  394.  
  395. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  396. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  397.  
  398. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  399. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  400.  
  401. if t1:findFirstChild("weldx") ~= nil then t1.weldx:Remove() end
  402. we = fWeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  403.  
  404. n = t2.Neck
  405. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  406.  
  407. while true do
  408. wait()
  409. for i=1,6 do
  410. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  411. wait()
  412. end
  413. for i=1,6 do
  414. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  415. wait()
  416. end
  417.  
  418.  
  419. end
  420. end
  421. DakGuiFk=function()
  422. usr.Character.Humanoid.MaxHealth=math.huge
  423. end
  424. DakGuiKickNEbola=function()
  425. s=Instance.new("ForceField" ,game.Players.LocalPlayer.Character)
  426. end
  427. DakGuiKickPlay=function()
  428. s=game.Players:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  429. s:Destroy();
  430. end
  431. --YoZuMinGetSutotMazmi
  432. DakGuiButt=function()
  433. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  434. person=v.Name
  435. color = "Black"
  436. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  437. D = Instance.new("Model",workspace[person])
  438. D.Name = "Nice thing"
  439. bg = Instance.new("BodyGyro",workspace[person].Torso)
  440. d = Instance.new("Part")
  441. d.TopSurface = 0
  442. d.BottomSurface = 0
  443. d.Name = "Main"
  444. d.Parent = workspace[person]["Nice thing"]
  445. d.formFactor = 3
  446. d.Size = Vector3.new(0.6,3.1,0.6)
  447. d.BrickColor = BrickColor.new(color)
  448. d.Position = workspace[person].Head.Position
  449. d.CanCollide = false
  450. local cy = Instance.new("CylinderMesh")
  451. cy.Parent = d
  452. w = Instance.new("Weld")
  453. w.Parent = workspace[person].Head
  454. w.Part0 = d
  455. w.Part1 = workspace[person].Head
  456. w.C0 = CFrame.new(0,0.30,2.1)*CFrame.Angles(math.rad(45),0,0)
  457. local c = Instance.new("Part")
  458. c.Name = "Mush"
  459. c.BottomSurface = 0
  460. c.TopSurface = 0
  461. c.FormFactor = 3
  462. c.Size = Vector3.new(0.6,0.6,0.6)
  463. c.CFrame = CFrame.new(d.Position)
  464. c.BrickColor = BrickColor.new("Pink")
  465. c.CanCollide = false
  466. c.Parent = workspace[person]["Nice thing"]
  467. local msm = Instance.new("SpecialMesh")
  468. msm.Parent = c
  469. msm.MeshType = "Sphere"
  470. local cw = Instance.new("Weld")
  471. cw.Parent = c
  472. cw.Part0 = d
  473. cw.Part1 = c
  474. cw.C0 = CFrame.new(0,1.3,0)
  475. local ball1 = Instance.new("Part")
  476. ball1.Parent = workspace[person]["Nice thing"]
  477. ball1.Name = "Left Ball"
  478. ball1.BottomSurface = 0
  479. ball1.TopSurface = 0
  480. ball1.CanCollide = false
  481. ball1.formFactor = 3
  482. ball1.Size = Vector3.new(1,1,1)
  483. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  484. ball1.BrickColor = BrickColor.new(color)
  485. local bsm = Instance.new("SpecialMesh")
  486. bsm.Parent = ball1
  487. bsm.MeshType = "Sphere"
  488. local b1w = Instance.new("Weld")
  489. b1w.Parent = ball1
  490. b1w.Part0 = workspace[person]["Left Leg"]
  491. b1w.Part1 = ball1
  492. b1w.C0 = CFrame.new(0,0.5,-.5)
  493. local ball2 = Instance.new("Part")
  494. ball2.Parent = workspace[person]["Nice thing"]
  495. ball2.Name = "Right Ball"
  496. ball2.BottomSurface = 0
  497. ball2.CanCollide = false
  498. ball2.TopSurface = 0
  499. ball2.formFactor = 3
  500. ball2.Size = Vector3.new(1,1,1)
  501. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  502. ball2.BrickColor = BrickColor.new(color)
  503. local b2sm = Instance.new("SpecialMesh")
  504. b2sm.Parent = ball2
  505. b2sm.MeshType = "Sphere"
  506. local b2w = Instance.new("Weld")
  507. b2w.Parent = ball2
  508. b2w.Part0 = workspace[person]["Right Leg"]
  509. b2w.Part1 = ball2
  510. b2w.C0 = CFrame.new(0,0.5,-.5)
  511. end
  512. TextButtonNumberOneInTheDakGuiXSFL.MouseButton1Up:connect(DakGuiComBrick);
  513. TextButtonNumberOneInTheDakGuiXSDA.MouseButton1Up:connect(DakGuiKickPlay);
  514. TextButtonNumberOneInTheDakGuiXSD.MouseButton1Up:connect(DakGuiKickNEbola);
  515. TextButtonNumberOneInTheDakGuiXSF.MouseButton1Up:connect(DakGuiFkPlayer);
  516. TextButtonNumberOneInTheDakGuiXS.MouseButton1Up:connect(DakGuiFk);
  517. TextButtonNumberOneInTheDakGuiX.MouseButton1Up:connect(DakGuiButt);
  518. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , "Loaded.", "Blue")
  519.  
  520. --mediafire gtfo password
  521. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement