Advertisement
refrop

Error!Sans /beta/ v2

Jun 7th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.38 KB | None | 0 0
  1. --Edited by refrop
  2.  
  3.  
  4. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  5. ID = '319332735'
  6. Looped = false
  7.  
  8. Music=Instance.new("Sound" ,workspace)
  9. Music.Name = "Music"
  10. if Looped == true then
  11. Music.Looped = true
  12. end
  13. Music.SoundId = "http://roblox.com/asset/?id=319332735"
  14. Music:Play() --Demonic Laugh. (Omega Flowey) You can remove if you wish. Its very loud (To not make play, remove 'Music:Play()')
  15.  
  16. --full credit to krystal and rocky2u for below
  17. Fire = false
  18.  
  19. Sparkles = false
  20.  
  21. Box = false
  22.  
  23. local Players = game.Players
  24.  
  25. local Player = Players.LocalPlayer
  26.  
  27. local Mouse = Player:GetMouse()
  28.  
  29.  
  30. local dist = 25
  31.  
  32. local trans = 0
  33.  
  34. local dwn=false
  35.  
  36. local Bin = Instance.new("HopperBin")
  37.  
  38. Bin.Name = "Sans' Telekinesis"
  39.  
  40. Bin.Parent = Player.Backpack
  41.  
  42.  
  43. local ScreenGUI = Instance.new("ScreenGui", Player.PlayerGui)
  44.  
  45. local Color = Instance.new("Color3Value", ScreenGUI)
  46.  
  47. local ColorValue = Color.Value
  48.  
  49. local Blue = Instance.new("TextButton", ScreenGUI)
  50.  
  51. local Red = Instance.new("TextButton", ScreenGUI)
  52.  
  53. local Green = Instance.new("TextButton", ScreenGUI)
  54.  
  55. local Yellow = Instance.new("TextButton", ScreenGUI)
  56.  
  57. local Pink = Instance.new("TextButton", ScreenGUI)
  58.  
  59. local LightBlue = Instance.new("TextButton", ScreenGUI)
  60.  
  61. local White = Instance.new("TextButton", ScreenGUI)
  62.  
  63. local FireTrue = Instance.new("TextButton", ScreenGUI)
  64.  
  65. local FireFalse = Instance.new("TextButton", ScreenGUI)
  66.  
  67. local SparklesTrue = Instance.new("TextButton", ScreenGUI)
  68.  
  69. local SparklesFalse = Instance.new("TextButton", ScreenGUI)
  70.  
  71. local BoxTrue = Instance.new("TextButton", ScreenGUI)
  72.  
  73. local BoxFalse = Instance.new("TextButton", ScreenGUI)
  74.  
  75. Color.Name = "Color"
  76.  
  77. Blue.BackgroundColor3 = BrickColor.new("Bright blue").Color
  78.  
  79. Blue.Transparency = 0.5
  80.  
  81. Blue.Size = UDim2.new(0, 20 ,0, 20)
  82.  
  83. Blue.Position = UDim2.new(1, -35, 1, -35)
  84.  
  85. Blue.Name = "Blue"
  86.  
  87. Blue.Text = ""
  88.  
  89. Blue.Visible = false
  90.  
  91. Red.BackgroundColor3 = BrickColor.new("Bright red").Color
  92.  
  93. Red.Transparency = 0.5
  94.  
  95. Red.Size = UDim2.new(0, 20 ,0, 20)
  96.  
  97. Red.Position = UDim2.new(1,-65, 1, -35)
  98.  
  99. Red.Name = "Red"
  100.  
  101. Red.Text = ""
  102.  
  103. Red.Visible = false
  104.  
  105. Green.BackgroundColor3 = BrickColor.new("Bright green").Color
  106.  
  107. Green.Transparency = 0.5
  108.  
  109. Green.Size = UDim2.new(0, 20 ,0, 20)
  110.  
  111. Green.Position = UDim2.new(1,-95, 1, -35)
  112.  
  113. Green.Name = "Green"
  114.  
  115. Green.Text = ""
  116.  
  117. Green.Visible = false
  118.  
  119. Yellow.BackgroundColor3 = BrickColor.new("New Yeller").Color
  120.  
  121. Yellow.Transparency = 0.5
  122.  
  123. Yellow.Size = UDim2.new(0, 20 ,0, 20)
  124.  
  125. Yellow.Position = UDim2.new(1,-125, 1, -35)
  126.  
  127. Yellow.Name = "Yellow"
  128.  
  129. Yellow.Text = ""
  130.  
  131. Yellow.Visible = false
  132.  
  133. Pink.BackgroundColor3 = BrickColor.new("Hot pink").Color
  134.  
  135. Pink.Transparency = 0.5
  136.  
  137. Pink.Size = UDim2.new(0, 20 ,0, 20)
  138.  
  139. Pink.Position = UDim2.new(1,-155, 1, -35)
  140.  
  141. Pink.Name = "Pink"
  142.  
  143. Pink.Text = ""
  144.  
  145. Pink.Visible = false
  146.  
  147. LightBlue.BackgroundColor3 = BrickColor.new("Cyan").Color
  148.  
  149. LightBlue.Transparency = 0.5
  150.  
  151. LightBlue.Size = UDim2.new(0, 20 ,0, 20)
  152.  
  153. LightBlue.Position = UDim2.new(1,-185, 1, -35)
  154.  
  155. LightBlue.Name = "LightBlue"
  156.  
  157. LightBlue.Text = ""
  158.  
  159. LightBlue.Visible = false
  160.  
  161. White.BackgroundColor3 = BrickColor.new("White").Color
  162.  
  163. White.Transparency = 0.5
  164.  
  165. White.Size = UDim2.new(0, 20 ,0, 20)
  166.  
  167. White.Position = UDim2.new(1,-215, 1, -35)
  168.  
  169. White.Name = "White"
  170.  
  171. White.Text = ""
  172.  
  173. White.Visible = false
  174.  
  175. FireFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  176.  
  177. FireFalse.Transparency = 0.5
  178.  
  179. FireFalse.Size = UDim2.new(0, 50 ,0, 20)
  180.  
  181. FireFalse.Position = UDim2.new(1,-65, 1, -65)
  182.  
  183. FireFalse.Name = "FireFalse"
  184.  
  185. FireFalse.Text = "Fire: F"
  186.  
  187. FireFalse.Visible = false
  188.  
  189. FireFalse.FontSize = "Size12"
  190.  
  191. FireFalse.Font = "ArialBold"
  192.  
  193. FireFalse.TextColor = BrickColor.new(255,255,255)
  194.  
  195. FireFalse.TextTransparency = 0
  196.  
  197. FireTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  198.  
  199. FireTrue.Transparency = 0.5
  200.  
  201. FireTrue.Size = UDim2.new(0, 50 ,0, 20)
  202.  
  203. FireTrue.Position = UDim2.new(1,-65, 1, -65)
  204.  
  205. FireTrue.Name = "FireTrue"
  206.  
  207. FireTrue.Text = "Fire: T"
  208.  
  209. FireTrue.Visible = false
  210.  
  211. FireTrue.FontSize = "Size12"
  212.  
  213. FireTrue.Font = "ArialBold"
  214.  
  215. FireTrue.TextColor = BrickColor.new(255,255,255)
  216.  
  217. FireTrue.TextTransparency = 0
  218.  
  219. SparklesTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  220.  
  221. SparklesTrue.Transparency = 0.5
  222.  
  223. SparklesTrue.Size = UDim2.new(0, 50 ,0, 20)
  224.  
  225. SparklesTrue.Position = UDim2.new(1,-125, 1, -65)
  226.  
  227. SparklesTrue.Name = "SparklesTrue"
  228.  
  229. SparklesTrue.Text = "SP: T"
  230.  
  231. SparklesTrue.Visible = false
  232.  
  233. SparklesTrue.FontSize = "Size12"
  234.  
  235. SparklesTrue.Font = "ArialBold"
  236.  
  237. SparklesTrue.TextColor = BrickColor.new(255,255,255)
  238.  
  239. SparklesTrue.TextTransparency = 0
  240.  
  241. SparklesFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  242.  
  243. SparklesFalse.Transparency = 0.5
  244.  
  245. SparklesFalse.Size = UDim2.new(0, 50 ,0, 20)
  246.  
  247. SparklesFalse.Position = UDim2.new(1,-125, 1, -65)
  248.  
  249. SparklesFalse.Name = "SparklesFalse"
  250.  
  251. SparklesFalse.Text = "SP: F"
  252.  
  253. SparklesFalse.Visible = false
  254.  
  255. SparklesFalse.FontSize = "Size12"
  256.  
  257. SparklesFalse.Font = "ArialBold"
  258.  
  259. SparklesFalse.TextColor = BrickColor.new(255,255,255)
  260.  
  261. SparklesFalse.TextTransparency = 0
  262.  
  263. BoxTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  264.  
  265. BoxTrue.Transparency = 0.5
  266.  
  267. BoxTrue.Size = UDim2.new(0, 50 ,0, 20)
  268.  
  269. BoxTrue.Position = UDim2.new(1,-185, 1, -65)
  270.  
  271. BoxTrue.Name = "BoxTrue"
  272.  
  273. BoxTrue.Text = "Box: T"
  274.  
  275. BoxTrue.Visible = false
  276.  
  277. BoxTrue.FontSize = "Size12"
  278.  
  279. BoxTrue.Font = "ArialBold"
  280.  
  281. BoxTrue.TextColor = BrickColor.new(255,255,255)
  282.  
  283. BoxTrue.TextTransparency = 0
  284.  
  285. BoxFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  286.  
  287. BoxFalse.Transparency = 0.5
  288.  
  289. BoxFalse.Size = UDim2.new(0, 50 ,0, 20)
  290.  
  291. BoxFalse.Position = UDim2.new(1,-185, 1, -65)
  292.  
  293. BoxFalse.Name = "BoxFalse"
  294.  
  295. BoxFalse.Text = "Box: F"
  296.  
  297. BoxFalse.Visible = false
  298.  
  299. BoxFalse.FontSize = "Size12"
  300.  
  301. BoxFalse.Font = "ArialBold"
  302.  
  303. BoxFalse.TextColor = BrickColor.new(255, 255, 255)
  304.  
  305. BoxFalse.TextTransparency = 0
  306.  
  307. local Credits = Instance.new("ScreenGui",Player.PlayerGui)
  308.  
  309. local Text = Instance.new("TextLabel",Credits)
  310.  
  311. Text.BackgroundTransparency = 1
  312.  
  313. Text.Position = UDim2.new(0, 0, 1, -25)
  314.  
  315. Text.Size = UDim2.new(0, 200, 0, 25)
  316.  
  317. Text.Font = "SourceSans"
  318.  
  319. Text.FontSize = "Size24"
  320.  
  321. Text.Text = "By AzuLX, Issac and Pingu - GSans Script."
  322.  
  323. Text.TextColor3 = Color3.new(255, 255, 255)
  324.  
  325. Text.TextXAlignment = "Left"
  326.  
  327. local bawl = Instance.new("Part", game.Lighting)
  328.  
  329. bawl.Name="TelekinesisGrab"
  330.  
  331. local bp = Instance.new("BodyPosition", bawl)
  332.  
  333. local w = Instance.new("Weld", bawl)
  334.  
  335. function onButton1Down(mouse)
  336.  
  337. bawl.Size = Vector3.new(2,2,2)
  338.  
  339. bawl.Material="Neon"
  340.  
  341. bawl.Shape=0
  342.  
  343. bawl.Transparency=trans
  344.  
  345. bawl.Name="TelekinesisGrab"
  346.  
  347. bawl.CanCollide = false
  348.  
  349. bawl.Parent = game.Workspace
  350.  
  351. w.Parent = bawl
  352.  
  353. w.Name = "Weld"
  354.  
  355. bp.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  356.  
  357. bp.Parent = bawl
  358.  
  359. bp.Name="lolx"
  360.  
  361. bawl.Parent = workspace
  362.  
  363. if mouse ~= nil then
  364.  
  365. if mouse.Target ~= nil then
  366.  
  367. w.Part0 = mouse.Target
  368.  
  369. w.Part1 = bawl
  370.  
  371. dwn = true
  372.  
  373. if mouse.Target.Parent:FindFirstChild("Humanoid") then
  374.  
  375. mouse.Target.Parent:FindFirstChild("Humanoid").PlatformStand=true
  376.  
  377. else
  378.  
  379. print('no humanoid')
  380.  
  381. end
  382.  
  383. end
  384.  
  385. end
  386.  
  387. spawn(function()
  388.  
  389. while dwn == true do
  390.  
  391. ypcall(function()
  392.  
  393. bp.Parent = bawl
  394.  
  395. bp.position = Player.Character.Torso.Position + (mouse.Hit.lookVector*dist)
  396.  
  397. wait()
  398.  
  399. end)
  400.  
  401. end
  402.  
  403. end)
  404.  
  405. end
  406.  
  407. function onButton1Up(mouse)
  408.  
  409. dwn=false
  410.  
  411. if bawl ~= nil then
  412.  
  413. bawl.Parent=game.Lighting
  414.  
  415. else
  416.  
  417. print('not found')
  418.  
  419. end
  420.  
  421. end
  422.  
  423. function onKeyDown(key, mouse)
  424.  
  425. key:lower()
  426.  
  427. if key == "r" then
  428.  
  429. if bawl ~= nil then
  430.  
  431. --bawl.Parent=nil
  432.  
  433. end
  434.  
  435. elseif key == "e" then
  436.  
  437. local p = Instance.new("Part", workspace)
  438.  
  439. p.Size = Vector3.new(3,3,3)
  440.  
  441. p.Material = "Neon"
  442.  
  443. p.Position = mouse.Hit.p + Vector3.new(0,2,0)
  444.  
  445. p.BrickColor = bawl.BrickColor
  446.  
  447. p.Shape = "Ball"
  448.  
  449. p.BottomSurface = "Smooth"
  450.  
  451. p.TopSurface = "Smooth"
  452.  
  453. elseif key == "h" then
  454.  
  455. if bawl ~= nil then
  456.  
  457. if bawl:FindFirstChild("Weld") ~= nil then
  458.  
  459. if bawl:FindFirstChild("Weld").Part0 ~= nil then
  460.  
  461. bawl:FindFirstChild("Weld").Part0.Anchored=false
  462.  
  463. end
  464.  
  465. end
  466.  
  467. end
  468.  
  469. elseif key == "g" then
  470.  
  471. if bawl ~= nil then
  472.  
  473. local x = Instance.new("Explosion",workspace)
  474.  
  475. x.Position=bawl.Position
  476.  
  477. else
  478.  
  479. print('some sort of error')
  480.  
  481. end
  482.  
  483. elseif key == "x" then
  484.  
  485. dist=dist - 5
  486.  
  487. elseif key == "c" then
  488.  
  489. dist=15
  490.  
  491. elseif key == "v" then
  492.  
  493. dist=100
  494.  
  495. elseif key == "z" then
  496.  
  497. dist=dist + 5
  498.  
  499. end
  500.  
  501. end
  502.  
  503. FireX = 0
  504.  
  505. FireY = 0
  506.  
  507. FireZ = 0
  508.  
  509. SPX = 0
  510.  
  511. SPY = 0
  512.  
  513. SPZ = 0
  514.  
  515. BoxColor = "White"
  516.  
  517. FireFalse.MouseButton1Down:connect(function ()
  518.  
  519. local Fire = Instance.new("Fire", bawl)
  520. Fire.Color = Color3.new(FireX,FireY,FireZ)
  521.  
  522. Player.PlayerGui.ScreenGui.FireFalse.Visible = false
  523.  
  524. Player.PlayerGui.ScreenGui.FireTrue.Visible = true
  525.  
  526. Fire.Color = Color3.new(FireX,FireY,FireZ)
  527.  
  528. end)
  529.  
  530. FireTrue.MouseButton1Down:connect(function ()
  531.  
  532. bawl.Fire:remove()
  533.  
  534. Player.PlayerGui.ScreenGui.FireFalse.Visible = true
  535.  
  536. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  537.  
  538. end)
  539.  
  540. SparklesFalse.MouseButton1Down:connect(function ()
  541.  
  542. local SP = Instance.new("Sparkles", bawl)
  543. SP.Color = Color3.new(SPX,SPY,SPZ)
  544.  
  545. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = false
  546.  
  547. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = true
  548.  
  549. end)
  550.  
  551. SparklesTrue.MouseButton1Down:connect(function ()
  552.  
  553. bawl.Sparkles:remove()
  554.  
  555. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = true
  556.  
  557. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  558.  
  559. end)
  560.  
  561. BoxFalse.MouseButton1Down:connect(function ()
  562.  
  563. local Box = Instance.new("SelectionBox", bawl)
  564. Box.Color = BrickColor.new(BoxColor)
  565. Box.Adornee = Box.Parent
  566.  
  567. Player.PlayerGui.ScreenGui.BoxFalse.Visible = false
  568.  
  569. Player.PlayerGui.ScreenGui.BoxTrue.Visible = true
  570.  
  571. end)
  572.  
  573. BoxTrue.MouseButton1Down:connect(function ()
  574.  
  575. bawl.SelectionBox:remove()
  576.  
  577. Player.PlayerGui.ScreenGui.BoxFalse.Visible = true
  578.  
  579. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  580.  
  581. end)
  582.  
  583. Blue.MouseButton1Down:connect(function ()
  584.  
  585. if bawl ~= nil then
  586.  
  587. bawl.BrickColor = BrickColor.new("Bright blue")
  588.  
  589. FireX = 0
  590. FireY = 0
  591. FireZ = 255
  592.  
  593. SPX = 0
  594. SPY = 0
  595. SPZ = 255
  596.  
  597. BoxColor = "Bright blue"
  598.  
  599. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,0,255)
  600.  
  601. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,0,255)
  602.  
  603. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright blue")
  604.  
  605. end
  606.  
  607. end)
  608.  
  609. Red.MouseButton1Down:connect(function ()
  610.  
  611. if bawl ~= nil then
  612.  
  613. bawl.BrickColor = BrickColor.new("Bright red")
  614.  
  615. FireX = 255
  616. FireY = 0
  617. FireZ = 0
  618.  
  619. SPX = 255
  620. SPY = 0
  621. SPZ = 0
  622.  
  623. BoxColor = "Bright red"
  624.  
  625. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,0,0)
  626.  
  627. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,0,0)
  628.  
  629. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright red")
  630.  
  631. end
  632.  
  633. end)
  634.  
  635. Green.MouseButton1Down:connect(function ()
  636.  
  637. if bawl ~= nil then
  638.  
  639. bawl.BrickColor = BrickColor.new("Bright green")
  640.  
  641. FireX = 0
  642. FireY = 255
  643. FireZ = 0
  644.  
  645. SPX = 0
  646. SPY = 255
  647. SPZ = 0
  648.  
  649. BoxColor = "Bright green"
  650.  
  651. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,255,0)
  652.  
  653. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,255,0)
  654.  
  655. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright green")
  656.  
  657. end
  658.  
  659. end)
  660.  
  661. Yellow.MouseButton1Down:connect(function ()
  662.  
  663. if bawl ~= nil then
  664.  
  665. bawl.BrickColor = BrickColor.new("New Yeller")
  666.  
  667. FireX = 255
  668. FireY = 255
  669. FireZ = 0
  670.  
  671. SPX = 255
  672. SPY = 255
  673. SPZ = 0
  674.  
  675. BoxColor = "New Yeller"
  676.  
  677. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,255,0)
  678.  
  679. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,255,0)
  680.  
  681. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("New Yeller")
  682.  
  683. end
  684.  
  685. end)
  686.  
  687. Pink.MouseButton1Down:connect(function ()
  688.  
  689. if bawl ~= nil then
  690.  
  691. bawl.BrickColor = BrickColor.new("Hot pink")
  692.  
  693. FireX = 255
  694. FireY = 0
  695. FireZ = 255
  696.  
  697. SPX = 255
  698. SPY = 0
  699. SPZ = 255
  700.  
  701. BoxColor = "Hot pink"
  702.  
  703. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,0,255)
  704.  
  705. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,0,255)
  706.  
  707. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Hot pink")
  708.  
  709. end
  710.  
  711. end)
  712.  
  713. LightBlue.MouseButton1Down:connect(function ()
  714.  
  715. if bawl ~= nil then
  716.  
  717. bawl.BrickColor = BrickColor.new("Cyan")
  718.  
  719. FireX = 0
  720. FireY = 255
  721. FireZ = 255
  722.  
  723. SPX = 0
  724. SPY = 255
  725. SPZ = 255
  726.  
  727. BoxColor = "Cyan"
  728.  
  729. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,255,255)
  730.  
  731. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,255,255)
  732.  
  733. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Cyan")
  734.  
  735. end
  736.  
  737. end)
  738.  
  739.  
  740. White.MouseButton1Down:connect(function ()
  741.  
  742. if bawl ~= nil then
  743.  
  744. bawl.BrickColor = BrickColor.new("White")
  745.  
  746. FireX = 255
  747. FireY = 255
  748. FireZ = 255
  749.  
  750. SPX = 255
  751. SPY = 255
  752. SPZ = 255
  753.  
  754. BoxColor = "White"
  755.  
  756. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,255,255)
  757.  
  758. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,255,255)
  759.  
  760. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("White")
  761.  
  762. end
  763.  
  764. end)
  765.  
  766. Bin.Selected:connect(function ()
  767.  
  768. Fire = false
  769.  
  770. Player.PlayerGui.ScreenGui.Blue.Visible = true
  771.  
  772. Player.PlayerGui.ScreenGui.Red.Visible = true
  773.  
  774. Player.PlayerGui.ScreenGui.Green.Visible = true
  775.  
  776. Player.PlayerGui.ScreenGui.Yellow.Visible = true
  777.  
  778. Player.PlayerGui.ScreenGui.Pink.Visible = true
  779.  
  780. Player.PlayerGui.ScreenGui.LightBlue.Visible = true
  781.  
  782. Player.PlayerGui.ScreenGui.White.Visible = true
  783.  
  784. Player.PlayerGui.ScreenGui.FireFalse.Visible = true
  785.  
  786. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  787.  
  788. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = true
  789.  
  790. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  791.  
  792. Player.PlayerGui.ScreenGui.BoxFalse.Visible = true
  793.  
  794. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  795.  
  796. end)
  797.  
  798. Bin.Deselected:connect(function ()
  799.  
  800. Fire = false
  801.  
  802. Player.PlayerGui.ScreenGui.Blue.Visible = false
  803.  
  804. Player.PlayerGui.ScreenGui.Red.Visible = false
  805.  
  806. Player.PlayerGui.ScreenGui.Green.Visible = false
  807.  
  808. Player.PlayerGui.ScreenGui.Yellow.Visible = false
  809.  
  810. Player.PlayerGui.ScreenGui.Pink.Visible = false
  811.  
  812. Player.PlayerGui.ScreenGui.LightBlue.Visible = false
  813.  
  814. Player.PlayerGui.ScreenGui.White.Visible = false
  815.  
  816. Player.PlayerGui.ScreenGui.FireFalse.Visible = false
  817.  
  818. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  819.  
  820. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = false
  821.  
  822. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  823.  
  824. Player.PlayerGui.ScreenGui.BoxFalse.Visible = false
  825.  
  826. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  827.  
  828. end)
  829.  
  830. Bin.Selected:connect(function(mouse)
  831.  
  832. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  833.  
  834. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  835.  
  836. mouse.KeyDown:connect(function(key) onKeyDown(key, mouse) end)
  837.  
  838. end)
  839. print 'Telek script has loaded, credit to Krystal and rocky2u'
  840. dot = false
  841. des = false
  842. local ChatService = game:GetService("Chat")
  843. local player = game.Players.LocalPlayer
  844. char = player.Character
  845. hum = char.Humanoid
  846. torso = hum.Torso
  847. lig = Instance.new("PointLight",player.Character.Torso)
  848. lig.Color=Color3.new(255, 0, 0)
  849. m=player:GetMouse()
  850. bb = Instance.new("BillboardGui",player.Character.Head)
  851. bb.Enabled = false
  852. bb.AlwaysOnTop = false
  853. bb.Size = UDim2.new(0,200,0,50)
  854. bb.StudsOffset = Vector3.new(0,1,0)
  855. gui=Instance.new("TextBox",bb)
  856. gui.Text = "* "
  857. gui.Size = UDim2.new(0,133,0,45)
  858. gui.Position=UDim2.new(0,57,0,-40)
  859. gui.TextColor3 = Color3.new(255,255,255)
  860. gui.BackgroundColor3=Color3.new(0,0,0)
  861. gui.TextWrapped = true
  862. gui.TextScaled = true
  863. gui.TextXAlignment = "Left"
  864. gui.TextYAlignment = "Top"
  865. gui.Visible = false
  866. gui.BorderColor3 = Color3.new(0,0,0)
  867.  
  868. gui1=Instance.new("TextButton",bb)
  869. gui1.Position=UDim2.new(0,5,0,-43)
  870. gui1.Size = UDim2.new(0,190,0,51)
  871.  
  872. gui1.TextColor3 = Color3.new(255,255,255)
  873. gui1.BackgroundColor3=Color3.new(255,255,255)
  874.  
  875. gui1.Visible = false
  876. img = Instance.new("ImageLabel",bb)
  877. img.Size = UDim2.new(0,46,0,47)
  878. img.Position = UDim2.new(0,10,0,-41)
  879. img.Image = "rbxassetid://388166921"
  880. img.BorderColor3 = Color3.new(0,0,0)
  881. img.Visible = false
  882. asd = Instance.new("Sound",player.Character.Torso)
  883. asd.SoundId = "http://www.roblox.com/asset/?id = 358280695"
  884.  
  885. asd1 = Instance.new("Sound",player.Character.Torso)
  886. asd1.SoundId = "http://www.roblox.com/asset/?id = 358280695"
  887.  
  888. asd2 = Instance.new("Sound",player.Character.Torso)
  889. asd2.SoundId = "http://www.roblox.com/asset/?id = 306370481"
  890. asd2.Looped = true
  891. asd3 = Instance.new("Sound",player.Character.Torso)
  892. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  893. asd3.Looped = true
  894. asd4 = Instance.new("Sound",player.Character.Torso)
  895. asd4.SoundId = "http://www.roblox.com/asset/?id = 366168126"
  896. asd4.Looped = false
  897. asd5 = Instance.new("Sound",player.Character.Torso)
  898. asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
  899. asd5.Looped = true
  900. dunkd = Instance.new("Sound",player.Character.Torso)
  901. dunkd.SoundId = "http://www.roblox.com/asset/?id = 382893859"
  902. dunkd.Looped = false
  903. function play(play)
  904. asd:Play()
  905. asd1:Play()
  906. end
  907. eye = Instance.new("Part",player.Character)
  908. eye.BrickColor = BrickColor.new("Toothpaste")
  909. eye.Material = "Neon"
  910. eye.FormFactor = 3
  911. eye.Shape = "Ball"
  912. eye.Size = Vector3.new(0.37,0.37,0.1)
  913. weld = Instance.new("Weld",eye)
  914. weld.Part0 = eye
  915. weld.Part1 = player.Character.Head
  916. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  917. eye.Transparency = 1
  918. -- listen for their chatting
  919. player.Chatted:connect(function(message)
  920. a = string.len(message)
  921. gui.Text = "* "
  922. gui.Visible = true
  923. gui1.Visible = true
  924. des = false
  925. img.Visible = true
  926. print(a)
  927. if dot == false then
  928. for i = 1,string.len(message) do wait(0.07)
  929. gui.Text =gui.Text..message:sub(i,i)
  930.  
  931. play()
  932. end
  933. end
  934.  
  935. des = true
  936. end)
  937. m.KeyDown:connect(function(k)
  938. if k == "g" then
  939. asd2:Play()
  940. eye.Transparency = 0
  941.  
  942. end
  943. end)
  944. m.KeyDown:connect(function(k)
  945. if k == "p" then
  946. eye.Transparency = 1
  947. asd3:Play()
  948. end
  949. end)
  950. m.KeyDown:connect(function(k)
  951. if k == "r" then
  952. eye.Transparency = 0
  953. asd4:Play()
  954. end
  955. end)
  956. m.KeyDown:connect(function(k)
  957. if k == "q" then
  958. eye.Transparency = 1
  959. asd5:Play()
  960. end
  961. end)
  962. m.KeyDown:connect(function(k)
  963. if k == "z" then
  964.  
  965. img.Image = "rbxassetid://414178632"
  966. end
  967. end)
  968. m.KeyDown:connect(function(k)
  969. if k == "c" then
  970. img.Image = "rbxassetid://333660171"
  971. end
  972. end)
  973. m.KeyDown:connect(function(k)
  974. if k == "n" then
  975. img.Image = "rbxassetid://309482690"
  976. end
  977. end)
  978. m.KeyDown:connect(function(k)
  979. if k == "b" then
  980. img.Image = "rbxassetid://356477236"
  981. end
  982. end)
  983. m.KeyDown:connect(function(k)
  984. if k == "m" then
  985. img.Image = "rbxassetid://392578302"
  986. end
  987. end)
  988. m.KeyDown:connect(function(k)
  989. if k == "v" then
  990. img.Image = "rbxassetid://359052889"
  991. end
  992. end)
  993. m.KeyDown:connect(function(k)
  994. if k == "h" then
  995. img.Image = "rbxassetid://339763092"
  996. end
  997. end)
  998. m.KeyDown:connect(function(k)
  999. if k == "j" then
  1000. img.Image = "rbxassetid://384795061"
  1001. end
  1002. end)
  1003. m.KeyDown:connect(function(k)
  1004. if k == "l" then
  1005. img.Image = "rbxassetid://378214121"
  1006. print("You take your very last breath...")
  1007. asdd = Instance.new("Sound",player.Character.Torso)
  1008. asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
  1009. asdd.Looped = false
  1010. spawn(function()
  1011. wait()
  1012. asdd:Play()
  1013. end)
  1014. wait(2)
  1015. asddd = Instance.new("Sound",player.Character.Torso)
  1016. asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
  1017. asddd.Looped = false
  1018. spawn(function()
  1019. wait()
  1020. asddd:Play()
  1021. end)
  1022. wait(2)
  1023. asdded = Instance.new("Sound",player.Character.Torso)
  1024. asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
  1025. asdded.Looped = false
  1026. spawn(function()
  1027. wait()
  1028. asdded:Play()
  1029. end)
  1030. char:BreakJoints()
  1031. end
  1032. end)
  1033. m.KeyDown:connect(function(k)
  1034. if k == "x" then
  1035. if des == true then
  1036. gui.Visible = false
  1037. gui.Text = "* "
  1038. gui1.Visible = false
  1039. img.Visible = false
  1040. end
  1041. end
  1042. end)
  1043. m.KeyDown:connect(function(k)
  1044. if k == "f" then
  1045. asd3:Stop()
  1046. asd2:Stop()
  1047. asd4:Stop()
  1048. dunkd:Stop()
  1049. eye.Transparency = 1
  1050. asd5:Stop()
  1051. end
  1052. end)
  1053. m.KeyDown:connect(function(k)
  1054. if k == "u" then
  1055. dunkd = Instance.new("Sound",player.Character.Torso)
  1056. dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
  1057. dunkd.Looped = false
  1058. dunkd:Play()
  1059. end
  1060. end)
  1061. m.KeyDown:connect(function(k)
  1062. if k == "y" then
  1063. img.Image = "rbxassetid://378198656"
  1064. end
  1065. end)
  1066. -- my god...
  1067. -- Suck_HiyaThere moves to arizona
  1068.  
  1069. --------------------------------------------------------
  1070.  
  1071. pls = game:GetService'Players'
  1072. rs = game:GetService'RunService'
  1073. uinps = game:GetService'UserInputService'
  1074. lp = pls.LocalPlayer
  1075. mouse = lp:GetMouse()
  1076. c = lp.Character
  1077. human = c.Humanoid
  1078. human.MaxHealth = 50000
  1079. soundVol = 0
  1080. wait()
  1081. human.Health = 50000
  1082. c.Health:Destroy()
  1083.  
  1084. --------------------------------------------------------
  1085.  
  1086. Debounces = {
  1087. AnimationCycles = 0;
  1088. FPS = 0;
  1089. scalingDamage = false;
  1090. damageLevel = 0;
  1091. attackNumber = 0;
  1092. isAttacking = false;
  1093. isMoving = false;
  1094. isSprinting = false;
  1095. isBoosting = false;
  1096. isPassive = false;
  1097. isTyping = false;
  1098. }
  1099.  
  1100. --------------------------------------------------------
  1101.  
  1102. numLerp = function(start, goal, alpha)
  1103. return(((goal - start) * alpha) + start)
  1104. end
  1105.  
  1106. CFrameZero = function()
  1107. return CFrame.new(Vector3.new())
  1108. end
  1109.  
  1110. rad = function(value)
  1111. return math.rad(value)
  1112. end
  1113.  
  1114. CFAngles = function(Vector)
  1115. return CFrame.Angles(rad(Vector.x),rad(Vector.y),rad(Vector.z))
  1116. end
  1117.  
  1118. --------------------------------------------------------
  1119.  
  1120. AnimStat = {
  1121. lerpSpeed = .2;
  1122. lerpSpeed2 = .35;
  1123. lerpTween = 0;
  1124. }
  1125.  
  1126. Joints = {
  1127. c.HumanoidRootPart.RootJoint;
  1128. c.Torso.Neck;
  1129. c.Torso['Left Shoulder'];
  1130. c.Torso['Right Shoulder'];
  1131. c.Torso['Left Hip'];
  1132. c.Torso['Right Hip'];
  1133. }
  1134.  
  1135. JointTargets = {
  1136. CFrameZero();
  1137. CFrameZero();
  1138. CFrameZero();
  1139. CFrameZero();
  1140. CFrameZero();
  1141. CFrameZero();
  1142. }
  1143.  
  1144. --------------------------------------------------------
  1145.  
  1146. BodyColors = {
  1147. HeadColor = BrickColor.new("Institutional white");
  1148. LeftArmColor = BrickColor.new("Institutional white");
  1149. RightArmColor = BrickColor.new("Institutional white");
  1150. LeftLegColor = BrickColor.new("Institutional white");
  1151. RightLegColor = BrickColor.new("Institutional white");
  1152. TorsoColor = BrickColor.new("Mid gray");
  1153. }
  1154.  
  1155. Customs = {
  1156. Face = "http://www.roblox.com/asset/?id=382064533";
  1157. Shirt = "http://www.roblox.com/asset/?id=380669878";
  1158. Pants = "http://www.roblox.com/asset/?id=415270659";
  1159. }
  1160.  
  1161. --------------------------------------------------------
  1162.  
  1163. prepareCharacter = function()
  1164. local transPoints = {
  1165. NumberSequenceKeypoint.new(0,0,0),
  1166. NumberSequenceKeypoint.new(.4,.05,0),
  1167. NumberSequenceKeypoint.new(.8,.16,0),
  1168. NumberSequenceKeypoint.new(1,.25,0)
  1169. }
  1170. local sizePoints = {
  1171. NumberSequenceKeypoint.new(0,.5,0),
  1172. NumberSequenceKeypoint.new(.18,.5,0),
  1173. NumberSequenceKeypoint.new(.49,.69,0),
  1174. NumberSequenceKeypoint.new(.74,.5,0),
  1175. NumberSequenceKeypoint.new(.92,.25,0),
  1176. NumberSequenceKeypoint.new(1,.0625,0)
  1177. }
  1178. local Size = NumberSequence.new(sizePoints)
  1179. local Transparency = NumberSequence.new(transPoints)
  1180. rayModel = Instance.new("Model",c)
  1181. efxBlock = Instance.new("Part",c)
  1182. efxBlock.Material = "Neon"
  1183. efxBlock.FormFactor = "Custom"
  1184. efxBlock.Size = Vector3.new(.3,.3,.3)
  1185. light = Instance.new("PointLight",c.Head)
  1186. light.Range = 8
  1187. light.Color = Color3.new(1,1,1)
  1188. light.Shadows = false
  1189. local particles = Instance.new("ParticleEmitter",efxBlock)
  1190. particles.Color = ColorSequence.new(Color3.new(.85,.85,.85),Color3.new(1,1,1))
  1191. particles.ZOffset = 1
  1192. particles.LightEmission = .96
  1193. particles.Size = Size
  1194. particles.Name = "Fire"
  1195. particles.Transparency = Transparency
  1196. particles.LockedToPart = true
  1197. particles.Rate = 25
  1198. particles.EmissionDirection = "Right"
  1199. particles.Acceleration = Vector3.new(-.5,0,0)
  1200. particles.Texture = "rbxassetid://24378732"
  1201. particles.Lifetime = NumberRange.new(.25,.25)
  1202. particles.Speed = NumberRange.new(-.5,5)
  1203. script.Parent = efxBlock
  1204. fire = particles
  1205. local offset = Vector3.new(0.2, .23, -0.5)
  1206. local weld = Instance.new("Weld",c.Head)
  1207. weld.Part0 = c.Head
  1208. weld.Part1 = efxBlock
  1209. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  1210. efxBlock.Parent = c
  1211. local music = Instance.new("Sound",c.Torso)
  1212. music.SoundId = "rbxassetid://316012176"
  1213. music.Looped = true
  1214. music.Volume = soundVol
  1215. fight = music
  1216. local music2 = Instance.new("Sound",c.Torso)
  1217. music2.SoundId = "rbxassetid://316014309"
  1218. music2.Looped = true
  1219. music2.Volume = soundVol
  1220. sans = music2
  1221. pointGyro = Instance.new("BodyGyro",c.HumanoidRootPart)
  1222. pointGyro.P = 1e7
  1223. pointGyro.D = 1e3
  1224. pointGyro.MaxTorque = Vector3.new(0,1e7,0)
  1225. animator = c.Humanoid:FindFirstChild("Animator")
  1226. if animator then
  1227. animator:Destroy()
  1228. end
  1229. c.Torso.roblox:Destroy()
  1230. for i,v in pairs (c.Head:children()) do
  1231. if v.ClassName == "Sound" then
  1232. v:Destroy()
  1233. end
  1234. end
  1235. for i = 1,#Joints do
  1236. Joints[i].C1 = CFrame.new(Vector3.new())
  1237. end
  1238. human.WalkSpeed = 0
  1239. human.JumpPower = 0
  1240. end
  1241.  
  1242. uinps.InputBegan:connect(function(InputObject)
  1243. if InputObject.KeyCode == Enum.KeyCode.K and Debounces.isTyping == false then
  1244. Debounces.isPassive = not Debounces.isPassive
  1245. end
  1246. end)
  1247.  
  1248. setJointCFrames = function(table)
  1249. for i = 1,#table do
  1250. JointTargets[i] = table[i]
  1251. end
  1252. AnimationCycles = 0
  1253. end
  1254.  
  1255. setLerp = function(speed)
  1256. AnimStat.lerpSpeed = speed
  1257. end
  1258.  
  1259. setTween = function(tween)
  1260. AnimStat.lerpTween = tween
  1261. end
  1262.  
  1263. takeDamage = function(position,damage,distance,platformStand)
  1264. for i,v in pairs (pls:children()) do
  1265. if v.ClassName == "Player" and v:FindFirstChild("Character") then
  1266. local torso = v.Character:FindFirstChild("Torso")
  1267. if torso and (torso.Position - position).magnitude < distance then
  1268. if v.Character.Humanoid.MaxHealth > 1000 then
  1269. v.Character.Humanoid.MaxHealth = 100;
  1270. v.Character.Humanoid.Breakjoints()
  1271. end
  1272.  
  1273.  
  1274. v.Character.Humanoid:TakeDamage(damage)
  1275. if platformStand == true then
  1276. v.Character.PlatformStand = platformStand
  1277. end
  1278. end
  1279. end
  1280. end
  1281. end
  1282. local plr = game:GetService("Players").LocalPlayer
  1283. local char = plr.Character
  1284.  
  1285. function FindInTable(t, n)
  1286. for i,v in pairs(t) do
  1287. if v == n then
  1288. return true
  1289. end
  1290. end
  1291. return false
  1292. end
  1293. --Transformaaaaation--
  1294. char["Left Arm"].BrickColor = BrickColor.new("Medium stone")
  1295. char["Right Arm"].BrickColor = BrickColor.new("Medium stone")
  1296. char.Head.BrickColor = BrickColor.new("Medium stone")
  1297. char["Left Leg"].BrickColor = BrickColor.new("Medium stone")
  1298. char["Right Leg"].BrickColor = BrickColor.new("Medium stone")
  1299.  
  1300. for i,v in pairs(char:children'') do
  1301. local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  1302. if FindInTable(toremove, v.ClassName) then v:Destroy() end
  1303. if v.ClassName == "BodyColors" then
  1304. v.HeadColor = BrickColor.new("Really black")
  1305. v.LeftArmColor = BrickColor.new("Really black")
  1306. v.LeftLegColor = BrickColor.new("Really black")
  1307. v.RightArmColor = BrickColor.new("Really black")
  1308. v.RightLegColor = BrickColor.new("Really black")
  1309. v.TorsoColor = BrickColor.new("Really black")
  1310. end
  1311. end
  1312. wait(1)
  1313. plr = game.Players.LocalPlayer
  1314. char = plr.Character
  1315. mouse = plr:GetMouse()
  1316. whitecolor = Color3.new(1,1,1)
  1317. epicmode = false
  1318. normal = true
  1319. for i,v in pairs(char:GetChildren()) do
  1320. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  1321. v:Destroy()
  1322. end
  1323. end
  1324. local shirt = Instance.new("Shirt",char)
  1325. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=535102167"
  1326. local pants = Instance.new("Pants",char)
  1327. pants.PantsTemplate = "http://www.roblox.com/asset/?id=540008761"
  1328. local bdycolors = char["Body Colors"]
  1329.  
  1330. for i,v in pairs(char:GetChildren()) do
  1331. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1332. v:Destroy()
  1333. end
  1334. end
  1335.  
  1336. -- Face
  1337. char.Head.face.Texture = "http://www.roblox.com/asset/?id=543498118"
  1338.  
  1339. -- Chat
  1340. local talksound = Instance.new("Sound",char.Torso)
  1341. talksound.SoundId = "rbxassetid://928210219"
  1342. talksound.Volume = 4
  1343. local blastsound = Instance.new("Sound",char.Torso)
  1344. blastsound.Name = "blast_sound"
  1345. blastsound.SoundId = "rbxassetid://345052019"
  1346. blastsound.Volume = 4
  1347. function swait(num)
  1348. if num==0 or num==nil then
  1349. game:service'RunService'.Stepped:wait(0)
  1350. else
  1351. for i=0,num do
  1352. game:service'RunService'.Stepped:wait(0)
  1353. end
  1354. end
  1355. end
  1356.  
  1357. function chatfunc(text)
  1358. local chat = coroutine.wrap(function()
  1359. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  1360. char:FindFirstChild("TalkingBillBoard"):Destroy()
  1361. end
  1362. local naeeym2 = Instance.new("BillboardGui",char)
  1363. naeeym2.Size = UDim2.new(0,100,0,40)
  1364. naeeym2.StudsOffset = Vector3.new(0,3,0)
  1365. naeeym2.Adornee = char.Head
  1366. naeeym2.Name = "TalkingBillBoard"
  1367. local tecks2 = Instance.new("TextLabel",naeeym2)
  1368. tecks2.BackgroundTransparency = 1
  1369. tecks2.BorderSizePixel = 0
  1370. tecks2.Text = ""
  1371. tecks2.Font = "Arcade"
  1372. tecks2.TextSize = 30
  1373. tecks2.TextStrokeTransparency = 0
  1374. tecks2.TextColor3 = Color3.new(255, 89, 89)
  1375. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  1376. tecks2.Size = UDim2.new(1,0,0.5,0)
  1377. local tecks3 = Instance.new("TextLabel",naeeym2)
  1378. tecks3.BackgroundTransparency = 1
  1379. tecks3.BorderSizePixel = 0
  1380. tecks3.Text = ""
  1381. tecks3.Font = "Arcade"
  1382. tecks3.TextSize = 30
  1383. tecks3.TextStrokeTransparency = 0
  1384. tecks3.TextColor3 = Color3.new(0,0,0)
  1385. tecks3.TextStrokeColor3 = Color3.new(1,1,1)
  1386. tecks3.Size = UDim2.new(1,0,0.5,0)
  1387. for i = 1,string.len(text),1 do
  1388. tecks2.Text = string.sub(text,1,i)
  1389. tecks3.Text = string.sub(text,1,i)
  1390. talksound:Play()
  1391. wait(0.01)
  1392. end
  1393. wait(2)
  1394. for i = 1, 50 do
  1395. swait()
  1396. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  1397. tecks2.Rotation = tecks2.Rotation - .8
  1398. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1399. tecks2.TextTransparency = tecks2.TextTransparency + .04
  1400. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  1401. tecks3.Rotation = tecks2.Rotation + .8
  1402. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1403. tecks3.TextTransparency = tecks2.TextTransparency + .04
  1404. end
  1405. naeeym2:Destroy()
  1406. end)
  1407. chat()
  1408. end
  1409. function onChatted(msg)
  1410. chatfunc(msg)
  1411. end
  1412. plr.Chatted:connect(onChatted)
  1413. wait(2)
  1414. chatfunc("Edited by Refrop")
  1415. wait(2)
  1416. chatfunc("What do we have here?")
  1417. wait(2)
  1418. chatfunc("Another AU...")
  1419. wait(2)
  1420. chatfunc("Code of this world is really trashy.")
  1421. wait(2)
  1422. chatfunc("I guess I am just gonna...")
  1423. wait(2)
  1424. chatfunc("END THIS WORLD")
  1425. wait(0.5)
  1426. char.Humanoid.Name = "Sans"
  1427. local music = Instance.new("Sound",char.Torso)
  1428. music.SoundId = "rbxassetid://377241339"
  1429. music.Volume = 30
  1430. music.Looped = true
  1431. music:Play()
  1432. LeyeColor = BrickColor.new("Really red")
  1433. local eyemodel = Instance.new("Model",char)
  1434. eyemodel.Name = "Eyes"
  1435. local reye = Instance.new("Part",eyemodel)
  1436. reye.Name = "BurningEff"
  1437. reye.Color = Color3.new(1,1,1)
  1438. reye.Material = "Neon"
  1439. reye.Transparency = 1
  1440. local reyemesh = Instance.new("SpecialMesh",reye)
  1441. reyemesh.MeshType = "Sphere"
  1442. reye.Size = Vector3.new(0.12, 0.37, 0.27)
  1443. local reyeweld = Instance.new("Weld",reye)
  1444. reyeweld.Part0 = reye
  1445. reyeweld.Part1 = char.Head
  1446. reyeweld.C0 = CFrame.new(-0.551300049, -0.19681406, -0.198293686, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1447. local leye = Instance.new("Part",eyemodel)
  1448. leye.Name = "LeftEye"
  1449. leye.BrickColor = LeyeColor
  1450. leye.Material = "Neon"
  1451. leye.Size = Vector3.new(0.2,0.2,0.2)
  1452. local leyemesh = Instance.new("SpecialMesh",leye)
  1453. leyemesh.MeshType = "Sphere"
  1454. leyemesh.Scale = Vector3.new(0.7,1.1,0.7)
  1455. local leyeweld = Instance.new("Weld",leye)
  1456. leyeweld.Part0 = leye
  1457. leyeweld.Part1 = char.Head
  1458. leyeweld.C0 = CFrame.new(-0.109999999, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1459. local leyeclone = leye:Clone()
  1460. leyeclone.Transparency = 1
  1461. leyeclone.Name = "RightEye"
  1462. leyeclone.Parent = eyemodel
  1463. for i,v in pairs(leyeclone:GetChildren()) do
  1464. if v.ClassName == "Weld" then
  1465. v:Destroy()
  1466. end
  1467. end
  1468. local leyeweld2 = Instance.new("Weld",leyeclone)
  1469. leyeweld2.Part0 = leyeclone
  1470. leyeweld2.Part1 = char.Head
  1471. leyeweld2.C0 = CFrame.new(0.0864697844, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1472. local fire = Instance.new("Fire",reye)
  1473. fire.Heat = 25000
  1474. fire.Color = leye.BrickColor.Color
  1475. fire.Size = 2
  1476. -- welds xd
  1477. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1478. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1479. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1480. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1481. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1482. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1483. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1484. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1485. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1486. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1487. for i = 0,1 ,0.03 do
  1488. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.925931931, -0.0977840424, 0.974765539, 0.886040092, -0.463608712, -1.69641942e-06, 0.405292064, 0.774584651, 0.485548228, -0.225103036, -0.430215806, 0.87421),i)
  1489. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.881086826, -0.201818228, 0.747067213, 0.882895231, 0.4695701, 1.00883415e-06, -0.397803098, 0.747956276, 0.531332433, 0.249497056, -0.469111204, 0.847163498),i)
  1490. game:GetService("RunService").RenderStepped:wait()
  1491. end
  1492. local slapsound = Instance.new("Sound",char.Torso)
  1493. slapsound.SoundId = "rbxassetid://511340819"
  1494. slapsound.Volume = 4
  1495. -- Funcs
  1496. function Blast(AAA)
  1497. if AAA == "f" then
  1498. local chatmath = math.random(1,3)
  1499. if chatmath == 1 then
  1500. chatfunc("FIRE!")
  1501. end
  1502. if chatmath == 2 then
  1503. chatfunc("Do you have an ERROR in ur system?")
  1504. end
  1505. if chatmath == 3 then
  1506. chatfunc("help i have an error... wait...")
  1507. end
  1508. local gasterblaster = Instance.new("Part",char.Torso)
  1509. gasterblaster.Size = Vector3.new(7, 16, 4)
  1510. gasterblaster.CanCollide = false
  1511. local gasterblastermesh = Instance.new("FileMesh",gasterblaster)
  1512. gasterblastermesh.MeshId = "rbxassetid://431908407"
  1513. gasterblastermesh.Scale = Vector3.new(0.05,0.05,0.05)
  1514. local gasterblastertexture = Instance.new("Decal",gasterblaster)
  1515. gasterblastertexture.Face = "Back"
  1516. gasterblastertexture.Texture = "http://www.roblox.com/asset/?id=451087762"
  1517. local weeld = Instance.new("Weld",gasterblaster)
  1518. weeld.Part0 = gasterblaster
  1519. weeld.Part1 = char.Torso
  1520. weeld.C0 = CFrame.new(3.71674585, -11.54426, -0.129204988, -0.999741375, 0, 0.0227420069, 0, 1, 0, -0.0227420069, 0, -0.999741375)
  1521. blastsound:Play()
  1522. char.Head.Anchored = true
  1523. wait(1)
  1524. local blast = Instance.new("Part",gasterblaster)
  1525. blast.Size = Vector3.new(39.07, 16.36, 367.54)
  1526. blast.Transparency = 0.7
  1527. blast.Material = "Neon"
  1528. blast.Color = Color3.new(255, 0, 0)
  1529. blast.CanCollide = true
  1530. local blastweld = Instance.new("Weld",blast)
  1531. blastweld.Part0 = blast
  1532. blastweld.Part1 = gasterblaster
  1533. blastweld.C0 = CFrame.new(-0.430000305, 1.73999977, -40.1399994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1534. blast.Touched:connect(function(part)
  1535. part.Parent:FindFirstChildOfClass("Humanoid"):Destroy() -- Makes them not able to move
  1536. end)
  1537. wait(2)
  1538. char.Head.Anchored = false
  1539. blast:Destroy()
  1540. gasterblaster:Destroy()
  1541. end
  1542. end
  1543. mouse.KeyDown:connect(Blast)
  1544.  
  1545.  
  1546. function Death()
  1547. music:Stop()
  1548. local deadsound = Instance.new("Sound",char.Torso)
  1549. deadsound.SoundId = "rbxassetid://427025525"
  1550. deadsound.Volume = 4
  1551. deadsound:Play()
  1552. for i,v in pairs(char:GetChildren()) do
  1553. if v.ClassName == "Part" then
  1554. v.Transparency = 1
  1555. end
  1556. leye.Transparency = 1
  1557. fire:Destroy()
  1558. char.Head.face.Transparency = 1
  1559. end
  1560. end
  1561. char.Sans.Died:connect(Death)
  1562.  
  1563.  
  1564. function Transform(key)
  1565. if key == "t" then
  1566. music.SoundId = "rbxassetid://424026286"
  1567. music:Stop()
  1568. music:Play()
  1569. chatfunc("Bro, Let me show you my true power")
  1570. leyeclone.Transparency = 0
  1571. local fire2 = Instance.new("Fire",leyeclone)
  1572. fire2.Heat = 25000
  1573. fire2.Color = leye.BrickColor.Color
  1574. fire2.Size = 2
  1575. end
  1576. end
  1577. mouse.KeyDown:connect(Transform)
  1578.  
  1579.  
  1580. function SLAP(key)
  1581. if key == "y" then
  1582. if normal and not epicmode then
  1583. for i = 0,1 , 0.05 do
  1584. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405028582, -0.494292736, 0.752350092, -0.658763528, -1.01652529e-06, 0.014031955, 0.0160269327, -0.999769807, 0.658614039, 0.752179325, 0.0213016756),i)
  1585. game:GetService("RunService").RenderStepped:wait()
  1586. end
  1587. local hurtbox = Instance.new("Part",char["Right Arm"])
  1588. hurtbox.Name = "Hurtbox"
  1589. hurtbox.Size = Vector3.new(1, 0.23, 1)
  1590. hurtbox.Transparency = 1
  1591. hurtbox.CanCollide = false
  1592. local hurtboxweld = Instance.new("Weld",hurtbox)
  1593. hurtboxweld.Part0 = hurtbox
  1594. hurtboxweld.Part1 = char["Right Arm"]
  1595. hurtboxweld.C0 = CFrame.new(0, 0.924999475, 3.09944153e-06, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024)
  1596. wait(0.5)
  1597. for i = 0,1 , 0.05 do
  1598. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.50000024, 0.405025482, -0.494292736, 0.999977887, 0.0066490462, 2.196479e-05, -0.000119999582, 0.0213499293, -0.999768794, -0.00664799893, 0.999750018, 0.0213503242),i)
  1599. game:GetService("RunService").RenderStepped:wait()
  1600. end
  1601. function onTouched(brick)
  1602. local humanoid = brick.Parent:FindFirstChildOfClass("Humanoid")
  1603. if humanoid then
  1604. humanoid:Destroy()
  1605. slapsound:Play()
  1606. end
  1607. end
  1608. hurtbox.Touched:connect(onTouched)
  1609. wait(1)
  1610. hurtbox:Destroy()
  1611. for i = 0,1 , 0.03 do
  1612. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.881086826, -0.201818228, 0.747067213, 0.882895231, 0.4695701, 1.00883415e-06, -0.397803098, 0.747956276, 0.531332433, 0.249497056, -0.469111204, 0.847163498),i)
  1613. game:GetService("RunService").RenderStepped:wait()
  1614. end
  1615. end
  1616. end
  1617. end
  1618. mouse.KeyDown:connect(SLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement