Advertisement
Kaemi

wree

Dec 30th, 2017
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.38 KB | None | 0 0
  1. --By Rufus14
  2. use = false
  3. mouse = game.Players.LocalPlayer:GetMouse()
  4. function usecancer(key)
  5.     if key == "q" and not use then
  6.         use = true
  7.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  8.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  9.         local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  10.         local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  11.         rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  12.         rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  13.         rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  14.         local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  15.         local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  16.         lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  17.         lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  18.         lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  19.         local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  20.         game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  21.         local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  22.         llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  23.         llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  24.         llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  25.         local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  26.         game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  27.         local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  28.         rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  29.         rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  30.         rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  31.         local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  32.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  33.         local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  34.         humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  35.         humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  36.         local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  37.         local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  38.         headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  39.         headweld.Part1 = game.Players.LocalPlayer.Character.Head
  40.         headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  41.         game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  42.         --Converted with ttyyuu12345's model to script plugin v4
  43.         function sandbox(var,func)
  44.             local env = getfenv(func)
  45.             local newenv = setmetatable({},{
  46.                 __index = function(self,k)
  47.                     if k=="script" then
  48.                         return var
  49.                     else
  50.                         return env[k]
  51.                     end
  52.                 end,
  53.             })
  54.             setfenv(func,newenv)
  55.             return func
  56.         end
  57.         cors = {}
  58.         mas = Instance.new("Model",game:GetService("Lighting"))
  59.         Part0 = Instance.new("Part")
  60.         SpecialMesh1 = Instance.new("SpecialMesh")
  61.         Part0.Name = "Boom"
  62.         Part0.Parent = mas
  63.         Part0.CanCollide = false
  64.         Part0.FormFactor = Enum.FormFactor.Custom
  65.         Part0.Size = Vector3.new(3.20000005, 1.60000002, 1.20000005)
  66.         Part0.CFrame = CFrame.new(-16.690012, 0.800000012, -10.2300053, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  67.         Part0.BottomSurface = Enum.SurfaceType.Smooth
  68.         Part0.TopSurface = Enum.SurfaceType.Smooth
  69.         Part0.Position = Vector3.new(-16.690012, 0.800000012, -10.2300053)
  70.         SpecialMesh1.Parent = Part0
  71.         SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=192488915 "
  72.         SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=192488947 "
  73.         SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  74.         for i,v in pairs(mas:GetChildren()) do
  75.             v.Parent = game:GetService("Players").LocalPlayer.Character
  76.             pcall(function() v:MakeJoints() end)
  77.         end
  78.         mas:Destroy()
  79.         for i,v in pairs(cors) do
  80.             spawn(function()
  81.                 pcall(v)
  82.             end)
  83.         end
  84.         Part0:BreakJoints()
  85.         local wld = Instance.new("Weld", Part0)
  86.         wld.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  87.         wld.Part1 = Part0
  88.         wld.C0 = CFrame.new(0.225064278, -0.775242805, -0.270078659, 8.88173761e-16, 2.98022265e-08, -1, 0.342021018, 0.939692378, 2.80049246e-08, 0.939692378, -0.342021018, -1.01929869e-08)
  89.         for i = 0,1 , 0.03 do
  90.             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0.973434448, 0.354300976, 1, -2.65673535e-22, 5.23747954e-22, 4.28783692e-22, 0.939692736, -0.342019916, -4.01296546e-22, 0.342019886, 0.939692736):inverse(),i)
  91.             rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -0.926598787, -0.83039999, 1, 7.05192424e-23, -5.83027784e-22, -2.65673535e-22, 0.939692736, -0.342019886, 5.23747954e-22, 0.342019916, 0.939692736),i)
  92.             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.81264472, 0.689083576, 1, 5.40176254e-22, -2.30443007e-22, -2.65673535e-22, 0.766044974, 0.64278698, 5.23747954e-22, -0.64278698, 0.766044974),i)
  93.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, -0.19437933, -0.533704281, 1, -1.33141268e-22, -5.71985801e-22, -2.65673535e-22, 0.76604414, -0.642788053, 5.23747954e-22, 0.642788053, 0.76604414),i)
  94.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, -0.0814247131, 0.431622028, 1, 5.40176607e-22, -2.30442275e-22, -2.65673535e-22, 0.76604414, 0.642788053, 5.23747954e-22, -0.642788053, 0.76604414),i)
  95.             game:GetService("RunService").RenderStepped:wait()
  96.         end
  97.         Part0.CanCollide = true
  98.         wld:destroy()
  99.         for i = 0,1 , 0.03 do
  100.             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0):inverse(),i)
  101.             rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0),i)
  102.             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  103.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  104.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  105.             game:GetService("RunService").RenderStepped:wait()
  106.         end
  107.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Hmmmm...","Green")
  108.         wait(2.5)
  109.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"What can i put...?","Green")
  110.         wait(1)
  111.         --Converted with ttyyuu12345's model to script plugin v4
  112.         function sandbox(var,func)
  113.             local env = getfenv(func)
  114.             local newenv = setmetatable({},{
  115.                 __index = function(self,k)
  116.                     if k=="script" then
  117.                         return var
  118.                     else
  119.                         return env[k]
  120.                     end
  121.                 end,
  122.             })
  123.             setfenv(func,newenv)
  124.             return func
  125.         end
  126.         cors = {}
  127.         mas = Instance.new("Model",game:GetService("Lighting"))
  128.         local Sound00 = Instance.new("Sound")
  129.         Sound00.Parent = Part0
  130.         Sound00.Volume = 8
  131.         local cancermath = math.random(1,6)
  132.         if cancermath == 1 then
  133.             Sound00.SoundId = "rbxassetid://474600455"
  134.             Sound00.TimePosition = 17
  135.         end
  136.         if cancermath == 2 then
  137.             Sound00.SoundId = "rbxassetid://166552695"
  138.         end
  139.         if cancermath == 3 then
  140.             Sound00.SoundId = "rbxassetid://207353176"
  141.         end
  142.         if cancermath == 4 then
  143.             Sound00.SoundId = "rbxassetid://319758951"
  144.         end
  145.         if cancermath == 5 then
  146.             Sound00.SoundId = "rbxassetid://432676016"
  147.         end
  148.         if cancermath == 6 then
  149.             Sound00.SoundId = "rbxassetid://290168092"
  150.             Sound00.TimePosition = 8
  151.         end
  152.         for i,v in pairs(mas:GetChildren()) do
  153.             v.Parent = game:GetService("Players").LocalPlayer.Character
  154.             pcall(function() v:MakeJoints() end)
  155.         end
  156.         mas:Destroy()
  157.         for i,v in pairs(cors) do
  158.             spawn(function()
  159.                 pcall(v)
  160.             end)
  161.         end
  162.         Sound00:Play()
  163.         wait(3.8)
  164.         local Sound020 = Instance.new("Sound")
  165.         Sound020.Parent = game.Players.LocalPlayer.Character.Head
  166.         Sound020.Volume = 10
  167.         Sound020.SoundId = "rbxassetid://1093102664"
  168.         Sound020.PlaybackSpeed = 1.2
  169.         Sound020:Play()
  170.         for i = 0,1 , 0.5 do
  171.             headweld.C0 = headweld.C0:lerp(CFrame.new(-0.0875797272, 1.45040846, -0.104373932, 0.76604414, -0.21984598, 0.604023337, -4.04873002e-22, 0.939692855, 0.342019469, -0.642788053, -0.262001961, 0.719846249),i)
  172.             wait()
  173.         end
  174.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"what the fuck","Red")
  175.         wait(2)
  176.         local Sound020 = Instance.new("Sound")
  177.         Sound020.Parent = game.Players.LocalPlayer.Character.Head
  178.         Sound020.Volume = 10
  179.         Sound020.SoundId = "rbxassetid://393884633"
  180.         Sound020:Play()
  181.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","Red")
  182.         for i = 1,200 do
  183.             humanoidrootpart.C0 = CFrame.new(0,0,0) * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  184.             humanoidrootpart.C0 = humanoidrootpart.C0 * CFrame.fromEulerAnglesXYZ(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  185.             wait()
  186.         end
  187.         humanoidrootpart.C0 = CFrame.new(0,0,0)
  188.         game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"FUCK THIS GOOD BYE CRUEL WORLD!!!!","Red")
  189.         --Converted with ttyyuu12345's model to script plugin v4
  190.         function sandbox(var,func)
  191.             local env = getfenv(func)
  192.             local newenv = setmetatable({},{
  193.                 __index = function(self,k)
  194.                     if k=="script" then
  195.                         return var
  196.                     else
  197.                         return env[k]
  198.                     end
  199.                 end,
  200.             })
  201.             setfenv(func,newenv)
  202.             return func
  203.         end
  204.         cors = {}
  205.         mas = Instance.new("Model",game:GetService("Lighting"))
  206.         wheniseeuagain = Instance.new("Sound")
  207.         wheniseeuagain.Parent = mas
  208.         wheniseeuagain.SoundId = "rbxassetid://873716340"
  209.         wheniseeuagain.TimePosition = 98
  210.         wheniseeuagain.Volume = 10
  211.         for i,v in pairs(mas:GetChildren()) do
  212.             v.Parent = game:GetService("Players").LocalPlayer.Character
  213.             pcall(function() v:MakeJoints() end)
  214.         end
  215.         mas:Destroy()
  216.         for i,v in pairs(cors) do
  217.             spawn(function()
  218.                 pcall(v)
  219.             end)
  220.         end
  221.         wheniseeuagain:Play()
  222.         wait(2)
  223.         for i = 0,1 , 0.1 do
  224.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.44952965, 0.867795706, 0.0211362839, 0.499998987, -0.866025984, 5.23747954e-22, -0.866025984, -0.499998987, -3.13253081e-22, 5.33158749e-22, -2.96953094e-22, -1),i)
  225.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.4404583, 1.32009363, 0, 0.642788053, 0.76604414, 5.23747954e-22, 0.76604414, -0.642788053, -3.13253081e-22, 9.66932434e-23, 6.0256937e-22, -1),i)
  226.             headweld.C0 = headweld.C0:lerp(CFrame.new(-0.0170650482, 1.50495195, 0.11660099, 0.998444736, -0.0544946194, -0.0117676482, 0.0533289872, 0.995090902, -0.083368212, 0.0162529964, 0.082611002, 0.996449351),i)
  227.             game:GetService("RunService").RenderStepped:wait()
  228.         end
  229.         wait(1)
  230.         Sound020:Play()
  231.         for i = 0,1 , 0.1 do
  232.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.30448723, 1.37236357, 0.0211362839, 0.342019916, -0.939692736, 5.23747954e-22, -0.939692736, -0.342019886, -3.13253081e-22, 4.73493854e-22, -3.85023394e-22, -1),i)
  233.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.43943405, 0.869103909, 0, 0.866025567, 0.499999762, 5.23747954e-22, 0.499999762, -0.866025567, -3.13253081e-22, 2.9695264e-22, 5.33159001e-22, -1),i)
  234.             headweld.C0 = headweld.C0:lerp(CFrame.new(0.117767334, 1.41633081, 0.11660099, 0.799132466, 0.597886562, -0.0626025945, -0.60093534, 0.797312498, -0.0562996715, 0.0162530094, 0.082611002, 0.996449411),i)
  235.             game:GetService("RunService").RenderStepped:wait()
  236.         end
  237.         local dis = Instance.new("DistortionSoundEffect", wheniseeuagain)
  238.         dis.Level = 1
  239.         for i  = 0,1 , 0.03 do
  240.             rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i)
  241.             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i)
  242.             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
  243.             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i)
  244.             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i)
  245.             game:GetService("RunService").RenderStepped:wait()
  246.         end
  247.         --[[--Converted with ttyyuu12345's model to script plugin v4
  248.         function sandbox(var,func)
  249.             local env = getfenv(func)
  250.             local newenv = setmetatable({},{
  251.                 __index = function(self,k)
  252.                     if k=="script" then
  253.                         return var
  254.                     else
  255.                         return env[k]
  256.                     end
  257.                 end,
  258.             })
  259.             setfenv(func,newenv)
  260.             return func
  261.         end
  262.         cors = {}
  263.         mas = Instance.new("Model",game:GetService("Lighting"))
  264.         Sound0 = Instance.new("Sound")
  265.         Sound0.Parent = mas
  266.         Sound0.SoundId = "rbxassetid://873716340"
  267.         Sound0.TimePosition = 101
  268.         dis = Instance.new("DistortionSoundEffect", Sound0)
  269.         dis.Level = 1
  270.         for i,v in pairs(mas:GetChildren()) do
  271.             v.Parent = game:GetService("Players").LocalPlayer.Character
  272.             pcall(function() v:MakeJoints() end)
  273.         end
  274.         mas:Destroy()
  275.         for i,v in pairs(cors) do
  276.             spawn(function()
  277.                 pcall(v)
  278.             end)
  279.         end
  280.         Sound0:Play()--]]
  281.     end
  282. end
  283. mouse.KeyDown:connect(usecancer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement