Advertisement
Cute_Sylveon

haha

Jun 12th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. Ply = game.Players.LocalPlayer
  2. -- starter box function (Known as rainbow text)
  3. m = game.Players.LocalPlayer
  4. char = m.Character
  5. local txt = Instance.new("BillboardGui", char)
  6. txt.Adornee = char .Head
  7. txt.Name = "_status"
  8. txt.Size = UDim2.new(2, 0, 1.2, 0)
  9. txt.StudsOffset = Vector3.new(-9, 9, 0)
  10. local text = Instance.new("TextLabel", txt)
  11. text.Size = UDim2.new(10, 0, 7, 0)
  12. text.FontSize = "Size10"
  13. text.TextScaled = true
  14. text.TextTransparency = 0
  15. text.BackgroundTransparency = 1
  16. text.TextTransparency = 0
  17. text.TextStrokeTransparency = 0
  18. text.Font = "Cartoon"
  19. text.TextStrokeColor3 = Color3.new(0,0,0)
  20.  
  21. v=Instance.new("Part")
  22. v.Name = "ColorBrick"
  23. v.Parent=m.Character
  24. v.FormFactor="Symmetric"
  25. v.Anchored=true
  26. v.CanCollide=false
  27. v.BottomSurface="Smooth"
  28. v.TopSurface="Smooth"
  29. v.Size=Vector3.new(10,5,3)
  30. v.Transparency=1
  31. v.CFrame=char.Torso.CFrame
  32. v.BrickColor=BrickColor.new("Really black")
  33. v.Transparency=1
  34. text.TextColor3 = Color3.new(255,0,255)
  35. v.Shape="Block"
  36. text.Text = "How to scream like a man"
  37.  
  38. spawn(function()
  39. TweenService = game:GetService("TweenService")
  40. Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(0, 255, 0),Color3.fromRGB(0,0,255)}
  41. Int = 0
  42. while wait(0.6) do
  43. if Int == #Colours then Int = 0 end
  44. Int = Int+1
  45. TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
  46. end
  47. end)
  48. --FIXED WITH TRIGECTORY's CheatSheet--
  49. cheatsheetplr = game.Players.LocalPlayer
  50. i = Instance.new("NumberValue", cheatsheetplr )
  51. i.Name = "FPSCH"
  52. Bin = Instance.new("HopperBin", cheatsheetplr .Backpack)
  53. script.Parent = Bin
  54. local cf = CFrame.new
  55. local RbxUtility = LoadLibrary("RbxUtility")
  56. local Create = RbxUtility.Create
  57. RW = Create("Weld")({Name = "Right Shoulder", Part0 = Tor, C0 = CFrame.new(1.5, 0.5, 0), C1 = CFrame.new(0, 0.5,
  58.  
  59. 0), Part1 = RA, Parent = Tor})
  60. LW = Create("Weld")({Name = "Left Shoulder", Part0 = Tor, C0 = CFrame.new(-1.5, 0.5, 0), C1 = CFrame.new(0, 0.5,
  61.  
  62. 0), Part1 = LA, Parent = Tor})
  63. wait(.05)
  64. --Saz
  65.  
  66. debounce=true
  67. etime=0
  68. etimem=20
  69. down=false
  70.  
  71. vPlayer=game.Players.LocalPlayer
  72. cPlayer=nil
  73. Humanoid=nil
  74.  
  75. Welds={}
  76.  
  77. stopVictoly=function()
  78.  
  79. for _,v in pairs(Welds) do
  80. v.Parent = cPlayer.Torso
  81. end
  82.  
  83. wait(.2)
  84.  
  85. g1:Remove() g2:Remove() g3:Remove() g4:Remove() g5:Remove()
  86.  
  87. b1:Remove() b2:Remove()
  88.  
  89. p1:Remove() p2:Remove()
  90.  
  91. bpos:Remove()
  92. brot:Remove()
  93.  
  94. Head.Anchored=false
  95.  
  96. Humanoid.PlatformStand=false
  97.  
  98. end
  99. startVictoly=function()
  100.  
  101. Welds={}
  102.  
  103. cPlayer=vPlayer.Character
  104. Humanoid = nil
  105. for _,v in pairs(cPlayer:children()) do
  106. if v.className=="Humanoid" then
  107. Humanoid=v
  108. end
  109. if v.Name=="Torso" then
  110. for __,vv in pairs(v:children()) do
  111. if vv:IsA("JointInstance") then
  112. table.insert(Welds,vv)
  113. end
  114. end
  115. end
  116. end
  117.  
  118. Torso = cPlayer.Torso
  119. Head = cPlayer.Head
  120. RightArm = cPlayer["Right Arm"]
  121. LeftArm = cPlayer["Left Arm"]
  122. RightLeg = cPlayer["Right Leg"]
  123. LeftLeg = cPlayer["Left Leg"]
  124.  
  125. Head.Anchored=true
  126.  
  127. headpos = Head.CFrame.p
  128.  
  129. print("DEAD")
  130.  
  131. Humanoid.PlatformStand=true
  132.  
  133. Torso.Anchored=true
  134.  
  135. p1=Instance.new("Part",cPlayer)
  136. p1.Anchored=true
  137. p1.formFactor="Custom"
  138. p1.Size=Vector3.new(1,1,1)
  139. p1.TopSurface=0
  140. p1.BottomSurface=0
  141. p1.CanCollide=false
  142. p1.Name="AnchorR"
  143. p1.CFrame = Torso.CFrame * CFrame.new(.5,-3.5,0)
  144. p1.Transparency=1
  145.  
  146. p2=Instance.new("Part",cPlayer)
  147. p2.Anchored=true
  148. p2.formFactor="Custom"
  149. p2.Size=Vector3.new(1,1,1)
  150. p2.TopSurface=0
  151. p2.BottomSurface=0
  152. p2.CanCollide=false
  153. p2.Name="AnchorL"
  154. p2.CFrame = Torso.CFrame * CFrame.new(-.5,-3.5,0)
  155. p2.Transparency=1
  156.  
  157. g1=Instance.new("Glue",RightLeg)
  158. g1.Part0 = Torso
  159. g1.Part1 = RightLeg
  160. g1.C0 = CFrame.new(.5,-2,0)
  161. g1.C1 = CFrame.new(0,0,0)
  162. g1.F0 = Vector3.new(0,1,0)
  163. g1.F1 = Vector3.new(0,1,0)
  164. g1.F2 = Vector3.new(0,1,0)
  165. g1.F3 = Vector3.new(0,1,0)
  166.  
  167. g2=Instance.new("Glue",p1)
  168. g2.Part0 = p1
  169. g2.Part1 = RightLeg
  170. g2.C0 = CFrame.new(0,1.5,0)
  171. g2.C1 = CFrame.new(0,0,0)
  172. g2.F0 = Vector3.new(.25,-1,.25)
  173. g2.F1 = Vector3.new(.25,-1,-.25)
  174. g2.F2 = Vector3.new(-.25,-1,.25)
  175. g2.F3 = Vector3.new(-.25,-1,-.25)
  176.  
  177. g3=Instance.new("Glue",LeftLeg)
  178. g3.Part0 = Torso
  179. g3.Part1 = LeftLeg
  180. g3.C0 = CFrame.new(-.5,-2,0)
  181. g3.C1 = CFrame.new(0,0,0)
  182. g3.F0 = Vector3.new(0,1,0)
  183. g3.F1 = Vector3.new(0,1,0)
  184. g3.F2 = Vector3.new(0,1,0)
  185. g3.F3 = Vector3.new(0,1,0)
  186.  
  187. g4=Instance.new("Glue",p2)
  188. g4.Part0 = p2
  189. g4.Part1 = LeftLeg
  190. g4.C0 = CFrame.new(0,1.5,0)
  191. g4.C1 = CFrame.new(0,0,0)
  192. g4.F0 = Vector3.new(.25,-1,.25)
  193. g4.F1 = Vector3.new(.25,-1,-.25)
  194. g4.F2 = Vector3.new(-.25,-1,.25)
  195. g4.F3 = Vector3.new(-.25,-1,-.25)
  196.  
  197. g5=Instance.new("Glue",Torso)
  198. g5.Part0 = Head
  199. g5.Part1 = Torso
  200. g5.C0 = CFrame.new(0,0,0)
  201. g5.C1 = CFrame.new(0,1.5,0)
  202. g5.F0 = Vector3.new(0,0,0)
  203. g5.F1 = Vector3.new(0,0,0)
  204. g5.F2 = Vector3.new(0,0,0)
  205. g5.F3 = Vector3.new(0,0,0)
  206.  
  207. for _,v in pairs(Welds) do
  208. if v.Name~="Neck" then
  209. print(v.Name)
  210. v.Parent = nil
  211. if v.Name=="Right Shoulder" then
  212. RSC0 = v.C0
  213. RSC1 = v.C1
  214. elseif v.Name=="Left Shoulder" then
  215. LSC0 = v.C0
  216. LSC1 = v.C1
  217. end
  218. end
  219. end
  220.  
  221. b1=Instance.new("Motor6D",RightArm)
  222. b1.Part0 = Torso
  223. b1.Part1 = RightArm
  224. b1.C0 = RSC0
  225. b1.C1 = RSC1 * CFrame.new(0,.25,0)
  226.  
  227. b2=Instance.new("Motor6D",LeftArm)
  228. b2.Part0 = Torso
  229. b2.Part1 = LeftArm
  230. b2.C0 = LSC0
  231. b2.C1 = LSC1 * CFrame.new(0,.25,0)
  232.  
  233. pos=Torso.Position
  234. brot=Instance.new("BodyAngularVelocity",Torso)
  235. brot.P=2250
  236. brot.maxTorque=Vector3.new(8000000,8000000,8000000)
  237. bpos=Instance.new("BodyPosition",Torso)
  238. bpos.P=4250
  239. bpos.D=150
  240. bpos.maxForce=Vector3.new(8000000000,0,8000000000)
  241. bpos.position=Torso.Position
  242.  
  243. Torso.RotVelocity=Vector3.new()
  244. Torso.Velocity=Vector3.new()
  245.  
  246.  
  247. for i=1, 5 do
  248. for _,v in pairs(cPlayer:children()) do
  249. if v:IsA("BasePart") then
  250. v.Velocity=Vector3.new()
  251. v.RotVelocity=Vector3.new()
  252. end
  253. end
  254. wait(.05)
  255. end
  256.  
  257. Torso.Neck.Parent=nil
  258. Torso.Anchored=false
  259.  
  260. ex=0
  261. em = 0
  262. elo = 0
  263. local mus = Instance.new("Sound",Torso)
  264. mus.Volume = 10
  265. mus.Looped = true
  266. mus.SoundId="http://www.roblox.com/asset/?id=271550300"
  267. mus:Play()
  268.  
  269. ded=false
  270.  
  271. wait()
  272.  
  273. li=Instance.new("PointLight",Torso)
  274. li.Range=0
  275. li.Brightness=0
  276. li.Shadows=true
  277.  
  278. pos=Torso.CFrame
  279.  
  280.  
  281. while down do
  282. game:GetService("RunService").Heartbeat:wait()
  283. em = em+1
  284. elo = elo+1
  285. if em == 11 then
  286. brot.angularvelocity=Vector3.new(math.random(-26,26),math.random(-20,20)/6,math.random(-26,26)/2)
  287. bpos.position = (pos * CFrame.new(math.random(-20,20)/10,0,math.random(-20,20)/20)).p
  288. em = math.random(0,4)
  289. li.Color=Color3.new(math.random(100,255)/255,math.random(100,255)/255,math.random(100,255)/255)
  290. end
  291.  
  292. b1.C0 = RSC0 * CFrame.new(math.cos(math.rad(elo*15))/20,.5,math.sin(math.rad(elo*15))/30) * CFrame.Angles(math.rad(ex/8)*elo - math.pi/3,math.cos(math.rad(elo*15))/100,math.sin(elo/8)*7)
  293. b2.C0 = LSC0 * CFrame.new(math.cos(math.rad(elo*15))/20,.5,math.sin(math.rad(elo*15))/30) * CFrame.Angles(math.rad(-ex/8)*elo - math.pi/3,math.sin(math.rad(elo*15))/100,-math.cos(elo/8)*7)
  294.  
  295. ex = ex + math.random(-5,5)/5
  296. if ex > 50 then
  297. ex = 50
  298. elseif ex < 10 then
  299. ex = 20
  300. end
  301.  
  302. if elo > 15 then
  303.  
  304. if g1.Parent==nil or g2.Parent==nil or g3.Parent==nil or g4.Parent==nil or g5.Parent==nil or Humanoid.Health <= 0 then
  305. ded = true
  306. break
  307. end
  308. if g1.Part0==nil or g2.Part0==nil or g3.Part0==nil or g4.Part0==nil or g5.Part0==nil then
  309. ded = true
  310. break
  311. end
  312. if RightArm.Parent == nil or LeftArm.Parent == nil or LeftLeg.Parent==nil or RightLeg.Parent==nil then
  313. ded=true
  314. break
  315. end
  316.  
  317. end
  318.  
  319. end
  320.  
  321. li:Remove()
  322.  
  323. mus:Stop()
  324.  
  325. if ded then
  326. Head.Anchored=false
  327.  
  328. for _,v in pairs(cPlayer:children()) do
  329. if v:IsA("BasePart") then
  330. v:BreakJoints()
  331. v.CFrame = CFrame.new(Torso.Position + Vector3.new(math.random(-2,2),math.random(-1,2),math.random(-2,2))) * CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  332. v.Velocity=Vector3.new(0,0,0)
  333. end
  334. end
  335.  
  336. e=Instance.new("Explosion",workspace)
  337. e.BlastRadius=10
  338. e.BlastPressure=0
  339. e.Position=Torso.Position
  340. e.Hit:connect(function(hit) if hit.Parent == cPlayer and hit.Name~="AnchorR" and hit.Name~="AnchorL" then if hit:FindFirstChild("Fire") == nil then Instance.new("Fire",hit) end hit:BreakJoints() hit.Velocity = (e.Position - hit.Position).unit * 80 hit.RotVelocity = hit.Velocity end end)
  341.  
  342. s=Instance.new("Sound",Head)
  343. s.SoundId="http://www.roblox.com/asset/?id=230597277"
  344. s.Volume=1
  345. s:Play()
  346.  
  347. s=Instance.new("Sound",p1)
  348. s.SoundId="http://www.roblox.com/asset/?id=221920821"
  349. s.Volume=1
  350. s.Pitch=1.25
  351. s:Play()
  352. end
  353.  
  354. wait(.5)
  355. mus:Remove()
  356.  
  357. end
  358.  
  359. onEquip=function(mouse)
  360. mouse.Button1Down:connect(function() down=true startVictoly() end)
  361. mouse.Button1Up:connect(function() down=false stopVictoly() end)
  362. end
  363. script.Parent.Selected:connect(onEquip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement