Advertisement
HenloMyDude

new steve hand (wip my dudes)

Jan 15th, 2020
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.48 KB | None | 0 0
  1.  
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. 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 warn'youngmacka123s minecraft script.'
  5.  
  6. plr = owner
  7. char = plr.Character
  8. ra = char["Right Arm"]
  9. la = char["Left Arm"]
  10. hed = char.Head
  11. root = char.HumanoidRootPart
  12. hum = char.Humanoid
  13. mouse = plr:GetMouse()
  14.  
  15. NLS([[
  16.  
  17. plr = owner
  18. char = plr.Character
  19. ra = char["Right Arm"]
  20. la = char["Left Arm"]
  21. hed = char.Head
  22. root = char.HumanoidRootPart
  23. hum = char.Humanoid
  24. cam = workspace.CurrentCamera
  25. mouse = plr:GetMouse()
  26.  
  27. ezweld = function(p, a, b, cf)
  28. local weld = Instance.new("Weld",p)
  29. weld.Part0 = a
  30. weld.Part1 = b
  31. weld.C0 = cf
  32. return weld
  33. end
  34.  
  35. function wtom(m)
  36. local w = ezweld(char, m.Part0, m.Part1, m.C0)
  37. w.C1 = m.C1
  38. return w
  39. end
  40.  
  41. local fake = Instance.new("Model", char)
  42. fake.Name = "FakeArm"
  43. local hum = Instance.new("Humanoid", fake)
  44. local arm = la:Clone()
  45. arm.Parent = fake
  46. local rs = char.Torso["Left Shoulder"]
  47. rsnor = rs.C0
  48. local tors2 = char.Torso:Clone()
  49. tors2.Transparency = 1
  50. tors2.Name = "aim"
  51. tors2:ClearAllChildren()
  52. tors2.Parent = fake
  53. local raw = ezweld(fake, tors2, arm, rsnor)
  54. raw.C1 = rs.C1
  55. raw.Part0 = tors2
  56. raw.Part1 = arm
  57. raw.C0 = rsnor * CFrame.Angles(math.rad(-6), math.rad(-15), math.rad(100))
  58. sine = 0
  59.  
  60. for i,v in pairs (char:children()) do
  61. if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh") then
  62. v:Clone().Parent = fake
  63. end
  64. end
  65.  
  66. local selected = Instance.new("SelectionBox", char)
  67. selected.Adornee = nil
  68. selected.LineThickness = 0.005
  69. selected.Color3 = Color3.new(0, 0, 0)
  70.  
  71. hold = false
  72. attack = false
  73. function slap()
  74. attack = true
  75. hold = true
  76. repeat
  77. game:GetService("RunService").RenderStepped:Wait()
  78. tors2.CFrame = cam.CFrame * CFrame.new(0, -1.65, -1.25) * CFrame.Angles(math.rad(32.5 + 45 * math.sin(sine / 2)), math.rad(180) + math.rad(25), math.rad(15 - 15 * math.sin(sine / 2)))
  79. raw.C0 = rsnor * CFrame.Angles(math.rad(-6), math.rad(-15), math.rad(100))
  80. until hold == false
  81. hold = false
  82. attack = false
  83. end
  84.  
  85. mouse.Button1Down:connect(function()
  86. if attack == false then
  87. slap()
  88. end
  89. end)
  90.  
  91. mouse.Button1Up:connect(function()
  92. hold = false
  93. end)
  94.  
  95. game:GetService("RunService").RenderStepped:Connect(function()
  96. for i,v in pairs (fake:children()) do
  97. if v:IsA("Part") and v ~= tors2 then
  98. v.LocalTransparencyModifier = v.Transparency
  99. end
  100. end
  101. if mouse.Target then
  102. selected.Adornee = mouse.Target
  103. else
  104. selected.Adornee = nil
  105. end
  106. sine = sine + 1
  107. arm.CanCollide = false
  108. tors2.CanCollide = false
  109. local TORSOVELOCITY = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  110. if TORSOVELOCITY < 1 then
  111. if attack == false then
  112. raw.C0 = rsnor * CFrame.Angles(math.rad(-6), math.rad(-15), math.rad(100))
  113. tors2.CFrame = cam.CFrame * CFrame.new(0, -1.65, -1.25) * CFrame.Angles(0, math.rad(180), 0)
  114. end
  115. elseif TORSOVELOCITY > 1 then
  116. if attack == false then
  117. raw.C0 = rsnor * CFrame.Angles(math.rad(-6), math.rad(-15), math.rad(100))
  118. tors2.CFrame = cam.CFrame * CFrame.new(0 - 0.1 * math.sin(sine / 8), -1.65 - 0.1 * math.sin(sine / 4), -1.25) * CFrame.Angles(0, math.rad(180), 0)
  119. end
  120. end
  121. end)
  122.  
  123. ]], char)
  124.  
  125. function crack(part, face)
  126.  
  127. --Converted with ttyyuu12345's model to script plugin v4
  128. function sandbox(var,func)
  129. local env = getfenv(func)
  130. local newenv = setmetatable({},{
  131. __index = function(self,k)
  132. if k=="script" then
  133. return var
  134. else
  135. return env[k]
  136. end
  137. end,
  138. })
  139. setfenv(func,newenv)
  140. return func
  141. end
  142. cors = {}
  143. mas = Instance.new("Model",game:GetService("Lighting"))
  144. SurfaceGui0 = Instance.new("SurfaceGui")
  145. Frame1 = Instance.new("Frame")
  146. Frame2 = Instance.new("Frame")
  147. Frame3 = Instance.new("Frame")
  148. Frame4 = Instance.new("Frame")
  149. Frame5 = Instance.new("Frame")
  150. Frame6 = Instance.new("Frame")
  151. Frame7 = Instance.new("Frame")
  152. Frame8 = Instance.new("Frame")
  153. Frame9 = Instance.new("Frame")
  154. Frame10 = Instance.new("Frame")
  155. Frame11 = Instance.new("Frame")
  156. Frame12 = Instance.new("Frame")
  157. Frame13 = Instance.new("Frame")
  158. Frame14 = Instance.new("Frame")
  159. Frame15 = Instance.new("Frame")
  160. Frame16 = Instance.new("Frame")
  161. Frame17 = Instance.new("Frame")
  162. Frame18 = Instance.new("Frame")
  163. Frame19 = Instance.new("Frame")
  164. Frame20 = Instance.new("Frame")
  165. Frame21 = Instance.new("Frame")
  166. Frame22 = Instance.new("Frame")
  167. Frame23 = Instance.new("Frame")
  168. Frame24 = Instance.new("Frame")
  169. Frame25 = Instance.new("Frame")
  170. Frame26 = Instance.new("Frame")
  171. Frame27 = Instance.new("Frame")
  172. Frame28 = Instance.new("Frame")
  173. Frame29 = Instance.new("Frame")
  174. Frame30 = Instance.new("Frame")
  175. Frame31 = Instance.new("Frame")
  176. Frame32 = Instance.new("Frame")
  177. Frame33 = Instance.new("Frame")
  178. Frame34 = Instance.new("Frame")
  179. Frame35 = Instance.new("Frame")
  180. Frame36 = Instance.new("Frame")
  181. Frame37 = Instance.new("Frame")
  182. Frame38 = Instance.new("Frame")
  183. Frame39 = Instance.new("Frame")
  184. Frame40 = Instance.new("Frame")
  185. Frame41 = Instance.new("Frame")
  186. Frame42 = Instance.new("Frame")
  187. Frame43 = Instance.new("Frame")
  188. Frame44 = Instance.new("Frame")
  189. Frame45 = Instance.new("Frame")
  190. Frame46 = Instance.new("Frame")
  191. Frame47 = Instance.new("Frame")
  192. Frame48 = Instance.new("Frame")
  193. Frame49 = Instance.new("Frame")
  194. Frame50 = Instance.new("Frame")
  195. Frame51 = Instance.new("Frame")
  196. Frame52 = Instance.new("Frame")
  197. Frame53 = Instance.new("Frame")
  198. Frame54 = Instance.new("Frame")
  199. Frame55 = Instance.new("Frame")
  200. Frame56 = Instance.new("Frame")
  201. Frame57 = Instance.new("Frame")
  202. Frame58 = Instance.new("Frame")
  203. Frame59 = Instance.new("Frame")
  204. Frame60 = Instance.new("Frame")
  205. Frame61 = Instance.new("Frame")
  206. Frame62 = Instance.new("Frame")
  207. Frame63 = Instance.new("Frame")
  208. SurfaceGui0.Name = "BreakSG"
  209. SurfaceGui0.Parent = mas
  210. SurfaceGui0.LightInfluence = 1
  211. SurfaceGui0.Face = face
  212. SurfaceGui0.ClipsDescendants = true
  213. SurfaceGui0.CanvasSize = Vector2.new(16, 16)
  214. SurfaceGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  215. SurfaceGui0.Adornee = nil
  216. SurfaceGui0.AlwaysOnTop = false
  217. Frame1.Name = "Stage1"
  218. Frame1.Parent = SurfaceGui0
  219. Frame1.Size = UDim2.new(1, 0, 1, 0)
  220. Frame1.BackgroundColor = BrickColor.new("Institutional white")
  221. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Frame1.BackgroundTransparency = 1
  223. Frame1.BorderSizePixel = 0
  224. Frame1.ZIndex = 2
  225. Frame2.Name = "DarkP"
  226. Frame2.Parent = Frame1
  227. Frame2.Position = UDim2.new(0, 8, 0, 8)
  228. Frame2.Size = UDim2.new(0, 1, 0, 2)
  229. Frame2.BackgroundColor = BrickColor.new("Really black")
  230. Frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  231. Frame2.BackgroundTransparency = 0.2392156869173
  232. Frame2.BorderSizePixel = 0
  233. Frame3.Name = "LightP"
  234. Frame3.Parent = Frame1
  235. Frame3.Position = UDim2.new(0, 8, 0, 10)
  236. Frame3.Size = UDim2.new(0, 1, 0, 1)
  237. Frame3.BackgroundColor = BrickColor.new("Really black")
  238. Frame3.BackgroundColor3 = Color3.new(0, 0, 0)
  239. Frame3.BackgroundTransparency = 0.60784316062927
  240. Frame3.BorderSizePixel = 0
  241. Frame4.Name = "DarkP"
  242. Frame4.Parent = Frame1
  243. Frame4.Position = UDim2.new(0, 6, 0, 5)
  244. Frame4.Size = UDim2.new(0, 1, 0, 2)
  245. Frame4.BackgroundColor = BrickColor.new("Really black")
  246. Frame4.BackgroundColor3 = Color3.new(0, 0, 0)
  247. Frame4.BackgroundTransparency = 0.2392156869173
  248. Frame4.BorderSizePixel = 0
  249. Frame5.Name = "LightP"
  250. Frame5.Parent = Frame1
  251. Frame5.Position = UDim2.new(0, 6, 0, 7)
  252. Frame5.Size = UDim2.new(0, 1, 0, 1)
  253. Frame5.BackgroundColor = BrickColor.new("Really black")
  254. Frame5.BackgroundColor3 = Color3.new(0, 0, 0)
  255. Frame5.BackgroundTransparency = 0.60784316062927
  256. Frame5.BorderSizePixel = 0
  257. Frame6.Name = "LightP"
  258. Frame6.Parent = Frame1
  259. Frame6.Position = UDim2.new(0, 9, 0, 8)
  260. Frame6.Size = UDim2.new(0, 1, 0, 1)
  261. Frame6.BackgroundColor = BrickColor.new("Really black")
  262. Frame6.BackgroundColor3 = Color3.new(0, 0, 0)
  263. Frame6.BackgroundTransparency = 0.60784316062927
  264. Frame6.BorderSizePixel = 0
  265. Frame7.Name = "DarkP"
  266. Frame7.Parent = Frame1
  267. Frame7.Position = UDim2.new(0, 9, 0, 7)
  268. Frame7.Size = UDim2.new(0, 1, 0, 1)
  269. Frame7.BackgroundColor = BrickColor.new("Really black")
  270. Frame7.BackgroundColor3 = Color3.new(0, 0, 0)
  271. Frame7.BackgroundTransparency = 0.2392156869173
  272. Frame7.BorderSizePixel = 0
  273. Frame8.Name = "Stage2"
  274. Frame8.Parent = SurfaceGui0
  275. Frame8.Size = UDim2.new(1, 0, 1, 0)
  276. Frame8.BackgroundColor = BrickColor.new("Institutional white")
  277. Frame8.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Frame8.BackgroundTransparency = 1
  279. Frame8.BorderSizePixel = 0
  280. Frame8.ZIndex = 3
  281. Frame9.Name = "DarkP"
  282. Frame9.Parent = Frame8
  283. Frame9.Position = UDim2.new(0, 8, 0, 8)
  284. Frame9.Size = UDim2.new(0, 1, 0, 3)
  285. Frame9.BackgroundColor = BrickColor.new("Really black")
  286. Frame9.BackgroundColor3 = Color3.new(0, 0, 0)
  287. Frame9.BackgroundTransparency = 0.2392156869173
  288. Frame9.BorderSizePixel = 0
  289. Frame10.Name = "LightP"
  290. Frame10.Parent = Frame8
  291. Frame10.Position = UDim2.new(0, 8, 0, 11)
  292. Frame10.Size = UDim2.new(0, 1, 0, 1)
  293. Frame10.BackgroundColor = BrickColor.new("Really black")
  294. Frame10.BackgroundColor3 = Color3.new(0, 0, 0)
  295. Frame10.BackgroundTransparency = 0.60784316062927
  296. Frame10.BorderSizePixel = 0
  297. Frame11.Name = "LightP"
  298. Frame11.Parent = Frame8
  299. Frame11.Position = UDim2.new(0, 7, 0, 12)
  300. Frame11.Size = UDim2.new(0, 1, 0, 1)
  301. Frame11.BackgroundColor = BrickColor.new("Really black")
  302. Frame11.BackgroundColor3 = Color3.new(0, 0, 0)
  303. Frame11.BackgroundTransparency = 0.60784316062927
  304. Frame11.BorderSizePixel = 0
  305. Frame12.Name = "DarkP"
  306. Frame12.Parent = Frame8
  307. Frame12.Position = UDim2.new(0, 7, 0, 11)
  308. Frame12.Size = UDim2.new(0, 1, 0, 1)
  309. Frame12.BackgroundColor = BrickColor.new("Really black")
  310. Frame12.BackgroundColor3 = Color3.new(0, 0, 0)
  311. Frame12.BackgroundTransparency = 0.2392156869173
  312. Frame12.BorderSizePixel = 0
  313. Frame13.Name = "DarkP"
  314. Frame13.Parent = Frame8
  315. Frame13.Position = UDim2.new(0, 6, 0, 4)
  316. Frame13.Size = UDim2.new(0, 1, 0, 3)
  317. Frame13.BackgroundColor = BrickColor.new("Really black")
  318. Frame13.BackgroundColor3 = Color3.new(0, 0, 0)
  319. Frame13.BackgroundTransparency = 0.2392156869173
  320. Frame13.BorderSizePixel = 0
  321. Frame14.Name = "DarkP"
  322. Frame14.Parent = Frame8
  323. Frame14.Position = UDim2.new(0, 10, 0, 6)
  324. Frame14.Size = UDim2.new(0, 2, 0, 1)
  325. Frame14.BackgroundColor = BrickColor.new("Really black")
  326. Frame14.BackgroundColor3 = Color3.new(0, 0, 0)
  327. Frame14.BackgroundTransparency = 0.2392156869173
  328. Frame14.BorderSizePixel = 0
  329. Frame15.Name = "LightP"
  330. Frame15.Parent = Frame8
  331. Frame15.Position = UDim2.new(0, 10, 0, 7)
  332. Frame15.Size = UDim2.new(0, 2, 0, 1)
  333. Frame15.BackgroundColor = BrickColor.new("Really black")
  334. Frame15.BackgroundColor3 = Color3.new(0, 0, 0)
  335. Frame15.BackgroundTransparency = 0.60784316062927
  336. Frame15.BorderSizePixel = 0
  337. Frame16.Name = "Stage3"
  338. Frame16.Parent = SurfaceGui0
  339. Frame16.Size = UDim2.new(1, 0, 1, 0)
  340. Frame16.BackgroundColor = BrickColor.new("Institutional white")
  341. Frame16.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Frame16.BackgroundTransparency = 1
  343. Frame16.BorderSizePixel = 0
  344. Frame16.ZIndex = 4
  345. Frame17.Name = "LightP"
  346. Frame17.Parent = Frame16
  347. Frame17.Position = UDim2.new(0, 5, 0, 7)
  348. Frame17.Size = UDim2.new(0, 1, 0, 1)
  349. Frame17.BackgroundColor = BrickColor.new("Really black")
  350. Frame17.BackgroundColor3 = Color3.new(0, 0, 0)
  351. Frame17.BackgroundTransparency = 0.60784316062927
  352. Frame17.BorderSizePixel = 0
  353. Frame18.Name = "DarkP"
  354. Frame18.Parent = Frame16
  355. Frame18.Position = UDim2.new(0, 5, 0, 6)
  356. Frame18.Size = UDim2.new(0, 1, 0, 1)
  357. Frame18.BackgroundColor = BrickColor.new("Really black")
  358. Frame18.BackgroundColor3 = Color3.new(0, 0, 0)
  359. Frame18.BackgroundTransparency = 0.2392156869173
  360. Frame18.BorderSizePixel = 0
  361. Frame19.Name = "LightP"
  362. Frame19.Parent = Frame16
  363. Frame19.Position = UDim2.new(0, 7, 0, 4)
  364. Frame19.Size = UDim2.new(0, 1, 0, 1)
  365. Frame19.BackgroundColor = BrickColor.new("Really black")
  366. Frame19.BackgroundColor3 = Color3.new(0, 0, 0)
  367. Frame19.BackgroundTransparency = 0.60784316062927
  368. Frame19.BorderSizePixel = 0
  369. Frame20.Name = "DarkP"
  370. Frame20.Parent = Frame16
  371. Frame20.Position = UDim2.new(0, 7, 0, 3)
  372. Frame20.Size = UDim2.new(0, 1, 0, 1)
  373. Frame20.BackgroundColor = BrickColor.new("Really black")
  374. Frame20.BackgroundColor3 = Color3.new(0, 0, 0)
  375. Frame20.BackgroundTransparency = 0.2392156869173
  376. Frame20.BorderSizePixel = 0
  377. Frame21.Name = "DarkP"
  378. Frame21.Parent = Frame16
  379. Frame21.Position = UDim2.new(0, 9, 0, 5)
  380. Frame21.Size = UDim2.new(0, 1, 0, 1)
  381. Frame21.BackgroundColor = BrickColor.new("Really black")
  382. Frame21.BackgroundColor3 = Color3.new(0, 0, 0)
  383. Frame21.BackgroundTransparency = 0.2392156869173
  384. Frame21.BorderSizePixel = 0
  385. Frame22.Name = "LightP"
  386. Frame22.Parent = Frame16
  387. Frame22.Position = UDim2.new(0, 9, 0, 6)
  388. Frame22.Size = UDim2.new(0, 1, 0, 1)
  389. Frame22.BackgroundColor = BrickColor.new("Really black")
  390. Frame22.BackgroundColor3 = Color3.new(0, 0, 0)
  391. Frame22.BackgroundTransparency = 0.60784316062927
  392. Frame22.BorderSizePixel = 0
  393. Frame23.Name = "LightP"
  394. Frame23.Parent = Frame16
  395. Frame23.Position = UDim2.new(0, 12, 0, 6)
  396. Frame23.Size = UDim2.new(0, 1, 0, 1)
  397. Frame23.BackgroundColor = BrickColor.new("Really black")
  398. Frame23.BackgroundColor3 = Color3.new(0, 0, 0)
  399. Frame23.BackgroundTransparency = 0.60784316062927
  400. Frame23.BorderSizePixel = 0
  401. Frame24.Name = "DarkP"
  402. Frame24.Parent = Frame16
  403. Frame24.Position = UDim2.new(0, 12, 0, 5)
  404. Frame24.Size = UDim2.new(0, 1, 0, 1)
  405. Frame24.BackgroundColor = BrickColor.new("Really black")
  406. Frame24.BackgroundColor3 = Color3.new(0, 0, 0)
  407. Frame24.BackgroundTransparency = 0.2392156869173
  408. Frame24.BorderSizePixel = 0
  409. Frame25.Name = "LightP"
  410. Frame25.Parent = Frame16
  411. Frame25.Position = UDim2.new(0, 6, 0, 12)
  412. Frame25.Size = UDim2.new(0, 1, 0, 1)
  413. Frame25.BackgroundColor = BrickColor.new("Really black")
  414. Frame25.BackgroundColor3 = Color3.new(0, 0, 0)
  415. Frame25.BackgroundTransparency = 0.60784316062927
  416. Frame25.BorderSizePixel = 0
  417. Frame26.Name = "DarkP"
  418. Frame26.Parent = Frame16
  419. Frame26.Position = UDim2.new(0, 6, 0, 11)
  420. Frame26.Size = UDim2.new(0, 1, 0, 1)
  421. Frame26.BackgroundColor = BrickColor.new("Really black")
  422. Frame26.BackgroundColor3 = Color3.new(0, 0, 0)
  423. Frame26.BackgroundTransparency = 0.2392156869173
  424. Frame26.BorderSizePixel = 0
  425. Frame27.Name = "Stage4"
  426. Frame27.Parent = SurfaceGui0
  427. Frame27.Size = UDim2.new(1, 0, 1, 0)
  428. Frame27.BackgroundColor = BrickColor.new("Institutional white")
  429. Frame27.BackgroundColor3 = Color3.new(1, 1, 1)
  430. Frame27.BackgroundTransparency = 1
  431. Frame27.BorderSizePixel = 0
  432. Frame27.ZIndex = 5
  433. Frame28.Name = "LightP"
  434. Frame28.Parent = Frame27
  435. Frame28.Position = UDim2.new(0, 4, 0, 7)
  436. Frame28.Size = UDim2.new(0, 1, 0, 1)
  437. Frame28.BackgroundColor = BrickColor.new("Really black")
  438. Frame28.BackgroundColor3 = Color3.new(0, 0, 0)
  439. Frame28.BackgroundTransparency = 0.60784316062927
  440. Frame28.BorderSizePixel = 0
  441. Frame29.Name = "DarkP"
  442. Frame29.Parent = Frame27
  443. Frame29.Position = UDim2.new(0, 4, 0, 6)
  444. Frame29.Size = UDim2.new(0, 1, 0, 1)
  445. Frame29.BackgroundColor = BrickColor.new("Really black")
  446. Frame29.BackgroundColor3 = Color3.new(0, 0, 0)
  447. Frame29.BackgroundTransparency = 0.2392156869173
  448. Frame29.BorderSizePixel = 0
  449. Frame30.Name = "LightP"
  450. Frame30.Parent = Frame27
  451. Frame30.Position = UDim2.new(0, 8, 0, 3)
  452. Frame30.Size = UDim2.new(0, 1, 0, 1)
  453. Frame30.BackgroundColor = BrickColor.new("Really black")
  454. Frame30.BackgroundColor3 = Color3.new(0, 0, 0)
  455. Frame30.BackgroundTransparency = 0.60784316062927
  456. Frame30.BorderSizePixel = 0
  457. Frame31.Name = "DarkP"
  458. Frame31.Parent = Frame27
  459. Frame31.Position = UDim2.new(0, 8, 0, 2)
  460. Frame31.Size = UDim2.new(0, 1, 0, 1)
  461. Frame31.BackgroundColor = BrickColor.new("Really black")
  462. Frame31.BackgroundColor3 = Color3.new(0, 0, 0)
  463. Frame31.BackgroundTransparency = 0.2392156869173
  464. Frame31.BorderSizePixel = 0
  465. Frame32.Name = "DarkP"
  466. Frame32.Parent = Frame27
  467. Frame32.Position = UDim2.new(0, 9, 0, 4)
  468. Frame32.Size = UDim2.new(0, 1, 0, 1)
  469. Frame32.BackgroundColor = BrickColor.new("Really black")
  470. Frame32.BackgroundColor3 = Color3.new(0, 0, 0)
  471. Frame32.BackgroundTransparency = 0.2392156869173
  472. Frame32.BorderSizePixel = 0
  473. Frame33.Name = "LightP"
  474. Frame33.Parent = Frame27
  475. Frame33.Position = UDim2.new(0, 12, 0, 6)
  476. Frame33.Size = UDim2.new(0, 1, 0, 1)
  477. Frame33.BackgroundColor = BrickColor.new("Really black")
  478. Frame33.BackgroundColor3 = Color3.new(0, 0, 0)
  479. Frame33.BackgroundTransparency = 0.60784316062927
  480. Frame33.BorderSizePixel = 0
  481. Frame34.Name = "DarkP"
  482. Frame34.Parent = Frame27
  483. Frame34.Position = UDim2.new(0, 12, 0, 5)
  484. Frame34.Size = UDim2.new(0, 1, 0, 1)
  485. Frame34.BackgroundColor = BrickColor.new("Really black")
  486. Frame34.BackgroundColor3 = Color3.new(0, 0, 0)
  487. Frame34.BackgroundTransparency = 0.2392156869173
  488. Frame34.BorderSizePixel = 0
  489. Frame35.Name = "LightP"
  490. Frame35.Parent = Frame27
  491. Frame35.Position = UDim2.new(0, 5, 0, 12)
  492. Frame35.Size = UDim2.new(0, 1, 0, 1)
  493. Frame35.BackgroundColor = BrickColor.new("Really black")
  494. Frame35.BackgroundColor3 = Color3.new(0, 0, 0)
  495. Frame35.BackgroundTransparency = 0.60784316062927
  496. Frame35.BorderSizePixel = 0
  497. Frame36.Name = "DarkP"
  498. Frame36.Parent = Frame27
  499. Frame36.Position = UDim2.new(0, 5, 0, 11)
  500. Frame36.Size = UDim2.new(0, 1, 0, 1)
  501. Frame36.BackgroundColor = BrickColor.new("Really black")
  502. Frame36.BackgroundColor3 = Color3.new(0, 0, 0)
  503. Frame36.BackgroundTransparency = 0.2392156869173
  504. Frame36.BorderSizePixel = 0
  505. Frame37.Name = "DarkP"
  506. Frame37.Parent = Frame27
  507. Frame37.Position = UDim2.new(0, 8, 0, 12)
  508. Frame37.Size = UDim2.new(0, 1, 0, 1)
  509. Frame37.BackgroundColor = BrickColor.new("Really black")
  510. Frame37.BackgroundColor3 = Color3.new(0, 0, 0)
  511. Frame37.BackgroundTransparency = 0.2392156869173
  512. Frame37.BorderSizePixel = 0
  513. Frame38.Name = "LightP"
  514. Frame38.Parent = Frame27
  515. Frame38.Position = UDim2.new(0, 8, 0, 13)
  516. Frame38.Size = UDim2.new(0, 1, 0, 1)
  517. Frame38.BackgroundColor = BrickColor.new("Really black")
  518. Frame38.BackgroundColor3 = Color3.new(0, 0, 0)
  519. Frame38.BackgroundTransparency = 0.60784316062927
  520. Frame38.BorderSizePixel = 0
  521. Frame39.Name = "LightP"
  522. Frame39.Parent = Frame27
  523. Frame39.Position = UDim2.new(0, 13, 0, 5)
  524. Frame39.Size = UDim2.new(0, 1, 0, 1)
  525. Frame39.BackgroundColor = BrickColor.new("Really black")
  526. Frame39.BackgroundColor3 = Color3.new(0, 0, 0)
  527. Frame39.BackgroundTransparency = 0.60784316062927
  528. Frame39.BorderSizePixel = 0
  529. Frame40.Name = "DarkP"
  530. Frame40.Parent = Frame27
  531. Frame40.Position = UDim2.new(0, 13, 0, 4)
  532. Frame40.Size = UDim2.new(0, 1, 0, 1)
  533. Frame40.BackgroundColor = BrickColor.new("Really black")
  534. Frame40.BackgroundColor3 = Color3.new(0, 0, 0)
  535. Frame40.BackgroundTransparency = 0.2392156869173
  536. Frame40.BorderSizePixel = 0
  537. Frame41.Name = "DarkP"
  538. Frame41.Parent = Frame27
  539. Frame41.Position = UDim2.new(0, 3, 0, 7)
  540. Frame41.Size = UDim2.new(0, 1, 0, 1)
  541. Frame41.BackgroundColor = BrickColor.new("Really black")
  542. Frame41.BackgroundColor3 = Color3.new(0, 0, 0)
  543. Frame41.BackgroundTransparency = 0.2392156869173
  544. Frame41.BorderSizePixel = 0
  545. Frame42.Name = "LightP"
  546. Frame42.Parent = Frame27
  547. Frame42.Position = UDim2.new(0, 3, 0, 8)
  548. Frame42.Size = UDim2.new(0, 1, 0, 1)
  549. Frame42.BackgroundColor = BrickColor.new("Really black")
  550. Frame42.BackgroundColor3 = Color3.new(0, 0, 0)
  551. Frame42.BackgroundTransparency = 0.60784316062927
  552. Frame42.BorderSizePixel = 0
  553. Frame43.Name = "Stage5"
  554. Frame43.Parent = SurfaceGui0
  555. Frame43.Visible = false
  556. Frame43.Size = UDim2.new(1, 0, 1, 0)
  557. Frame43.BackgroundColor = BrickColor.new("Institutional white")
  558. Frame43.BackgroundColor3 = Color3.new(1, 1, 1)
  559. Frame43.BackgroundTransparency = 1
  560. Frame43.BorderSizePixel = 0
  561. Frame43.ZIndex = 6
  562. Frame44.Name = "DarkP"
  563. Frame44.Parent = Frame43
  564. Frame44.Position = UDim2.new(0, 4, 0, 5)
  565. Frame44.Size = UDim2.new(0, 1, 0, 1)
  566. Frame44.BackgroundColor = BrickColor.new("Really black")
  567. Frame44.BackgroundColor3 = Color3.new(0, 0, 0)
  568. Frame44.BackgroundTransparency = 0.2392156869173
  569. Frame44.BorderSizePixel = 0
  570. Frame45.Name = "LightP"
  571. Frame45.Parent = Frame43
  572. Frame45.Position = UDim2.new(0, 9, 0, 3)
  573. Frame45.Size = UDim2.new(0, 1, 0, 1)
  574. Frame45.BackgroundColor = BrickColor.new("Really black")
  575. Frame45.BackgroundColor3 = Color3.new(0, 0, 0)
  576. Frame45.BackgroundTransparency = 0.60784316062927
  577. Frame45.BorderSizePixel = 0
  578. Frame46.Name = "DarkP"
  579. Frame46.Parent = Frame43
  580. Frame46.Position = UDim2.new(0, 9, 0, 2)
  581. Frame46.Size = UDim2.new(0, 1, 0, 1)
  582. Frame46.BackgroundColor = BrickColor.new("Really black")
  583. Frame46.BackgroundColor3 = Color3.new(0, 0, 0)
  584. Frame46.BackgroundTransparency = 0.2392156869173
  585. Frame46.BorderSizePixel = 0
  586. Frame47.Name = "LightP"
  587. Frame47.Parent = Frame43
  588. Frame47.Position = UDim2.new(0, 5, 0, 12)
  589. Frame47.Size = UDim2.new(0, 1, 0, 1)
  590. Frame47.BackgroundColor = BrickColor.new("Really black")
  591. Frame47.BackgroundColor3 = Color3.new(0, 0, 0)
  592. Frame47.BackgroundTransparency = 0.60784316062927
  593. Frame47.BorderSizePixel = 0
  594. Frame48.Name = "DarkP"
  595. Frame48.Parent = Frame43
  596. Frame48.Position = UDim2.new(0, 4, 0, 12)
  597. Frame48.Size = UDim2.new(0, 1, 0, 1)
  598. Frame48.BackgroundColor = BrickColor.new("Really black")
  599. Frame48.BackgroundColor3 = Color3.new(0, 0, 0)
  600. Frame48.BackgroundTransparency = 0.2392156869173
  601. Frame48.BorderSizePixel = 0
  602. Frame49.Name = "DarkP"
  603. Frame49.Parent = Frame43
  604. Frame49.Position = UDim2.new(0, 9, 0, 13)
  605. Frame49.Size = UDim2.new(0, 1, 0, 1)
  606. Frame49.BackgroundColor = BrickColor.new("Really black")
  607. Frame49.BackgroundColor3 = Color3.new(0, 0, 0)
  608. Frame49.BackgroundTransparency = 0.2392156869173
  609. Frame49.BorderSizePixel = 0
  610. Frame50.Name = "LightP"
  611. Frame50.Parent = Frame43
  612. Frame50.Position = UDim2.new(0, 9, 0, 14)
  613. Frame50.Size = UDim2.new(0, 1, 0, 1)
  614. Frame50.BackgroundColor = BrickColor.new("Really black")
  615. Frame50.BackgroundColor3 = Color3.new(0, 0, 0)
  616. Frame50.BackgroundTransparency = 0.60784316062927
  617. Frame50.BorderSizePixel = 0
  618. Frame51.Name = "LightP"
  619. Frame51.Parent = Frame43
  620. Frame51.Position = UDim2.new(0, 14, 0, 5)
  621. Frame51.Size = UDim2.new(0, 1, 0, 1)
  622. Frame51.BackgroundColor = BrickColor.new("Really black")
  623. Frame51.BackgroundColor3 = Color3.new(0, 0, 0)
  624. Frame51.BackgroundTransparency = 0.60784316062927
  625. Frame51.BorderSizePixel = 0
  626. Frame52.Name = "DarkP"
  627. Frame52.Parent = Frame43
  628. Frame52.Position = UDim2.new(0, 14, 0, 4)
  629. Frame52.Size = UDim2.new(0, 1, 0, 1)
  630. Frame52.BackgroundColor = BrickColor.new("Really black")
  631. Frame52.BackgroundColor3 = Color3.new(0, 0, 0)
  632. Frame52.BackgroundTransparency = 0.2392156869173
  633. Frame52.BorderSizePixel = 0
  634. Frame53.Name = "LightP"
  635. Frame53.Parent = Frame43
  636. Frame53.Position = UDim2.new(0, 4, 0, 13)
  637. Frame53.Size = UDim2.new(0, 1, 0, 1)
  638. Frame53.BackgroundColor = BrickColor.new("Really black")
  639. Frame53.BackgroundColor3 = Color3.new(0, 0, 0)
  640. Frame53.BackgroundTransparency = 0.60784316062927
  641. Frame53.BorderSizePixel = 0
  642. Frame54.Name = "DarkP"
  643. Frame54.Parent = Frame43
  644. Frame54.Position = UDim2.new(0, 5, 0, 10)
  645. Frame54.Size = UDim2.new(0, 1, 0, 1)
  646. Frame54.BackgroundColor = BrickColor.new("Really black")
  647. Frame54.BackgroundColor3 = Color3.new(0, 0, 0)
  648. Frame54.BackgroundTransparency = 0.2392156869173
  649. Frame54.BorderSizePixel = 0
  650. Frame55.Name = "DarkP"
  651. Frame55.Parent = Frame43
  652. Frame55.Position = UDim2.new(0, 2, 0, 8)
  653. Frame55.Size = UDim2.new(0, 1, 0, 1)
  654. Frame55.BackgroundColor = BrickColor.new("Really black")
  655. Frame55.BackgroundColor3 = Color3.new(0, 0, 0)
  656. Frame55.BackgroundTransparency = 0.2392156869173
  657. Frame55.BorderSizePixel = 0
  658. Frame56.Name = "LightP"
  659. Frame56.Parent = Frame43
  660. Frame56.Position = UDim2.new(0, 2, 0, 9)
  661. Frame56.Size = UDim2.new(0, 1, 0, 1)
  662. Frame56.BackgroundColor = BrickColor.new("Really black")
  663. Frame56.BackgroundColor3 = Color3.new(0, 0, 0)
  664. Frame56.BackgroundTransparency = 0.60784316062927
  665. Frame56.BorderSizePixel = 0
  666. Frame57.Name = "DarkP"
  667. Frame57.Parent = Frame43
  668. Frame57.Position = UDim2.new(0, 6, 0, 2)
  669. Frame57.Size = UDim2.new(0, 1, 0, 1)
  670. Frame57.BackgroundColor = BrickColor.new("Really black")
  671. Frame57.BackgroundColor3 = Color3.new(0, 0, 0)
  672. Frame57.BackgroundTransparency = 0.2392156869173
  673. Frame57.BorderSizePixel = 0
  674. Frame58.Name = "LightP"
  675. Frame58.Parent = Frame43
  676. Frame58.Position = UDim2.new(0, 6, 0, 3)
  677. Frame58.Size = UDim2.new(0, 1, 0, 1)
  678. Frame58.BackgroundColor = BrickColor.new("Really black")
  679. Frame58.BackgroundColor3 = Color3.new(0, 0, 0)
  680. Frame58.BackgroundTransparency = 0.60784316062927
  681. Frame58.BorderSizePixel = 0
  682. Frame59.Name = "Stage0"
  683. Frame59.Parent = SurfaceGui0
  684. Frame59.Size = UDim2.new(1, 0, 1, 0)
  685. Frame59.BackgroundColor = BrickColor.new("Institutional white")
  686. Frame59.BackgroundColor3 = Color3.new(1, 1, 1)
  687. Frame59.BackgroundTransparency = 1
  688. Frame59.BorderSizePixel = 0
  689. Frame60.Name = "DarkP"
  690. Frame60.Parent = Frame59
  691. Frame60.Position = UDim2.new(0, 7, 0, 7)
  692. Frame60.Size = UDim2.new(0, 1, 0, 1)
  693. Frame60.BackgroundColor = BrickColor.new("Really black")
  694. Frame60.BackgroundColor3 = Color3.new(0, 0, 0)
  695. Frame60.BackgroundTransparency = 0.2392156869173
  696. Frame60.BorderSizePixel = 0
  697. Frame61.Name = "DarkP"
  698. Frame61.Parent = Frame59
  699. Frame61.Position = UDim2.new(0, 8, 0, 8)
  700. Frame61.Size = UDim2.new(0, 1, 0, 1)
  701. Frame61.BackgroundColor = BrickColor.new("Really black")
  702. Frame61.BackgroundColor3 = Color3.new(0, 0, 0)
  703. Frame61.BackgroundTransparency = 0.2392156869173
  704. Frame61.BorderSizePixel = 0
  705. Frame62.Name = "LightP"
  706. Frame62.Parent = Frame59
  707. Frame62.Position = UDim2.new(0, 8, 0, 9)
  708. Frame62.Size = UDim2.new(0, 1, 0, 1)
  709. Frame62.BackgroundColor = BrickColor.new("Really black")
  710. Frame62.BackgroundColor3 = Color3.new(0, 0, 0)
  711. Frame62.BackgroundTransparency = 0.60784316062927
  712. Frame62.BorderSizePixel = 0
  713. Frame63.Name = "LightP"
  714. Frame63.Parent = Frame59
  715. Frame63.Position = UDim2.new(0, 7, 0, 8)
  716. Frame63.Size = UDim2.new(0, 1, 0, 1)
  717. Frame63.BackgroundColor = BrickColor.new("Really black")
  718. Frame63.BackgroundColor3 = Color3.new(0, 0, 0)
  719. Frame63.BackgroundTransparency = 0.60784316062927
  720. Frame63.BorderSizePixel = 0
  721. for i,v in pairs(mas:GetChildren()) do
  722. v.Parent = part
  723. pcall(function() v:MakeJoints() end)
  724. end
  725. mas:Destroy()
  726. for i,v in pairs(cors) do
  727. spawn(function()
  728. pcall(v)
  729. end)
  730. end
  731.  
  732. end
  733.  
  734. hold = false
  735. attack = false
  736. function slap()
  737. attack = true
  738. hold = true
  739. repeat
  740. game:service("RunService").RenderStepped:Wait()
  741. local part = mouse.Target
  742. if part and part.Name ~= "Base" and part.Name ~= "Baseplate" then
  743. if not part:FindFirstChild("mineeh") then
  744. local mineeh = Instance.new("NumberValue", part)
  745. mineeh.Name = "mineeh"
  746. mineeh.Value = 1
  747. crack(part, "Front")
  748. crack(part, "Top")
  749. crack(part, "Bottom")
  750. crack(part, "Right")
  751. crack(part, "Left")
  752. crack(part, "Back")
  753. for i,v in pairs (part:GetChildren()) do
  754. if v:IsA("SurfaceGui") then
  755. for i,v in pairs (v:children()) do
  756. if v:IsA("Frame") and v.Name ~= "Stage1" then
  757. v.Visible = false
  758. end
  759. end
  760. end
  761. end
  762. elseif part:FindFirstChild("mineeh") then
  763. local mineeh = part:FindFirstChild("mineeh")
  764. mineeh.Value = mineeh.Value + 1
  765.  
  766. if mineeh.Value == 1 then
  767. for i,v in pairs (part:GetChildren()) do
  768. if v:IsA("SurfaceGui") then
  769. for i,v in pairs (v:children()) do
  770. if v:IsA("Frame") and v.Name ~= "Stage1" then
  771. v.Visible = false
  772. end
  773. end
  774. end
  775. end
  776. end
  777.  
  778. if mineeh.Value == 5 then
  779. for i,v in pairs (part:GetChildren()) do
  780. if v:IsA("SurfaceGui") then
  781. for i,v in pairs (v:children()) do
  782. if v:IsA("Frame") and v.Name ~= "Stage1" and v.Name ~= "Stage2" then
  783. v.Visible = false
  784. elseif v.Name == "Stage2" then
  785. v.Visible = true
  786. end
  787. end
  788. end
  789. end
  790. end
  791.  
  792. if mineeh.Value == 13 then
  793. for i,v in pairs (part:GetChildren()) do
  794. if v:IsA("SurfaceGui") then
  795. for i,v in pairs (v:children()) do
  796. if v:IsA("Frame") and v.Name ~= "Stage1" and v.Name ~= "Stage2" and v.Name ~= "Stage3" then
  797. v.Visible = false
  798. elseif v.Name == "Stage3" then
  799. v.Visible = true
  800. end
  801. end
  802. end
  803. end
  804. end
  805.  
  806. if mineeh.Value == 22 then
  807. for i,v in pairs (part:GetChildren()) do
  808. if v:IsA("SurfaceGui") then
  809. for i,v in pairs (v:children()) do
  810. if v:IsA("Frame") and v.Name ~= "Stage1" and v.Name ~= "Stage2" and v.Name ~= "Stage3" and v.Name ~= "Stage4" then
  811. v.Visible = false
  812. elseif v.Name == "Stage4" then
  813. v.Visible = true
  814. end
  815. end
  816. end
  817. end
  818. end
  819.  
  820. if mineeh.Value == 31 then
  821. for i,v in pairs (part:GetChildren()) do
  822. if v:IsA("SurfaceGui") then
  823. for i,v in pairs (v:children()) do
  824. if v:IsA("Frame") and v.Name ~= "Stage1" and v.Name ~= "Stage2" and v.Name ~= "Stage3" and v.Name ~= "Stage4" and v.Name ~= "Stage5" then
  825. v.Visible = false
  826. elseif v.Name == "Stage5" then
  827. v.Visible = true
  828. end
  829. end
  830. end
  831. end
  832. end
  833.  
  834. if mineeh.Value == 37 then
  835. for i,v in pairs (part:GetChildren()) do
  836. if v:IsA("SurfaceGui") then
  837. for i,v in pairs (v:children()) do
  838. if v:IsA("Frame") and v.Name ~= "Stage1" and v.Name ~= "Stage2" and v.Name ~= "Stage3" and v.Name ~= "Stage4" and v.Name ~= "Stage6" and v.Name ~= "Stage5" then
  839. v.Visible = false
  840. elseif v.Name == "Stage6" then
  841. v.Visible = true
  842. end
  843. end
  844. end
  845. end
  846. end
  847.  
  848. if mineeh.Value == 45 then
  849. part.CanCollide = false
  850. for i = 1,8 do
  851. local a = 35
  852. local p = Instance.new("Part", workspace)
  853. p.Size = Vector3.new(part.Size.x*0.3, part.Size.x*0.3, part.Size.x*0.3)
  854. p.Material = part.Material
  855. p.Color = part.Color
  856. p.TopSurface = part.TopSurface
  857. p.BottomSurface = part.BottomSurface
  858. p.FrontSurface = part.FrontSurface
  859. p.BackSurface = part.BackSurface
  860. p.LeftSurface = part.LeftSurface
  861. p.RightSurface = part.RightSurface
  862. p.Reflectance = part.Reflectance
  863. p.Transparency = part.Transparency
  864. p.CFrame = part.CFrame
  865. p.Velocity = Vector3.new(math.random(-a, a), math.random(-a, a), math.random(-a, a))
  866. game.Debris:AddItem(p, 0.5)
  867. for i,v in pairs (part:children()) do
  868. if v:IsA("Decal") or v:IsA("Texture") then
  869. v:Clone().Parent = p
  870. end
  871. end
  872. end
  873. part:remove()
  874. end
  875.  
  876. end
  877. end
  878. until hold == false
  879. hold = false
  880. attack = false
  881. end
  882.  
  883. mouse.Button1Down:connect(function()
  884. if attack == false then
  885. slap()
  886. end
  887. end)
  888.  
  889. mouse.Button1Up:connect(function()
  890. hold = false
  891. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement