Advertisement
1x1x1x1IAMbck

ink sans

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