Advertisement
Christoffer07700Extr

NO24

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