Advertisement
Guest User

wowowowowowooowowow2

a guest
Aug 20th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local wow = Instance.new("ScreenGui")
  5. local bar = Instance.new("Frame")
  6. local main = Instance.new("Frame")
  7. local button = Instance.new("TextButton")
  8. local title = Instance.new("TextLabel")
  9. local wowwhat = Instance.new("TextLabel")
  10. local wowwhat2 = Instance.new("TextLabel")
  11. --Properties:
  12. wow.Name = "wow"
  13. wow.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. wow.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. bar.Name = "bar"
  17. bar.Parent = wow
  18. bar.Active = true
  19. Frame.Draggable = true
  20. bar.BackgroundColor3 = Color3.new(1, 1, 1)
  21. bar.Position = UDim2.new(0.649479151, 0, 0.299074084, 0)
  22. bar.Size = UDim2.new(0, 495, 0, 38)
  23.  
  24. main.Name = "main"
  25. main.Parent = bar
  26. main.BackgroundColor3 = Color3.new(1, 1, 1)
  27. main.Position = UDim2.new(0, 0, 1, 0)
  28. main.Size = UDim2.new(0, 495, 0, 356)
  29.  
  30. button.Name = "button"
  31. button.Parent = bar
  32. button.BackgroundColor3 = Color3.new(1, 1, 1)
  33. button.Position = UDim2.new(0.276767671, 0, 5.63157892, 0)
  34. button.Size = UDim2.new(0, 200, 0, 50)
  35. button.Font = Enum.Font.SourceSans
  36. button.Text = "press"
  37. button.TextColor3 = Color3.new(0, 0, 0)
  38. button.TextScaled = true
  39. button.TextSize = 14
  40. button.TextWrapped = true
  41.  
  42. button.MouseButton1Down:connect(function()
  43.  
  44. pls=game:GetService'Players';
  45. rs=game:GetService'RunService';
  46. uinps=game:GetService'UserInputService';
  47. lp=pls.LocalPlayer;
  48. mouse=lp:GetMouse();
  49. c=lp.Character;
  50. rayModel=Instance.new('Model',c);
  51. human=c.Humanoid;
  52. Cone=nil;
  53. human.MaxHealth=5000;
  54. wait();
  55. human.Health=5000;
  56. c.Health:Destroy();
  57. Debounces={
  58. FPS=0;
  59. isAttacking=false;
  60. isMoving=false;
  61. isSprinting=false;
  62. Debounce=false;
  63. isTyping=false;
  64. isJumping=false;
  65. isFlash=false;
  66. };
  67. numLerp=function(start,goal,alpha)
  68. return(((goal-start)*alpha)+start);
  69. end;
  70. CFrameZero=function()
  71. return CFrame.new(Vector3.new());
  72. end;
  73. local function a()
  74. local t=tick();
  75. local l=t%1*3;
  76. local t=.5*math.pi*(l%1);
  77. if l<1 then
  78. return Color3.new(1,1-math.cos(t),1-math.sin(t));
  79. elseif l<2 then
  80. return Color3.new(1-math.sin(t),1,1-math.cos(t));
  81. else
  82. return Color3.new(1-math.cos(t),1-math.sin(t),1);
  83. end;
  84. end;
  85. rad=function(value)
  86. return math.rad(value);
  87. end;
  88. CFAngles=function(Vector)
  89. return CFrame.Angles(rad(Vector.x),rad(Vector.y),rad(Vector.z));
  90. end;
  91. AnimStat={
  92. lerpSpeed=.2;
  93. lerpSpeed2=.35;
  94. lerpTween=0;
  95. };
  96. Joints={
  97. c.HumanoidRootPart.RootJoint;
  98. c.Torso.Neck;
  99. c.Torso['Left Shoulder'];
  100. c.Torso['Right Shoulder'];
  101. c.Torso['Left Hip'];
  102. c.Torso['Right Hip'];
  103. };
  104. JointTargets={
  105. CFrameZero();
  106. CFrameZero();
  107. CFrameZero();
  108. CFrameZero();
  109. CFrameZero();
  110. CFrameZero();
  111. };
  112. prepareCharacter=function()
  113. music=Instance.new('Sound',c.HumanoidRootPart);
  114. music.SoundId='rbxassetid://394144904';
  115. music.Looped=true;
  116. music.Volume=.6;
  117. music2=Instance.new('Sound',c);
  118. music2.SoundId='rbxassetid://259613634';
  119. music2.Looped=true;
  120. music2.Volume=1;
  121. music3=Instance.new('Sound',c.HumanoidRootPart);
  122. music3.SoundId='rbxassetid://266530326';
  123. music3.Looped=true;
  124. music3.Volume=1;
  125. music4=Instance.new('Sound',c.HumanoidRootPart);
  126. music4.SoundId='rbxassetid://155738252';
  127. music4.Looped=true;
  128. music4.Volume=1;
  129. music5=Instance.new('Sound',c.HumanoidRootPart);
  130. music5.SoundId='rbxassetid://215391212';
  131. music5.Looped=true;
  132. music5.Volume=1;
  133. human.WalkSpeed=0;
  134. human.JumpPower=0;
  135. for i,v in pairs(c:children())do
  136. if v:isA'Hat'then v:Destroy();end;
  137. if v:FindFirstChild'roblox'then v.roblox:Destroy();end;
  138. if v.Name=='Head'then v.Transparency=1 for _,x in pairs(v:children())do if x.ClassName=='Sound'then x:Destroy();end;end;end;
  139. if v:FindFirstChild'face'then v.face:Destroy();end;
  140. if v:isA'Part'then v.BrickColor=BrickColor.new'White';end;
  141. end
  142. local shirt=c:FindFirstChild'Shirt'or Instance.new('Shirt',c);
  143. local pants=c:FindFirstChild'Pants'or Instance.new('Pants',c);
  144. shirt.ShirtTemplate='rbxassetid://334755544';
  145. pants.PantsTemplate='rbxassetid://315964941';
  146. local Head=Instance.new('Part',c);
  147. Head.Size=Vector3.new(2.5,2.5,1);
  148. Head.Transparency=1;
  149. Head:BreakJoints();
  150. local hw=Instance.new('Weld',c.Head);
  151. hw.Part0=c.Head;
  152. hw.Part1=Head;
  153. hw.C0=CFrame.new(0,.3,0);
  154. faceDecal=Instance.new('Decal',Head);
  155. faceDecal.Face=Enum.NormalId.Front;
  156. faceDecal.Texture='rbxassetid://400387868';
  157. local backDecal=Instance.new('Decal',Head);
  158. backDecal.Face=Enum.NormalId.Back;
  159. backDecal.Texture='rbxassetid://400377807';
  160. local mes=Instance.new('BlockMesh',Head);
  161. mes.Scale=Vector3.new(1,1,.4);
  162. local Anim=human:FindFirstChild'Animator'
  163. if Anim then Anim:Destroy();end;
  164. end;
  165. setJointCFrames=function(table)
  166. for i=1,#table do
  167. JointTargets[i]=table[i];
  168. end;
  169. end;
  170. triWave=function(x)
  171. local pi2=math.pi/2;
  172. return math.abs((x/pi2)%4-2)-1;
  173. end;
  174. setLerp=function(speed)
  175. AnimStat.lerpSpeed=speed;
  176. end;
  177. setTween=function(tween)
  178. AnimStat.lerpTween=tween;
  179. end;
  180. playSound=function(id,part,vol,pitch)
  181. local vol=vol or 1;
  182. local pitch=pitch or 1;
  183. local x=Instance.new('Sound',part);
  184. x.Volume=vol;
  185. x.Pitch=pitch;
  186. x.SoundId='rbxassetid://'..id;
  187. spawn(function()
  188. wait();
  189. x:Play();
  190. wait(x.TimeLength+.2);
  191. x:Destroy();
  192. end);
  193. end;
  194. lerpBoom=function()
  195. if Cone then
  196. Cone.CFrame=CFrame.new(c.HumanoidRootPart.CFrame.p,c.HumanoidRootPart.CFrame.p+c.HumanoidRootPart.Velocity)*CFrame.Angles(-math.pi/2,0,0);
  197. cMesh.Scale=Vector3.new(20,20+c.HumanoidRootPart.Velocity.magnitude/10,20);
  198. Cone.Transparency=1-c.HumanoidRootPart.Velocity.magnitude/1000;
  199. else
  200. Cone=Instance.new('Part',c);
  201. Cone.Anchored=true;
  202. Cone.CanCollide=false;
  203. Cone.Transparency=math.random(50,70)/100;
  204. Cone.Size=Vector3.new(1,1,1);
  205. Cone.CFrame=CFrame.new(c.HumanoidRootPart.CFrame.p,c.HumanoidRootPart.CFrame.p+c.HumanoidRootPart.Velocity)*CFrame.Angles(-math.pi/2,0,0);
  206. cMesh=Instance.new('SpecialMesh',Cone);
  207. cMesh.MeshId='rbxassetid://1033714';
  208. cMesh.Scale=Vector3.new(20,50,20);
  209. end;
  210. end;
  211. noBoom=function()
  212. if Cone then local x=Cone Cone=nil;
  213. for i=1,20 do
  214. wait();
  215. x.Mesh.Scale=x.Mesh.Scale+Vector3.new(-.5,1,-.5);
  216. x.Transparency=x.Transparency+1/30;
  217. end;
  218. end;
  219. end;
  220. gasterBlast=function(tCFrame,aimPos,charge)
  221. local aimTarget;
  222. if aimPos then
  223. aimTarget=CFrame.new(tCFrame,aimPos);
  224. else
  225. aimTarget=tCFrame;
  226. end;
  227. local gast=Instance.new('Part',c);
  228. gast.Size=Vector3.new(12,.2,12);
  229. gast.CanCollide=false;
  230. gast.Anchored=true;
  231. gast.Transparency=1;
  232. if charge then
  233. playSound(400523331,gast,math.random(90,110)/100);
  234. end;
  235. wait();
  236. for i=1,2 do
  237. local decal=Instance.new('Decal',gast);
  238. decal.Texture='rbxassetid://323497117';
  239. if i==1 then
  240. decal.Face=Enum.NormalId.Top;
  241. else
  242. decal.Face=Enum.NormalId.Bottom;
  243. end;
  244. end;
  245. gast.CFrame=CFrame.new(aimTarget.p-Vector3.new(math.sin(tick()*10)*10,20,math.cos(tick()*10)*10));
  246. spawn(function()
  247. local tarCFrame=gast.CFrame;
  248. local isLooping=true;
  249. spawn(function()
  250. while rs.RenderStepped:wait()and isLooping do
  251. gast.CFrame=gast.CFrame:lerp(tarCFrame,.6/(Debounces.FPS/60));
  252. end;
  253. end);
  254. for i=1,30 do
  255. wait();
  256. tarCFrame=gast.CFrame:lerp(aimTarget,.24);
  257. end;
  258. playSound(340722848,gast,math.random(90,110)/100);
  259. isLooping=false;
  260. wait(.08);
  261. local ray=Ray.new(aimTarget.p,aimTarget.lookVector.unit*999);
  262. local _,pos=workspace:FindPartOnRay(ray,c);
  263. local dis=(aimTarget.p-pos).magnitude;
  264. local rayCFrame=CFrame.new(gast.CFrame.p+(pos-gast.CFrame.p).unit*(dis/2+200),gast.CFrame.p+(pos-gast.CFrame.p).unit*dis*2)*CFrame.Angles(0,math.pi/2,0);
  265. local rayPart=Instance.new('Part',rayModel);
  266. rayPart.Material='Neon';
  267. rayPart.FormFactor='Custom';
  268. rayPart.Color=a();
  269. rayPart.Anchored=true;
  270. rayPart.CanCollide=false;
  271. rayPart.Shape='Cylinder';
  272. rayPart.Size=Vector3.new(dis+400,8,8);
  273. rayPart.CFrame=rayCFrame;
  274. gast:Destroy();
  275. end);
  276. end;
  277. largegasterBlast=function(tCFrame,aimPos)
  278. local aimTarget;
  279. if aimPos then
  280. aimTarget=CFrame.new(tCFrame,aimPos);
  281. else
  282. aimTarget=tCFrame;
  283. end;
  284. local gast=Instance.new('Part',c);
  285. gast.Size=Vector3.new(25,.2,25);
  286. gast.CanCollide=false;
  287. gast.Anchored=true;
  288. gast.Transparency=1;
  289. playSound(400523331,gast,math.random(85,97)/100);
  290. wait();
  291. for i=1,2 do
  292. local decal=Instance.new('Decal',gast);
  293. decal.Texture='rbxassetid://323497117';
  294. if i==1 then
  295. decal.Face=Enum.NormalId.Top;
  296. else
  297. decal.Face=Enum.NormalId.Bottom;
  298. end;
  299. end;
  300. gast.CFrame=CFrame.new(aimTarget.p-Vector3.new(math.sin(tick()*10)*10,20,math.cos(tick()*10)*10));
  301. spawn(function()
  302. local tarCFrame=gast.CFrame;
  303. local isLooping=true;
  304. spawn(function()
  305. while rs.RenderStepped:wait()and isLooping do
  306. gast.CFrame=gast.CFrame:lerp(tarCFrame,.6/(Debounces.FPS/60));
  307. end;
  308. end);
  309. for i=1,40 do
  310. wait();
  311. tarCFrame=gast.CFrame:lerp(aimTarget,.18);
  312. end;
  313. playSound(340722848,gast,math.random(80,95)/100);
  314. isLooping=false;
  315. wait(.08);
  316. local ray=Ray.new(aimTarget.p,aimTarget.lookVector.unit*999);
  317. local _,pos=workspace:FindPartOnRay(ray,c);
  318. local dis=(aimTarget.p-pos).magnitude;
  319. local rayCFrame=CFrame.new(gast.CFrame.p+(pos-gast.CFrame.p).unit*(dis/2+200),gast.CFrame.p+(pos-gast.CFrame.p).unit*dis*2)*CFrame.Angles(0,math.pi/2,0);
  320. local rayPart=Instance.new('Part',rayModel);
  321. rayPart.Material='Neon';
  322. rayPart.FormFactor='Custom';
  323. rayPart.Color=a();
  324. rayPart.Anchored=true;
  325. rayPart.CanCollide=false;
  326. rayPart.Shape='Cylinder';
  327. rayPart.Size=Vector3.new(dis+400,17,17);
  328. rayPart.CFrame=rayCFrame;
  329. gast:Destroy();
  330. end);
  331. end;
  332. prepareCharacter();
  333. spawn(function()
  334. local sine=0;
  335. while wait()do
  336. if Debounces.isFlash then
  337. if(tick()*8)%2>1 then
  338. faceDecal.Texture='rbxassetid://400377503';
  339. else
  340. faceDecal.Texture='rbxassetid://400387868';
  341. end;
  342. else
  343. faceDecal.Texture='rbxassetid://400387868';
  344. end;
  345. if Debounces.isAttacking==false and Debounces.isMoving==false and Debounces.Debounce==false and Debounces.isJumping==false then
  346. setLerp(.8);
  347. local spasm=math.abs(math.sin(tick()*20))*1.1;
  348. local spasm2=math.abs(math.sin(tick()*20-2))*1.1;
  349. local spasm3=math.abs(math.sin(tick()*20-2.3))*1.1;
  350. setJointCFrames({
  351. CFrame.new(Vector3.new(0,0-spasm,0))*CFAngles(Vector3.new(0,0,0));
  352. CFrame.new(Vector3.new(0,1.5,0))*CFAngles(Vector3.new(-0.011,-0.502,-1.177));
  353. CFrame.new(Vector3.new(-1.5-spasm2^2/3,-0.001,0))*CFAngles(Vector3.new(-2.344,7.899,-2.82+spasm3^2*-60));
  354. CFrame.new(Vector3.new(1.569+spasm2^2/3,0,-0.1))*CFAngles(Vector3.new(4.822,1.123,6.383+spasm3^2*60));
  355. CFrame.new(Vector3.new(-0.61,-2+spasm/1.01,-.15))*CFAngles(Vector3.new(-2.206,0.767,-0.582));
  356. CFrame.new(Vector3.new(0.55,-2+spasm/1.01,-.1))*CFAngles(Vector3.new(-0.026,0.463,3.184));
  357. });
  358. elseif Debounces.isAttacking==false and Debounces.isMoving==true and Debounces.Debounce==false and Debounces.isSprinting==false and Debounces.isJumping==false then
  359. sine=tick()*18;
  360. human.WalkSpeed=120;
  361. setLerp(.35);
  362. setJointCFrames({
  363. CFrame.new(Vector3.new(0,math.sin(sine)/50-.3,0))*CFAngles(Vector3.new(-30-math.sin(sine*2)*3,math.sin(sine*2)*15,0));
  364. CFrame.new(Vector3.new(0,1.48,0.099))*CFAngles(Vector3.new(14.999,-0.001,0));
  365. CFrame.new(Vector3.new(-1.5,-0.001,0.2+math.sin(sine*2+math.pi)*1.2))*CFAngles(Vector3.new(-25.001+math.sin(sine*2+math.pi)*-90,0,-15));
  366. CFrame.new(Vector3.new(1.5,-0.001,0.2+math.sin(sine*2)*1.2))*CFAngles(Vector3.new(-25+math.sin(sine*2)*-90,-0.001,14.999));
  367. CFrame.new(Vector3.new(-0.501,-2+math.cos(sine*2+math.pi)/3,.3+math.sin(sine*2)))*CFAngles(Vector3.new(-25+math.sin(sine*2)*-70,0,-0.001));
  368. CFrame.new(Vector3.new(0.499,-2+math.cos(sine*2)/3,.3+math.sin(sine*2+math.pi)))*CFAngles(Vector3.new(-25+math.sin(sine*2)*70,0,0));
  369. });
  370. elseif Debounces.isAttacking==false and Debounces.isMoving==true and Debounces.Debounce==false and Debounces.isSprinting==true and Debounces.isJumping==false then
  371. sine=tick()*28;
  372. human.WalkSpeed=400;
  373. lerpBoom();
  374. setLerp(.65);
  375. setJointCFrames({
  376. CFrame.new(Vector3.new(0,math.sin(sine)/50-.3,0))*CFAngles(Vector3.new(-30-math.sin(sine*2)*3,math.sin(sine*2)*15,0));
  377. CFrame.new(Vector3.new(0,1.48,0.099))*CFAngles(Vector3.new(14.999,-0.001,0));
  378. CFrame.new(Vector3.new(-1.5,-0.001,0.2+math.sin(sine*2+math.pi)*1.2))*CFAngles(Vector3.new(-25.001+math.sin(sine*2+math.pi)*-90,0,-15));
  379. CFrame.new(Vector3.new(1.5,-0.001,0.2+math.sin(sine*2)*1.2))*CFAngles(Vector3.new(-25+math.sin(sine*2)*-90,-0.001,14.999));
  380. CFrame.new(Vector3.new(-0.501,-2+math.cos(sine*2+math.pi)/3,.3+math.sin(sine*2)))*CFAngles(Vector3.new(-25+math.sin(sine*2)*-70,0,-0.001));
  381. CFrame.new(Vector3.new(0.499,-2+math.cos(sine*2)/3,.3+math.sin(sine*2+math.pi)))*CFAngles(Vector3.new(-25+math.sin(sine*2)*70,0,0));
  382. });
  383. elseif Debounces.isJumping==true and Debounces.Debounce==false then
  384. setLerp(.14);
  385. human.WalkSpeed=45;
  386. setJointCFrames({
  387. CFrame.new(Vector3.new(0,0,0))*CFAngles(Vector3.new(-8,0,0));
  388. CFrame.new(Vector3.new(0,1.5,-0.15))*CFAngles(Vector3.new(-10.138,3.687,0.306));
  389. CFrame.new(Vector3.new(-1.23,0.069,-0.56))*CFAngles(Vector3.new(50.809,0.672,18.704));
  390. CFrame.new(Vector3.new(0.929,-0.031,-1.0912))*CFAngles(Vector3.new(63.00,13.85,-36.416));
  391. CFrame.new(Vector3.new(-0.63,-1.82,-0.74))*CFAngles(Vector3.new(31.324,3.424,-1.249));
  392. CFrame.new(Vector3.new(0.619,-1.331,0.82))*CFAngles(Vector3.new(-59.644,0.998,9.776));
  393. });
  394. end;
  395. end;
  396. end);
  397. human.Changed:connect(function(prop)
  398. if prop=='MoveDirection'then
  399. if human.MoveDirection.magnitude>.02 then
  400. Debounces.isMoving=true;
  401. else
  402. Debounces.isMoving=false;
  403. end;
  404. end;
  405. end);
  406. uinps.InputBegan:connect(function(InputObj)
  407. if InputObj.KeyCode==Enum.KeyCode.Slash then
  408. local finishEvent=nil;
  409. Debounces.isTyping=true
  410. finishEvent=uinps.InputBegan:connect(function(InputObj)
  411. if InputObj.KeyCode==Enum.KeyCode.Return or InputObj.UserInputType==Enum.UserInputType.MouseButton1 then
  412. Debounces.isTyping=false;
  413. finishEvent:disconnect();
  414. end;
  415. end);
  416. end;
  417. end);
  418. mouse.KeyDown:connect(function(key)
  419. if key=='0'then
  420. Debounces.isSprinting=true;
  421. playSound(160248522,c.Torso);
  422. for i=1,3 do
  423. spawn(function()
  424. local e=Instance.new('Part',c);
  425. e.Size=Vector3.new(1,1,1);
  426. e.Material='Neon';
  427. e.Color=a();
  428. e.Anchored=true;
  429. e.CFrame=c.HumanoidRootPart.CFrame*CFrame.Angles(0,0,-math.pi/2);
  430. e.CanCollide=false;
  431. local rm=Instance.new('SpecialMesh',e);
  432. rm.MeshType='FileMesh';
  433. rm.MeshId='rbxassetid://3270017';
  434. rm.Scale=Vector3.new(3.2,3.2,10);
  435. for x=1,30 do
  436. wait();
  437. rm.Scale=rm.Scale:lerp(Vector3.new(i*30,i*30,(4-i)*450),.1);
  438. e.Transparency=x/30+.5;
  439. end;
  440. end);
  441. end;
  442. c.HumanoidRootPart.Velocity=c.HumanoidRootPart.CFrame.lookVector*200;
  443. end;
  444. end);
  445. mouse.KeyUp:connect(function(key)
  446. if key=='0'then
  447. Debounces.isSprinting=false;
  448. end;
  449. end);
  450. mouse.KeyDown:connect(function(key)
  451. if key=='v'then
  452. playSound(201858087,c.Torso,math.random(90,120)/100);
  453. local oldPos=c.HumanoidRootPart.CFrame.p;
  454. local mHit=mouse.Hit.p;
  455. for i=1,2 do
  456. spawn(function()
  457. local pos
  458. if i==1 then pos=oldPos else pos=mHit end
  459. local p=Instance.new('Part',workspace);
  460. p.Anchored=true;
  461. p.CanCollide=false;
  462. p.Color=a();
  463. p.FormFactor='Custom';
  464. p.CFrame=CFrame.new(pos+Vector3.new(0,500,0));
  465. p.Transparency=.4;
  466. p.Size=Vector3.new(20,1000,20);
  467. for i=1,20 do
  468. wait();
  469. p.Transparency=.4+(i/10)*.6;
  470. p.Size=Vector3.new(20-i*1.5,1000,20-i*1.5);
  471. p.CFrame=CFrame.new(pos+Vector3.new(0,500,0));
  472. end;
  473. p:Destroy();
  474. end);
  475. end;
  476. if Debounces.isMoving then
  477. c.HumanoidRootPart.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,4,0),Vector3.new(c.HumanoidRootPart.Velocity.x,mouse.Hit.p.y+4,c.HumanoidRootPart.Velocity.z));
  478. else
  479. c.HumanoidRootPart.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,4,0),Vector3.new(oldPos.x,mouse.Hit.p.y+4,oldPos.z));
  480. end;
  481. end;
  482. end);
  483. mouse.KeyDown:connect(function(key)
  484. if key=='r'then
  485. local pointTarget=mouse.Hit.p;
  486. for i=1,20 do
  487. wait();
  488. gasterBlast(CFrame.new(pointTarget+Vector3.new(math.sin(tick()*10)*20,5+math.abs(math.sin(tick()*5)*10),math.cos(tick()*10)*20),pointTarget));
  489. end;
  490. wait();
  491. largegasterBlast(CFrame.new(pointTarget+Vector3.new(0,35,0),pointTarget));
  492. end;
  493. end);
  494. mouse.KeyDown:connect(function(key)
  495. if key=='f'then
  496. local pointTarget=mouse.Hit.p;
  497. for i=1,20 do
  498. wait();
  499. gasterBlast(CFrame.new(c.HumanoidRootPart.CFrame.p+Vector3.new(0,50,0),pointTarget):toWorldSpace(CFrame.new(math.sin(i/2)*(20-i),math.cos(i/2)*(20-i),-i)));
  500. end;
  501. largegasterBlast(CFrame.new(c.HumanoidRootPart.CFrame.p+Vector3.new(0,50,0),pointTarget):toWorldSpace(CFrame.new(0,0,-25)));
  502. end;
  503. end);
  504. mouse.Button1Down:connect(function()
  505. Debounces.isFlash=true;
  506. end);
  507. mouse.Button1Up:connect(function()
  508. Debounces.isFlash=false;
  509. end);
  510. mouse.KeyDown:connect(function(key)
  511. if key=='k'then
  512. if music.isPlaying then music:Stop();else music:Play();end;
  513. end;
  514. end);
  515. mouse.KeyDown:connect(function(key)
  516. if key=='j'then
  517. if music2.isPlaying then music2:Stop();else music2:Play();end;
  518. end;
  519. end);
  520. mouse.KeyDown:connect(function(key)
  521. if key=='l'then
  522. if music3.isPlaying then music3:Stop();else music3:Play();end;
  523. end;
  524. end);
  525. mouse.KeyDown:connect(function(key)
  526. if key=='p'then
  527. if music4.isPlaying then music4:Stop();else music4:Play();end;
  528. end;
  529. end);
  530. mouse.KeyDown:connect(function(key)
  531. if key=='o'then
  532. if music5.isPlaying then music4:Stop();else music5:Play();end;
  533. end;
  534. end);
  535. mouse.KeyDown:connect(function(key)
  536. if key=='e'then
  537. gasterBlast(c.Torso.CFrame.p+Vector3.new(math.sin(tick()*10)*10,12,math.cos(tick()*10)*10),mouse.Hit.p,true);
  538. end;
  539. end);
  540. mouse.KeyDown:connect(function(key)
  541. if key=='c'then
  542. largegasterBlast(c.Torso.CFrame.p+Vector3.new(math.sin(tick()*10)*10,12,math.cos(tick()*10)*10),mouse.Hit.p);
  543. end;
  544. end);
  545. mouse.KeyDown:connect(function(key)
  546. if key=='q'then
  547. for i=1,5 do
  548. wait();
  549. gasterBlast(c.Torso.CFrame.p+Vector3.new(math.sin(tick()*10)*10,12,math.cos(tick()*10)*10),mouse.Hit.p);
  550. end;
  551. largegasterBlast(c.Torso.CFrame.p+Vector3.new(0,25,0),mouse.Hit.p);
  552. end;
  553. end);
  554. mouse.KeyDown:connect(function(key)
  555. if key=='t'then
  556. local pointTarget=mouse.Hit.p;
  557. for i=1,20 do
  558. gasterBlast(pointTarget+Vector3.new(math.sin(math.deg((360/40)*i))*(20-i),5+i,math.cos(math.deg((360/40)*i))*(20-i)),pointTarget);
  559. end;
  560. wait(.2);
  561. for i=1,10 do
  562. largegasterBlast(pointTarget+Vector3.new(math.sin(math.deg((360/20)*i))*25,20,math.cos(math.deg((360/20)*i))*25),pointTarget);
  563. end;
  564. end;
  565. end);
  566. human.StateChanged:connect(function(os,ns)
  567. if c.HumanoidRootPart.Velocity.Y<.1 and Debounces.isJumping==true and ns==Enum.HumanoidStateType.Landed then
  568. Debounces.isJumping=false;
  569. end;
  570. end);
  571. for i=1,#Joints do
  572. Joints[i].C1=CFrameZero();
  573. end;
  574. rs.RenderStepped:connect(function()
  575. Debounces.FPS=1/rs.RenderStepped:wait();
  576. if Debounces.FPS<30 then
  577. Debounces.FPS=30;
  578. end;
  579. if Debounces.isSprinting then
  580. lerpBoom();
  581. else
  582. noBoom();
  583. end;
  584. for _,v in pairs(rayModel:children())do
  585. v.Transparency=v.Transparency+.06/(Debounces.FPS/60);
  586. if v.Transparency>.99 then v:Destroy();return;end;
  587. v.CanCollide=true;
  588. local tParts=v:GetTouchingParts();
  589. v.CanCollide=false;
  590. local vCFrame=v.CFrame;
  591. v.Size=v.Size+Vector3.new(0,1,1)/(Debounces.FPS/60);
  592. v.CFrame=vCFrame;
  593. for _,x in pairs(tParts)do
  594. if x and x.Parent and x.Parent:FindFirstChild'Humanoid'and x.Parent.Humanoid:isA'Humanoid'and x.Parent~=c then
  595. x.Parent.Humanoid:TakeDamage(1,2);
  596. end;
  597. end;
  598. end;
  599. local FPSLerp=AnimStat.lerpSpeed/(Debounces.FPS/60);
  600. for i=1,#Joints do
  601. Joints[i].C0=Joints[i].C0:lerp(JointTargets[i],FPSLerp);
  602. end;
  603. end);
  604. end)
  605.  
  606. title.Name = "title"
  607. title.Parent = bar
  608. title.BackgroundColor3 = Color3.new(1, 1, 1)
  609. title.BackgroundTransparency = 1
  610. title.BorderSizePixel = 0
  611. title.Size = UDim2.new(0, 378, 0, 38)
  612. title.Font = Enum.Font.SourceSans
  613. title.Text = "wow a gui specifacally for dabestgamer9241"
  614. title.TextColor3 = Color3.new(0, 0, 0)
  615. title.TextScaled = true
  616. title.TextSize = 14
  617. title.TextWrapped = true
  618.  
  619. wowwhat.Name = "wowwhat"
  620. wowwhat.Parent = bar
  621. wowwhat.BackgroundColor3 = Color3.new(1, 1, 1)
  622. wowwhat.BackgroundTransparency = 1
  623. wowwhat.Position = UDim2.new(0.49494949, 0, 4.6842103, 0)
  624. wowwhat.Rotation = 15
  625. wowwhat.Size = UDim2.new(0, 200, 0, 50)
  626. wowwhat.Font = Enum.Font.SourceSans
  627. wowwhat.Text = "wow what does this do"
  628. wowwhat.TextColor3 = Color3.new(0, 0, 0)
  629. wowwhat.TextScaled = true
  630. wowwhat.TextSize = 14
  631. wowwhat.TextWrapped = true
  632.  
  633. wowwhat2.Name = "wowwhat2"
  634. wowwhat2.Parent = bar
  635. wowwhat2.BackgroundColor3 = Color3.new(1, 1, 1)
  636. wowwhat2.BackgroundTransparency = 1
  637. wowwhat2.Position = UDim2.new(0.0505050346, 0, 4.6842103, 0)
  638. wowwhat2.Rotation = -15
  639. wowwhat2.Size = UDim2.new(0, 200, 0, 50)
  640. wowwhat2.Font = Enum.Font.SourceSans
  641. wowwhat2.Text = "wow what does this do"
  642. wowwhat2.TextColor3 = Color3.new(0, 0, 0)
  643. wowwhat2.TextScaled = true
  644. wowwhat2.TextSize = 14
  645. wowwhat2.TextWrapped = true
  646. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement