Advertisement
refrop

Error!Sans /beta/

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