Advertisement
MrSlakyx

BIG BOIE

Jul 12th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.52 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| CREATED BY SHACKLUSTER
  3. --\\====================================================//--
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87.  
  88. wait(0.2)
  89.  
  90. Player = owner
  91. PlayerGui = Player.PlayerGui
  92. Cam = workspace.CurrentCamera
  93. Backpack = Player.Backpack
  94. Character = Player.Character
  95. Humanoid = Character:FindFirstChildOfClass("Humanoid")
  96. RootPart = Character["HumanoidRootPart"]
  97. Torso = Character["Torso"]
  98. Head = Character["Head"]
  99. RightArm = Character["Right Arm"]
  100. LeftArm = Character["Left Arm"]
  101. RightLeg = Character["Right Leg"]
  102. LeftLeg = Character["Left Leg"]
  103. RootJoint = RootPart["RootJoint"]
  104. Neck = Torso["Neck"]
  105. RightShoulder = Torso["Right Shoulder"]
  106. LeftShoulder = Torso["Left Shoulder"]
  107. RightHip = Torso["Right Hip"]
  108. LeftHip = Torso["Left Hip"]
  109. local sick = Instance.new("Sound",Character)
  110.  
  111. IT = Instance.new
  112. CF = CFrame.new
  113. VT = Vector3.new
  114. RAD = math.rad
  115. C3 = Color3.new
  116. UD2 = UDim2.new
  117. BRICKC = BrickColor.new
  118. ANGLES = CFrame.Angles
  119. EULER = CFrame.fromEulerAnglesXYZ
  120. COS = math.cos
  121. ACOS = math.acos
  122. SIN = math.sin
  123. ASIN = math.asin
  124. ABS = math.abs
  125. MRANDOM = math.random
  126. FLOOR = math.floor
  127.  
  128. --//=================================\\
  129. --|| USEFUL VALUES
  130. --\\=================================//
  131.  
  132. Animation_Speed = 3
  133. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  134. local Speed = 45
  135. local SIZE = 1.3
  136. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  137. local NECKC0 = CF(0, 1.1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  138. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  139. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  140. local ANIM = "Idle"
  141. local ATTACK = false
  142. local COMBO = 1
  143. local Rooted = false
  144. local SINE = 0
  145. local CHANGE = 2 / Animation_Speed
  146. local ROBLOXIDLEANIMATION = IT("Animation")
  147. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  148. WEAPONGUI.Name = "Big Boie Squad"
  149. local ANIMATOR = Humanoid.Animator
  150. local ANIMATE = Character.Animate
  151. local UNANCHOR = true
  152. local KILLCOUNT = 0
  153.  
  154. --//=================================\\
  155. --\\=================================//
  156.  
  157.  
  158. --//=================================\\
  159. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  160. --\\=================================//
  161.  
  162. ArtificialHB = Instance.new("BindableEvent", script)
  163. ArtificialHB.Name = "ArtificialHB"
  164.  
  165. script:WaitForChild("ArtificialHB")
  166.  
  167. frame = Frame_Speed
  168. tf = 0
  169. allowframeloss = false
  170. tossremainder = false
  171. lastframe = tick()
  172. script.ArtificialHB:Fire()
  173.  
  174. game:GetService("RunService").Heartbeat:connect(function(s, p)
  175. tf = tf + s
  176. if tf >= frame then
  177. if allowframeloss then
  178. script.ArtificialHB:Fire()
  179. lastframe = tick()
  180. else
  181. for i = 1, math.floor(tf / frame) do
  182. script.ArtificialHB:Fire()
  183. end
  184. lastframe = tick()
  185. end
  186. if tossremainder then
  187. tf = 0
  188. else
  189. tf = tf - frame * math.floor(tf / frame)
  190. end
  191. end
  192. end)
  193.  
  194. --//=================================\\
  195. --\\=================================//
  196.  
  197. --//=================================\\
  198. --|| SOME FUNCTIONS
  199. --\\=================================//
  200.  
  201. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  202. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  203. end
  204.  
  205. function PositiveAngle(NUMBER)
  206. if NUMBER >= 0 then
  207. NUMBER = 0
  208. end
  209. return NUMBER
  210. end
  211.  
  212. function NegativeAngle(NUMBER)
  213. if NUMBER <= 0 then
  214. NUMBER = 0
  215. end
  216. return NUMBER
  217. end
  218.  
  219. function Swait(NUMBER)
  220. if NUMBER == 0 or NUMBER == nil then
  221. ArtificialHB.Event:wait()
  222. else
  223. for i = 1, NUMBER do
  224. ArtificialHB.Event:wait()
  225. end
  226. end
  227. end
  228.  
  229. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  230. local NEWMESH = IT(MESH)
  231. if MESH == "SpecialMesh" then
  232. NEWMESH.MeshType = MESHTYPE
  233. if MESHID ~= "nil" and MESHID ~= "" then
  234. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  235. end
  236. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  237. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  238. end
  239. end
  240. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  241. NEWMESH.Scale = SCALE
  242. NEWMESH.Parent = PARENT
  243. return NEWMESH
  244. end
  245.  
  246. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  247. local NEWPART = IT("Part")
  248. NEWPART.formFactor = FORMFACTOR
  249. NEWPART.Reflectance = REFLECTANCE
  250. NEWPART.Transparency = TRANSPARENCY
  251. NEWPART.CanCollide = false
  252. NEWPART.Locked = true
  253. NEWPART.Anchored = true
  254. if ANCHOR == false then
  255. NEWPART.Anchored = false
  256. end
  257. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  258. NEWPART.Name = NAME
  259. NEWPART.Size = SIZE
  260. NEWPART.Position = Torso.Position
  261. NEWPART.Material = MATERIAL
  262. NEWPART:BreakJoints()
  263. NEWPART.Parent = PARENT
  264. return NEWPART
  265. end
  266.  
  267. local function weldBetween(a, b)
  268. local weldd = Instance.new("ManualWeld")
  269. weldd.Part0 = a
  270. weldd.Part1 = b
  271. weldd.C0 = CFrame.new()
  272. weldd.C1 = b.CFrame:inverse() * a.CFrame
  273. weldd.Parent = a
  274. return weldd
  275. end
  276.  
  277.  
  278. function QuaternionFromCFrame(cf)
  279. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  280. local trace = m00 + m11 + m22
  281. if trace > 0 then
  282. local s = math.sqrt(1 + trace)
  283. local recip = 0.5 / s
  284. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  285. else
  286. local i = 0
  287. if m11 > m00 then
  288. i = 1
  289. end
  290. if m22 > (i == 0 and m00 or m11) then
  291. i = 2
  292. end
  293. if i == 0 then
  294. local s = math.sqrt(m00 - m11 - m22 + 1)
  295. local recip = 0.5 / s
  296. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  297. elseif i == 1 then
  298. local s = math.sqrt(m11 - m22 - m00 + 1)
  299. local recip = 0.5 / s
  300. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  301. elseif i == 2 then
  302. local s = math.sqrt(m22 - m00 - m11 + 1)
  303. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  304. end
  305. end
  306. end
  307.  
  308. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  309. local xs, ys, zs = x + x, y + y, z + z
  310. local wx, wy, wz = w * xs, w * ys, w * zs
  311. local xx = x * xs
  312. local xy = x * ys
  313. local xz = x * zs
  314. local yy = y * ys
  315. local yz = y * zs
  316. local zz = z * zs
  317. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  318. end
  319.  
  320. function QuaternionSlerp(a, b, t)
  321. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  322. local startInterp, finishInterp;
  323. if cosTheta >= 0.0001 then
  324. if (1 - cosTheta) > 0.0001 then
  325. local theta = ACOS(cosTheta)
  326. local invSinTheta = 1 / SIN(theta)
  327. startInterp = SIN((1 - t) * theta) * invSinTheta
  328. finishInterp = SIN(t * theta) * invSinTheta
  329. else
  330. startInterp = 1 - t
  331. finishInterp = t
  332. end
  333. else
  334. if (1 + cosTheta) > 0.0001 then
  335. local theta = ACOS(-cosTheta)
  336. local invSinTheta = 1 / SIN(theta)
  337. startInterp = SIN((t - 1) * theta) * invSinTheta
  338. finishInterp = SIN(t * theta) * invSinTheta
  339. else
  340. startInterp = t - 1
  341. finishInterp = t
  342. end
  343. end
  344. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  345. end
  346.  
  347. function Clerp(a, b, t)
  348. local qa = {QuaternionFromCFrame(a)}
  349. local qb = {QuaternionFromCFrame(b)}
  350. local ax, ay, az = a.x, a.y, a.z
  351. local bx, by, bz = b.x, b.y, b.z
  352. local _t = 1 - t
  353. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  354. end
  355.  
  356. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  357. local frame = IT("Frame")
  358. frame.BackgroundTransparency = TRANSPARENCY
  359. frame.BorderSizePixel = BORDERSIZEPIXEL
  360. frame.Position = POSITION
  361. frame.Size = SIZE
  362. frame.BackgroundColor3 = COLOR
  363. frame.BorderColor3 = BORDERCOLOR
  364. frame.Name = NAME
  365. frame.Parent = PARENT
  366. return frame
  367. end
  368.  
  369. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  370. local label = IT("TextLabel")
  371. label.BackgroundTransparency = 1
  372. label.Size = UD2(1, 0, 1, 0)
  373. label.Position = UD2(0, 0, 0, 0)
  374. label.TextColor3 = TEXTCOLOR
  375. label.TextStrokeTransparency = STROKETRANSPARENCY
  376. label.TextTransparency = TRANSPARENCY
  377. label.FontSize = TEXTFONTSIZE
  378. label.Font = TEXTFONT
  379. label.BorderSizePixel = BORDERSIZEPIXEL
  380. label.TextScaled = false
  381. label.Text = TEXT
  382. label.Name = NAME
  383. label.Parent = PARENT
  384. return label
  385. end
  386.  
  387. function NoOutlines(PART)
  388. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  389. end
  390.  
  391. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  392. local NEWWELD = IT(TYPE)
  393. NEWWELD.Part0 = PART0
  394. NEWWELD.Part1 = PART1
  395. NEWWELD.C0 = C0
  396. NEWWELD.C1 = C1
  397. NEWWELD.Parent = PARENT
  398. return NEWWELD
  399. end
  400.  
  401. local S = IT("Sound")
  402. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  403. local NEWSOUND = nil
  404. coroutine.resume(coroutine.create(function()
  405. NEWSOUND = S:Clone()
  406. NEWSOUND.Parent = PARENT
  407. NEWSOUND.Volume = VOLUME
  408. NEWSOUND.Pitch = PITCH
  409. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  410. NEWSOUND:play()
  411. if DOESLOOP == true then
  412. NEWSOUND.Looped = true
  413. else
  414. repeat wait(1) until NEWSOUND.Playing == false
  415. NEWSOUND:remove()
  416. end
  417. end))
  418. return NEWSOUND
  419. end
  420.  
  421. function CFrameFromTopBack(at, top, back)
  422. local right = top:Cross(back)
  423. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  424. end
  425.  
  426. function MakeForm(PART,TYPE)
  427. if TYPE == "Cyl" then
  428. local MSH = IT("CylinderMesh",PART)
  429. elseif TYPE == "Ball" then
  430. local MSH = IT("SpecialMesh",PART)
  431. MSH.MeshType = "Sphere"
  432. elseif TYPE == "Wedge" then
  433. local MSH = IT("SpecialMesh",PART)
  434. MSH.MeshType = "Wedge"
  435. end
  436. end
  437.  
  438. Debris = game:GetService("Debris")
  439.  
  440. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  441. local DIRECTION = CF(StartPos,EndPos).lookVector
  442. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  443. end
  444.  
  445. --//=================================\\
  446. --|| WEAPON CREATION
  447. --\\=================================//
  448.  
  449. Humanoid.Parent = nil
  450. RootPart.Size = RootPart.Size*SIZE
  451. Torso.Size = Torso.Size*SIZE
  452. RightArm.Size = RightArm.Size*SIZE
  453. RightLeg.Size = RightLeg.Size*SIZE
  454. LeftArm.Size = LeftArm.Size*SIZE
  455. LeftLeg.Size = LeftLeg.Size*SIZE
  456. RootJoint.C0 = ROOTC0 * CF(0 * SIZE, 0 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(0), RAD(0))
  457. RootJoint.C1 = ROOTC0 * CF(0 * SIZE, 0 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(0), RAD(0))
  458. Neck.C0 = NECKC0 * CF(0 * SIZE, 0 * SIZE, 0 + ((1 * SIZE) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0))
  459. Neck.C1 = CF(0 * SIZE, -0.5 * SIZE, 0 * SIZE) * ANGLES(RAD(-90), RAD(0), RAD(180))
  460. RightShoulder.C1 = CF(0 * SIZE, 0.5 * SIZE, -0.35 * SIZE)
  461. LeftShoulder.C1 = CF(0 * SIZE, 0.5 * SIZE, -0.35 * SIZE)
  462. RightHip.C0 = CF(1 * SIZE, -1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  463. LeftHip.C0 = CF(-1 * SIZE, -1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  464. RightHip.C1 = CF(0.5 * SIZE, 1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  465. LeftHip.C1 = CF(-0.5 * SIZE, 1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  466. Head.Size = Head.Size*SIZE
  467. RootJoint.Parent = RootPart
  468. Neck.Parent = Torso
  469. RightShoulder.Parent = Torso
  470. LeftShoulder.Parent = Torso
  471. RightHip.Parent = Torso
  472. LeftHip.Parent = Torso
  473.  
  474. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(1.4,1,0.2),false)
  475. MakeForm(PART,"Ball")
  476. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(0.45*SIZE,0.6*SIZE,-0.45*SIZE), CF(0, 0, 0))
  477. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(1.4,1,0.2),false)
  478. MakeForm(PART,"Ball")
  479. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(-0.45*SIZE,0.6*SIZE,-0.45*SIZE), CF(0, 0, 0))
  480. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(1,0.7,0.2),false)
  481. MakeForm(PART,"Ball")
  482. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(0.35*SIZE,0.15*SIZE,-0.45*SIZE), CF(0, 0, 0))
  483. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(1,0.7,0.2),false)
  484. MakeForm(PART,"Ball")
  485. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(-0.35*SIZE,0.15*SIZE,-0.45*SIZE), CF(0, 0, 0))
  486. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(0.75,0.5,0.2),false)
  487. MakeForm(PART,"Ball")
  488. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(0.3*SIZE,-0.13*SIZE,-0.45*SIZE), CF(0, 0, 0))
  489. local PART = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Bright yellow", "Muscle", VT(0.75,0.5,0.2),false)
  490. MakeForm(PART,"Ball")
  491. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, PART, CF(-0.3*SIZE,-0.13*SIZE,-0.45*SIZE), CF(0, 0, 0))
  492.  
  493. Humanoid.Parent = Character
  494.  
  495. Humanoid.Died:connect(function()
  496. ATTACK = true
  497. end)
  498.  
  499. local TRACKFRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Yeet")
  500.  
  501. local TEXT = CreateLabel(TRACKFRAME, KILLCOUNT, C3(1,0,0), 8, "SourceSans", 0, 2, 1, "Text")
  502.  
  503. --//=================================\\
  504. --|| DAMAGING
  505. --\\=================================//
  506.  
  507. local EXPLOSION = IT("Explosion",nil)
  508. EXPLOSION.BlastPressure = 0
  509. function PUNCH(Fist)
  510. TOUCH = Fist.Touched:Connect(function(hit)
  511. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  512. local HUM = hit.Parent:FindFirstChildOfClass("Humanoid")
  513. local TORSO = hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso")
  514. if TORSO and HUM.Health > 0 then
  515. CreateSound(296102734,Fist,6,1,false)
  516. CreateSound(12222242,TORSO,7,MRANDOM(8,14)/10,false)
  517. TORSO.Parent:BreakJoints()
  518. for _, c in pairs(TORSO.Parent:GetChildren()) do
  519. if c:IsA("BasePart") then
  520. local bv = Instance.new("BodyVelocity",c)
  521. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  522. bv.velocity = CF(TORSO.Position,c.Position+VT(0,0.1,0)).lookVector*MRANDOM(70,100)
  523. Debris:AddItem(bv,0.05)
  524. end
  525. end
  526. local BOOM = EXPLOSION:Clone()
  527. BOOM.Position = Fist.CFrame*CF(0,-1*SIZE,0).p
  528. BOOM.Parent = Character
  529. TOUCH:Disconnect()
  530. KILLCOUNT = KILLCOUNT + 1
  531. end
  532. elseif hit.Material == Enum.Material.Glass or hit.Transparency > 0.2 then
  533. hit:remove()
  534. CreateSound(296102734,Fist,6,1,false)
  535. local BOOM = EXPLOSION:Clone()
  536. BOOM.BlastPressure = 15
  537. BOOM.Position = Fist.CFrame*CF(0,-1*SIZE,0).p
  538. BOOM.Parent = Character
  539. elseif hit.Anchored == false then
  540. CreateSound(296102734,Fist,6,1,false)
  541. local BOOM = EXPLOSION:Clone()
  542. BOOM.BlastPressure = 70
  543. BOOM.Position = Fist.CFrame*CF(0,-1*SIZE,0).p
  544. BOOM.Parent = Character
  545. TOUCH:Disconnect()
  546. end
  547. end)
  548. return TOUCH
  549. end
  550.  
  551. --//=================================\\
  552. --|| ATTACK FUNCTIONS AND STUFF
  553. --\\=================================//
  554.  
  555. function Yeet()
  556. ATTACK = true
  557. Rooted = false
  558. if COMBO == 1 then
  559. COMBO = 2
  560. for i=0, 0.1, 0.1 / Animation_Speed do
  561. Swait()
  562. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(15), RAD(0), RAD(15)), 1 / Animation_Speed)
  563. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-15), RAD(0), RAD(-15)), 1 / Animation_Speed)
  564. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.25*SIZE, 0.2*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  565. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  566. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  567. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  568. end
  569. local FIST = PUNCH(LeftArm)
  570. for i=0, 0.15, 0.1 / Animation_Speed do
  571. Swait()
  572. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(35), RAD(0), RAD(-45)), 1 / Animation_Speed)
  573. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-15), RAD(0), RAD(45)), 1 / Animation_Speed)
  574. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.25*SIZE, 0.2*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  575. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.1*SIZE, 0.45*SIZE, -1*SIZE) * ANGLES(RAD(110), RAD(0), RAD(25)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  576. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  577. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  578. end
  579. FIST:Disconnect()
  580. else
  581. COMBO = 1
  582. for i=0, 0.1, 0.1 / Animation_Speed do
  583. Swait()
  584. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(15), RAD(0), RAD(-15)), 1 / Animation_Speed)
  585. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-15), RAD(0), RAD(15)), 0.15 / Animation_Speed)
  586. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  587. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.25*SIZE, 0.2*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  588. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  589. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  590. end
  591. local FIST = PUNCH(RightArm)
  592. for i=0, 0.15, 0.1 / Animation_Speed do
  593. Swait()
  594. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(35), RAD(0), RAD(45)), 1 / Animation_Speed)
  595. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-15), RAD(0), RAD(-45)), 0.15 / Animation_Speed)
  596. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.1*SIZE, 0.45*SIZE, -1*SIZE) * ANGLES(RAD(110), RAD(0), RAD(-25)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  597. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.25*SIZE, 0.2*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  598. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  599. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  600. end
  601. FIST:Disconnect()
  602. end
  603. ATTACK = false
  604. Rooted = false
  605. end
  606.  
  607. function YesPlease()
  608. ATTACK = true
  609. Rooted = true
  610. CreateSound(390901873,Head,6,1,false)
  611. for i=0, 2, 0.1 / Animation_Speed do
  612. Swait()
  613. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, -0.3*SIZE) * ANGLES(RAD(25), RAD(0), RAD(0)), 1 / Animation_Speed)
  614. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  615. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(2+(MRANDOM(-5,5)/100)*SIZE, (0.45+(MRANDOM(-5,5)/100))*SIZE, -0.5*SIZE) * ANGLES(RAD(75), RAD(0), RAD(-65)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  616. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-2+(MRANDOM(-5,5)/100)*SIZE, (0.65+(MRANDOM(-5,5)/100))*SIZE, -0.5*SIZE) * ANGLES(RAD(65), RAD(0), RAD(65)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  617. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -0.85*SIZE, -0.6*SIZE) * ANGLES(RAD(25), RAD(80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  618. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -0.85*SIZE, -0.6*SIZE) * ANGLES(RAD(25), RAD(-80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  619. end
  620. ATTACK = false
  621. Rooted = false
  622. end
  623.  
  624. --//=================================\\
  625. --|| ASSIGN THINGS TO KEYS
  626. --\\=================================//
  627.  
  628. Mouse.Button1Down:connect(function(NEWKEY)
  629. if ATTACK == false then
  630. Yeet()
  631. end
  632. end)
  633. Mouse.KeyDown:connect(function(NEWKEY)
  634. if NEWKEY == "t" and ATTACK == false then
  635. YesPlease()
  636. end
  637. end)
  638.  
  639. --//=================================\\
  640. --\\=================================//
  641.  
  642. function unanchor()
  643. if UNANCHOR == true then
  644. g = Character:GetChildren()
  645. for i = 1, #g do
  646. if g[i].ClassName == "Part" then
  647. g[i].Anchored = false
  648. end
  649. end
  650. end
  651. end
  652.  
  653. --//=================================\\
  654. --|| WRAP THE WHOLE SCRIPT UP
  655. --\\=================================//
  656.  
  657. Humanoid.Changed:connect(function(Jump)
  658. if Jump == "Jump" and (Disable_Jump == true) then
  659. Humanoid.Jump = false
  660. end
  661. end)
  662.  
  663. local FF = IT("ForceField",Character)
  664. FF.Visible = false
  665.  
  666. while true do
  667. Swait()
  668. script.Parent = WEAPONGUI
  669. ANIMATE.Parent = nil
  670. for _,v in next, Humanoid:GetPlayingAnimationTracks() do
  671. v:Stop();
  672. end
  673. SINE = SINE + CHANGE
  674. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  675. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  676. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4*SIZE, Character)
  677. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  678. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  679. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2))) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 / Animation_Speed)
  680. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  681. RightHip.C1 = Clerp(RightHip.C1, CF(0.5*SIZE, 0.875*SIZE - 0.125 * SIN(SINE / WALKSPEEDVALUE)*SIZE - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.125 * COS(SINE / WALKSPEEDVALUE) +0.5- 0.5 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  682. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5*SIZE, 0.875*SIZE + 0.125 * SIN(SINE / WALKSPEEDVALUE)*SIZE - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0.125 * COS(SINE / WALKSPEEDVALUE) +0.5+ 0.5 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  683. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  684. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  685. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  686. RightHip.C1 = Clerp(RightHip.C1, CF(0.5*SIZE, 1*SIZE, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  687. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5*SIZE, 1*SIZE, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  688. end
  689. if HITFLOOR == nil then
  690. ANIM = "Midair"
  691. if ATTACK == false then
  692. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  693. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0*SIZE, 0*SIZE, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  694. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.45*SIZE, 0.15*SIZE, -0.5*SIZE) * ANGLES(RAD(145), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  695. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.45*SIZE, 0.3*SIZE) * ANGLES(RAD(35), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  696. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -0.2*SIZE, -0.7*SIZE) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 1 / Animation_Speed)
  697. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 1 / Animation_Speed)
  698. end
  699. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  700. ANIM = "Idle"
  701. if ATTACK == false then
  702. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  703. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  704. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.55*SIZE, 0.5*SIZE, 0.1*SIZE) * ANGLES(RAD(15), RAD(0), RAD(-12)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  705. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.55*SIZE, 0.5*SIZE, 0.1*SIZE) * ANGLES(RAD(15), RAD(0), RAD(12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  706. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE - 0.05*SIZE, -0.01*SIZE) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  707. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.05*SIZE, -0.01*SIZE) * ANGLES(RAD(0), RAD(-70), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  708. end
  709. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  710. ANIM = "Walk"
  711. if ATTACK == false then
  712. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, -0.1*SIZE) * ANGLES(RAD(20), RAD(0), RAD(0)), 1 / Animation_Speed)
  713. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1*SIZE) - 1)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 1/ Animation_Speed)
  714. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, (0.35+0.15 * COS(SINE / WALKSPEEDVALUE))*SIZE, 0*SIZE) * ANGLES(RAD(25+70 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  715. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, (0.35-0.15 * COS(SINE / WALKSPEEDVALUE))*SIZE, 0*SIZE) * ANGLES(RAD(25-70 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  716. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE , -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  717. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  718. end
  719. end
  720. unanchor()
  721. Humanoid.MaxHealth = 5e7
  722. Humanoid.Health = 5e7
  723. Humanoid.Name = "BigBoie"
  724. if Rooted == false then
  725. Disable_Jump = false
  726. Humanoid.WalkSpeed = Speed
  727. elseif Rooted == true then
  728. Disable_Jump = true
  729. Humanoid.WalkSpeed = 0
  730. end
  731. for _, c in pairs(Character:GetChildren()) do
  732. if c.ClassName == "Part" then
  733. c.Material = "SmoothPlastic"
  734. if c:FindFirstChildOfClass("ParticleEmitter") then
  735. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  736. end
  737. if c == Torso or c.Name == "Muscle" then
  738. c.BrickColor = BRICKC"Bright yellow"
  739. elseif c == RightLeg or c == LeftLeg then
  740. c.BrickColor = BRICKC"Steel blue"
  741. else
  742. c.BrickColor = BRICKC"Daisy orange"
  743. end
  744. if c == Head then
  745. if c:FindFirstChild("face") then
  746. c.face.Texture = "http://www.roblox.com/asset/?id=1700036176"
  747. end
  748. end
  749. elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  750. c:remove()
  751. elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
  752. c:remove()
  753. end
  754. end
  755. sick.SoundId = "rbxassetid://1383666704"
  756. sick.Looped = true
  757. sick.Pitch = (MRANDOM(95,115)/100)+0.2
  758. sick.Volume = 3
  759. sick:Resume()
  760. sick.Parent = Torso
  761. Humanoid.JumpPower = 150
  762. TEXT.Text = KILLCOUNT
  763. end
  764.  
  765. --//=================================\\
  766. --\\=================================//
  767.  
  768.  
  769.  
  770.  
  771.  
  772. --//====================================================\\--
  773. --|| END OF SCRIPT
  774. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement