refrop

MyDummy (NOTES) v8

Jun 18th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. local runDummyScript = function(f,scri)
  2. local oldenv = getfenv(f)
  3. local newenv = setmetatable({}, {
  4. __index = function(_, k)
  5. if k:lower() == 'script' then
  6. return script
  7. else
  8. return oldenv[k]
  9. end
  10. end
  11. })
  12. setfenv(f, newenv)
  13. ypcall(function() f() end)
  14. end
  15.  
  16.  
  17. cors = {}
  18. Wo = Instance.new("Model",game:GetService("Lighting"))
  19. Wo.Name = "CompiledModel"
  20.  
  21. -----variables
  22. local runner = game.Workspace:WaitForChild("refrop")
  23. local master = game:GetService("Players"):GetPlayerFromCharacter(runner)
  24.  
  25. local base = Instance.new("Model")
  26. base.Name = "MyDummy"
  27.  
  28. -------body
  29. local Head = Instance.new("Part")
  30. Head.Name = "Head"
  31.  
  32. local Torso = Instance.new("Part")
  33. Torso.Name = "Torso"
  34.  
  35. local LeftArm = Instance.new("Part")
  36. LeftArm.Name = "Left Arm"
  37.  
  38. local RightArm = Instance.new("Part")
  39. RightArm.Name = "Right Arm"
  40.  
  41. local LeftLeg = Instance.new("Part")
  42. LeftLeg.Name = "Left Leg"
  43.  
  44. local RightLeg = Instance.new("Part")
  45. RightLeg.Name = "Right Leg"
  46.  
  47. local Humanoid = Instance.new("Humanoid")
  48. Humanoid.Name = "Humanoid"
  49.  
  50.  
  51. local Face = Instance.new("Decal")
  52. Face.Name = "Face"
  53. -------body
  54.  
  55. ------Motor6D
  56.  
  57. local Neck = Instance.new("WeldConstraint")
  58. Neck.Name = "Neck"
  59.  
  60. local RightShoulder = Instance.new("WeldConstraint")
  61. RightShoulder.Name = "Right Shoulder"
  62.  
  63. local LeftHip = Instance.new("WeldConstraint")
  64. LeftHip.Name = "Left Hip"
  65.  
  66. --local LeftShoulder = Instance.new("Motor6D")
  67. --LeftShoulder.Name = "Left Shoulder"
  68.  
  69. local LeftShoulder = Instance.new("WeldConstraint")
  70. LeftShoulder.Name = "Left Shoulder"
  71.  
  72.  
  73. local RightHip = Instance.new("WeldConstraint")
  74. RightHip.Name = "Right Hip"
  75.  
  76. local Mesh = Instance.new("SpecialMesh")
  77. Mesh.Name = "Mesh"
  78.  
  79. local random = math.random(1, 2)
  80. local random2 = math.random(1, 3)
  81.  
  82. ------Motor6D
  83.  
  84. local Gui = Instance.new("ScreenGui")
  85. Gui.Name = "MyDummy"
  86.  
  87.  
  88. local Button = Instance.new("TextButton")
  89. Button.Name = "Duplicate"
  90.  
  91. local Button2 = Instance.new("TextButton")
  92. Button2.Name = "Delete"
  93.  
  94. local Button3 = Instance.new("TextButton")
  95. Button3.Name = "Sing"
  96.  
  97. local Button4 = Instance.new("TextButton")
  98. Button4.Name = "Shut"
  99.  
  100. local Button5 = Instance.new("TextButton")
  101. Button5.Name = "Close"
  102.  
  103. local Button6 = Instance.new("TextButton")
  104. Button6.Name = "Follow"
  105.  
  106. local Button7 = Instance.new("TextButton")
  107. Button7.Name = "Stop"
  108.  
  109.  
  110. local Button8 = Instance.new("TextButton")
  111. Button8.Name = "Inf"
  112.  
  113. local Button9 = Instance.new("TextButton")
  114. Button9.Name = "Kiss"
  115.  
  116. local Button10 = Instance.new("TextButton")
  117. Button10.Name = "Spawn"
  118.  
  119. local Button11 = Instance.new("TextButton")
  120. Button11.Name = "Safe"
  121.  
  122.  
  123. -------Talk
  124.  
  125. local Bi = Instance.new("BillboardGui")
  126. Bi.Name = "talk"
  127.  
  128. local text = Instance.new("TextBox")
  129.  
  130. -------Talk
  131.  
  132.  
  133. -----variables
  134.  
  135. -----game
  136.  
  137. wait(0.2)
  138. local W = Wo
  139.  
  140. base.Parent = W
  141.  
  142. ---base.World = runner.Torso.Position - Vector3.new(0, 1, 0)
  143.  
  144.  
  145.  
  146.  
  147. Head.Parent = base
  148. Head.Position = runner.Torso.Position + Vector3.new(0, 4.5, 0)
  149. Head.Orientation = Vector3.new(0, 0, 0)
  150. Head.Size = Vector3.new(2, 1, 1)
  151. Head.Anchored = false
  152. Head.Material = Enum.Material.SmoothPlastic
  153.  
  154.  
  155. Bi.Parent = Head
  156. Bi.AlwaysOnTop = true
  157. Bi.Enabled = true
  158. Bi.Size = UDim2.new(0, 200, 0, 50)
  159. Bi.StudsOffset = Vector3.new(0, 2, 0)
  160.  
  161.  
  162.  
  163. text.Parent = Bi
  164. text.TextScaled = true
  165. text.BackgroundTransparency = 1
  166. text.Text = "..."
  167. text.Size = UDim2.new(1, 0, 1, 0)
  168.  
  169.  
  170.  
  171.  
  172. Face.Parent = Head
  173. Face.Texture = "http://www.roblox.com/asset/?id=5400574876"
  174.  
  175.  
  176. Mesh.Parent = Head
  177. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  178.  
  179.  
  180. Torso.Parent = base
  181. Torso.Position = runner.Torso.Position + Vector3.new(0, 3, 0)
  182. Torso.Orientation = Vector3.new(0, 0, 0)
  183. Torso.Size = Vector3.new(2, 2, 1)
  184. Torso.Anchored = false
  185.  
  186. Torso.Material = Enum.Material.SmoothPlastic
  187. Torso.CanCollide = false
  188.  
  189. LeftArm.Parent = base
  190. LeftArm.Position = runner.Torso.Position + Vector3.new(-1.47, 3, 0)
  191. LeftArm.Orientation = Vector3.new(0, 0, 0)
  192. LeftArm.Size = Vector3.new(1, 2, 1)
  193. LeftArm.Anchored = false
  194.  
  195. LeftArm.Material = Enum.Material.SmoothPlastic
  196. LeftArm.CanCollide = false
  197.  
  198. RightArm.Parent = base
  199. RightArm.Position = runner.Torso.Position + Vector3.new(1.47, 3, 0)
  200. RightArm.Orientation = Vector3.new(0, 0, 0)
  201. RightArm.Size = Vector3.new(1, 2, 1)
  202. RightArm.Anchored = false
  203.  
  204. RightArm.Material = Enum.Material.SmoothPlastic
  205. RightArm.CanCollide = false
  206.  
  207.  
  208. LeftLeg.Parent = base
  209. LeftLeg.Position = runner.Torso.Position + Vector3.new(-0.5, 1, 0)
  210. LeftLeg.Orientation = Vector3.new(0, 0, 0)
  211. LeftLeg.Size = Vector3.new(1, 2, 1)
  212. LeftLeg.Anchored = false
  213.  
  214. LeftLeg.Material = Enum.Material.SmoothPlastic
  215. LeftLeg.CanCollide = false
  216.  
  217.  
  218.  
  219. RightLeg.Parent = base
  220. RightLeg.Position = runner.Torso.Position + Vector3.new(0.5, 1, 0)
  221. RightLeg.Orientation = Vector3.new(0, 0, 0)
  222. RightLeg.Size = Vector3.new(1, 2, 1)
  223. RightLeg.Anchored = false
  224.  
  225. RightLeg.Material = Enum.Material.SmoothPlastic
  226. RightLeg.CanCollide = false
  227.  
  228. -------body
  229. if random == 1 then
  230.  
  231. Head.BrickColor = BrickColor.new("Cool yellow")
  232. RightArm.BrickColor = BrickColor.new("Cool yellow")
  233. LeftArm.BrickColor = BrickColor.new("Cool yellow")
  234.  
  235. else
  236.  
  237. Head.BrickColor = BrickColor.new("Bright orange")
  238. RightArm.BrickColor = BrickColor.new("Bright orange")
  239. LeftArm.BrickColor = BrickColor.new("Bright orange")
  240.  
  241. end
  242. ---------shirt
  243. if random2 == 1 then
  244.  
  245. Torso.BrickColor = BrickColor.new("Neon orange")
  246. RightLeg.BrickColor = BrickColor.new("Neon orange")
  247. LeftLeg.BrickColor = BrickColor.new("Neon orange")
  248. end
  249.  
  250.  
  251. if random2 == 2 then
  252.  
  253. Torso.BrickColor = BrickColor.new("Black")
  254. RightLeg.BrickColor = BrickColor.new("Black")
  255. LeftLeg.BrickColor = BrickColor.new("Black")
  256. end
  257. if random2 == 3 then
  258.  
  259.  
  260. Torso.BrickColor = BrickColor.new("Baby blue")
  261. RightLeg.BrickColor = BrickColor.new("Baby blue")
  262. LeftLeg.BrickColor = BrickColor.new("Baby blue")
  263.  
  264.  
  265. end
  266.  
  267.  
  268. Humanoid.Parent = base
  269. Humanoid.NameOcclusion = Enum.NameOcclusion.OccludeAll
  270. Humanoid.DisplayName = " "
  271. -------------Motor6D
  272.  
  273.  
  274. LeftHip.Parent = Torso
  275. LeftHip.Part0 = Torso
  276. LeftHip.Part1 = LeftLeg
  277.  
  278.  
  279.  
  280. RightHip.Parent = Torso
  281. RightHip.Part0 = Torso
  282. RightHip.Part1 = RightLeg
  283.  
  284.  
  285. Neck.Parent = Torso
  286. Neck.Part0 = Torso
  287. Neck.Part1 = Head
  288.  
  289.  
  290. RightShoulder.Parent = Torso
  291. RightShoulder.Part0 = Torso
  292. RightShoulder.Part1 = RightArm
  293.  
  294.  
  295. LeftShoulder.Parent = Torso
  296. LeftShoulder.Part0 = Torso
  297. LeftShoulder.Part1 = LeftArm
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307. -------------Motor6D
  308. --------------------------Gui
  309.  
  310. Gui.Parent = master.PlayerGui
  311. Gui.ResetOnSpawn = false
  312.  
  313.  
  314. Button.Parent = master.PlayerGui.MyDummy
  315. Button.Position = UDim2.new(0.497, 0, 0.759, 0)
  316. Button.Size = UDim2.new(0, 95, 0, 50)
  317. Button.Text = "Duplicate"
  318. Button.TextScaled = true
  319. Button.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  320. Button.TextColor3 = Color3.new(1, 1, 1)
  321. Button.BorderSizePixel = 0
  322.  
  323.  
  324. Button2.Parent = master.PlayerGui.MyDummy
  325. Button2.Position = UDim2.new(0.597, 0, 0.759, 0)
  326. Button2.Size = UDim2.new(0, 95, 0, 50)
  327. Button2.Text = "Clean Server"
  328. Button2.TextScaled = true
  329. Button2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  330. Button2.TextColor3 = Color3.new(1, 1, 1)
  331. Button2.BorderSizePixel = 0
  332.  
  333. Button3.Parent = master.PlayerGui.MyDummy
  334. Button3.Position = UDim2.new(0.397, 0, 0.759, 0)
  335. Button3.Size = UDim2.new(0, 95, 0, 50)
  336. Button3.Text = "Sing"
  337. Button3.TextScaled = true
  338. Button3.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  339. Button3.TextColor3 = Color3.new(1, 1, 1)
  340. Button3.BorderSizePixel = 0
  341.  
  342. Button4.Parent = master.PlayerGui.MyDummy
  343. Button4.Position = UDim2.new(0.397, 0, 0.859, 0)
  344. Button4.Size = UDim2.new(0, 95, 0, 50)
  345. Button4.Text = "Shut"
  346. Button4.TextScaled = true
  347. Button4.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  348. Button4.TextColor3 = Color3.new(1, 1, 1)
  349. Button4.BorderSizePixel = 0
  350.  
  351. Button5.Parent = master.PlayerGui.MyDummy
  352. Button5.Position = UDim2.new(0.497, 0, 0.659, 0)
  353. Button5.Size = UDim2.new(0, 95, 0, 50)
  354. Button5.Text = "X"
  355. Button5.TextScaled = true
  356. Button5.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  357. Button5.TextColor3 = Color3.new(1, 1, 1)
  358. Button5.BorderSizePixel = 0
  359.  
  360. Button6.Parent = master.PlayerGui.MyDummy
  361. Button6.Position = UDim2.new(0.297, 0, 0.759, 0)
  362. Button6.Size = UDim2.new(0, 95, 0, 50)
  363. Button6.Text = "Follow"
  364. Button6.TextScaled = true
  365. Button6.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  366. Button6.TextColor3 = Color3.new(1, 1, 1)
  367. Button6.BorderSizePixel = 0
  368.  
  369. Button7.Parent = master.PlayerGui.MyDummy
  370. Button7.Position = UDim2.new(0.297, 0, 0.859, 0)
  371. Button7.Size = UDim2.new(0, 95, 0, 50)
  372. Button7.Text = "Stop"
  373. Button7.TextScaled = true
  374. Button7.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  375. Button7.TextColor3 = Color3.new(1, 1, 1)
  376. Button7.BorderSizePixel = 0
  377.  
  378.  
  379. Button8.Parent = master.PlayerGui.MyDummy
  380. Button8.Position = UDim2.new(0.197, 0, 0.759, 0)
  381. Button8.Size = UDim2.new(0, 95, 0, 50)
  382. Button8.Text = "Inf"
  383. Button8.TextScaled = true
  384. Button8.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  385. Button8.TextColor3 = Color3.new(1, 1, 1)
  386. Button8.BorderSizePixel = 0
  387.  
  388.  
  389. Button9.Parent = master.PlayerGui.MyDummy
  390. Button9.Position = UDim2.new(0.397, 0, 0.659, 0)
  391. Button9.Size = UDim2.new(0, 95, 0, 50)
  392. Button9.Text = "Kiss"
  393. Button9.TextScaled = true
  394. Button9.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  395. Button9.TextColor3 = Color3.new(1, 1, 1)
  396. Button9.BorderSizePixel = 0
  397.  
  398.  
  399. Button10.Parent = master.PlayerGui.MyDummy
  400. Button10.Position = UDim2.new(0.597, 0, 0.859, 0)
  401. Button10.Size = UDim2.new(0, 95, 0, 50)
  402. Button10.Text = "Spawn Map"
  403. Button10.TextScaled = true
  404. Button10.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  405. Button10.TextColor3 = Color3.new(1, 1, 1)
  406. Button10.BorderSizePixel = 0
  407.  
  408. Button11.Parent = master.PlayerGui.MyDummy
  409. Button11.Position = UDim2.new(0.697, 0, 0.859, 0)
  410. Button11.Size = UDim2.new(0, 95, 0, 50)
  411. Button11.Text = "Safe Mode"
  412. Button11.TextScaled = true
  413. Button11.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  414. Button11.TextColor3 = Color3.new(1, 1, 1)
  415. Button11.BorderSizePixel = 0
  416. --------------------------Gui
  417.  
  418. text.TextColor3 = Torso.Color
  419.  
  420. -----game
  421.  
  422. -----final
  423.  
  424. Wo.Parent = workspace
  425. Wo:MakeJoints()
  426. local mas1 = Wo:GetChildren()
  427. for i=1,#mas1 do
  428. mas1[i].Parent = workspace
  429. ypcall(function() mas1[i]:MakeJoints() end)
  430. end
  431. Wo:Destroy()
  432. for i=1,#cors do
  433. coroutine.resume(cors[i])
  434. end
  435.  
  436. -----final
  437.  
  438.  
  439. -----functions
  440.  
  441. local player = master
  442. local char = runner
  443. local Dummy = game.Workspace:FindFirstChild("MyDummy")
  444. local Gui = master.PlayerGui.MyDummy
  445. local Button1 = master.PlayerGui.MyDummy.Duplicate
  446. local Button2 = master.PlayerGui.MyDummy.Delete
  447. local Button3 = master.PlayerGui.MyDummy.Sing
  448. local Button4 = master.PlayerGui.MyDummy.Shut
  449. local Button5 = master.PlayerGui.MyDummy.Close
  450. local Button6 = master.PlayerGui.MyDummy.Follow
  451. local Button7 = master.PlayerGui.MyDummy.Stop
  452. local Button8 = master.PlayerGui.MyDummy.Inf
  453.  
  454. local rposition = runner.Torso.Position
  455. local music = Instance.new("Sound")
  456. local light = Instance.new("PointLight")
  457. local talk = Dummy.Head.talk.TextBox.Text
  458. local Works = game:FindFirstChildOfClass("Workspace")
  459. local DHumanoid = Dummy:FindFirstChildOfClass("Humanoid")
  460. local RHumanoid = runner:FindFirstChildOfClass("Humanoid")
  461. ---
  462.  
  463. ---
  464.  
  465.  
  466.  
  467.  
  468. music.Looped = true
  469.  
  470.  
  471. Button1.MouseButton1Down:Connect(function()
  472.  
  473. local clone = Dummy:clone()
  474.  
  475.  
  476. wait(0.5)
  477.  
  478.  
  479. clone.Parent = game.Workspace
  480.  
  481.  
  482. end)
  483.  
  484. Button2.MouseButton1Down:Connect(function()
  485. local Workspaces = game:FindFirstChildOfClass("Workspace")
  486. local Light = game:FindFirstChildOfClass("Lighting")
  487. Workspaces:ClearAllChildren()
  488. Light:ClearAllChildren()
  489. end)
  490.  
  491.  
  492.  
  493. Button3.MouseButton1Down:Connect(function()
  494.  
  495. local mix = math.random(1, 6)
  496.  
  497.  
  498. music.Playing = false
  499. Dummy.Head.talk.TextBox.Text = "Yes master, ill sing for you"
  500.  
  501. wait(1)
  502.  
  503. if mix == 1 then
  504.  
  505. Dummy.Head.talk.TextBox.Text = "Now Playing: Hatsune Miku - The Singing Passion of Hatsune Miku"
  506.  
  507. music.Parent = Dummy.Head
  508. music.Playing = true
  509. music.Volume = 5
  510. music.SoundId = "rbxassetid://604911505"
  511. music.TimePosition = 0
  512.  
  513. light.Parent = Dummy.Head
  514. light.Brightness = 2
  515. light.Range = 12
  516. light.Enabled = true
  517. light.Color = Color3.new(1, 0.666667, 1)
  518.  
  519. end
  520.  
  521. if mix == 2 then
  522.  
  523. Dummy.Head.talk.TextBox.Text = "Now Playing: HATSUNE MIKU - MAIRIEUX"
  524.  
  525. music.Parent = Dummy.Head
  526. music.Playing = true
  527. music.Volume = 5
  528. music.SoundId = "rbxassetid://6769399199"
  529. music.TimePosition = 0
  530.  
  531. light.Parent = Dummy.Head
  532. light.Brightness = 2
  533. light.Range = 12
  534. light.Enabled = true
  535. light.Color = Color3.new(1, 0.333333, 0.498039)
  536.  
  537. end
  538.  
  539. if mix == 3 then
  540.  
  541. Dummy.Head.talk.TextBox.Text = "Now Playing: Deltarune - Lost Girl (Noelle's Theme)"
  542.  
  543. music.Parent = Dummy.Head
  544. music.Playing = true
  545. music.Volume = 5
  546. music.SoundId = "rbxassetid://4652222971"
  547. music.TimePosition = 0
  548.  
  549. light.Parent = Dummy.Head
  550. light.Brightness = 2
  551. light.Range = 12
  552. light.Enabled = true
  553. light.Color = Color3.new(0.666667, 0.666667, 1)
  554.  
  555. end
  556.  
  557. if mix == 4 then
  558.  
  559. Dummy.Head.talk.TextBox.Text = "Now Playing: Snails House - Pixel Galaxy"
  560.  
  561. music.Parent = Dummy.Head
  562. music.Playing = true
  563. music.Volume = 5
  564. music.SoundId = "rbxassetid://1425570716"
  565. music.TimePosition = 0
  566.  
  567. light.Parent = Dummy.Head
  568. light.Brightness = 2
  569. light.Range = 12
  570. light.Enabled = true
  571. light.Color = Color3.new(1, 0.666667, 0.498039)
  572.  
  573. end
  574.  
  575. if mix == 5 then
  576.  
  577. Dummy.Head.talk.TextBox.Text = "Now Playing: DELTARUNE - End Credits Song"
  578.  
  579. music.Parent = Dummy.Head
  580. music.Playing = true
  581. music.Volume = 5
  582. music.SoundId = "rbxassetid://2533289322"
  583. music.TimePosition = 0
  584.  
  585. light.Parent = Dummy.Head
  586. light.Brightness = 2
  587. light.Range = 12
  588. light.Enabled = true
  589. light.Color = Color3.new(1, 0.666667, 0)
  590.  
  591. end
  592.  
  593. if mix == 6 then
  594.  
  595. Dummy.Head.talk.TextBox.Text = "Now Playing: Space Junk Galaxy Music - Super Mario Galaxy"
  596.  
  597. music.Parent = Dummy.Head
  598. music.Playing = true
  599. music.Volume = 5
  600. music.SoundId = "rbxassetid://154351646"
  601. music.TimePosition = 0
  602.  
  603. light.Parent = Dummy.Head
  604. light.Brightness = 4
  605. light.Range = 12
  606. light.Enabled = true
  607. light.Color = Color3.new(0.333333, 1, 1)
  608.  
  609. end
  610.  
  611.  
  612.  
  613.  
  614.  
  615. Button4.MouseButton1Down:Connect(function()
  616.  
  617. Dummy.Head.talk.TextBox.Text = "Yes master."
  618.  
  619. Dummy.Head.Sound.Playing = false
  620. Dummy.Head.PointLight.Enabled = false
  621.  
  622. wait(2)
  623.  
  624. Dummy.Head.talk.TextBox.Text = "..."
  625.  
  626. end)
  627.  
  628.  
  629.  
  630.  
  631. end)
  632.  
  633. Button5.MouseButton1Down:Connect(function()
  634.  
  635. master.PlayerGui.MyDummy:remove()
  636.  
  637. end)
  638.  
  639. Button6.MouseButton1Down:Connect(function()
  640.  
  641.  
  642. repeat
  643.  
  644.  
  645.  
  646.  
  647. Dummy.Head.talk.TextBox.Text = "Yes master, im coming"
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657. DHumanoid:MoveTo(runner.PrimaryPart.Position)
  658.  
  659. wait(0.1)
  660.  
  661.  
  662. Button7.MouseButton1Down:Connect(function()
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669. Dummy.Head.talk.TextBox.Text = "Yes master."
  670.  
  671.  
  672. wait(1)
  673.  
  674. Dummy.Head.talk.TextBox.Text = "..."
  675.  
  676.  
  677. end)
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685. until Dummy.Head.talk.TextBox.Text == "Yes master."
  686.  
  687. print("ended")
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699. end)
  700.  
  701. Button8.MouseButton1Down:Connect(function()
  702.  
  703. DHumanoid.MaxHealth = math.huge
  704. DHumanoid.Health= math.huge
  705.  
  706. Dummy.Head.talk.TextBox.Text = DHumanoid.Health
  707.  
  708. wait(1)
  709. Dummy.Head.talk.TextBox.Text = "..."
  710.  
  711.  
  712.  
  713. end)
  714.  
  715. Button9.MouseButton1Down:Connect(function()
  716.  
  717. Dummy.Head.talk.TextBox.Text = "M- Master"
  718.  
  719. local fa = Instance.new("Decal")
  720. fa.Texture = "http://www.roblox.com/asset/?id=4529210191"
  721. fa.Parent = Dummy.Head
  722.  
  723. local gig = Instance.new("Sound")
  724. gig.Parent = Dummy.Head
  725. gig.Volume = 5
  726. gig.Playing = true
  727. gig.SoundId = "http://www.roblox.com/asset/?id=5235559631"
  728.  
  729.  
  730. wait(2)
  731.  
  732. Dummy.Head.talk.TextBox.Text = "..."
  733. fa:Destroy()
  734.  
  735. end)
  736.  
  737. Button10.MouseButton1Down:Connect(function()
  738.  
  739. local spawnm = Instance.new("SpawnLocation")
  740. spawnm.Position = rposition
  741. spawnm.Anchored = true
  742. spawnm.Parent = game.Workspace
  743. spawnm.Size = Vector3.new(2048, 16, 2048)
  744.  
  745. end)
  746.  
  747. Button11.MouseButton1Down:Connect(function()
  748.  
  749. runner.Parent = Works.Terrain
  750. Dummy.Parent = Works.Terrain
  751.  
  752. DHumanoid.Name = "SafeMode"
  753.  
  754. DHumanoid.MaxHealth = math.huge
  755. DHumanoid.Health= math.huge
  756.  
  757. RHumanoid.MaxHealth = math.huge
  758. RHumanoid.Health= math.huge
  759.  
  760. RHumanoid.Name = "SafeMode"
  761.  
  762. Dummy.Head.talk.TextBox.Text = "Safe Mode Activated"
  763.  
  764. wait(2)
  765.  
  766. Dummy.Head.talk.TextBox.Text = "..."
  767.  
  768. end)
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775. ------functions
  776.  
  777.  
Add Comment
Please, Sign In to add comment