Advertisement
TheVampireXD

Untitled

Jan 20th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. warn'STOP EVERY GENOICIDERS!'
  2.  
  3. -- by 1x1x1x1IAMbck
  4. wait(1)
  5. plr = owner
  6. char = plr.Character
  7. whitecolor = Color3.new(1,1,1)
  8. epicmode = false
  9. normal = true
  10. for i,v in pairs(char:GetChildren()) do
  11. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  12. v:Destroy()
  13. end
  14. end
  15. local shirt = Instance.new("Shirt",char)
  16. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=429776330"
  17. local pants = Instance.new("Pants",char)
  18. pants.PantsTemplate = "http://www.roblox.com/asset/?id=482364735"
  19. local bdycolors = char["Body Colors"]
  20. bdycolors.HeadColor3 = whitecolor
  21. bdycolors.LeftArmColor3 = whitecolor
  22. bdycolors.LeftLegColor3 = whitecolor
  23. bdycolors.RightArmColor3 = whitecolor
  24. bdycolors.RightLegColor3 = whitecolor
  25. bdycolors.TorsoColor3 = whitecolor
  26. for i,v in pairs(char:GetChildren()) do
  27. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  28. v:Destroy()
  29. end
  30. end
  31.  
  32. -- Face
  33. char.Head.face.Texture = "http://www.roblox.com/asset/?id=246064605"
  34.  
  35. -- Chat
  36. local talksound = Instance.new("Sound",char.Torso)
  37. talksound.SoundId = "rbxassetid://928210219"
  38. talksound.Volume = 4
  39. local blastsound = Instance.new("Sound",char.Torso)
  40. blastsound.Name = "blast_sound"
  41. blastsound.SoundId = "rbxassetid://345052019"
  42. blastsound.Volume = 4
  43. function swait(num)
  44. if num==0 or num==nil then
  45. game:service'RunService'.Stepped:wait(0)
  46. else
  47. for i=0,num do
  48. game:service'RunService'.Stepped:wait(0)
  49. end
  50. end
  51. end
  52.  
  53. function chatfunc(text)
  54. local chat = coroutine.wrap(function()
  55. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  56. char:FindFirstChild("TalkingBillBoard"):Destroy()
  57. end
  58. local naeeym2 = Instance.new("BillboardGui",char)
  59. naeeym2.Size = UDim2.new(0,100,0,40)
  60. naeeym2.StudsOffset = Vector3.new(0,3,0)
  61. naeeym2.Adornee = char.Head
  62. naeeym2.Name = "TalkingBillBoard"
  63. local tecks2 = Instance.new("TextLabel",naeeym2)
  64. tecks2.BackgroundTransparency = 1
  65. tecks2.BorderSizePixel = 0
  66. tecks2.Text = ""
  67. tecks2.Font = "Fantasy"
  68. tecks2.TextSize = 30
  69. tecks2.TextStrokeTransparency = 0
  70. tecks2.TextColor3 = Color3.new(.6,0,0)
  71. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  72. tecks2.Size = UDim2.new(1,0,0.5,0)
  73. local tecks3 = Instance.new("TextLabel",naeeym2)
  74. tecks3.BackgroundTransparency = 1
  75. tecks3.BorderSizePixel = 0
  76. tecks3.Text = ""
  77. tecks3.Font = "Fantasy"
  78. tecks3.TextSize = 30
  79. tecks3.TextStrokeTransparency = 0
  80. tecks3.TextColor3 = Color3.new(0,0,0)
  81. tecks3.TextStrokeColor3 = Color3.new(1,1,1)
  82. tecks3.Size = UDim2.new(1,0,0.5,0)
  83. for i = 1,string.len(text),1 do
  84. tecks2.Text = string.sub(text,1,i)
  85. tecks3.Text = string.sub(text,1,i)
  86. talksound:Play()
  87. wait(0.01)
  88. end
  89. wait(2)
  90. for i = 1, 50 do
  91. swait()
  92. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  93. tecks2.Rotation = tecks2.Rotation - .8
  94. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  95. tecks2.TextTransparency = tecks2.TextTransparency + .04
  96. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  97. tecks3.Rotation = tecks2.Rotation + .8
  98. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  99. tecks3.TextTransparency = tecks2.TextTransparency + .04
  100. end
  101. naeeym2:Destroy()
  102. end)
  103. chat()
  104. end
  105. function onChatted(msg)
  106. chatfunc(msg)
  107. end
  108. plr.Chatted:connect(onChatted)
  109. wait(2)
  110. chatfunc("Made by 1x1x1x1IAMbck")
  111. wait(2)
  112. chatfunc("You are here....")
  113. wait(2)
  114. chatfunc("That means u destroy all AUs.....")
  115. wait(2)
  116. chatfunc("Why?")
  117. wait(2)
  118. chatfunc("Iยดll kill you...")
  119. wait(0.5)
  120. char.Humanoid.Name = "Sans"
  121. local music = Instance.new("Sound",char.Torso)
  122. music.SoundId = "rbxassetid://928385983"
  123. music.Volume = 4
  124. music.Looped = true
  125. music:Play()
  126. LeyeColor = BrickColor.new("Toothpaste")
  127. local eyemodel = Instance.new("Model",char)
  128. eyemodel.Name = "Eyes"
  129. local reye = Instance.new("Part",eyemodel)
  130. reye.Name = "BurningEff"
  131. reye.Color = Color3.new(1,1,1)
  132. reye.Material = "Neon"
  133. reye.Transparency = 1
  134. local reyemesh = Instance.new("SpecialMesh",reye)
  135. reyemesh.MeshType = "Sphere"
  136. reye.Size = Vector3.new(0.12, 0.37, 0.27)
  137. local reyeweld = Instance.new("Weld",reye)
  138. reyeweld.Part0 = reye
  139. reyeweld.Part1 = char.Head
  140. reyeweld.C0 = CFrame.new(-0.551300049, -0.19681406, -0.198293686, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  141. local leye = Instance.new("Part",eyemodel)
  142. leye.Name = "LeftEye"
  143. leye.BrickColor = LeyeColor
  144. leye.Material = "Neon"
  145. leye.Size = Vector3.new(0.2,0.2,0.2)
  146. local leyemesh = Instance.new("SpecialMesh",leye)
  147. leyemesh.MeshType = "Sphere"
  148. leyemesh.Scale = Vector3.new(0.7,1.1,0.7)
  149. local leyeweld = Instance.new("Weld",leye)
  150. leyeweld.Part0 = leye
  151. leyeweld.Part1 = char.Head
  152. leyeweld.C0 = CFrame.new(-0.109999999, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  153. local leyeclone = leye:Clone()
  154. leyeclone.Transparency = 1
  155. leyeclone.Name = "RightEye"
  156. leyeclone.Parent = eyemodel
  157. for i,v in pairs(leyeclone:GetChildren()) do
  158. if v.ClassName == "Weld" then
  159. v:Destroy()
  160. end
  161. end
  162. local leyeweld2 = Instance.new("Weld",leyeclone)
  163. leyeweld2.Part0 = leyeclone
  164. leyeweld2.Part1 = char.Head
  165. leyeweld2.C0 = CFrame.new(0.0864697844, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  166. local fire = Instance.new("Fire",reye)
  167. fire.Heat = 25000
  168. fire.Color = leye.BrickColor.Color
  169. fire.Size = 2
  170. -- welds xd
  171. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  172. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  173. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  174. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  175. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  176. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  177. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  178. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  179. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  180. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  181. for i = 0,1 ,0.03 do
  182. 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)
  183. 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)
  184. game:GetService("RunService").RenderStepped:wait()
  185. end
  186. local slapsound = Instance.new("Sound",char.Torso)
  187. slapsound.SoundId = "rbxassetid://511340819"
  188. slapsound.Volume = 4
  189. -- Funcs
  190. function Blast(AAA)
  191. if AAA == "f" then
  192. local chatmath = math.random(1,3)
  193. if chatmath == 1 then
  194. chatfunc("Gaster Blaster!")
  195. end
  196. if chatmath == 2 then
  197. chatfunc("This is what you get for killing everybody.")
  198. end
  199. if chatmath == 3 then
  200. chatfunc("Look, I gave up trying to go back a long time ago.")
  201. end
  202. local gasterblaster = Instance.new("Part",char.Torso)
  203. gasterblaster.Size = Vector3.new(7, 16, 4)
  204. gasterblaster.CanCollide = true
  205. local gasterblastermesh = Instance.new("FileMesh",gasterblaster)
  206. gasterblastermesh.MeshId = "rbxassetid://431908407"
  207. gasterblastermesh.Scale = Vector3.new(0.05,0.05,0.05)
  208. local gasterblastertexture = Instance.new("Decal",gasterblaster)
  209. gasterblastertexture.Face = "Back"
  210. gasterblastertexture.Texture = "http://www.roblox.com/asset/?id=441975828"
  211. local weeld = Instance.new("Weld",gasterblaster)
  212. weeld.Part0 = gasterblaster
  213. weeld.Part1 = char.Torso
  214. weeld.C0 = CFrame.new(3.71674585, -11.54426, -0.129204988, -0.999741375, 0, 0.0227420069, 0, 1, 0, -0.0227420069, 0, -0.999741375)
  215. blastsound:Play()
  216. char.Head.Anchored = true
  217. wait(1)
  218. local blast = Instance.new("Part",gasterblaster)
  219. blast.Size = Vector3.new(18.07, 16.36, 73.54)
  220. blast.Transparency = 0.7
  221. blast.Material = "Neon"
  222. blast.Color = Color3.new(0,0,0)
  223. blast.Color = Color3.new(255,255,255)
  224. blast.CanCollide = true
  225. local blastweld = Instance.new("Weld",blast)
  226. blastweld.Part0 = blast
  227. blastweld.Part1 = gasterblaster
  228. blastweld.C0 = CFrame.new(-0.430000305, 1.73999977, -40.1399994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  229. blast.Touched:connect(function(part)
  230. part.Parent:FindFirstChildOfClass("Humanoid"):Destroy() -- Makes them not able to move
  231. end)
  232. wait(2)
  233. char.Head.Anchored = false
  234. blast:Destroy()
  235. gasterblaster:Destroy()
  236. end
  237. end
  238. mouse.KeyDown:connect(Blast)
  239.  
  240.  
  241. function Death()
  242. music:Stop()
  243. local deadsound = Instance.new("Sound",char.Torso)
  244. deadsound.SoundId = "rbxassetid://427025525"
  245. deadsound.Volume = 4
  246. deadsound:Play()
  247. for i,v in pairs(char:GetChildren()) do
  248. if v.ClassName == "Part" then
  249. v.Transparency = 1
  250. end
  251. leye.Transparency = 1
  252. fire:Destroy()
  253. char.Head.face.Transparency = 1
  254. end
  255. end
  256. char.Sans.Died:connect(Death)
  257.  
  258.  
  259. function Transform(key)
  260. if key == "t" then
  261. music.SoundId = "rbxassetid://1533300373"
  262. music:Stop()
  263. music:Play()
  264. chatfunc("Hehe, forgetting something?")
  265. leyeclone.Transparency = 0
  266. local fire2 = Instance.new("Fire",leyeclone)
  267. fire2.Heat = 25000
  268. fire2.Color = leye.BrickColor.Color
  269. fire2.Size = 2
  270. end
  271. end
  272. mouse.KeyDown:connect(Transform)
  273.  
  274.  
  275. function SLAP(key)
  276. if key == "y" then
  277. if normal and not epicmode then
  278. for i = 0,1 , 0.05 do
  279. 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)
  280. game:GetService("RunService").RenderStepped:wait()
  281. end
  282. local hurtbox = Instance.new("Part",char["Right Arm"])
  283. hurtbox.Name = "Hurtbox"
  284. hurtbox.Size = Vector3.new(1, 0.23, 1)
  285. hurtbox.Transparency = 1
  286. hurtbox.CanCollide = false
  287. local hurtboxweld = Instance.new("Weld",hurtbox)
  288. hurtboxweld.Part0 = hurtbox
  289. hurtboxweld.Part1 = char["Right Arm"]
  290. hurtboxweld.C0 = CFrame.new(0, 0.924999475, 3.09944153e-06, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024)
  291. wait(0.5)
  292. for i = 0,1 , 0.05 do
  293. 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)
  294. game:GetService("RunService").RenderStepped:wait()
  295. end
  296. function onTouched(brick)
  297. local humanoid = brick.Parent:FindFirstChildOfClass("Humanoid")
  298. if humanoid then
  299. humanoid:Destroy()
  300. slapsound:Play()
  301. end
  302. end
  303. hurtbox.Touched:connect(onTouched)
  304. wait(1)
  305. hurtbox:Destroy()
  306. for i = 0,1 , 0.03 do
  307. 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)
  308. game:GetService("RunService").RenderStepped:wait()
  309. end
  310. end
  311. end
  312. end
  313. mouse.KeyDown:connect(SLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement