Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. --[[
  2. ▂▃▄▅▆▇█▓▒░Ultra Instinct░▒▓█▇▆▅▄▃▂
  3. by Theamazingnater
  4. --]]
  5. plr = game.Players.LocalPlayer
  6. char = plr.Character
  7. coroutine.wrap(function()
  8. while true do
  9. wait(0.01)
  10. char:FindFirstChildOfClass("Humanoid").MaxHealth = math.huge
  11. char:FindFirstChildOfClass("Humanoid").Health = math.huge
  12. end
  13. end)()
  14. print([[
  15. ▂▃▄▅▆▇█▓▒░Ultra Instinct░▒▓█▇▆▅▄▃▂
  16. Thanks for using my Ultra Instinct script!
  17. Controls:
  18. Click to PAUNCH
  19. J to reset (may take a few tries to kill you)
  20. ]])
  21. wait(1)
  22. className = "Ultra Instinct"
  23. print(className .. " loaded.")
  24. char.Archivable = true
  25. wait(0.01)
  26. local pchar = char:Clone()
  27. pchar.Parent = char
  28. wait(0.01)
  29. char.Archivable = false
  30. function swait(num)
  31. if num==0 or num==nil then
  32. game:service'RunService'.Stepped:wait(0)
  33. else
  34. for i=0,num do
  35. game:service'RunService'.Stepped:wait(0)
  36. end
  37. end
  38. end
  39. function chatfunc(text)
  40. local chat = coroutine.wrap(function()
  41. if char:FindFirstChild("TalkingBillBoard")~= nil then
  42. char:FindFirstChild("TalkingBillBoard"):destroy()
  43. end
  44. local naeeym2 = Instance.new("BillboardGui",pchar)
  45. naeeym2.Size = UDim2.new(0,100,0,40)
  46. naeeym2.StudsOffset = Vector3.new(0,3,0)
  47. naeeym2.Adornee = pchar.Head
  48. naeeym2.Name = "TalkingBillBoard"
  49. local tecks2 = Instance.new("TextLabel",naeeym2)
  50. tecks2.BackgroundTransparency = 1
  51. tecks2.BorderSizePixel = 0
  52. tecks2.Text = ""
  53. tecks2.Font = "Fantasy"
  54. tecks2.TextSize = 30
  55. tecks2.TextStrokeTransparency = 0
  56. tecks2.TextColor3 = Color3.new(.6,0,0)
  57. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  58. tecks2.Size = UDim2.new(1,0,0.5,0)
  59. local tecks3 = Instance.new("TextLabel",naeeym2)
  60. tecks3.BackgroundTransparency = 1
  61. tecks3.BorderSizePixel = 0
  62. tecks3.Text = ""
  63. tecks3.Font = "Fantasy"
  64. tecks3.TextSize = 30
  65. tecks3.TextStrokeTransparency = 0
  66. tecks3.TextColor3 = Color3.new(0,0,255)
  67. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  68. tecks3.Size = UDim2.new(1,0,0.5,0)
  69. for i = 1,string.len(text),1 do
  70. tecks2.Text = string.sub(text,1,i)
  71. tecks3.Text = string.sub(text,1,i)
  72. wait(0.01)
  73. end
  74. wait(2)
  75. for i = 1, 50 do
  76. swait()
  77. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  78. tecks2.Rotation = tecks2.Rotation - .8
  79. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  80. tecks2.TextTransparency = tecks2.TextTransparency + .04
  81. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  82. tecks3.Rotation = tecks2.Rotation + .8
  83. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  84. tecks3.TextTransparency = tecks2.TextTransparency + .04
  85. end
  86. naeeym2:Destroy()
  87. end)
  88. chat()
  89. end
  90. function onChatted(msg)
  91. chatfunc(msg)
  92. end
  93. pchar.Name = plr.Name .. "'s Evil Clone"
  94. pchar.Humanoid.Animator:Destroy()
  95. pchar.Animate:Destroy()
  96. local animator = char.Humanoid.Animator:Clone()
  97. local animate = char.Animate:Clone()
  98. char.Humanoid.Animator:Destroy()
  99. char.Animate:Destroy()
  100. local tors = Instance.new("Weld",pchar)
  101. tors.Part0 = char.Torso
  102. tors.Part1 = pchar.Torso
  103. tors.C0 = CFrame.new(-0.356199265, 0.503915787, -3.50115204, -0.0559931286, 0.0467949994, 0.997334003, 0.401899099, 0.91545701, -0.0203895848, -0.91397047, 0.399685889, -0.070066154)
  104. pchar.Torso["Left Shoulder"].C1 = CFrame.new(0,0,0)
  105. pchar.HumanoidRootPart.RootJoint.C1 = CFrame.new(0,0,0)
  106. pchar.Torso.Neck.C1 = CFrame.new(0,0,0)
  107. char.Humanoid.PlatformStand = true
  108. for i = 0,1 ,0.03 do
  109. pchar.Torso["Left Shoulder"].C0 = pchar.Torso["Left Shoulder"].C0:lerp(CFrame.new(-1.91086864, 0.806926727, 1.90734863e-06, -0.430028975, 0.902815163, -3.83704901e-06, -0.902815104, -0.430028975, 1.26271885e-07, -1.5348196e-06, 3.51667404e-06, 1),i)
  110. pchar.HumanoidRootPart.RootJoint.C0 = pchar.HumanoidRootPart.RootJoint.C0:lerp(CFrame.new(0, 0, 0, -0.999241054, 0, 0.0389533713, 0, 1, 0, -0.0389533713, 0, -0.999241054),i)
  111. pchar.Torso.Neck.C0 = pchar.Torso.Neck.C0:lerp(CFrame.new(0.182051182, 1.44319725, -0.00518798828, -0.0284868497, 0.297621608, 0.954258919, 0, 0.954646349, -0.297742367, -0.999594271, -0.00848174281, -0.0271948632),i)
  112. game:GetService("RunService").RenderStepped:wait()
  113. end
  114. wait(1)
  115. chatfunc("welp... i ki lled Chara. U SEN PAI ")
  116. wait(2)
  117. function chatfunc2(text)
  118. local chat = coroutine.wrap(function()
  119. if char:FindFirstChild("TalkingBillBoard")~= nil then
  120. char:FindFirstChild("TalkingBillBoard"):destroy()
  121. end
  122. local naeeym2 = Instance.new("BillboardGui",char)
  123. naeeym2.Size = UDim2.new(0,100,0,40)
  124. naeeym2.StudsOffset = Vector3.new(0,3,0)
  125. naeeym2.Adornee = char.Head
  126. naeeym2.Name = "TalkingBillBoard"
  127. local tecks2 = Instance.new("TextLabel",naeeym2)
  128. tecks2.BackgroundTransparency = 1
  129. tecks2.BorderSizePixel = 0
  130. tecks2.Text = ""
  131. tecks2.Font = "Fantasy"
  132. tecks2.TextSize = 30
  133. tecks2.TextStrokeTransparency = 0
  134. tecks2.TextColor3 = Color3.new(.6,0,0)
  135. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  136. tecks2.Size = UDim2.new(1,0,0.5,0)
  137. local tecks3 = Instance.new("TextLabel",naeeym2)
  138. tecks3.BackgroundTransparency = 1
  139. tecks3.BorderSizePixel = 0
  140. tecks3.Text = ""
  141. tecks3.Font = "Fantasy"
  142. tecks3.TextSize = 30
  143. tecks3.TextStrokeTransparency = 0
  144. tecks3.TextColor3 = Color3.new(0,0,255)
  145. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  146. tecks3.Size = UDim2.new(1,0,0.5,0)
  147. for i = 1,string.len(text),1 do
  148. tecks2.Text = string.sub(text,1,i)
  149. tecks3.Text = string.sub(text,1,i)
  150. wait(0.01)
  151. end
  152. wait(2)
  153. for i = 1, 50 do
  154. swait()
  155. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  156. tecks2.Rotation = tecks2.Rotation - .8
  157. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  158. tecks2.TextTransparency = tecks2.TextTransparency + .04
  159. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  160. tecks3.Rotation = tecks2.Rotation + .8
  161. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  162. tecks3.TextTransparency = tecks2.TextTransparency + .04
  163. end
  164. naeeym2:Destroy()
  165. end)
  166. chat()
  167. end
  168. function onChatted(msg)
  169. chatfunc2(msg)
  170. end
  171. chatfunc2("This can go 2 ways.")
  172. wait(2)
  173. chatfunc2("One Why did you killed Chara...")
  174. wait(2)
  175. chatfunc2("Two, YOU WILL PAY!")
  176. wait(0.5)
  177. pchar.Head.face.Texture = "http://www.roblox.com/asset/?id=308541535"
  178. char.Head.face.Texture = "http://www.roblox.com/asset/?id=851872681"
  179. local sound = Instance.new("Sound",char)
  180. sound.SoundId = "rbxassetid://1173681504"
  181. sound.Volume = 4
  182. sound:Play()
  183. sound.Looped = true
  184. wait(7)
  185. model = Instance.new("Model",workspace)
  186. LeftArm = char["Left Arm"]
  187. LeftLeg = char["Left Leg"]
  188. RightLeg = char["Right Leg"]
  189. RightArm = char["Right Arm"]
  190. Head = char.Head
  191. animator.Parent = char.Humanoid
  192. animate.Parent = char
  193. pchar.Humanoid.Health = 0
  194. local forcefield = Instance.new("ForceField",char)
  195. tors:Destroy()
  196. local explosion = Instance.new("Explosion",char)
  197. explosion.Position = char.Torso.Position
  198. explosion.BlastPressure = 4
  199. explosion.BlastRadius = 10
  200. char.Humanoid.PlatformStand = false
  201. char.Humanoid.Name = "ultra"
  202. mouse = plr:GetMouse()
  203. game:GetService("Debris"):AddItem(pchar,7)
  204. function Reset(key)
  205. if key == "j" then
  206. char.ultra.Health = 0
  207. coroutine.wrap(function()
  208. while true do
  209. wait(0.01)
  210. model:Destroy()
  211. end
  212. end)
  213. end
  214. end
  215. mouse.KeyDown:connect(Reset)
  216. local punch = Instance.new("Sound",char.Torso)
  217. punch.SoundId = "rbxassetid://386946017"
  218. punch.Volume = 0.5
  219. function PUNCH()
  220. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  221. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  222. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  223. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  224. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  225. local hurtbox = Instance.new("Part",char["Right Arm"])
  226. hurtbox.Name = "Hurtbox"
  227. hurtbox.Size = Vector3.new(1, 0.23, 1)
  228. hurtbox.Transparency = 1
  229. hurtbox.CanCollide = false
  230. local hurtboxweld = Instance.new("Weld",hurtbox)
  231. hurtboxweld.Part0 = hurtbox
  232. hurtboxweld.Part1 = char["Right Arm"]
  233. hurtboxweld.C0 = CFrame.new(0, 0.924999475, 3.09944153e-06, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024)
  234. for i = 0,1 , 0.03 do
  235. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.51918149, -1.36716592, 1, 0, 0, 0, 0.0228639934, -0.999738634, 0, 0.999738634, 0.0228639934),i)
  236. game:GetService("RunService").RenderStepped:wait()
  237. end
  238. function onTouched(brick)
  239. local humanoid = brick.Parent:FindFirstChildOfClass("Humanoid")
  240. if humanoid then
  241. humanoid:TakeDamage(10)
  242. punch:Play()
  243. end
  244. end
  245. hurtbox.Touched:connect(onTouched)
  246. wait(1)
  247. hurtbox:Destroy()
  248. for i = 0,1 , 0.03 do
  249. 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)
  250. game:GetService("RunService").RenderStepped:wait()
  251. end
  252. rhandweld:Destroy()
  253. rhandclone.Parent = char.Torso
  254. end
  255. mouse.Button1Down:connect(PUNCH)
  256. while true do
  257. wait(0.05)
  258. if model.Parent == nil then
  259. model.Parent = workspace
  260. end
  261. if sound.Parent == nil then
  262. sound.Parent = char
  263. end
  264. local hum = char:FindFirstChildOfClass("Humanoid")
  265. hum.MaxHealth = math.huge
  266. hum.Health = math.huge
  267. for i,v in pairs(char:GetChildren()) do
  268. if v.ClassName == "Part" then
  269. local cp = v:Clone()
  270. cp.Parent = model
  271. cp.Anchored = true
  272. cp.CanCollide = false
  273. cp.Material = Enum.Material.Neon
  274. cp.Transparency = 0.7
  275. if cp.Name == "HumanoidRootPart" then
  276. cp:Remove()
  277. end
  278. for i,v in pairs(cp:GetChildren()) do
  279. if v.ClassName == "Motor6D" or v.ClassName == "Decal" or v.ClassName == "SpecialMesh" or v.ClassName == "Weld" or v.ClassName == "Part" then
  280. v:Remove()
  281. end
  282. end
  283. game:GetService("Debris"):AddItem(cp,0.4)
  284. end
  285. end
  286. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement