Advertisement
Guest User

wowowowowowooowowow

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