jasonskg1234

?

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