Advertisement
Guest User

Orion Z

a guest
Aug 19th, 2022
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 162.01 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Orion Z", "BloodTheme")
  3.  
  4. --MAIN
  5. local main = Window:NewTab("Main Scripts")
  6. local main = main:NewSection("Made By MrScaney")
  7.  
  8.  
  9. main:NewButton("Flips", "DO A FLIP", function()
  10. wait(5)
  11.  
  12. --[[ Info ]]--
  13.  
  14. local ver = "2.00"
  15. local scriptname = "feFlip"
  16.  
  17.  
  18. --[[ Keybinds ]]--
  19.  
  20. local FrontflipKey = Enum.KeyCode.Z
  21. local BackflipKey = Enum.KeyCode.X
  22. local AirjumpKey = Enum.KeyCode.C
  23.  
  24.  
  25. --[[ Dependencies ]]--
  26.  
  27. local ca = game:GetService("ContextActionService")
  28. local zeezy = game:GetService("Players").LocalPlayer
  29. local h = 0.0174533
  30. local antigrav
  31.  
  32.  
  33. --[[ Functions ]]--
  34.  
  35. function zeezyFrontflip(act,inp,obj)
  36. if inp == Enum.UserInputState.Begin then
  37. zeezy.Character.Humanoid:ChangeState("Jumping")
  38. wait()
  39. zeezy.Character.Humanoid.Sit = true
  40. for i = 1,360 do
  41. delay(i/720,function()
  42. zeezy.Character.Humanoid.Sit = true
  43. zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h,0,0)
  44. end)
  45. end
  46. wait(0.55)
  47. zeezy.Character.Humanoid.Sit = false
  48. end
  49. end
  50.  
  51. function zeezyBackflip(act,inp,obj)
  52. if inp == Enum.UserInputState.Begin then
  53. zeezy.Character.Humanoid:ChangeState("Jumping")
  54. wait()
  55. zeezy.Character.Humanoid.Sit = true
  56. for i = 1,360 do
  57. delay(i/720,function()
  58. zeezy.Character.Humanoid.Sit = true
  59. zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h,0,0)
  60. end)
  61. end
  62. wait(0.55)
  63. zeezy.Character.Humanoid.Sit = false
  64. end
  65. end
  66.  
  67. function zeezyAirjump(act,inp,obj)
  68. if inp == Enum.UserInputState.Begin then
  69. zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  70. wait()
  71. zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  72. end
  73. end
  74.  
  75.  
  76. --[[ Binds ]]--
  77.  
  78. ca:BindAction("zeezyFrontflip",zeezyFrontflip,false,FrontflipKey)
  79. ca:BindAction("zeezyBackflip",zeezyBackflip,false,BackflipKey)
  80. ca:BindAction("zeezyAirjump",zeezyAirjump,false,AirjumpKey)
  81.  
  82. --[[ Load Message ]]--
  83.  
  84. print(scriptname .. " " .. ver .. " loaded successfully")
  85. print("made by Zeezy#7203")
  86.  
  87. local notifSound = Instance.new("Sound",workspace)
  88. notifSound.PlaybackSpeed = 1.5
  89. notifSound.Volume = 0.15
  90. notifSound.SoundId = "rbxassetid://170765130"
  91. notifSound.PlayOnRemove = true
  92. notifSound:Destroy()
  93. game.StarterGui:SetCore("SendNotification", {Title = "feFlip", Text = "feFlip loaded successfully!", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  94. end)
  95.  
  96.  
  97. main:NewToggle("Powerups", "Run fast and Jump high", function(state)
  98. if state then
  99. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  100. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  101. else
  102. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  103. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  104. end
  105. end)
  106.  
  107.  
  108. main:NewButton("Infinite Yield", "we do a little trolling?", function()
  109. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  110. end)
  111.  
  112.  
  113. --Local Player
  114. local Player = Window:NewTab("Player")
  115. local PlayerSection = Player:NewSection("Players")
  116.  
  117.  
  118. PlayerSection:NewSlider("S P E E D", "speed giver", 250, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  119. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  120. end)
  121.  
  122.  
  123. PlayerSection:NewSlider("Jumppower", "ooh look a bird", 400, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  124. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  125. end)
  126.  
  127.  
  128. PlayerSection:NewButton("reset your w/s", "settings will stay the same", function()
  129. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  130. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  131. end)
  132.  
  133.  
  134. --Other
  135. local Other = Window:NewTab("Other goofy scripts")
  136. local OtherSection = Other:NewSection("Other")
  137.  
  138.  
  139. OtherSection:NewButton("troll gui", "ButtonInfo", function()
  140. -- Gui to Lua
  141. -- Version: 3.2
  142.  
  143. -- Instances:
  144.  
  145. local TrollingGUI = Instance.new("ScreenGui")
  146. local mainframe = Instance.new("Frame")
  147. local r15frame = Instance.new("Frame")
  148. local r15blockhead = Instance.new("TextButton")
  149. local r15creeper = Instance.new("TextButton")
  150. local r15waist = Instance.new("TextButton")
  151. local jdaskfjksdjkf = Instance.new("TextLabel")
  152. local r15blockhats = Instance.new("TextButton")
  153. local r15animations = Instance.new("TextButton")
  154. local r15invisible = Instance.new("TextButton")
  155. local r15admin = Instance.new("TextButton")
  156. local r15antiafk = Instance.new("TextButton")
  157. local otherframe = Instance.new("Frame")
  158. local dogscript = Instance.new("TextButton")
  159. local iyuoyuioyu = Instance.new("TextLabel")
  160. local skatescript = Instance.new("TextButton")
  161. local skateframe = Instance.new("Frame")
  162. local closeskate = Instance.new("TextButton")
  163. local ghjkghjk = Instance.new("TextLabel")
  164. local puiopui = Instance.new("TextLabel")
  165. local skateopen = Instance.new("TextButton")
  166. local fathonhub = Instance.new("TextButton")
  167. local legacyhub = Instance.new("TextButton")
  168. local phonegui = Instance.new("TextButton")
  169. local ezhub = Instance.new("TextButton")
  170. local ragdoll = Instance.new("TextButton")
  171. local topkek = Instance.new("TextButton")
  172. local savetoolframe = Instance.new("Frame")
  173. local hdfgkhkdfhk = Instance.new("TextLabel")
  174. local loadtools = Instance.new("TextButton")
  175. local savetools = Instance.new("TextButton")
  176. local ouiyoyuio = Instance.new("TextLabel")
  177. local rainbow1 = Instance.new("Frame")
  178. local rainbow2 = Instance.new("Frame")
  179. local r6frame = Instance.new("Frame")
  180. local r6blockhead = Instance.new("TextButton")
  181. local r6creeper = Instance.new("TextButton")
  182. local r6Car = Instance.new("TextButton")
  183. local gdfhdfgh = Instance.new("TextLabel")
  184. local r6pyramid = Instance.new("TextButton")
  185. local r6animations = Instance.new("TextButton")
  186. local r6flingscript = Instance.new("TextButton")
  187. local r6admin = Instance.new("TextButton")
  188. local r6antiafk = Instance.new("TextButton")
  189. local racecarrequirement = Instance.new("TextButton")
  190. local carframe = Instance.new("Frame")
  191. local closecar = Instance.new("TextButton")
  192. local fasdfasf = Instance.new("TextLabel")
  193. local vxcvxcv = Instance.new("TextLabel")
  194. local r15open = Instance.new("TextButton")
  195. local r6open = Instance.new("TextButton")
  196. local opentools = Instance.new("TextButton")
  197. local utyuty = Instance.new("TextLabel")
  198. local otheropen = Instance.new("TextButton")
  199. local mbnmbnm = Instance.new("TextLabel")
  200. local mbnmbnm_2 = Instance.new("TextLabel")
  201.  
  202. --Properties:
  203.  
  204. TrollingGUI.Name = "TrollingGUI"
  205. TrollingGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  206.  
  207. mainframe.Name = "mainframe"
  208. mainframe.Parent = TrollingGUI
  209. mainframe.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  210. mainframe.BorderSizePixel = 4
  211. mainframe.Position = UDim2.new(0.454040706, 0, 0.16216217, 0)
  212. mainframe.Size = UDim2.new(0, 148, 0, 550)
  213.  
  214. r15frame.Name = "r15frame"
  215. r15frame.Parent = mainframe
  216. r15frame.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  217. r15frame.BorderSizePixel = 4
  218. r15frame.Position = UDim2.new(1, 0, -0.038181819, 0)
  219. r15frame.Size = UDim2.new(0, 164, 0, 298)
  220. r15frame.Visible = false
  221.  
  222. r15blockhead.Name = "r15blockhead"
  223. r15blockhead.Parent = r15frame
  224. r15blockhead.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  225. r15blockhead.BorderSizePixel = 0
  226. r15blockhead.Position = UDim2.new(0.0426829271, 0, 0.0201342274, 0)
  227. r15blockhead.Size = UDim2.new(0, 151, 0, 25)
  228. r15blockhead.Font = Enum.Font.RobotoMono
  229. r15blockhead.Text = "BlockHead"
  230. r15blockhead.TextColor3 = Color3.fromRGB(255, 255, 255)
  231. r15blockhead.TextSize = 20.000
  232. r15blockhead.TextWrapped = true
  233.  
  234. r15creeper.Name = "r15creeper"
  235. r15creeper.Parent = r15frame
  236. r15creeper.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  237. r15creeper.BorderSizePixel = 0
  238. r15creeper.Position = UDim2.new(0.0426829271, 0, 0.127516776, 0)
  239. r15creeper.Size = UDim2.new(0, 151, 0, 25)
  240. r15creeper.Font = Enum.Font.RobotoMono
  241. r15creeper.Text = "Creeper script"
  242. r15creeper.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. r15creeper.TextSize = 20.000
  244. r15creeper.TextWrapped = true
  245.  
  246. r15waist.Name = "r15waist"
  247. r15waist.Parent = r15frame
  248. r15waist.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  249. r15waist.BorderSizePixel = 0
  250. r15waist.Position = UDim2.new(0.0365853682, 0, 0.248322159, 0)
  251. r15waist.Size = UDim2.new(0, 151, 0, 25)
  252. r15waist.Font = Enum.Font.RobotoMono
  253. r15waist.Text = "Remove waist"
  254. r15waist.TextColor3 = Color3.fromRGB(255, 255, 255)
  255. r15waist.TextSize = 20.000
  256. r15waist.TextWrapped = true
  257.  
  258. jdaskfjksdjkf.Name = "jdaskfjksdjkf"
  259. jdaskfjksdjkf.Parent = r15frame
  260. jdaskfjksdjkf.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  261. jdaskfjksdjkf.BackgroundTransparency = 1.000
  262. jdaskfjksdjkf.Position = UDim2.new(0, 0, -0.0704697967, 0)
  263. jdaskfjksdjkf.Size = UDim2.new(0, 164, 0, 20)
  264. jdaskfjksdjkf.Font = Enum.Font.SourceSansBold
  265. jdaskfjksdjkf.Text = "R15 Scripts"
  266. jdaskfjksdjkf.TextColor3 = Color3.fromRGB(0, 0, 0)
  267. jdaskfjksdjkf.TextScaled = true
  268. jdaskfjksdjkf.TextSize = 14.000
  269. jdaskfjksdjkf.TextWrapped = true
  270.  
  271. r15blockhats.Name = "r15blockhats"
  272. r15blockhats.Parent = r15frame
  273. r15blockhats.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  274. r15blockhats.BorderSizePixel = 0
  275. r15blockhats.Position = UDim2.new(0.0426829308, 0, 0.3657718, 0)
  276. r15blockhats.Size = UDim2.new(0, 151, 0, 25)
  277. r15blockhats.Font = Enum.Font.RobotoMono
  278. r15blockhats.Text = "Block Hats"
  279. r15blockhats.TextColor3 = Color3.fromRGB(255, 255, 255)
  280. r15blockhats.TextSize = 20.000
  281. r15blockhats.TextWrapped = true
  282.  
  283. r15animations.Name = "r15animations"
  284. r15animations.Parent = r15frame
  285. r15animations.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  286. r15animations.BorderSizePixel = 0
  287. r15animations.Position = UDim2.new(0.0426829308, 0, 0.493288577, 0)
  288. r15animations.Size = UDim2.new(0, 151, 0, 25)
  289. r15animations.Font = Enum.Font.RobotoMono
  290. r15animations.Text = "AnimationGUI"
  291. r15animations.TextColor3 = Color3.fromRGB(255, 255, 255)
  292. r15animations.TextSize = 20.000
  293. r15animations.TextWrapped = true
  294.  
  295. r15invisible.Name = "r15invisible"
  296. r15invisible.Parent = r15frame
  297. r15invisible.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  298. r15invisible.BorderSizePixel = 0
  299. r15invisible.Position = UDim2.new(0.0426829308, 0, 0.607382536, 0)
  300. r15invisible.Size = UDim2.new(0, 151, 0, 25)
  301. r15invisible.Font = Enum.Font.RobotoMono
  302. r15invisible.Text = "Invisible Script"
  303. r15invisible.TextColor3 = Color3.fromRGB(255, 255, 255)
  304. r15invisible.TextSize = 20.000
  305. r15invisible.TextWrapped = true
  306.  
  307. r15admin.Name = "r15admin"
  308. r15admin.Parent = r15frame
  309. r15admin.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  310. r15admin.BorderSizePixel = 0
  311. r15admin.Position = UDim2.new(0.0426829308, 0, 0.728187859, 0)
  312. r15admin.Size = UDim2.new(0, 151, 0, 25)
  313. r15admin.Font = Enum.Font.RobotoMono
  314. r15admin.Text = "Shattervest "
  315. r15admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  316. r15admin.TextSize = 20.000
  317. r15admin.TextWrapped = true
  318.  
  319. r15antiafk.Name = "r15antiafk"
  320. r15antiafk.Parent = r15frame
  321. r15antiafk.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  322. r15antiafk.BorderSizePixel = 0
  323. r15antiafk.Position = UDim2.new(0.0426829308, 0, 0.84563756, 0)
  324. r15antiafk.Size = UDim2.new(0, 151, 0, 25)
  325. r15antiafk.Font = Enum.Font.RobotoMono
  326. r15antiafk.Text = "Anti-AFK"
  327. r15antiafk.TextColor3 = Color3.fromRGB(255, 255, 255)
  328. r15antiafk.TextSize = 20.000
  329. r15antiafk.TextWrapped = true
  330.  
  331. otherframe.Name = "otherframe"
  332. otherframe.Parent = mainframe
  333. otherframe.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  334. otherframe.BorderSizePixel = 4
  335. otherframe.Position = UDim2.new(-1.10810804, 0, 0.50363636, 0)
  336. otherframe.Size = UDim2.new(0, 164, 0, 298)
  337. otherframe.Visible = false
  338.  
  339. dogscript.Name = "dogscript"
  340. dogscript.Parent = otherframe
  341. dogscript.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  342. dogscript.BorderSizePixel = 0
  343. dogscript.Position = UDim2.new(0.0365853682, 0, 0.0637583882, 0)
  344. dogscript.Size = UDim2.new(0, 151, 0, 25)
  345. dogscript.Font = Enum.Font.RobotoMono
  346. dogscript.Text = "Dog Script R6"
  347. dogscript.TextColor3 = Color3.fromRGB(255, 255, 255)
  348. dogscript.TextSize = 20.000
  349. dogscript.TextWrapped = true
  350.  
  351. iyuoyuioyu.Name = "iyuoyuioyu"
  352. iyuoyuioyu.Parent = otherframe
  353. iyuoyuioyu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  354. iyuoyuioyu.BackgroundTransparency = 1.000
  355. iyuoyuioyu.Position = UDim2.new(0, 0, 1, 0)
  356. iyuoyuioyu.Size = UDim2.new(0, 164, 0, 20)
  357. iyuoyuioyu.Font = Enum.Font.SourceSansBold
  358. iyuoyuioyu.Text = "Other Scripts"
  359. iyuoyuioyu.TextColor3 = Color3.fromRGB(0, 0, 0)
  360. iyuoyuioyu.TextScaled = true
  361. iyuoyuioyu.TextSize = 14.000
  362. iyuoyuioyu.TextWrapped = true
  363.  
  364. skatescript.Name = "skatescript"
  365. skatescript.Parent = otherframe
  366. skatescript.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  367. skatescript.BorderSizePixel = 0
  368. skatescript.Position = UDim2.new(0.0365853682, 0, 0.177852347, 0)
  369. skatescript.Size = UDim2.new(0, 151, 0, 25)
  370. skatescript.Font = Enum.Font.RobotoMono
  371. skatescript.Text = "Skateboard R6"
  372. skatescript.TextColor3 = Color3.fromRGB(255, 255, 255)
  373. skatescript.TextSize = 20.000
  374. skatescript.TextWrapped = true
  375.  
  376. skateframe.Name = "skateframe"
  377. skateframe.Parent = otherframe
  378. skateframe.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  379. skateframe.BorderSizePixel = 0
  380. skateframe.Position = UDim2.new(-0.84785378, 0, 0.0874429494, 0)
  381. skateframe.Size = UDim2.new(0, 100, 0, 100)
  382. skateframe.Visible = false
  383.  
  384. closeskate.Name = "closeskate"
  385. closeskate.Parent = skateframe
  386. closeskate.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  387. closeskate.BorderSizePixel = 0
  388. closeskate.Position = UDim2.new(0, 0, 0.850000024, 0)
  389. closeskate.Size = UDim2.new(0, 100, 0, 15)
  390. closeskate.Font = Enum.Font.SourceSansBold
  391. closeskate.Text = "CLOSE"
  392. closeskate.TextColor3 = Color3.fromRGB(0, 0, 0)
  393. closeskate.TextScaled = true
  394. closeskate.TextSize = 14.000
  395. closeskate.TextWrapped = true
  396.  
  397. ghjkghjk.Name = "ghjkghjk"
  398. ghjkghjk.Parent = skateframe
  399. ghjkghjk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  400. ghjkghjk.BackgroundTransparency = 1.000
  401. ghjkghjk.Size = UDim2.new(0, 100, 0, 47)
  402. ghjkghjk.Font = Enum.Font.SourceSansBold
  403. ghjkghjk.Text = "This Script Requires A certain hat to be run"
  404. ghjkghjk.TextColor3 = Color3.fromRGB(255, 255, 255)
  405. ghjkghjk.TextScaled = true
  406. ghjkghjk.TextSize = 14.000
  407. ghjkghjk.TextWrapped = true
  408.  
  409. puiopui.Name = "puiopui"
  410. puiopui.Parent = skateframe
  411. puiopui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  412. puiopui.BackgroundTransparency = 1.000
  413. puiopui.Position = UDim2.new(0, 0, 0.469999999, 0)
  414. puiopui.Size = UDim2.new(0, 100, 0, 38)
  415. puiopui.Font = Enum.Font.SourceSansBold
  416. puiopui.Text = "Hat : Cold Stare Skateboard"
  417. puiopui.TextColor3 = Color3.fromRGB(255, 255, 255)
  418. puiopui.TextScaled = true
  419. puiopui.TextSize = 14.000
  420. puiopui.TextWrapped = true
  421.  
  422. skateopen.Name = "skateopen"
  423. skateopen.Parent = otherframe
  424. skateopen.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  425. skateopen.BorderSizePixel = 0
  426. skateopen.Position = UDim2.new(-0.170731664, 0, 0.171140954, 0)
  427. skateopen.Size = UDim2.new(0, 28, 0, 28)
  428. skateopen.Font = Enum.Font.SourceSans
  429. skateopen.Text = "?"
  430. skateopen.TextColor3 = Color3.fromRGB(0, 0, 0)
  431. skateopen.TextScaled = true
  432. skateopen.TextSize = 14.000
  433. skateopen.TextWrapped = true
  434.  
  435. fathonhub.Name = "fathonhub"
  436. fathonhub.Parent = otherframe
  437. fathonhub.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  438. fathonhub.BorderSizePixel = 0
  439. fathonhub.Position = UDim2.new(0.0365853682, 0, 0.302013427, 0)
  440. fathonhub.Size = UDim2.new(0, 151, 0, 25)
  441. fathonhub.Font = Enum.Font.RobotoMono
  442. fathonhub.Text = "Fathom Hub"
  443. fathonhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  444. fathonhub.TextSize = 20.000
  445. fathonhub.TextWrapped = true
  446.  
  447. legacyhub.Name = "legacyhub"
  448. legacyhub.Parent = otherframe
  449. legacyhub.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  450. legacyhub.BorderSizePixel = 0
  451. legacyhub.Position = UDim2.new(0.0365853682, 0, 0.42281878, 0)
  452. legacyhub.Size = UDim2.new(0, 151, 0, 25)
  453. legacyhub.Font = Enum.Font.RobotoMono
  454. legacyhub.Text = "Legacy Hub"
  455. legacyhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  456. legacyhub.TextSize = 20.000
  457. legacyhub.TextWrapped = true
  458.  
  459. phonegui.Name = "phonegui"
  460. phonegui.Parent = otherframe
  461. phonegui.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  462. phonegui.BorderSizePixel = 0
  463. phonegui.Position = UDim2.new(0.0365853682, 0, 0.543624163, 0)
  464. phonegui.Size = UDim2.new(0, 151, 0, 25)
  465. phonegui.Font = Enum.Font.RobotoMono
  466. phonegui.Text = "Phone GUI"
  467. phonegui.TextColor3 = Color3.fromRGB(255, 255, 255)
  468. phonegui.TextSize = 20.000
  469. phonegui.TextWrapped = true
  470.  
  471. ezhub.Name = "ezhub"
  472. ezhub.Parent = otherframe
  473. ezhub.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  474. ezhub.BorderSizePixel = 0
  475. ezhub.Position = UDim2.new(0.0365853682, 0, 0.664429545, 0)
  476. ezhub.Size = UDim2.new(0, 151, 0, 25)
  477. ezhub.Font = Enum.Font.RobotoMono
  478. ezhub.Text = "Ez HUB"
  479. ezhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  480. ezhub.TextSize = 20.000
  481. ezhub.TextWrapped = true
  482.  
  483. ragdoll.Name = "ragdoll"
  484. ragdoll.Parent = otherframe
  485. ragdoll.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  486. ragdoll.BorderSizePixel = 0
  487. ragdoll.Position = UDim2.new(0.0365853682, 0, 0.775167823, 0)
  488. ragdoll.Size = UDim2.new(0, 151, 0, 25)
  489. ragdoll.Font = Enum.Font.RobotoMono
  490. ragdoll.Text = "Ragdoll Engine"
  491. ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255)
  492. ragdoll.TextSize = 20.000
  493. ragdoll.TextWrapped = true
  494.  
  495. topkek.Name = "topkek"
  496. topkek.Parent = otherframe
  497. topkek.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  498. topkek.BorderSizePixel = 0
  499. topkek.Position = UDim2.new(0.0365853682, 0, 0.889261782, 0)
  500. topkek.Size = UDim2.new(0, 151, 0, 25)
  501. topkek.Font = Enum.Font.RobotoMono
  502. topkek.Text = "topk3k"
  503. topkek.TextColor3 = Color3.fromRGB(255, 255, 255)
  504. topkek.TextSize = 20.000
  505. topkek.TextWrapped = true
  506.  
  507. savetoolframe.Name = "savetoolframe"
  508. savetoolframe.Parent = mainframe
  509. savetoolframe.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  510. savetoolframe.BorderSizePixel = 4
  511. savetoolframe.Position = UDim2.new(-1.10810804, 0, -0.0381818414, 0)
  512. savetoolframe.Size = UDim2.new(0, 164, 0, 298)
  513. savetoolframe.Visible = false
  514.  
  515. hdfgkhkdfhk.Name = "hdfgkhkdfhk"
  516. hdfgkhkdfhk.Parent = savetoolframe
  517. hdfgkhkdfhk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  518. hdfgkhkdfhk.BackgroundTransparency = 1.000
  519. hdfgkhkdfhk.Position = UDim2.new(0, 0, -0.0704697967, 0)
  520. hdfgkhkdfhk.Size = UDim2.new(0, 164, 0, 20)
  521. hdfgkhkdfhk.Font = Enum.Font.SourceSansBold
  522. hdfgkhkdfhk.Text = "Save/Load Tools"
  523. hdfgkhkdfhk.TextColor3 = Color3.fromRGB(0, 0, 0)
  524. hdfgkhkdfhk.TextScaled = true
  525. hdfgkhkdfhk.TextSize = 14.000
  526. hdfgkhkdfhk.TextWrapped = true
  527.  
  528. loadtools.Name = "loadtools"
  529. loadtools.Parent = savetoolframe
  530. loadtools.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  531. loadtools.BorderSizePixel = 0
  532. loadtools.Position = UDim2.new(0.0365853645, 0, 0.0436241627, 0)
  533. loadtools.Size = UDim2.new(0, 151, 0, 61)
  534. loadtools.Font = Enum.Font.RobotoMono
  535. loadtools.Text = "LOAD TOOLS"
  536. loadtools.TextColor3 = Color3.fromRGB(255, 255, 255)
  537. loadtools.TextSize = 20.000
  538. loadtools.TextWrapped = true
  539.  
  540. savetools.Name = "savetools"
  541. savetools.Parent = savetoolframe
  542. savetools.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  543. savetools.BorderSizePixel = 0
  544. savetools.Position = UDim2.new(0.0365853645, 0, 0.305369139, 0)
  545. savetools.Size = UDim2.new(0, 151, 0, 61)
  546. savetools.Font = Enum.Font.RobotoMono
  547. savetools.Text = "SAVE TOOLS"
  548. savetools.TextColor3 = Color3.fromRGB(255, 255, 255)
  549. savetools.TextSize = 20.000
  550. savetools.TextWrapped = true
  551.  
  552. ouiyoyuio.Name = "ouiyoyuio"
  553. ouiyoyuio.Parent = savetoolframe
  554. ouiyoyuio.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  555. ouiyoyuio.BackgroundTransparency = 1.000
  556. ouiyoyuio.Position = UDim2.new(0.0927819982, 0, 0.576754153, 0)
  557. ouiyoyuio.Size = UDim2.new(0, 131, 0, 97)
  558. ouiyoyuio.Font = Enum.Font.SourceSansBold
  559. ouiyoyuio.Text = "this script saves your tools so whenever you die, press save tools and then whenever you respawn the tools will be back in your inventory"
  560. ouiyoyuio.TextColor3 = Color3.fromRGB(255, 255, 255)
  561. ouiyoyuio.TextScaled = true
  562. ouiyoyuio.TextSize = 14.000
  563. ouiyoyuio.TextWrapped = true
  564.  
  565. rainbow1.Name = "rainbow1"
  566. rainbow1.Parent = mainframe
  567. rainbow1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  568. rainbow1.BorderSizePixel = 4
  569. rainbow1.Position = UDim2.new(0, 0, -0.038181819, 0)
  570. rainbow1.Size = UDim2.new(0, 148, 0, 21)
  571.  
  572. rainbow2.Name = "rainbow2"
  573. rainbow2.Parent = mainframe
  574. rainbow2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  575. rainbow2.BorderSizePixel = 4
  576. rainbow2.Position = UDim2.new(0, 0, 1.00727272, 0)
  577. rainbow2.Size = UDim2.new(0, 148, 0, 21)
  578.  
  579. r6frame.Name = "r6frame"
  580. r6frame.Parent = mainframe
  581. r6frame.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  582. r6frame.BorderSizePixel = 4
  583. r6frame.Position = UDim2.new(1, 0, 0.514545441, 0)
  584. r6frame.Size = UDim2.new(0, 164, 0, 298)
  585. r6frame.Visible = false
  586.  
  587. r6blockhead.Name = "r6blockhead"
  588. r6blockhead.Parent = r6frame
  589. r6blockhead.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  590. r6blockhead.BorderSizePixel = 0
  591. r6blockhead.Position = UDim2.new(0.0426829271, 0, 0.0201342274, 0)
  592. r6blockhead.Size = UDim2.new(0, 151, 0, 25)
  593. r6blockhead.Font = Enum.Font.RobotoMono
  594. r6blockhead.Text = "BlockHead"
  595. r6blockhead.TextColor3 = Color3.fromRGB(255, 255, 255)
  596. r6blockhead.TextSize = 20.000
  597. r6blockhead.TextWrapped = true
  598.  
  599. r6creeper.Name = "r6creeper"
  600. r6creeper.Parent = r6frame
  601. r6creeper.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  602. r6creeper.BorderSizePixel = 0
  603. r6creeper.Position = UDim2.new(0.0426829271, 0, 0.127516776, 0)
  604. r6creeper.Size = UDim2.new(0, 151, 0, 25)
  605. r6creeper.Font = Enum.Font.RobotoMono
  606. r6creeper.Text = "Creeper script"
  607. r6creeper.TextColor3 = Color3.fromRGB(255, 255, 255)
  608. r6creeper.TextSize = 20.000
  609. r6creeper.TextWrapped = true
  610.  
  611. r6Car.Name = "r6Car"
  612. r6Car.Parent = r6frame
  613. r6Car.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  614. r6Car.BorderSizePixel = 0
  615. r6Car.Position = UDim2.new(0.0365853682, 0, 0.248322159, 0)
  616. r6Car.Size = UDim2.new(0, 151, 0, 25)
  617. r6Car.Font = Enum.Font.RobotoMono
  618. r6Car.Text = "Race Car "
  619. r6Car.TextColor3 = Color3.fromRGB(255, 255, 255)
  620. r6Car.TextSize = 20.000
  621. r6Car.TextWrapped = true
  622.  
  623. gdfhdfgh.Name = "gdfhdfgh"
  624. gdfhdfgh.Parent = r6frame
  625. gdfhdfgh.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  626. gdfhdfgh.BackgroundTransparency = 1.000
  627. gdfhdfgh.Position = UDim2.new(0, 0, 1, 0)
  628. gdfhdfgh.Size = UDim2.new(0, 164, 0, 20)
  629. gdfhdfgh.Font = Enum.Font.SourceSansBold
  630. gdfhdfgh.Text = "R6 Scripts"
  631. gdfhdfgh.TextColor3 = Color3.fromRGB(0, 0, 0)
  632. gdfhdfgh.TextScaled = true
  633. gdfhdfgh.TextSize = 14.000
  634. gdfhdfgh.TextWrapped = true
  635.  
  636. r6pyramid.Name = "r6pyramid"
  637. r6pyramid.Parent = r6frame
  638. r6pyramid.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  639. r6pyramid.BorderSizePixel = 0
  640. r6pyramid.Position = UDim2.new(0.0426829308, 0, 0.3657718, 0)
  641. r6pyramid.Size = UDim2.new(0, 151, 0, 25)
  642. r6pyramid.Font = Enum.Font.RobotoMono
  643. r6pyramid.Text = "Pyramid Script"
  644. r6pyramid.TextColor3 = Color3.fromRGB(255, 255, 255)
  645. r6pyramid.TextSize = 20.000
  646. r6pyramid.TextWrapped = true
  647.  
  648. r6animations.Name = "r6animations"
  649. r6animations.Parent = r6frame
  650. r6animations.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  651. r6animations.BorderSizePixel = 0
  652. r6animations.Position = UDim2.new(0.0426829308, 0, 0.493288577, 0)
  653. r6animations.Size = UDim2.new(0, 151, 0, 25)
  654. r6animations.Font = Enum.Font.RobotoMono
  655. r6animations.Text = "AnimationGUI"
  656. r6animations.TextColor3 = Color3.fromRGB(255, 255, 255)
  657. r6animations.TextSize = 20.000
  658. r6animations.TextWrapped = true
  659.  
  660. r6flingscript.Name = "r6flingscript"
  661. r6flingscript.Parent = r6frame
  662. r6flingscript.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  663. r6flingscript.BorderSizePixel = 0
  664. r6flingscript.Position = UDim2.new(0.0426829308, 0, 0.607382536, 0)
  665. r6flingscript.Size = UDim2.new(0, 151, 0, 25)
  666. r6flingscript.Font = Enum.Font.RobotoMono
  667. r6flingscript.Text = "FLING GUI"
  668. r6flingscript.TextColor3 = Color3.fromRGB(255, 255, 255)
  669. r6flingscript.TextSize = 20.000
  670. r6flingscript.TextWrapped = true
  671.  
  672. r6admin.Name = "r6admin"
  673. r6admin.Parent = r6frame
  674. r6admin.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  675. r6admin.BorderSizePixel = 0
  676. r6admin.Position = UDim2.new(0.0426829308, 0, 0.728187859, 0)
  677. r6admin.Size = UDim2.new(0, 151, 0, 25)
  678. r6admin.Font = Enum.Font.RobotoMono
  679. r6admin.Text = "Shattervest "
  680. r6admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  681. r6admin.TextSize = 20.000
  682. r6admin.TextWrapped = true
  683.  
  684. r6antiafk.Name = "r6antiafk"
  685. r6antiafk.Parent = r6frame
  686. r6antiafk.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  687. r6antiafk.BorderSizePixel = 0
  688. r6antiafk.Position = UDim2.new(0.0426829308, 0, 0.84563756, 0)
  689. r6antiafk.Size = UDim2.new(0, 151, 0, 25)
  690. r6antiafk.Font = Enum.Font.RobotoMono
  691. r6antiafk.Text = "Anti-AFK"
  692. r6antiafk.TextColor3 = Color3.fromRGB(255, 255, 255)
  693. r6antiafk.TextSize = 20.000
  694. r6antiafk.TextWrapped = true
  695.  
  696. racecarrequirement.Name = "racecarrequirement"
  697. racecarrequirement.Parent = r6frame
  698. racecarrequirement.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  699. racecarrequirement.BorderSizePixel = 0
  700. racecarrequirement.Position = UDim2.new(1, 0, 0.241610751, 0)
  701. racecarrequirement.Size = UDim2.new(0, 28, 0, 28)
  702. racecarrequirement.Font = Enum.Font.SourceSans
  703. racecarrequirement.Text = "?"
  704. racecarrequirement.TextColor3 = Color3.fromRGB(0, 0, 0)
  705. racecarrequirement.TextScaled = true
  706. racecarrequirement.TextSize = 14.000
  707. racecarrequirement.TextWrapped = true
  708.  
  709. carframe.Name = "carframe"
  710. carframe.Parent = r6frame
  711. carframe.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  712. carframe.BorderSizePixel = 0
  713. carframe.Position = UDim2.new(1.23170733, 0, 0.120805368, 0)
  714. carframe.Size = UDim2.new(0, 100, 0, 100)
  715. carframe.Visible = false
  716.  
  717. closecar.Name = "closecar"
  718. closecar.Parent = carframe
  719. closecar.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  720. closecar.BorderSizePixel = 0
  721. closecar.Position = UDim2.new(0, 0, 0.850000024, 0)
  722. closecar.Size = UDim2.new(0, 100, 0, 15)
  723. closecar.Font = Enum.Font.SourceSansBold
  724. closecar.Text = "CLOSE"
  725. closecar.TextColor3 = Color3.fromRGB(0, 0, 0)
  726. closecar.TextScaled = true
  727. closecar.TextSize = 14.000
  728. closecar.TextWrapped = true
  729.  
  730. fasdfasf.Name = "fasdfasf"
  731. fasdfasf.Parent = carframe
  732. fasdfasf.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  733. fasdfasf.BackgroundTransparency = 1.000
  734. fasdfasf.Size = UDim2.new(0, 100, 0, 47)
  735. fasdfasf.Font = Enum.Font.SourceSansBold
  736. fasdfasf.Text = "This Script Requires A certain hat to be run"
  737. fasdfasf.TextColor3 = Color3.fromRGB(255, 255, 255)
  738. fasdfasf.TextScaled = true
  739. fasdfasf.TextSize = 14.000
  740. fasdfasf.TextWrapped = true
  741.  
  742. vxcvxcv.Name = "vxcvxcv"
  743. vxcvxcv.Parent = carframe
  744. vxcvxcv.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  745. vxcvxcv.BackgroundTransparency = 1.000
  746. vxcvxcv.Position = UDim2.new(0, 0, 0.469999999, 0)
  747. vxcvxcv.Size = UDim2.new(0, 100, 0, 38)
  748. vxcvxcv.Font = Enum.Font.SourceSansBold
  749. vxcvxcv.Text = "Hat : Elitoria-RN750"
  750. vxcvxcv.TextColor3 = Color3.fromRGB(255, 255, 255)
  751. vxcvxcv.TextScaled = true
  752. vxcvxcv.TextSize = 14.000
  753. vxcvxcv.TextWrapped = true
  754.  
  755. r15open.Name = "r15open"
  756. r15open.Parent = mainframe
  757. r15open.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  758. r15open.BorderSizePixel = 0
  759. r15open.Position = UDim2.new(0.515655935, 0, 0.060561303, 0)
  760. r15open.Size = UDim2.new(0, 71, 0, 188)
  761. r15open.Font = Enum.Font.RobotoMono
  762. r15open.Text = "R15 Scripts"
  763. r15open.TextColor3 = Color3.fromRGB(255, 255, 255)
  764. r15open.TextSize = 20.000
  765. r15open.TextWrapped = true
  766.  
  767. r6open.Name = "r6open"
  768. r6open.Parent = mainframe
  769. r6open.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  770. r6open.BorderSizePixel = 0
  771. r6open.Position = UDim2.new(0.515655935, 0, 0.627834022, 0)
  772. r6open.Size = UDim2.new(0, 71, 0, 188)
  773. r6open.Font = Enum.Font.RobotoMono
  774. r6open.Text = "R6 Scripts"
  775. r6open.TextColor3 = Color3.fromRGB(255, 255, 255)
  776. r6open.TextSize = 20.000
  777. r6open.TextWrapped = true
  778.  
  779. opentools.Name = "opentools"
  780. opentools.Parent = mainframe
  781. opentools.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  782. opentools.BorderSizePixel = 0
  783. opentools.Position = UDim2.new(-0.00461435318, 0, 0.058743123, 0)
  784. opentools.Size = UDim2.new(0, 71, 0, 188)
  785. opentools.Font = Enum.Font.RobotoMono
  786. opentools.Text = "Save & Load Tools"
  787. opentools.TextColor3 = Color3.fromRGB(255, 255, 255)
  788. opentools.TextSize = 20.000
  789. opentools.TextWrapped = true
  790.  
  791. utyuty.Name = "utyuty"
  792. utyuty.Parent = mainframe
  793. utyuty.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  794. utyuty.BackgroundTransparency = 1.000
  795. utyuty.Position = UDim2.new(0.0561964698, 0, 0, 0)
  796. utyuty.Size = UDim2.new(0, 131, 0, 29)
  797. utyuty.Font = Enum.Font.SourceSansBold
  798. utyuty.Text = "FE TROLLING GUI V2"
  799. utyuty.TextColor3 = Color3.fromRGB(255, 255, 255)
  800. utyuty.TextScaled = true
  801. utyuty.TextSize = 14.000
  802. utyuty.TextWrapped = true
  803.  
  804. otheropen.Name = "otheropen"
  805. otheropen.Parent = mainframe
  806. otheropen.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  807. otheropen.BorderSizePixel = 0
  808. otheropen.Position = UDim2.new(-0.00461435318, 0, 0.627834022, 0)
  809. otheropen.Size = UDim2.new(0, 71, 0, 188)
  810. otheropen.Font = Enum.Font.RobotoMono
  811. otheropen.Text = "Other Scripts"
  812. otheropen.TextColor3 = Color3.fromRGB(255, 255, 255)
  813. otheropen.TextSize = 20.000
  814. otheropen.TextWrapped = true
  815.  
  816. mbnmbnm.Name = "mbnmbnm"
  817. mbnmbnm.Parent = mainframe
  818. mbnmbnm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  819. mbnmbnm.BackgroundTransparency = 1.000
  820. mbnmbnm.Position = UDim2.new(0.0561964698, 0, 0.419999987, 0)
  821. mbnmbnm.Size = UDim2.new(0, 131, 0, 29)
  822. mbnmbnm.Font = Enum.Font.SourceSansBold
  823. mbnmbnm.Text = "GUI made by MastersMZ on YT"
  824. mbnmbnm.TextColor3 = Color3.fromRGB(255, 255, 255)
  825. mbnmbnm.TextScaled = true
  826. mbnmbnm.TextSize = 14.000
  827. mbnmbnm.TextWrapped = true
  828.  
  829. mbnmbnm_2.Name = "mbnmbnm"
  830. mbnmbnm_2.Parent = mainframe
  831. mbnmbnm_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  832. mbnmbnm_2.BackgroundTransparency = 1.000
  833. mbnmbnm_2.Position = UDim2.new(0.0561964698, 0, 0.485454559, 0)
  834. mbnmbnm_2.Size = UDim2.new(0, 131, 0, 63)
  835. mbnmbnm_2.Font = Enum.Font.SourceSansBold
  836. mbnmbnm_2.Text = "Scripts with a ? next to them Require a Hat to use (press ? on them to see requirements)"
  837. mbnmbnm_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  838. mbnmbnm_2.TextScaled = true
  839. mbnmbnm_2.TextSize = 14.000
  840. mbnmbnm_2.TextWrapped = true
  841.  
  842.  
  843.  
  844. game:GetService("StarterGui"):SetCore("SendNotification",{
  845. Title = "Trolling GUI";
  846. Text = "Press Z To Open :))";
  847. })
  848.  
  849. wait(2)
  850.  
  851. -- Functions ---
  852.  
  853. mainframe.Active = true
  854. mainframe.Draggable = true
  855.  
  856.  
  857.  
  858. closecar.MouseButton1Click:connect(function()
  859. carframe.Visible = false
  860. end)
  861.  
  862. racecarrequirement.MouseButton1Click:connect(function()
  863. carframe.Visible = true
  864. end)
  865.  
  866. skateopen.MouseButton1Click:connect(function()
  867. skateframe.Visible = true
  868. end)
  869.  
  870. closeskate.MouseButton1Click:connect(function()
  871. skateframe.Visible = false
  872. end)
  873.  
  874. local hotkey = "z" -- must be lowercase
  875. local mouse = game.Players.LocalPlayer:GetMouse()
  876.  
  877. mouse.KeyDown:Connect(function(key)
  878. if key == hotkey then
  879. if mainframe.Visible then
  880. mainframe.Visible = not mainframe.Visible
  881. else
  882. mainframe.Visible = true
  883. end
  884. end
  885. end)
  886.  
  887. r15open.MouseButton1Click:connect(function()
  888. if r15frame.Visible == false then
  889. r15frame.Visible = true
  890. else
  891. r15frame.Visible = false
  892. end
  893. end)
  894.  
  895. r6open.MouseButton1Click:connect(function()
  896. if r6frame.Visible == false then
  897. r6frame.Visible = true
  898. else
  899. r6frame.Visible = false
  900. end
  901. end)
  902.  
  903. otheropen.MouseButton1Click:connect(function()
  904. if otherframe.Visible == false then
  905. otherframe.Visible = true
  906. else
  907. otherframe.Visible = false
  908. end
  909. end)
  910.  
  911. opentools.MouseButton1Click:connect(function()
  912. if savetoolframe.Visible == false then
  913. savetoolframe.Visible = true
  914. else
  915. savetoolframe.Visible = false
  916. end
  917. end)
  918.  
  919. ---- scripts -----
  920.  
  921. r15blockhead.MouseButton1Click:connect(function()
  922. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  923. end)
  924.  
  925. r15creeper.MouseButton1Click:connect(function()
  926. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  927. function doo(limb, pos)
  928. limb:BreakJoints()
  929. local velocity = Instance.new("RocketPropulsion", limb)
  930. velocity.CartoonFactor = 0
  931. velocity.MaxSpeed = 30
  932. velocity.MaxThrust = 9999
  933. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  934. velocity.Target = game.Players.LocalPlayer.Character.UpperTorso
  935. velocity.TargetOffset = pos
  936. velocity:fire()
  937. local b = Instance.new("BodyGyro", limb)
  938. end
  939. while wait() do
  940. doo(game.Players.LocalPlayer.Character["LeftUpperArm"], Vector3.new(-0.5,-2,-1))
  941. doo(game.Players.LocalPlayer.Character["RightUpperArm"], Vector3.new(0.5,-2,-1))
  942. doo(game.Players.LocalPlayer.Character["LeftUpperLeg"], Vector3.new(-0.5,-2,1))
  943. doo(game.Players.LocalPlayer.Character["RightUpperLeg"], Vector3.new(0.5,-2,1))
  944. end
  945. end)
  946.  
  947. r15waist.MouseButton1Click:connect(function()
  948. if (game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15) then
  949. if (game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso")) then
  950. if (game.Players.LocalPlayer.Character.UpperTorso:FindFirstChild("Waist")) then
  951. game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
  952. end
  953. end
  954. else
  955. print('Not R15!')
  956. end
  957. end)
  958.  
  959. r15blockhats.MouseButton1Click:connect(function()
  960. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  961. if (v:IsA("Tool")) then
  962. v.Parent = game.Players.LocalPlayer.Backpack
  963. end
  964. end
  965. end)
  966.  
  967. r15animations.MouseButton1Click:connect(function()
  968. loadstring(game:HttpGet("https://pastebin.com/raw/uUR6pFVv", true))()
  969. end)
  970.  
  971. r15invisible.MouseButton1Click:connect(function()
  972. if (game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15) then
  973. if (game.Players.LocalPlayer.Character:FindFirstChild("LowerTorso")) then
  974. if (game.Players.LocalPlayer.Character.LowerTorso:FindFirstChild("Root")) then
  975. game.Players.LocalPlayer.Character.LowerTorso.Root:remove()
  976. end
  977. end
  978. else
  979. print('Not R15!')
  980. end
  981. end)
  982.  
  983. r15admin.MouseButton1Click:connect(function()
  984. loadstring(game:HttpGet("https://pastebin.com/raw/CKbPg9NC", true))()
  985. end)
  986.  
  987. r15antiafk.MouseButton1Click:connect(function()
  988. local VirtualUser=game:service'VirtualUser'
  989. game:service'Players'.LocalPlayer.Idled:connect(function()
  990. VirtualUser:CaptureController()
  991. VirtualUser:ClickButton2(Vector2.new())
  992. end)
  993. end)
  994.  
  995. dogscript.MouseButton1Click:connect(function()
  996. loadstring(game:HttpGet("https://pastebin.com/raw/uB5LJvmb", true))()
  997. end)
  998.  
  999. skatescript.MouseButton1Click:connect(function()
  1000. loadstring(game:HttpGet("https://pastebin.com/raw/XAXCaupJ"))()
  1001. --[[ Made by machport
  1002. Hat Needed: https://www.roblox.com/catalog/5063577434/COLD-STARE-SKATEBOARD
  1003. ]]--
  1004. end)
  1005.  
  1006. fathonhub.MouseButton1Click:connect(function()
  1007. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  1008. end)
  1009.  
  1010. legacyhub.MouseButton1Click:connect(function()
  1011. loadstring(game:GetObjects("rbxassetid://1683559539")[1].Source)()
  1012. end)
  1013.  
  1014. phonegui.MouseButton1Click:connect(function()
  1015. loadstring(game:HttpGet("https://pastebin.com/raw/nScPDiay", true))()
  1016. end)
  1017.  
  1018. ezhub.MouseButton1Click:connect(function()
  1019. loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
  1020. end)
  1021.  
  1022. ragdoll.MouseButton1Click:connect(function()
  1023. loadstring(game:HttpGet(('https://pastebin.com/raw/T7weKqag'),true))()
  1024. end)
  1025.  
  1026. topkek.MouseButton1Click:connect(function()
  1027. loadstring(game:HttpGet(('https://pastebin.com/raw/uCaH93dP'),true))()
  1028. end)
  1029.  
  1030. loadtools.MouseButton1Click:connect(function()
  1031.  
  1032. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  1033. if (v:IsA("Tool")) then
  1034. v.Parent = game.Players.LocalPlayer.Backpack
  1035. end
  1036. end
  1037. end)
  1038.  
  1039. savetools.MouseButton1Click:connect(function()
  1040. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1041. if (v:IsA("Tool")) then
  1042. v.Parent = game.Players.LocalPlayer
  1043. end
  1044. end
  1045. end)
  1046.  
  1047. r6blockhead.MouseButton1Click:connect(function()
  1048. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  1049. end)
  1050.  
  1051. r6creeper.MouseButton1Click:connect(function()
  1052. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  1053. function doo(limb, pos)
  1054. limb:BreakJoints()
  1055. local velocity = Instance.new("RocketPropulsion", limb)
  1056. velocity.CartoonFactor = 0
  1057. velocity.MaxSpeed = 30
  1058. velocity.MaxThrust = 9999
  1059. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  1060. velocity.Target = game.Players.LocalPlayer.Character.Torso
  1061. velocity.TargetOffset = pos
  1062. velocity:fire()
  1063. local b = Instance.new("BodyGyro", limb)
  1064. end
  1065. while wait() do
  1066. doo(game.Players.LocalPlayer.Character["Left Arm"], Vector3.new(-0.5,-2,-1))
  1067. doo(game.Players.LocalPlayer.Character["Right Arm"], Vector3.new(0.5,-2,-1))
  1068. doo(game.Players.LocalPlayer.Character["Left Leg"], Vector3.new(-0.5,-2,1))
  1069. doo(game.Players.LocalPlayer.Character["Right Leg"], Vector3.new(0.5,-2,1))
  1070. end
  1071. end)
  1072.  
  1073. r6Car.MouseButton1Click:connect(function()
  1074. loadstring(game:HttpGet('https://raw.githubusercontent.com/MonkoTubeYT/carscript/master/!carscript.lua',true))()
  1075. end)
  1076.  
  1077. r6pyramid.MouseButton1Click:connect(function()
  1078. local plr = game.Players.LocalPlayer
  1079. game:GetService("RunService").Stepped:Connect(function()
  1080. setsimulationradius(9e9,9e9)
  1081. plr.ReplicationFocus = workspace
  1082. settings().Physics.AllowSleep = false
  1083. end)
  1084.  
  1085. local runservice=game:service"RunService";
  1086. local player=game:service"Players"["LocalPlayer"];
  1087. local character=player["Character"];
  1088. local blacklisted="Head Torso HumanoidRootPart";
  1089. local limbs={};
  1090.  
  1091. character["Humanoid"].HipHeight=2;
  1092. --character["Head"]:FindFirstChildOfClass"SpecialMesh":Destroy();
  1093.  
  1094. for i,v in next,character:children() do
  1095. if (v.ClassName=="Part") and not blacklisted:find(v.Name) then
  1096. v:BreakJoints();
  1097. limbs[v.Name]=v;
  1098. end
  1099. end
  1100.  
  1101. while runservice["Heartbeat"]:Wait() do
  1102. limbs["Left Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-1,-2,0);
  1103. limbs["Right Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(1,-2,0);
  1104. limbs["Left Arm"].CFrame=character["Left Leg"].CFrame*CFrame.new(-1,-2,0);
  1105. limbs["Right Arm"].CFrame=character["Right Leg"].CFrame*CFrame.new(1,-2,0);
  1106. end
  1107. end)
  1108.  
  1109. r6animations.MouseButton1Click:connect(function()
  1110. loadstring(game:HttpGet("https://pastebin.com/raw/uUR6pFVv", true))()
  1111. end)
  1112.  
  1113. r6flingscript.MouseButton1Click:connect(function()
  1114. loadstring(game:HttpGet("https://pastebin.com/raw/EntUzD5J", true))();
  1115. end)
  1116.  
  1117. r6admin.MouseButton1Click:connect(function()
  1118. loadstring(game:HttpGet("https://pastebin.com/raw/CKbPg9NC", true))()
  1119. end)
  1120.  
  1121. r6antiafk.MouseButton1Click:connect(function()
  1122. local VirtualUser=game:service'VirtualUser'
  1123. game:service'Players'.LocalPlayer.Idled:connect(function()
  1124. VirtualUser:CaptureController()
  1125. VirtualUser:ClickButton2(Vector2.new())
  1126. end)
  1127. end)
  1128.  
  1129.  
  1130.  
  1131. ------ Scripts end ----
  1132.  
  1133. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1134.  
  1135. counter = 0
  1136.  
  1137. while wait(0.1)do
  1138. rainbow1.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1139. rainbow2.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1140.  
  1141. counter = counter + 0.01
  1142. end
  1143. end)
  1144.  
  1145.  
  1146. OtherSection:NewButton("chat bypass", "swear", function()
  1147. loadstring(game:HttpGet("https://the-shed.xyz/roblox/scripts/ChatBypass", true))()
  1148. end)
  1149.  
  1150.  
  1151. --HUBS
  1152. local Hubs = Window:NewTab("More Random Scripts")
  1153. local HubSection = Hubs:NewSection("de scripts")
  1154.  
  1155.  
  1156. HubSection:NewButton("NDS HUB", "Gives natural disaster survival Hub", function()
  1157. loadstring(game:HttpGet('https://raw.githubusercontent.com/9NLK7/93qjoadnlaknwldk/main/main'))()
  1158. end)
  1159.  
  1160.  
  1161. HubSection:NewButton("Invis Car", "drive in a car that no exist", function()
  1162. -- say "i wish i had an invisible car"
  1163.  
  1164. local mt = getrawmetatable(game)
  1165. local old = mt.__namecall
  1166. setreadonly(mt,false)
  1167. mt.__namecall = newcclosure(function(self, ...)
  1168. local args = {...}
  1169. if getnamecallmethod() == 'FireServer' and self.Name == 'SayMessageRequest' then
  1170. if args[1] == "i wish i had an invisible car" then
  1171. game.StarterGui:SetCore("SendNotification", {
  1172. Title = "Your car fine sir";
  1173. Text = "IS HERE";
  1174. Icon = "";
  1175. Duration = 5;
  1176. })
  1177. local hi = Instance.new("Sound")
  1178. hi.Name = "Sound"
  1179. hi.SoundId = "http://www.roblox.com/asset/?id=5095315287"
  1180. hi.Volume = 2
  1181. hi.Looped = true
  1182. hi.archivable = false
  1183. hi.Parent = game.Workspace
  1184.  
  1185.  
  1186. hi:Play()
  1187.  
  1188. local speaker = game.Players.LocalPlayer
  1189. local anims = speaker.Character.Animate
  1190. local sit = anims.sit:FindFirstChildOfClass("Animation").AnimationId
  1191. anims.idle:FindFirstChildOfClass("Animation").AnimationId = sit
  1192. anims.walk:FindFirstChildOfClass("Animation").AnimationId = sit
  1193. anims.run:FindFirstChildOfClass("Animation").AnimationId = sit
  1194. anims.jump:FindFirstChildOfClass("Animation").AnimationId = sit
  1195.  
  1196. speaker.Character:FindFirstChildOfClass('Humanoid').HipHeight = 3
  1197. speaker.Character:FindFirstChildOfClass('Humanoid').WalkSpeed = 64
  1198. wait(1)
  1199. end
  1200. end
  1201. return old(self, unpack(args))
  1202. end)
  1203. end)
  1204.  
  1205.  
  1206. HubSection:NewButton("EzHub", "gives person ezhub", function()
  1207. loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
  1208. end)
  1209.  
  1210.  
  1211. HubSection:NewButton("black hole", "works in games with unanchored items", function()
  1212. local UserInputService = game:GetService("UserInputService")
  1213. local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1214. local Folder = Instance.new("Folder", game:GetService("Workspace"))
  1215. local Part = Instance.new("Part", Folder)
  1216. local Attachment1 = Instance.new("Attachment", Part)
  1217. Part.Anchored = true
  1218. Part.CanCollide = false
  1219. Part.Transparency = 1
  1220. local Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  1221. local NetworkAccess = coroutine.create(function()
  1222. settings().Physics.AllowSleep = false
  1223. while game:GetService("RunService").RenderStepped:Wait() do
  1224. for _, Players in next, game:GetService("Players"):GetPlayers() do
  1225. if Players ~= game:GetService("Players").LocalPlayer then
  1226. Players.MaximumSimulationRadius = 0
  1227. sethiddenproperty(Players, "SimulationRadius", 0)
  1228. end
  1229. end
  1230. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)
  1231. setsimulationradius(math.huge)
  1232. end
  1233. end)
  1234. coroutine.resume(NetworkAccess)
  1235. local function ForcePart(v)
  1236. if v:IsA("Part") and v.Anchored == false and v.Parent:FindFirstChild("Humanoid") == nil and v.Parent:FindFirstChild("Head") == nil and v.Name ~= "Handle" then
  1237. Mouse.TargetFilter = v
  1238. for _, x in next, v:GetChildren() do
  1239. if x:IsA("BodyAngularVelocity") or x:IsA("BodyForce") or x:IsA("BodyGyro") or x:IsA("BodyPosition") or x:IsA("BodyThrust") or x:IsA("BodyVelocity") or x:IsA("RocketPropulsion") then
  1240. x:Destroy()
  1241. end
  1242. end
  1243. if v:FindFirstChild("Attachment") then
  1244. v:FindFirstChild("Attachment"):Destroy()
  1245. end
  1246. if v:FindFirstChild("AlignPosition") then
  1247. v:FindFirstChild("AlignPosition"):Destroy()
  1248. end
  1249. if v:FindFirstChild("Torque") then
  1250. v:FindFirstChild("Torque"):Destroy()
  1251. end
  1252. v.CanCollide = false
  1253. local Torque = Instance.new("Torque", v)
  1254. Torque.Torque = Vector3.new(100000, 100000, 100000)
  1255. local AlignPosition = Instance.new("AlignPosition", v)
  1256. local Attachment2 = Instance.new("Attachment", v)
  1257. Torque.Attachment0 = Attachment2
  1258. AlignPosition.MaxForce = 9999999999999999
  1259. AlignPosition.MaxVelocity = math.huge
  1260. AlignPosition.Responsiveness = 200
  1261. AlignPosition.Attachment0 = Attachment2
  1262. AlignPosition.Attachment1 = Attachment1
  1263. end
  1264. end
  1265. for _, v in next, game:GetService("Workspace"):GetDescendants() do
  1266. ForcePart(v)
  1267. end
  1268. game:GetService("Workspace").DescendantAdded:Connect(function(v)
  1269. ForcePart(v)
  1270. end)
  1271. UserInputService.InputBegan:Connect(function(Key, Chat)
  1272. if Key.KeyCode == Enum.KeyCode.E and not Chat then
  1273. Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  1274. end
  1275. end)
  1276. spawn(function()
  1277. while game:GetService("RunService").RenderStepped:Wait() do
  1278. Attachment1.WorldCFrame = Updated
  1279. end
  1280. end)
  1281. end)
  1282.  
  1283.  
  1284. HubSection:NewButton("John Doe", "slap", function()
  1285. ---Convert By Im Patrick
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324. game:GetService("StarterGui"):SetCore("SendNotification",{
  1325. Title = "Im Patrick";
  1326. Text = "Netless Loaded";
  1327. Duration = 10;
  1328. })
  1329.  
  1330. HumanDied = false for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~= 'Torso' and v.Name ~= 'Head' then _G.netless=game:GetService("RunService").Heartbeat:connect(function() v.AssemblyLinearVelocity = Vector3.new(-30,0,0) sethiddenproperty(game.Players.LocalPlayer,"MaximumSimulationRadius",math.huge) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",999999999) end) end end local plr = game.Players.LocalPlayer local char = plr.Character local srv = game:GetService('RunService') local ct = {} char.Archivable = true local reanim = char:Clone() reanim.Name = 'Nexo '..plr.Name..'' fl=Instance.new('Folder',char) fl.Name ='Nexo' reanim.Animate.Disabled=false char.HumanoidRootPart:Destroy() char.Humanoid:ChangeState(16) for i,v in next, char.Humanoid:GetPlayingAnimationTracks() do v:Stop() end char.Animate:Remove() function create(part, parent, p, r) Instance.new("Attachment",part) Instance.new("AlignPosition",part) Instance.new("AlignOrientation",part) Instance.new("Attachment",parent) part.Attachment.Name = part.Name parent.Attachment.Name = part.Name part.AlignPosition.Attachment0 = part[part.Name] part.AlignOrientation.Attachment0 = part[part.Name] part.AlignPosition.Attachment1 = parent[part.Name] part.AlignOrientation.Attachment1 = parent[part.Name] parent[part.Name].Position = p or Vector3.new() part[part.Name].Orientation = r or Vector3.new() part.AlignPosition.MaxForce = 999999999 part.AlignPosition.MaxVelocity = math.huge part.AlignPosition.ReactionForceEnabled = false part.AlignPosition.Responsiveness = math.huge part.AlignOrientation.Responsiveness = math.huge part.AlignPosition.RigidityEnabled = false part.AlignOrientation.MaxTorque = 999999999 end for i,v in next, char:GetDescendants() do if v:IsA('Accessory') then v.Handle:BreakJoints() create(v.Handle,reanim[v.Name].Handle) end end char.Torso['Left Shoulder']:Destroy() char.Torso['Right Shoulder']:Destroy() char.Torso['Left Hip']:Destroy() char.Torso['Right Hip']:Destroy() create(char['Torso'],reanim['Torso']) create(char['Left Arm'],reanim['Left Arm']) create(char['Right Arm'],reanim['Right Arm']) create(char['Left Leg'],reanim['Left Leg']) create(char['Right Leg'],reanim['Right Leg']) for i,v in next, reanim:GetDescendants() do if v:IsA('BasePart') or v:IsA('Decal') then v.Transparency = 1 end end reanim.Parent = fl table.insert(ct,srv.Heartbeat:Connect(function() char.Torso.CFrame=reanim.Torso.CFrame char.Torso.Velocity=Vector3.new(99000000,99000000,0) end)) for i,v in next, reanim:GetDescendants() do if v:IsA('BasePart') then table.insert(ct,srv.RenderStepped:Connect(function() v.CanCollide = false end)) end end for i,v in next, char:GetDescendants() do if v:IsA('BasePart') then table.insert(ct,srv.RenderStepped:Connect(function() v.CanCollide = false end)) end end for i,v in next, reanim:GetDescendants() do if v:IsA('BasePart') then table.insert(ct,srv.Stepped:Connect(function() v.CanCollide = false end)) end end for i,v in next, char:GetDescendants() do if v:IsA('BasePart') then table.insert(ct,srv.Stepped:Connect(function() v.CanCollide = false end)) end end table.insert(ct,reanim.Humanoid.Died:Connect(function() plr.Character = char char:BreakJoints() reanim:Destroy() game.Players:Chat('-gr') _G.netless:Disconnect() HumanDied = true for _,v in pairs(ct) do v:Disconnect() end end)) plr.Character = reanim workspace.CurrentCamera.CameraSubject = reanim.Humanoid
  1331.  
  1332. --Player Stuff--
  1333. player = game:GetService("Players").LocalPlayer
  1334. chara = player.Character
  1335.  
  1336. ch = chara:GetChildren()
  1337. for i = 1, #ch do
  1338. if ch[i].Name == "Torso" then
  1339. ch[i].roblox.Transparency = 1
  1340. elseif ch[i].Name == "Head" then
  1341. ch[i].face.Transparency = 1
  1342. ch[i].Transparency = 1
  1343. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  1344. ch[i]:Destroy()
  1345. end
  1346. end
  1347.  
  1348.  
  1349. --Outfit--
  1350. New = function(Object, Parent, Name, Data)
  1351. local Object = Instance.new(Object)
  1352. for Index, Value in pairs(Data or {}) do
  1353. Object[Index] = Value
  1354. end
  1355. Object.Parent = Parent
  1356. Object.Name = Name
  1357. return Object
  1358. end
  1359.  
  1360. function ScatterEff(part)
  1361. local eff1 = Instance.new("ParticleEmitter",part)
  1362. eff1.Size = NumberSequence.new(.1)
  1363. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  1364. eff1.LightEmission = 1
  1365. eff1.Lifetime = NumberRange.new(1)
  1366. eff1.Speed = NumberRange.new(1)
  1367. eff1.Rate = 100
  1368. eff1.VelocitySpread = 10000
  1369. eff1.Texture = "rbxassetid://347504241"
  1370. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  1371. local eff2 = Instance.new("ParticleEmitter",part)
  1372. eff2.Size = NumberSequence.new(.1)
  1373. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  1374. eff2.LightEmission = 1
  1375. eff2.Lifetime = NumberRange.new(1)
  1376. eff2.Speed = NumberRange.new(1)
  1377. eff2.Rate = 100
  1378. eff2.VelocitySpread = 10000
  1379. eff2.Texture = "rbxassetid://347504259"
  1380. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  1381. end
  1382.  
  1383. function BurningEff(part)
  1384. local eff1 = Instance.new("ParticleEmitter",part)
  1385. eff1.Size = NumberSequence.new(.1)
  1386. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1387. eff1.LightEmission = 1
  1388. eff1.Lifetime = NumberRange.new(1)
  1389. eff1.Speed = NumberRange.new(0)
  1390. eff1.Rate = 100
  1391. eff1.Texture = "rbxassetid://347504241"
  1392. eff1.Acceleration = Vector3.new(0,10,0)
  1393. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  1394. local eff2 = Instance.new("ParticleEmitter",part)
  1395. eff2.Size = NumberSequence.new(.1)
  1396. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1397. eff2.LightEmission = 1
  1398. eff2.Lifetime = NumberRange.new(1)
  1399. eff2.Speed = NumberRange.new(0)
  1400. eff2.Rate = 100
  1401. eff2.Texture = "rbxassetid://347504259"
  1402. eff2.Acceleration = Vector3.new(0,10,0)
  1403. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  1404. local eff3 = Instance.new("ParticleEmitter",part)
  1405. eff3.Size = NumberSequence.new(1)
  1406. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  1407. eff3.LightEmission = 1
  1408. eff3.Lifetime = NumberRange.new(1)
  1409. eff3.Speed = NumberRange.new(0)
  1410. eff3.Rate = 100
  1411. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  1412. eff3.Acceleration = Vector3.new(0,10,0)
  1413. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  1414. end
  1415.  
  1416. FakeHead = New("Model",chara,"FakeHead",{})
  1417. MainPart = New("Part",FakeHead,"MainPart",{FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(2.29537678, 7.81603718, 0.746068954, 0.00980896503, 0.00110200304, 0.999957919, -0.000536994543, 1.00000548, -0.00109680078, -0.99994874, -0.0005262224, 0.00980964955),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,})
  1418. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  1419. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),C1 = CFrame.new(5.96046448e-008, -8.58306885e-006, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),})
  1420. Chest = New("Model",chara,"Chest",{})
  1421. MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(2.2937007, 6.31611967, 0.746871948, 0.00980956201, 0.00110224239, 0.999954581, -0.000537135813, 1.00000238, -0.00109703222, -0.99995023, -0.000526354474, 0.00981019717),CanCollide = false,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,})
  1422. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.009809535, -0.000537137908, -0.99994725, 0.00110225554, 1.00000858, -0.000526368851, 0.999961257, -0.00109705783, 0.00981026888),C1 = CFrame.new(5.96046448e-008, -9.05990601e-006, -2.38418579e-007, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  1423. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.800000072, 1),CFrame = CFrame.new(2.28977966, 7.11656427, 1.34486222, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1424. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1425. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.598430753, 0.800122261, 0.00106739998, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  1426. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.400000066, 1),CFrame = CFrame.new(2.29174757, 6.71645212, 1.54485857, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1427. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1428. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.798183441, 0.399908543, 0.00543618202, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  1429. LeftArm = New("Model",chara,"LeftArm",{})
  1430. MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.90889204, 6.31596565, 3.24640989, -0.0484240092, -0.0324009918, 0.998301268, -0.00117100019, 0.999474883, 0.0323822871, -0.998826265, 0.000399069104, -0.0484365262),CanCollide = false,})
  1431. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),C1 = CFrame.new(0, -8.10623169e-006, -2.38418579e-007, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1432. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.48370504, 6.50245714, 2.8663168, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1433. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1434. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(0.400017738, 0.200018406, -0.400015235, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1435. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.51924801, 6.60332775, 3.66543078, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1436. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1437. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.399997473, 0.300003052, -0.399972558, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1438. EffCorruptedPart = New("Part",LeftArm,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(1.92512023, 5.81624889, 3.24619365, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1439. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1440. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.52587891e-005, -0.49998045, 2.90870667e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1441. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(2.31463432, 6.72918367, 3.62673688, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1442. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1443. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.400012016, 0.400006294, 0.400012136, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1444. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.50631011, 6.40297413, 3.26581192, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1445. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1446. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.3589859e-005, 0.100014687, -0.400020242, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1447. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.92179501, 6.51633835, 3.64602208, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1448. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1449. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.40000248, 0.200008869, 1.37090683e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  1450. BurningEff(EffCorruptedPart)
  1451. LeftLeg = New("Model",chara,"LeftLeg",{})
  1452. MainPart = New("Part",LeftLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.2865479, 1.31659603, 1.24781799, 0.00980953407, 0.00110225566, 0.999961138, -0.000537137908, 1.00000858, -0.00109705783, -0.99994719, -0.000526368851, 0.00981026888),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  1453. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),C1 = CFrame.new(0, -8.58306885e-006, -2.38418579e-007, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1454. EffCorruptedPart = New("Part",LeftLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.200000048, 1),CFrame = CFrame.new(2.28007793, 0.400032878, 1.25993299, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1455. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1456. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0116856098, -0.916567385, -0.00534534454, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1457. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.88013697, 0.800038397, 0.859943509, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1458. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1459. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(0.3841483, -0.516796231, -0.40962553, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1460. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(2.69002914, 0.915953577, 0.851962805, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1461. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1462. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(0.400011122, -0.399985313, 0.400013685, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1463. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.88013721, 0.900040269, 1.65993917, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1464. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1465. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.415866137, -0.41721642, -0.40188694, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1466. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.88013721, 0.600035727, 1.25993288, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1467. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1468. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0157161951, -0.717007458, -0.405481935, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1469. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.28007793, 0.700037479, 1.65993929, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1470. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1471. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.411835551, -0.616776347, -0.00175023079, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1472. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(2.68018699, 1.10004401, 1.65993941, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1473. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1474. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.408125639, -0.216332912, 0.397896528, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1475. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.68596959, 0.816166699, 1.25195313, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1476. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1477. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(5.20944595e-005, -0.499986172, 0.399987936, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  1478. ScatterEff(EffCorruptedPart)
  1479. RightArm = New("Model",chara,"RightArm",{})
  1480. MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.31690788, -3.92582893, 0.00918400101, -0.262283146, 0.964947343, 0.259330034, 0.932596445, 0.251021653, -0.965745091, 0.247934431, 0.0765828639),CanCollide = false,})
  1481. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),C1 = CFrame.new(-2.86102295e-006, -9.05990601e-006, -2.38418579e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1482. Hitbox = New("Part",RightArm,"Hitbox",{BrickColor = BrickColor.new("Really black"),Transparency = 1,Transparency = 1,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(22.2733669, 5.0842762, -22.1737366, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1483. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945257, -0.251027077, -0.0765930116, -0.262290984, 0.93259424, 0.247935042, 0.00919180829, 0.259333313, -0.965744138),C1 = CFrame.new(-1.52587891e-005, -1.00003147, -1.71661377e-005, 0.0091838371, 0.259330064, -0.965745151, -0.262283117, 0.932596445, 0.247934505, 0.964947283, 0.251021653, 0.0765827149),})
  1484. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.3169179, -3.92581391, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1485. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1486. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251027018, -0.0765930042, -0.262290984, 0.932594121, 0.247935027, 0.00919180084, 0.259333313, -0.965744197),C1 = CFrame.new(-1.1920929e-005, 1.28746033e-005, 3.57627869e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1487. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.14866924, 6.03215551, -4.72580194, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1488. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  1489. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.699988842, -0.499982834, 7.62939453e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1490. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 0.600000024),CFrame = CFrame.new(2.63876629, 4.02682734, -4.32773018, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1491. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  1492. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(-0.199987888, -2.39999342, 3.02791595e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1493. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.62134135, 7.81954479, -3.94021821, 0.964945078, -0.262291819, -0.00918725226, 0.251029015, 0.932593465, -0.259333432, 0.0765890032, 0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1494. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  1495. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.964944899, 0.251028955, 0.0765889958, -0.262291819, 0.932593465, 0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.399995804, 1.5000124, -2.38418579e-007, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1496. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.35483098, 5.18234444, -4.53787422, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1497. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  1498. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.300010204, -1.29999256, 1.40666962e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1499. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.88730097, 6.99068737, -4.57445002, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1500. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  1501. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.799996853, 0.50001812, 4.29153442e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1502. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.800000072, 0.600000024),CFrame = CFrame.new(2.37646794, 4.9594202, -4.07979012, -0.964945316, -0.262290984, 0.00918756705, -0.251028091, 0.932593942, 0.259333163, -0.0765890256, 0.247935995, -0.965744197),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1503. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1504. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251028031, -0.0765890107, -0.262290955, 0.932593882, 0.247935966, 0.0091875596, 0.259333193, -0.965744257),C1 = CFrame.new(-0.199994564, -1.39999104, 1.52587891e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  1505. RightLeg = New("Model",chara,"RightLeg",{})
  1506. MainPart = New("Part",RightLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.29641008, 1.31540966, 0.248092994, 0.00933599845, 0.00110999751, 0.999955773, -0.0030579993, 0.999994755, -0.00108149007, -0.99995178, -0.0030477671, 0.00933934376),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  1507. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),C1 = CFrame.new(2.98023224e-008, -8.58306885e-006, 2.38418579e-007, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1508. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(2.70045996, 1.61376095, -0.149078026, 0.999955833, 0.00111049914, -0.0093326522, -0.00108199986, 0.999994755, 0.00305823679, 0.00933599938, -0.00304800388, 0.999951839),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1509. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1510. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955893, -0.00108199986, 0.00933599938, 0.00111049926, 0.999994755, -0.00304800388, -0.0093326522, 0.00305823679, 0.99995178),C1 = CFrame.new(0.400011688, 0.300008655, 0.400000095, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1511. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.90071809, 1.81462395, -0.157150015, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1512. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1513. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(0.400002658, 0.50000751, -0.399999142, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1514. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.896873, 1.71584904, 0.243133992, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1515. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1516. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(4.14252281e-006, 0.400008917, -0.399998784, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1517. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(1.89314091, 1.71706903, 0.643112063, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1518. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1519. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(-0.399993181, 0.400005698, -0.399996519, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1520. EffCorruptedPart = New("Part",RightLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 1),CFrame = CFrame.new(2.29597116, 0.915416002, 0.249298006, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1521. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1522. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(1.41263008e-005, -0.399995744, 5.00679016e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1523. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.300596, 1.71419013, -0.153122023, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1524. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1525. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(0.400015235, 0.400005817, 7.39097595e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1526. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.69322205, 1.81620288, 0.650299072, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1527. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1528. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-0.400013447, 0.500005245, 0.400009155, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1529. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.69684124, 1.71498096, 0.250625998, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1530. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  1531. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-1.63316727e-005, 0.400005937, 0.400005102, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  1532. ScatterEff(EffCorruptedPart)
  1533.  
  1534. sa = RightArm:GetChildren()
  1535. for i = 1, #sa do
  1536. ScatterEff(sa[i])
  1537. end
  1538.  
  1539. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  1540. eff1.Size = NumberSequence.new(.1)
  1541. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1542. eff1.LightEmission = 1
  1543. eff1.Lifetime = NumberRange.new(.5)
  1544. eff1.Speed = NumberRange.new(1)
  1545. eff1.EmissionDirection = "Front"
  1546. eff1.Rate = 100
  1547. eff1.Texture = "rbxassetid://347504241"
  1548. eff1.Acceleration = Vector3.new(0,10,0)
  1549. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  1550. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  1551. eff2.Size = NumberSequence.new(.1)
  1552. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1553. eff2.LightEmission = 1
  1554. eff2.Lifetime = NumberRange.new(.5)
  1555. eff2.Speed = NumberRange.new(1)
  1556. eff2.EmissionDirection = "Front"
  1557. eff2.Rate = 100
  1558. eff2.Texture = "rbxassetid://347504259"
  1559. eff2.Acceleration = Vector3.new(0,10,0)
  1560. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  1561. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  1562. eff3.Size = NumberSequence.new(.1)
  1563. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  1564. eff3.LightEmission = 1
  1565. eff3.Lifetime = NumberRange.new(.5)
  1566. eff3.Speed = NumberRange.new(1)
  1567. eff3.EmissionDirection = "Front"
  1568. eff3.Rate = 100
  1569. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  1570. eff3.Acceleration = Vector3.new(0,10,0)
  1571. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  1572.  
  1573. --Sounds--
  1574. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  1575. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  1576. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  1577. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  1578. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  1579. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  1580. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  1581. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  1582. music1:Play()
  1583. music2:Play()
  1584.  
  1585. --Animations--
  1586. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  1587.  
  1588. --Name Tag--
  1589. local naeeym = Instance.new("BillboardGui",chara)
  1590. naeeym.Size = UDim2.new(0,100,0,40)
  1591. naeeym.StudsOffset = Vector3.new(0,2,0)
  1592. naeeym.Adornee = chara.Head
  1593. local tecks = Instance.new("TextLabel",naeeym)
  1594. tecks.BackgroundTransparency = 1
  1595. tecks.BorderSizePixel = 0
  1596. tecks.Text = ""
  1597. tecks.Font = "Fantasy"
  1598. tecks.FontSize = "Size24"
  1599. tecks.TextStrokeTransparency = 0
  1600. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  1601. tecks.TextColor3 = Color3.new(0,0,0)
  1602. tecks.Size = UDim2.new(1,0,0.5,0)
  1603.  
  1604. --Skybox--
  1605. skybox = Instance.new("Part",chara)
  1606. skybox.Size = Vector3.new(0,0,0)
  1607. skybox.Anchored = true
  1608. skybox.CanCollide = true
  1609. skyboxmesh = Instance.new("SpecialMesh",skybox)
  1610. skyboxmesh.MeshId = ""
  1611. skyboxmesh.TextureId = ""
  1612. skyboxmesh.VertexColor = Vector3.new(1,0,0)
  1613. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  1614.  
  1615. --Soul Steal--
  1616. function SoulSteal(pos)
  1617. local soulst = coroutine.wrap(function()
  1618. local soul = Instance.new("Part",chara)
  1619. soul.Size = Vector3.new(0,0,0)
  1620. soul.CanCollide = false
  1621. soul.Anchored = false
  1622. soul.Position = pos
  1623. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1624. soul.Transparency = 1
  1625. local ptc = Instance.new("ParticleEmitter",soul)
  1626. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  1627. ptc.Size = NumberSequence.new(.5)
  1628. ptc.LockedToPart = true
  1629. ptc.Speed = NumberRange.new(0)
  1630. ptc.Lifetime = NumberRange.new(9999)
  1631. local bodpos = Instance.new("BodyPosition",soul)
  1632. bodpos.Position = pos
  1633. wait(2)
  1634. soul.Touched:connect(function(hit)
  1635. if hit.Parent == chara then
  1636. soul:Destroy()
  1637. end
  1638. end)
  1639. while soul do
  1640. wait(.1)
  1641. bodpos.Position = chara.Torso.Position
  1642. end
  1643. end)
  1644. soulst()
  1645. end
  1646.  
  1647. --Death of a Mortal--
  1648. function KillMortal(hitdude)
  1649. end
  1650.  
  1651. --Arm Touch--
  1652. bladeactive = false
  1653. Hitbox.Touched:connect(function(hit)
  1654. if bladeactive == true then
  1655. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  1656. hitsnd:Play()
  1657. KillMortal(hit.Parent)
  1658. end
  1659. end
  1660. end)
  1661.  
  1662. --Teleport--
  1663. function Teleport(pos)
  1664. telesnd:Play()
  1665. local ch = chara:GetChildren()
  1666. for i = 1, #ch do
  1667. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  1668. local trace = Instance.new("Part",game.Workspace)
  1669. trace.Size = ch[i].Size
  1670. trace.Material = "Neon"
  1671. trace.BrickColor = BrickColor.new("Really black")
  1672. trace.Transparency = .3
  1673. trace.CanCollide = false
  1674. trace.Anchored = true
  1675. trace.CFrame = ch[i].CFrame
  1676. if ch[i].Name == "Head" then
  1677. mehs = Instance.new("CylinderMesh",trace)
  1678. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  1679. end
  1680. tracedisappear = coroutine.wrap(function()
  1681. wait(1)
  1682. for i = 1, 7 do
  1683. wait(.1)
  1684. trace.Transparency = trace.Transparency + .1
  1685. end
  1686. trace:Destroy()
  1687. end)
  1688. tracedisappear()
  1689. end
  1690. end
  1691. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1692. end
  1693.  
  1694. --Grab--
  1695. function Grab(mouse)
  1696. local hit = mouse.Target
  1697. if hit ~= nil then
  1698. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1699. local torsy = nil
  1700. if hit.Parent:FindFirstChild("Torso")~=nil then
  1701. torsy = hit.Parent.Torso
  1702. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1703. torsy = hit.Parent.UpperTorso
  1704. end
  1705. local bodpos = Instance.new("BodyPosition",torsy)
  1706. bodpos.Position = torsy.Position
  1707. wait(1)
  1708. burnsnd:Play()
  1709. hit.Parent.Humanoid.MaxHealth = 100
  1710. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  1711. for i = 1, 10 do
  1712. wait(.1)
  1713. BurningEff(torsy)
  1714. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  1715. end
  1716. KillMortal(hit.Parent)
  1717. end
  1718. else end
  1719. end
  1720.  
  1721. --Button1Down--
  1722. dell = false
  1723. function onButton1Down()
  1724. if dell == false then
  1725. dell = true
  1726. swinganim:Play()
  1727. bladeactive = true
  1728. slashsnd:Play()
  1729. wait(.7)
  1730. bladeactive = false
  1731. dell = false
  1732. swinganim:Stop()
  1733. end
  1734. end
  1735.  
  1736. --KeyDowns--
  1737. function onKeyDown(key)
  1738. if key == "z" then
  1739. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  1740. elseif key == "x" then
  1741. Grab(Mouse)
  1742. end
  1743. end
  1744.  
  1745. --Mouse Functions--
  1746. Mouse = player:GetMouse()
  1747. if Mouse then
  1748. Mouse.Button1Down:connect(onButton1Down)
  1749. Mouse.KeyDown:connect(onKeyDown)
  1750. end
  1751.  
  1752. --Death--
  1753. chara.Humanoid.Died:connect(function()
  1754. local pat = Instance.new("Part",game.Workspace)
  1755. pat.Transparency = 1
  1756. pat.Anchored = true
  1757. pat.CFrame = chara.Torso.CFrame
  1758. naeeym.Parent = pat
  1759. naeeym.Adornee = pat
  1760. skybox.Parent = game.Workspace
  1761. tecks.Text = "BAD CHOICE"
  1762. tecks.FontSize = "Size48"
  1763. tecks.TextColor3 = Color3.new(1,0,0)
  1764. music1:Stop()
  1765. music2:Stop()
  1766. deathmus.Parent = game.Workspace
  1767. deathex.Parent = game.Workspace
  1768. deathmus:Play()
  1769. deathex:Play()
  1770. end)
  1771.  
  1772. --Loop Function--
  1773. while true do
  1774. wait(.01)
  1775. chance = math.random(0,100)
  1776. if chance < 10 then
  1777. sel = math.random(1,3)
  1778. if sel == 1 then
  1779. tecks.Text = ""
  1780. elseif sel == 2 then
  1781. tecks.Text = ""
  1782. elseif sel == 3 then
  1783. tecks.Text = ""
  1784. end
  1785. else tecks.Text = ""
  1786. end
  1787. if chara.Humanoid.Health > 0 then
  1788. chara.Humanoid.MaxHealth = math.huge
  1789. chara.Humanoid.Health = math.huge
  1790. chara["Left Arm"].Anchored = false
  1791. chara["Right Arm"].Anchored = false
  1792. chara["Left Leg"].Anchored = false
  1793. chara["Right Leg"].Anchored = false
  1794. chara.Torso.Anchored = false
  1795. ch = chara:GetChildren()
  1796. for i = 1, #ch do
  1797. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  1798. ch[i]:Destroy()
  1799. end
  1800. end
  1801. tools = player.Backpack:GetChildren()
  1802. for i = 1, #tools do
  1803. if tools[i].ClassName == "HopperBin" then
  1804. tools[i]:Destroy()
  1805. end
  1806. end
  1807. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  1808. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  1809. local jtrace = Instance.new("Part",game.Workspace)
  1810. jtrace.Name = "JDTrace"
  1811. jtrace.Size = Vector3.new(10,0,10)
  1812. jtrace.Position = chara.Torso.Position
  1813. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  1814. jtrace.Anchored = true
  1815. jtrace.CanCollide = false
  1816. jtrace.BrickColor = BrickColor.new("Really black")
  1817. jtrace.Material = "Granite"
  1818. BurningEff(jtrace)
  1819. game.Debris:AddItem(jtrace,1)
  1820. end
  1821. end
  1822. end)
  1823.  
  1824. HubSection:NewButton("Universal Hub", "Fe scripts", function()
  1825. loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))()
  1826. end)
  1827.  
  1828. HubSection:NewButton("Energize Fe", "Animations that be fe", function()
  1829. -- Energize by illremember, fe animations
  1830. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  1831. -- Thank you, and enjoy.
  1832.  
  1833. -- Objects
  1834.  
  1835. local Energize = Instance.new("ScreenGui") -- The actual GUI
  1836. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  1837. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  1838. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  1839. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  1840. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  1841. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  1842. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  1843. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  1844. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  1845.  
  1846. local CrazySlash = Instance.new("TextButton")--COMPLETE
  1847. local Open = Instance.new("TextButton")--COMPLETE
  1848. local R15Spinner = Instance.new("TextButton")--COMPLETE
  1849. local ArmsOut = Instance.new("TextButton")--COMPLETE
  1850. local FloatSlash = Instance.new("TextButton")--COMPLETE
  1851. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  1852. local DownSlash = Instance.new("TextButton")--COMPLETE
  1853. local Pull = Instance.new("TextButton")--COMPLETE
  1854. local CircleArm = Instance.new("TextButton")--COMPLETE
  1855. local Bend = Instance.new("TextButton")--COMPLETE
  1856. local RotateSlash = Instance.new("TextButton")--COMPLETE
  1857. local FlingArms = Instance.new("TextButton")--COMPLETE
  1858.  
  1859. local FullSwing = Instance.new("TextButton")--COMPLETE
  1860. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  1861. local MoonDance = Instance.new("TextButton")--COMPLETE
  1862. local FullPunch = Instance.new("TextButton")--COMPLETE
  1863. local Crouch = Instance.new("TextButton")--COMPLETE
  1864. local SpinDance = Instance.new("TextButton")--COMPLETE
  1865. local FloorFaint = Instance.new("TextButton")--COMPLETE
  1866. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  1867. local Spinner = Instance.new("TextButton")--COMPLETE
  1868. local MegaInsane = Instance.new("TextButton")--COMPLETE
  1869. local ArmDetach = Instance.new("TextButton")--COMPLETE
  1870. local WeirdMove = Instance.new("TextButton")--COMPLETE
  1871. local Faint = Instance.new("TextButton")--COMPLETE
  1872. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  1873. local Levitate = Instance.new("TextButton")--COMPLETE
  1874. local DinoWalk = Instance.new("TextButton")--COMPLETE
  1875. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  1876. local SwordSlam = Instance.new("TextButton")--COMPLETE
  1877. local LoopHead = Instance.new("TextButton")--COMPLETE
  1878. local HeroJump = Instance.new("TextButton")--COMPLETE
  1879. local Insane = Instance.new("TextButton")--COMPLETE
  1880. local FloatingHead = Instance.new("TextButton")--COMPLETE
  1881. local HeadThrow = Instance.new("TextButton")--COMPLETE
  1882. local MovingDance = Instance.new("TextButton")--COMPLETE
  1883. local SuperPunch = Instance.new("TextButton")--COMPLETE
  1884. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  1885. local Dab = Instance.new("TextButton")--COMPLETE
  1886. local FloatSit = Instance.new("TextButton")--COMPLETE
  1887. local SuperFaint = Instance.new("TextButton")--COMPLETE
  1888. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  1889. local Scared = Instance.new("TextButton")--COMPLETE
  1890. local InsaneArms = Instance.new("TextButton")--COMPLETE
  1891. local SwordSlice = Instance.new("TextButton")--COMPLETE
  1892. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  1893. local BowDown = Instance.new("TextButton")--COMPLETE
  1894. local LoopSlam = Instance.new("TextButton")--COMPLETE
  1895.  
  1896. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  1897. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  1898. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  1899.  
  1900. -- Properties
  1901.  
  1902. Energize.Name = "Energize"
  1903. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  1904.  
  1905. SideFrame.Name = "SideFrame"
  1906. SideFrame.Parent = Energize
  1907. SideFrame.Active = true
  1908. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  1909. SideFrame.Draggable = true
  1910. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  1911. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  1912. SideFrame.Visible = false
  1913.  
  1914. OpenGUI.Name = "OpenGUI"
  1915. OpenGUI.Parent = SideFrame
  1916. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1917. OpenGUI.BackgroundTransparency = 1
  1918. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  1919. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  1920. OpenGUI.Font = Enum.Font.SourceSans
  1921. OpenGUI.FontSize = Enum.FontSize.Size48
  1922. OpenGUI.Text = "X"
  1923. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  1924. OpenGUI.TextSize = 40
  1925. OpenGUI.TextWrapped = true
  1926.  
  1927. SideFrameTitle.Name = "SideFrameTitle"
  1928. SideFrameTitle.Parent = SideFrame
  1929. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1930. SideFrameTitle.BackgroundTransparency = 1
  1931. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  1932. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  1933. SideFrameTitle.Font = Enum.Font.Arial
  1934. SideFrameTitle.FontSize = Enum.FontSize.Size24
  1935. SideFrameTitle.Text = "Energize"
  1936. SideFrameTitle.TextSize = 21
  1937. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  1938. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  1939.  
  1940. MainFrame.Name = "MainFrame"
  1941. MainFrame.Parent = Energize
  1942. MainFrame.Active = true
  1943. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1944. MainFrame.BackgroundTransparency = 1
  1945. MainFrame.Draggable = true
  1946. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  1947. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  1948.  
  1949. GuiBottomFrame.Name = "Gui BottomFrame"
  1950. GuiBottomFrame.Parent = MainFrame
  1951. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  1952. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  1953. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  1954. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  1955.  
  1956. Credits.Name = "Credits"
  1957. Credits.Parent = GuiBottomFrame
  1958. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  1959. Credits.BackgroundTransparency = 1
  1960. Credits.Size = UDim2.new(0, 460, 0, 32)
  1961. Credits.FontSize = Enum.FontSize.Size14
  1962. Credits.Text = "By illremember FE Animations Gui"
  1963. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1964. Credits.TextSize = 14
  1965. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  1966. Credits.TextStrokeTransparency = 0.69999998807907
  1967. Credits.TextWrapped = true
  1968.  
  1969. ScrollingFrame.Parent = MainFrame
  1970. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  1971. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  1972. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  1973. ScrollingFrame.ScrollBarThickness = 13
  1974.  
  1975. FullSwing.Name = "FullSwing"
  1976. FullSwing.Parent = ScrollingFrame
  1977. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1978. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1979. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  1980. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  1981. FullSwing.Font = Enum.Font.Highway
  1982. FullSwing.FontSize = Enum.FontSize.Size24
  1983. FullSwing.Text = "Full Swing"
  1984. FullSwing.TextSize = 20
  1985. FullSwing.TextWrapped = true
  1986.  
  1987. GlitchLevitate.Name = "GlitchLevitate"
  1988. GlitchLevitate.Parent = ScrollingFrame
  1989. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1990. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1991. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  1992. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  1993. GlitchLevitate.Font = Enum.Font.Highway
  1994. GlitchLevitate.FontSize = Enum.FontSize.Size24
  1995. GlitchLevitate.Text = "Glitch Levitate"
  1996. GlitchLevitate.TextSize = 20
  1997. GlitchLevitate.TextWrapped = true
  1998.  
  1999. MoonDance.Name = "MoonDance"
  2000. MoonDance.Parent = ScrollingFrame
  2001. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2002. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2003. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  2004. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  2005. MoonDance.Font = Enum.Font.Highway
  2006. MoonDance.FontSize = Enum.FontSize.Size24
  2007. MoonDance.Text = "Moon Dance"
  2008. MoonDance.TextSize = 20
  2009. MoonDance.TextWrapped = true
  2010.  
  2011. FullPunch.Name = "FullPunch"
  2012. FullPunch.Parent = ScrollingFrame
  2013. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2014. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2015. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  2016. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  2017. FullPunch.Font = Enum.Font.Highway
  2018. FullPunch.FontSize = Enum.FontSize.Size24
  2019. FullPunch.Text = "Full Punch"
  2020. FullPunch.TextSize = 20
  2021. FullPunch.TextWrapped = true
  2022.  
  2023. Crouch.Name = "Crouch"
  2024. Crouch.Parent = ScrollingFrame
  2025. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2026. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2027. Crouch.Position = UDim2.new(0, 168, 0, 280)
  2028. Crouch.Size = UDim2.new(0, 119, 0, 34)
  2029. Crouch.Font = Enum.Font.Highway
  2030. Crouch.FontSize = Enum.FontSize.Size24
  2031. Crouch.Text = "Crouch"
  2032. Crouch.TextSize = 20
  2033. Crouch.TextWrapped = true
  2034.  
  2035. SpinDance.Name = "SpinDance"
  2036. SpinDance.Parent = ScrollingFrame
  2037. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2038. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2039. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  2040. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  2041. SpinDance.Font = Enum.Font.Highway
  2042. SpinDance.FontSize = Enum.FontSize.Size24
  2043. SpinDance.Text = "Spin Dance"
  2044. SpinDance.TextSize = 20
  2045. SpinDance.TextWrapped = true
  2046.  
  2047. FloorFaint.Name = "FloorFaint"
  2048. FloorFaint.Parent = ScrollingFrame
  2049. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2050. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2051. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  2052. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  2053. FloorFaint.Font = Enum.Font.Highway
  2054. FloorFaint.FontSize = Enum.FontSize.Size24
  2055. FloorFaint.Text = "Floor Faint"
  2056. FloorFaint.TextSize = 20
  2057. FloorFaint.TextWrapped = true
  2058.  
  2059. JumpingJacks.Name = "JumpingJacks"
  2060. JumpingJacks.Parent = ScrollingFrame
  2061. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2062. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2063. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  2064. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  2065. JumpingJacks.Font = Enum.Font.Highway
  2066. JumpingJacks.FontSize = Enum.FontSize.Size24
  2067. JumpingJacks.Text = "Jumping Jacks"
  2068. JumpingJacks.TextSize = 20
  2069. JumpingJacks.TextWrapped = true
  2070.  
  2071. Spinner.Name = "Spinner"
  2072. Spinner.Parent = ScrollingFrame
  2073. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2074. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2075. Spinner.Position = UDim2.new(0, 17, 0, 192)
  2076. Spinner.Size = UDim2.new(0, 119, 0, 34)
  2077. Spinner.Font = Enum.Font.Highway
  2078. Spinner.FontSize = Enum.FontSize.Size24
  2079. Spinner.Text = "Spinner"
  2080. Spinner.TextSize = 20
  2081. Spinner.TextWrapped = true
  2082.  
  2083. MegaInsane.Name = "MegaInsane"
  2084. MegaInsane.Parent = ScrollingFrame
  2085. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2086. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2087. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  2088. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  2089. MegaInsane.Font = Enum.Font.Highway
  2090. MegaInsane.FontSize = Enum.FontSize.Size24
  2091. MegaInsane.Text = "Mega Insane"
  2092. MegaInsane.TextSize = 20
  2093. MegaInsane.TextWrapped = true
  2094.  
  2095. ArmDetach.Name = "ArmDetach"
  2096. ArmDetach.Parent = ScrollingFrame
  2097. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2098. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2099. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  2100. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  2101. ArmDetach.Font = Enum.Font.Highway
  2102. ArmDetach.FontSize = Enum.FontSize.Size24
  2103. ArmDetach.Text = "Arm Detach"
  2104. ArmDetach.TextSize = 20
  2105. ArmDetach.TextWrapped = true
  2106.  
  2107. WeirdMove.Name = "WeirdMove"
  2108. WeirdMove.Parent = ScrollingFrame
  2109. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2110. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2111. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  2112. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  2113. WeirdMove.Font = Enum.Font.Highway
  2114. WeirdMove.FontSize = Enum.FontSize.Size24
  2115. WeirdMove.Text = "Weird Move"
  2116. WeirdMove.TextSize = 20
  2117. WeirdMove.TextWrapped = true
  2118.  
  2119. Faint.Name = "Faint"
  2120. Faint.Parent = ScrollingFrame
  2121. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2122. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2123. Faint.Position = UDim2.new(0, 17, 0, 148)
  2124. Faint.Size = UDim2.new(0, 119, 0, 34)
  2125. Faint.Font = Enum.Font.Highway
  2126. Faint.FontSize = Enum.FontSize.Size24
  2127. Faint.Text = "Faint"
  2128. Faint.TextSize = 20
  2129. Faint.TextWrapped = true
  2130.  
  2131. CloneIllusion.Name = "CloneIllusion"
  2132. CloneIllusion.Parent = ScrollingFrame
  2133. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2134. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2135. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  2136. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  2137. CloneIllusion.Font = Enum.Font.Highway
  2138. CloneIllusion.FontSize = Enum.FontSize.Size24
  2139. CloneIllusion.Text = "Clone Illusion"
  2140. CloneIllusion.TextSize = 20
  2141. CloneIllusion.TextWrapped = true
  2142.  
  2143. Levitate.Name = "Levitate"
  2144. Levitate.Parent = ScrollingFrame
  2145. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2146. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2147. Levitate.Position = UDim2.new(0, 17, 0, 104)
  2148. Levitate.Size = UDim2.new(0, 119, 0, 34)
  2149. Levitate.Font = Enum.Font.Highway
  2150. Levitate.FontSize = Enum.FontSize.Size24
  2151. Levitate.Text = "Levitate"
  2152. Levitate.TextSize = 20
  2153. Levitate.TextWrapped = true
  2154.  
  2155. DinoWalk.Name = "DinoWalk"
  2156. DinoWalk.Parent = ScrollingFrame
  2157. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2158. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2159. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  2160. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  2161. DinoWalk.Font = Enum.Font.Highway
  2162. DinoWalk.FontSize = Enum.FontSize.Size24
  2163. DinoWalk.Text = "Dino Walk"
  2164. DinoWalk.TextSize = 20
  2165. DinoWalk.TextWrapped = true
  2166.  
  2167. FloorCrawl.Name = "FloorCrawl"
  2168. FloorCrawl.Parent = ScrollingFrame
  2169. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2170. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2171. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  2172. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  2173. FloorCrawl.Font = Enum.Font.Highway
  2174. FloorCrawl.FontSize = Enum.FontSize.Size24
  2175. FloorCrawl.Text = "Floor Crawl"
  2176. FloorCrawl.TextSize = 20
  2177. FloorCrawl.TextWrapped = true
  2178.  
  2179. SwordSlam.Name = "SwordSlam"
  2180. SwordSlam.Parent = ScrollingFrame
  2181. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2182. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2183. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  2184. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  2185. SwordSlam.Font = Enum.Font.Highway
  2186. SwordSlam.FontSize = Enum.FontSize.Size24
  2187. SwordSlam.Text = "Sword Slam"
  2188. SwordSlam.TextSize = 20
  2189. SwordSlam.TextWrapped = true
  2190.  
  2191. LoopHead.Name = "LoopHead"
  2192. LoopHead.Parent = ScrollingFrame
  2193. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2194. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2195. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  2196. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  2197. LoopHead.Font = Enum.Font.Highway
  2198. LoopHead.FontSize = Enum.FontSize.Size24
  2199. LoopHead.Text = "Loop Head"
  2200. LoopHead.TextSize = 20
  2201. LoopHead.TextWrapped = true
  2202.  
  2203. HeroJump.Name = "HeroJump"
  2204. HeroJump.Parent = ScrollingFrame
  2205. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2206. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2207. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  2208. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  2209. HeroJump.Font = Enum.Font.Highway
  2210. HeroJump.FontSize = Enum.FontSize.Size24
  2211. HeroJump.Text = "Hero Jump"
  2212. HeroJump.TextSize = 20
  2213. HeroJump.TextWrapped = true
  2214.  
  2215. Insane.Name = "Insane"
  2216. Insane.Parent = ScrollingFrame
  2217. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2218. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2219. Insane.Position = UDim2.new(0, 319, 0, 16)
  2220. Insane.Size = UDim2.new(0, 119, 0, 34)
  2221. Insane.Font = Enum.Font.Highway
  2222. Insane.FontSize = Enum.FontSize.Size24
  2223. Insane.Text = "Insane"
  2224. Insane.TextSize = 20
  2225. Insane.TextWrapped = true
  2226.  
  2227. FloatingHead.Name = "FloatingHead"
  2228. FloatingHead.Parent = ScrollingFrame
  2229. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2230. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2231. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  2232. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  2233. FloatingHead.Font = Enum.Font.Highway
  2234. FloatingHead.FontSize = Enum.FontSize.Size24
  2235. FloatingHead.Text = "Floating Head"
  2236. FloatingHead.TextSize = 20
  2237. FloatingHead.TextWrapped = true
  2238.  
  2239. HeadThrow.Name = "HeadThrow"
  2240. HeadThrow.Parent = ScrollingFrame
  2241. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2242. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2243. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  2244. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  2245. HeadThrow.Font = Enum.Font.Highway
  2246. HeadThrow.FontSize = Enum.FontSize.Size24
  2247. HeadThrow.Text = "Head Throw"
  2248. HeadThrow.TextSize = 20
  2249. HeadThrow.TextWrapped = true
  2250.  
  2251. MovingDance.Name = "MovingDance"
  2252. MovingDance.Parent = ScrollingFrame
  2253. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2254. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2255. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  2256. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  2257. MovingDance.Font = Enum.Font.Highway
  2258. MovingDance.FontSize = Enum.FontSize.Size24
  2259. MovingDance.Text = "Moving Dance"
  2260. MovingDance.TextSize = 20
  2261. MovingDance.TextWrapped = true
  2262.  
  2263. SuperPunch.Name = "SuperPunch"
  2264. SuperPunch.Parent = ScrollingFrame
  2265. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2266. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2267. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  2268. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  2269. SuperPunch.Font = Enum.Font.Highway
  2270. SuperPunch.FontSize = Enum.FontSize.Size24
  2271. SuperPunch.Text = "Super Punch"
  2272. SuperPunch.TextSize = 20
  2273. SuperPunch.TextWrapped = true
  2274.  
  2275. ArmTurbine.Name = "ArmTurbine"
  2276. ArmTurbine.Parent = ScrollingFrame
  2277. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2278. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2279. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  2280. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  2281. ArmTurbine.Font = Enum.Font.Highway
  2282. ArmTurbine.FontSize = Enum.FontSize.Size24
  2283. ArmTurbine.Text = "Arm Turbine"
  2284. ArmTurbine.TextSize = 20
  2285. ArmTurbine.TextWrapped = true
  2286.  
  2287. Dab.Name = "Dab"
  2288. Dab.Parent = ScrollingFrame
  2289. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2290. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2291. Dab.Position = UDim2.new(0, 17, 0, 366)
  2292. Dab.Size = UDim2.new(0, 119, 0, 34)
  2293. Dab.Font = Enum.Font.Highway
  2294. Dab.FontSize = Enum.FontSize.Size24
  2295. Dab.Text = "Dab"
  2296. Dab.TextSize = 20
  2297. Dab.TextWrapped = true
  2298.  
  2299. FloatSit.Name = "FloatSit"
  2300. FloatSit.Parent = ScrollingFrame
  2301. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2302. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2303. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  2304. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  2305. FloatSit.Font = Enum.Font.Highway
  2306. FloatSit.FontSize = Enum.FontSize.Size24
  2307. FloatSit.Text = "Float Sit"
  2308. FloatSit.TextSize = 20
  2309. FloatSit.TextWrapped = true
  2310.  
  2311. SuperFaint.Name = "SuperFaint"
  2312. SuperFaint.Parent = ScrollingFrame
  2313. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2314. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2315. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  2316. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  2317. SuperFaint.Font = Enum.Font.Highway
  2318. SuperFaint.FontSize = Enum.FontSize.Size24
  2319. SuperFaint.Text = "Super Faint"
  2320. SuperFaint.TextSize = 20
  2321. SuperFaint.TextWrapped = true
  2322.  
  2323. BarrelRoll.Name = "BarrelRoll"
  2324. BarrelRoll.Parent = ScrollingFrame
  2325. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2326. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2327. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  2328. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  2329. BarrelRoll.Font = Enum.Font.Highway
  2330. BarrelRoll.FontSize = Enum.FontSize.Size24
  2331. BarrelRoll.Text = "Barrel Roll"
  2332. BarrelRoll.TextSize = 20
  2333. BarrelRoll.TextWrapped = true
  2334.  
  2335. Scared.Name = "Scared"
  2336. Scared.Parent = ScrollingFrame
  2337. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2338. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2339. Scared.Position = UDim2.new(0, 319, 0, 454)
  2340. Scared.Size = UDim2.new(0, 119, 0, 34)
  2341. Scared.Font = Enum.Font.Highway
  2342. Scared.FontSize = Enum.FontSize.Size24
  2343. Scared.Text = "Scared"
  2344. Scared.TextSize = 20
  2345. Scared.TextWrapped = true
  2346.  
  2347. InsaneArms.Name = "InsaneArms"
  2348. InsaneArms.Parent = ScrollingFrame
  2349. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2350. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2351. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  2352. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  2353. InsaneArms.Font = Enum.Font.Highway
  2354. InsaneArms.FontSize = Enum.FontSize.Size24
  2355. InsaneArms.Text = "Insane Arms"
  2356. InsaneArms.TextSize = 20
  2357. InsaneArms.TextWrapped = true
  2358.  
  2359. SwordSlice.Name = "SwordSlice"
  2360. SwordSlice.Parent = ScrollingFrame
  2361. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2362. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2363. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  2364. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  2365. SwordSlice.Font = Enum.Font.Highway
  2366. SwordSlice.FontSize = Enum.FontSize.Size24
  2367. SwordSlice.Text = "Sword Slice"
  2368. SwordSlice.TextSize = 20
  2369. SwordSlice.TextWrapped = true
  2370.  
  2371. SpinDance2.Name = "SpinDance2"
  2372. SpinDance2.Parent = ScrollingFrame
  2373. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2374. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2375. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  2376. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  2377. SpinDance2.Font = Enum.Font.Highway
  2378. SpinDance2.FontSize = Enum.FontSize.Size24
  2379. SpinDance2.Text = "Spin Dance 2"
  2380. SpinDance2.TextSize = 20
  2381. SpinDance2.TextWrapped = true
  2382.  
  2383. BowDown.Name = "BowDown"
  2384. BowDown.Parent = ScrollingFrame
  2385. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2386. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2387. BowDown.Position = UDim2.new(0, 319, 0, 498)
  2388. BowDown.Size = UDim2.new(0, 119, 0, 34)
  2389. BowDown.Font = Enum.Font.Highway
  2390. BowDown.FontSize = Enum.FontSize.Size24
  2391. BowDown.Text = "Bow Down"
  2392. BowDown.TextSize = 20
  2393. BowDown.TextWrapped = true
  2394.  
  2395. LoopSlam.Name = "LoopSlam"
  2396. LoopSlam.Parent = ScrollingFrame
  2397. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2398. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2399. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  2400. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  2401. LoopSlam.Font = Enum.Font.Highway
  2402. LoopSlam.FontSize = Enum.FontSize.Size24
  2403. LoopSlam.Text = "Loop Slam"
  2404. LoopSlam.TextSize = 20
  2405. LoopSlam.TextWrapped = true
  2406.  
  2407. GuiTopFrame.Name = "Gui TopFrame"
  2408. GuiTopFrame.Parent = MainFrame
  2409. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  2410. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  2411. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  2412.  
  2413. CloseGUI.Name = "CloseGUI"
  2414. CloseGUI.Parent = GuiTopFrame
  2415. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2416. CloseGUI.BackgroundTransparency = 1
  2417. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  2418. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  2419. CloseGUI.Font = Enum.Font.SourceSans
  2420. CloseGUI.FontSize = Enum.FontSize.Size48
  2421. CloseGUI.Text = "X"
  2422. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  2423. CloseGUI.TextSize = 40
  2424. CloseGUI.TextWrapped = true
  2425.  
  2426. Title.Name = "Title"
  2427. Title.Parent = GuiTopFrame
  2428. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2429. Title.BackgroundTransparency = 1
  2430. Title.Size = UDim2.new(0, 460, 0, 32)
  2431. Title.FontSize = Enum.FontSize.Size14
  2432. Title.Text = "Energize"
  2433. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2434. Title.TextSize = 14
  2435. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  2436. Title.TextStrokeTransparency = 0.69999998807907
  2437. Title.TextWrapped = true
  2438.  
  2439. CheckR.Name = "CheckR"
  2440. CheckR.Parent = GuiTopFrame
  2441. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  2442. CheckR.BackgroundTransparency = 1
  2443. CheckR.Size = UDim2.new(0, 171, 0, 32)
  2444. CheckR.Font = Enum.Font.SourceSansBold
  2445. CheckR.FontSize = Enum.FontSize.Size14
  2446. CheckR.Text = "Text"
  2447. CheckR.TextScaled = true
  2448. CheckR.TextSize = 14
  2449. CheckR.TextWrapped = true
  2450.  
  2451. ScrollingFrameR15.Name = "ScrollingFrameR15"
  2452. ScrollingFrameR15.Parent = MainFrame
  2453. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  2454. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  2455. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  2456. ScrollingFrameR15.Visible = false
  2457. ScrollingFrameR15.ScrollBarThickness = 13
  2458.  
  2459. CrazySlash.Name = "CrazySlash"
  2460. CrazySlash.Parent = ScrollingFrameR15
  2461. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2462. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2463. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  2464. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  2465. CrazySlash.Font = Enum.Font.Highway
  2466. CrazySlash.FontSize = Enum.FontSize.Size24
  2467. CrazySlash.Text = "CrazySlash"
  2468. CrazySlash.TextSize = 20
  2469. CrazySlash.TextWrapped = true
  2470.  
  2471. Open.Name = "Open"
  2472. Open.Parent = ScrollingFrameR15
  2473. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2474. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2475. Open.Position = UDim2.new(0, 168, 0, 16)
  2476. Open.Size = UDim2.new(0, 119, 0, 34)
  2477. Open.Font = Enum.Font.Highway
  2478. Open.FontSize = Enum.FontSize.Size24
  2479. Open.Text = "Open"
  2480. Open.TextSize = 20
  2481. Open.TextWrapped = true
  2482.  
  2483. R15Spinner.Name = "R15Spinner"
  2484. R15Spinner.Parent = ScrollingFrameR15
  2485. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2486. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2487. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  2488. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  2489. R15Spinner.Font = Enum.Font.Highway
  2490. R15Spinner.FontSize = Enum.FontSize.Size24
  2491. R15Spinner.Text = "Spinner"
  2492. R15Spinner.TextSize = 20
  2493. R15Spinner.TextWrapped = true
  2494.  
  2495. ArmsOut.Name = "ArmsOut"
  2496. ArmsOut.Parent = ScrollingFrameR15
  2497. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2498. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2499. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  2500. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  2501. ArmsOut.Font = Enum.Font.Highway
  2502. ArmsOut.FontSize = Enum.FontSize.Size24
  2503. ArmsOut.Text = "ArmsOut"
  2504. ArmsOut.TextSize = 20
  2505. ArmsOut.TextWrapped = true
  2506.  
  2507. FloatSlash.Name = "FloatSlash"
  2508. FloatSlash.Parent = ScrollingFrameR15
  2509. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2510. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2511. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  2512. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  2513. FloatSlash.Font = Enum.Font.Highway
  2514. FloatSlash.FontSize = Enum.FontSize.Size24
  2515. FloatSlash.Text = "FloatSlash"
  2516. FloatSlash.TextSize = 20
  2517. FloatSlash.TextWrapped = true
  2518.  
  2519. WeirdZombie.Name = "WeirdZombie"
  2520. WeirdZombie.Parent = ScrollingFrameR15
  2521. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2522. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2523. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  2524. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  2525. WeirdZombie.Font = Enum.Font.Highway
  2526. WeirdZombie.FontSize = Enum.FontSize.Size24
  2527. WeirdZombie.Text = "WeirdZombie"
  2528. WeirdZombie.TextSize = 20
  2529. WeirdZombie.TextWrapped = true
  2530.  
  2531. DownSlash.Name = "DownSlash"
  2532. DownSlash.Parent = ScrollingFrameR15
  2533. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2534. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2535. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  2536. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  2537. DownSlash.Font = Enum.Font.Highway
  2538. DownSlash.FontSize = Enum.FontSize.Size24
  2539. DownSlash.Text = "DownSlash"
  2540. DownSlash.TextSize = 20
  2541. DownSlash.TextWrapped = true
  2542.  
  2543. Pull.Name = "Pull"
  2544. Pull.Parent = ScrollingFrameR15
  2545. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2546. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2547. Pull.Position = UDim2.new(0, 17, 0, 104)
  2548. Pull.Size = UDim2.new(0, 119, 0, 34)
  2549. Pull.Font = Enum.Font.Highway
  2550. Pull.FontSize = Enum.FontSize.Size24
  2551. Pull.Text = "Pull"
  2552. Pull.TextSize = 20
  2553. Pull.TextWrapped = true
  2554.  
  2555. CircleArm.Name = "CircleArm"
  2556. CircleArm.Parent = ScrollingFrameR15
  2557. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2558. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2559. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  2560. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  2561. CircleArm.Font = Enum.Font.Highway
  2562. CircleArm.FontSize = Enum.FontSize.Size24
  2563. CircleArm.Text = "CircleArm"
  2564. CircleArm.TextSize = 20
  2565. CircleArm.TextWrapped = true
  2566.  
  2567. Bend.Name = "Bend"
  2568. Bend.Parent = ScrollingFrameR15
  2569. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2570. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2571. Bend.Position = UDim2.new(0, 319, 0, 104)
  2572. Bend.Size = UDim2.new(0, 119, 0, 34)
  2573. Bend.Font = Enum.Font.Highway
  2574. Bend.FontSize = Enum.FontSize.Size24
  2575. Bend.Text = "Bend"
  2576. Bend.TextSize = 20
  2577. Bend.TextWrapped = true
  2578.  
  2579. RotateSlash.Name = "RotateSlash"
  2580. RotateSlash.Parent = ScrollingFrameR15
  2581. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2582. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2583. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  2584. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  2585. RotateSlash.Font = Enum.Font.Highway
  2586. RotateSlash.FontSize = Enum.FontSize.Size24
  2587. RotateSlash.Text = "RotateSlash"
  2588. RotateSlash.TextSize = 20
  2589. RotateSlash.TextWrapped = true
  2590.  
  2591. FlingArms.Name = "FlingArms"
  2592. FlingArms.Parent = ScrollingFrameR15
  2593. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2594. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2595. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  2596. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  2597. FlingArms.Font = Enum.Font.Highway
  2598. FlingArms.FontSize = Enum.FontSize.Size24
  2599. FlingArms.Text = "FlingArms"
  2600. FlingArms.TextSize = 20
  2601. FlingArms.TextWrapped = true
  2602.  
  2603. -- Buttons
  2604. col = Color3.new(0.886275, 0.776471, 0.368627)
  2605. loc = Color3.new(1, 0.906471, 0.568627)
  2606. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  2607. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  2608.  
  2609. CloseGUI.MouseButton1Click:connect(function()
  2610. MainFrame.Visible = false
  2611. SideFrame.Visible = true
  2612. SideFrame.Position = MainFrame.Position
  2613. end)
  2614.  
  2615. OpenGUI.MouseButton1Click:connect(function()
  2616. MainFrame.Visible = true
  2617. SideFrame.Visible = false
  2618. MainFrame.Position = SideFrame.Position
  2619. end)
  2620.  
  2621. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  2622. ScrollingFrame.Visible = false
  2623. ScrollingFrameR15.Visible = true
  2624. CheckR.Text = "Showing R15 Animations"
  2625. else
  2626. ScrollingFrame.Visible = true
  2627. ScrollingFrameR15.Visible = false
  2628. CheckR.Text = "Showing R6 Animations"
  2629. end
  2630.  
  2631. local Anim = Instance.new("Animation")
  2632. Anim.AnimationId = "rbxassetid://35154961"
  2633. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2634. local HeadThrowACTIVE = false
  2635. HeadThrow.MouseButton1Click:connect(function()
  2636. HeadThrowACTIVE = not HeadThrowACTIVE
  2637. if HeadThrowACTIVE then
  2638. HeadThrow.BackgroundColor3 = loc
  2639. while wait() do
  2640. if track.IsPlaying == false then
  2641. if HeadThrowACTIVE then
  2642. track:Play(.1, 1, 1)
  2643. end
  2644. end
  2645. end
  2646. else
  2647. track:Stop()
  2648. HeadThrow.BackgroundColor3 = col
  2649. end
  2650. end)
  2651.  
  2652. local Anim = Instance.new("Animation")
  2653. Anim.AnimationId = "rbxassetid://121572214"
  2654. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2655. local FloatingHeadACTIVE = false
  2656. FloatingHead.MouseButton1Click:connect(function()
  2657. FloatingHeadACTIVE = not FloatingHeadACTIVE
  2658. if FloatingHeadACTIVE then
  2659. track:Play(.1, 1, 1)
  2660. FloatingHead.BackgroundColor3 = loc
  2661. else
  2662. track:Stop()
  2663. FloatingHead.BackgroundColor3 = col
  2664. end
  2665. end)
  2666.  
  2667. local Anim = Instance.new("Animation")
  2668. Anim.AnimationId = "rbxassetid://182724289"
  2669. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2670. local CrouchACTIVE = false
  2671. Crouch.MouseButton1Click:connect(function()
  2672. CrouchACTIVE = not CrouchACTIVE
  2673. if CrouchACTIVE then
  2674. track:Play(.1, 1, 1)
  2675. Crouch.BackgroundColor3 = loc
  2676. else
  2677. track:Stop()
  2678. Crouch.BackgroundColor3 = col
  2679. end
  2680. end)
  2681.  
  2682. local Anim = Instance.new("Animation")
  2683. Anim.AnimationId = "rbxassetid://282574440"
  2684. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2685. local FloorCrawlACTIVE = false
  2686. FloorCrawl.MouseButton1Click:connect(function()
  2687. FloorCrawlACTIVE = not FloorCrawlACTIVE
  2688. if FloorCrawlACTIVE then
  2689. track:Play(.1, 1, 1)
  2690. FloorCrawl.BackgroundColor3 = loc
  2691. else
  2692. track:Stop()
  2693. FloorCrawl.BackgroundColor3 = col
  2694. end
  2695. end)
  2696.  
  2697. local Anim = Instance.new("Animation")
  2698. Anim.AnimationId = "rbxassetid://204328711"
  2699. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2700. local DinoWalkACTIVE = false
  2701. DinoWalk.MouseButton1Click:connect(function()
  2702. DinoWalkACTIVE = not DinoWalkACTIVE
  2703. if DinoWalkACTIVE then
  2704. track:Play(.1, 1, 1)
  2705. DinoWalk.BackgroundColor3 = loc
  2706. else
  2707. track:Stop()
  2708. DinoWalk.BackgroundColor3 = col
  2709. end
  2710. end)
  2711.  
  2712. local Anim = Instance.new("Animation")
  2713. Anim.AnimationId = "rbxassetid://429681631"
  2714. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2715. local JumpingJacksACTIVE = false
  2716. JumpingJacks.MouseButton1Click:connect(function()
  2717. JumpingJacksACTIVE = not JumpingJacksACTIVE
  2718. if JumpingJacksACTIVE then
  2719. track:Play(.1, 1, 1)
  2720. JumpingJacks.BackgroundColor3 = loc
  2721. else
  2722. track:Stop()
  2723. JumpingJacks.BackgroundColor3 = col
  2724. end
  2725. end)
  2726.  
  2727. local Anim = Instance.new("Animation")
  2728. Anim.AnimationId = "rbxassetid://35154961"
  2729. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2730. local LoopHeadACTIVE = false
  2731. LoopHead.MouseButton1Click:connect(function()
  2732. LoopHeadACTIVE = not LoopHeadACTIVE
  2733. if LoopHeadACTIVE then
  2734. LoopHead.BackgroundColor3 = loc
  2735. while wait() do
  2736. if track.IsPlaying == false then
  2737. if LoopHeadACTIVE then
  2738. track:Play(.5, 1, 1e6)
  2739. end
  2740. end
  2741. end
  2742. else
  2743. track:Stop()
  2744. LoopHead.BackgroundColor3 = col
  2745. end
  2746. end)
  2747.  
  2748. local Anim = Instance.new("Animation")
  2749. Anim.AnimationId = "rbxassetid://184574340"
  2750. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2751. local HeroJumpACTIVE = false
  2752. HeroJump.MouseButton1Click:connect(function()
  2753. HeroJumpACTIVE = not HeroJumpACTIVE
  2754. if HeroJumpACTIVE then
  2755. HeroJump.BackgroundColor3 = loc
  2756. while wait() do
  2757. if track.IsPlaying == false then
  2758. if HeroJumpACTIVE then
  2759. track:Play(.1, 1, 1)
  2760. end
  2761. end
  2762. end
  2763. else
  2764. track:Stop()
  2765. HeroJump.BackgroundColor3 = col
  2766. end
  2767. end)
  2768.  
  2769. local Anim = Instance.new("Animation")
  2770. Anim.AnimationId = "rbxassetid://181526230"
  2771. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2772. local FaintACTIVE = false
  2773. Faint.MouseButton1Click:connect(function()
  2774. FaintACTIVE = not FaintACTIVE
  2775. if FaintACTIVE then
  2776. track:Play(.1, 1, 1)
  2777. Faint.BackgroundColor3 = loc
  2778. else
  2779. track:Stop()
  2780. Faint.BackgroundColor3 = col
  2781. end
  2782. end)
  2783.  
  2784. local Anim = Instance.new("Animation")
  2785. Anim.AnimationId = "rbxassetid://181525546"
  2786. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2787. local FloorFaintACTIVE = false
  2788. FloorFaint.MouseButton1Click:connect(function()
  2789. FloorFaintACTIVE = not FloorFaintACTIVE
  2790. if FloorFaintACTIVE then
  2791. FloorFaint.BackgroundColor3 = loc
  2792. while wait() do
  2793. if track.IsPlaying == false then
  2794. if FloorFaintACTIVE then
  2795. track:Play(.1, 1, 2)
  2796. end
  2797. end
  2798. end
  2799. else
  2800. track:Stop()
  2801. FloorFaint.BackgroundColor3 = col
  2802. end
  2803. end)
  2804.  
  2805. local Anim = Instance.new("Animation")
  2806. Anim.AnimationId = "rbxassetid://181525546"
  2807. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2808. local SuperFaintACTIVE = false
  2809. SuperFaint.MouseButton1Click:connect(function()
  2810. SuperFaintACTIVE = not SuperFaintACTIVE
  2811. if SuperFaintACTIVE then
  2812. SuperFaint.BackgroundColor3 = loc
  2813. while wait() do
  2814. if track.IsPlaying == false then
  2815. if SuperFaintACTIVE then
  2816. track:Play(.1, 0.5, 40)
  2817. end
  2818. end
  2819. end
  2820. else
  2821. track:Stop()
  2822. SuperFaint.BackgroundColor3 = col
  2823. end
  2824. end)
  2825.  
  2826. local Anim = Instance.new("Animation")
  2827. Anim.AnimationId = "rbxassetid://313762630"
  2828. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2829. local LevitateACTIVE = false
  2830. Levitate.MouseButton1Click:connect(function()
  2831. LevitateACTIVE = not LevitateACTIVE
  2832. if LevitateACTIVE then
  2833. track:Play(.1, 1, 1)
  2834. Levitate.BackgroundColor3 = loc
  2835. else
  2836. track:Stop()
  2837. Levitate.BackgroundColor3 = col
  2838. end
  2839. end)
  2840.  
  2841. local Anim = Instance.new("Animation")
  2842. Anim.AnimationId = "rbxassetid://183412246"
  2843. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2844. local DabACTIVE = false
  2845. Dab.MouseButton1Click:connect(function()
  2846. DabACTIVE = not DabACTIVE
  2847. if DabACTIVE then
  2848. Dab.BackgroundColor3 = loc
  2849. while wait() do
  2850. if track.IsPlaying == false then
  2851. if DabACTIVE then
  2852. track:Play(.1, 1, 1)
  2853. end
  2854. end
  2855. end
  2856. else
  2857. track:Stop()
  2858. Dab.BackgroundColor3 = col
  2859. end
  2860. end)
  2861.  
  2862. local Anim = Instance.new("Animation")
  2863. Anim.AnimationId = "rbxassetid://188632011"
  2864. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2865. local SpinACTIVE = false
  2866. Spinner.MouseButton1Click:connect(function()
  2867. SpinACTIVE = not SpinACTIVE
  2868. if SpinACTIVE then
  2869. Spinner.BackgroundColor3 = loc
  2870. while wait() do
  2871. if track.IsPlaying == false then
  2872. if SpinACTIVE then
  2873. track:Play(.1, 1, 2)
  2874. end
  2875. end
  2876. end
  2877. else
  2878. track:Stop()
  2879. Spinner.BackgroundColor3 = col
  2880. end
  2881. end)
  2882.  
  2883. local Anim = Instance.new("Animation")
  2884. Anim.AnimationId = "rbxassetid://179224234"
  2885. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2886. local FloatSitACTIVE = false
  2887. FloatSit.MouseButton1Click:connect(function()
  2888. FloatSitACTIVE = not FloatSitACTIVE
  2889. if FloatSitACTIVE then
  2890. track:Play(.1, 1, 1)
  2891. FloatSit.BackgroundColor3 = loc
  2892. else
  2893. track:Stop()
  2894. FloatSit.BackgroundColor3 = col
  2895. end
  2896. end)
  2897.  
  2898. local Anim = Instance.new("Animation")
  2899. Anim.AnimationId = "rbxassetid://429703734"
  2900. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2901. local MovingDanceACTIVE = false
  2902. MovingDance.MouseButton1Click:connect(function()
  2903. MovingDanceACTIVE = not MovingDanceACTIVE
  2904. if MovingDanceACTIVE then
  2905. MovingDance.BackgroundColor3 = loc
  2906. while wait() do
  2907. if track.IsPlaying == false then
  2908. if MovingDanceACTIVE then
  2909. track:Play(.1, 1, 1)
  2910. end
  2911. end
  2912. end
  2913. else
  2914. track:Stop()
  2915. MovingDance.BackgroundColor3 = col
  2916. end
  2917. end)
  2918.  
  2919. local Anim = Instance.new("Animation")
  2920. Anim.AnimationId = "rbxassetid://215384594"
  2921. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2922. local WeirdMoveACTIVE = false
  2923. WeirdMove.MouseButton1Click:connect(function()
  2924. WeirdMoveACTIVE = not WeirdMoveACTIVE
  2925. if WeirdMoveACTIVE then
  2926. track:Play(.1, 1, 1)
  2927. WeirdMove.BackgroundColor3 = loc
  2928. else
  2929. track:Stop()
  2930. WeirdMove.BackgroundColor3 = col
  2931. end
  2932. end)
  2933.  
  2934. local Anim = Instance.new("Animation")
  2935. Anim.AnimationId = "rbxassetid://215384594"
  2936. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2937. local CloneIllusionACTIVE = false
  2938. CloneIllusion.MouseButton1Click:connect(function()
  2939. CloneIllusionACTIVE = not CloneIllusionACTIVE
  2940. if CloneIllusionACTIVE then
  2941. track:Play(.5, 1, 1e7)
  2942. CloneIllusion.BackgroundColor3 = loc
  2943. else
  2944. track:Stop()
  2945. CloneIllusion.BackgroundColor3 = col
  2946. end
  2947. end)
  2948.  
  2949. local Anim = Instance.new("Animation")
  2950. Anim.AnimationId = "rbxassetid://313762630"
  2951. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2952. local GlitchLevitateACTIVE = false
  2953. GlitchLevitate.MouseButton1Click:connect(function()
  2954. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  2955. if GlitchLevitateACTIVE then
  2956. track:Play(.5, 1, 1e7)
  2957. GlitchLevitate.BackgroundColor3 = loc
  2958. else
  2959. track:Stop()
  2960. GlitchLevitate.BackgroundColor3 = col
  2961. end
  2962. end)
  2963.  
  2964. local Anim = Instance.new("Animation")
  2965. Anim.AnimationId = "rbxassetid://429730430"
  2966. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2967. local SpinDanceACTIVE = false
  2968. SpinDance.MouseButton1Click:connect(function()
  2969. SpinDanceACTIVE = not SpinDanceACTIVE
  2970. if SpinDanceACTIVE then
  2971. SpinDance.BackgroundColor3 = loc
  2972. while wait() do
  2973. if track.IsPlaying == false then
  2974. if SpinDanceACTIVE then
  2975. track:Play(.1, 1, 1)
  2976. end
  2977. end
  2978. end
  2979. else
  2980. track:Stop()
  2981. SpinDance.BackgroundColor3 = col
  2982. end
  2983. end)
  2984.  
  2985. local Anim = Instance.new("Animation")
  2986. Anim.AnimationId = "rbxassetid://45834924"
  2987. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2988. local MoonDanceACTIVE = false
  2989. MoonDance.MouseButton1Click:connect(function()
  2990. MoonDanceACTIVE = not MoonDanceACTIVE
  2991. if MoonDanceACTIVE then
  2992. MoonDance.BackgroundColor3 = loc
  2993. while wait() do
  2994. if track.IsPlaying == false then
  2995. if MoonDanceACTIVE then
  2996. track:Play(.1, 1, 1)
  2997. end
  2998. end
  2999. end
  3000. else
  3001. track:Stop()
  3002. MoonDance.BackgroundColor3 = col
  3003. end
  3004. end)
  3005.  
  3006. local Anim = Instance.new("Animation")
  3007. Anim.AnimationId = "rbxassetid://204062532"
  3008. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3009. local FullPunchACTIVE = false
  3010. FullPunch.MouseButton1Click:connect(function()
  3011. FullPunchACTIVE = not FullPunchACTIVE
  3012. if FullPunchACTIVE then
  3013. FullPunch.BackgroundColor3 = loc
  3014. while wait() do
  3015. if track.IsPlaying == false then
  3016. if FullPunchACTIVE then
  3017. track:Play(.1, 1, 1)
  3018. end
  3019. end
  3020. end
  3021. else
  3022. track:Stop()
  3023. FullPunch.BackgroundColor3 = col
  3024. end
  3025. end)
  3026.  
  3027. local Anim = Instance.new("Animation")
  3028. Anim.AnimationId = "rbxassetid://186934910"
  3029. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3030. local SpinDance2ACTIVE = false
  3031. SpinDance2.MouseButton1Click:connect(function()
  3032. SpinDance2ACTIVE = not SpinDance2ACTIVE
  3033. if SpinDance2ACTIVE then
  3034. SpinDance2.BackgroundColor3 = loc
  3035. while wait() do
  3036. if track.IsPlaying == false then
  3037. if SpinDance2ACTIVE then
  3038. track:Play(.1, 1, 1)
  3039. end
  3040. end
  3041. end
  3042. else
  3043. track:Stop()
  3044. SpinDance2.BackgroundColor3 = col
  3045. end
  3046. end)
  3047.  
  3048. local Anim = Instance.new("Animation")
  3049. Anim.AnimationId = "rbxassetid://204292303"
  3050. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3051. local BowDownACTIVE = false
  3052. BowDown.MouseButton1Click:connect(function()
  3053. BowDownACTIVE = not BowDownACTIVE
  3054. if BowDownACTIVE then
  3055. BowDown.BackgroundColor3 = loc
  3056. while wait() do
  3057. if track.IsPlaying == false then
  3058. if BowDownACTIVE then
  3059. track:Play(.1, 1, 3)
  3060. end
  3061. end
  3062. end
  3063. else
  3064. track:Stop()
  3065. BowDown.BackgroundColor3 = col
  3066. end
  3067. end)
  3068.  
  3069. local Anim = Instance.new("Animation")
  3070. Anim.AnimationId = "rbxassetid://204295235"
  3071. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3072. local SwordSlamACTIVE = false
  3073. SwordSlam.MouseButton1Click:connect(function()
  3074. SwordSlamACTIVE = not SwordSlamACTIVE
  3075. if SwordSlamACTIVE then
  3076. SwordSlam.BackgroundColor3 = loc
  3077. while wait() do
  3078. if track.IsPlaying == false then
  3079. if SwordSlamACTIVE then
  3080. track:Play(.1, 1, 1)
  3081. end
  3082. end
  3083. end
  3084. else
  3085. track:Stop()
  3086. SwordSlam.BackgroundColor3 = col
  3087. end
  3088. end)
  3089.  
  3090. local Anim = Instance.new("Animation")
  3091. Anim.AnimationId = "rbxassetid://204295235"
  3092. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3093. local LoopSlamACTIVE = false
  3094. LoopSlam.MouseButton1Click:connect(function()
  3095. LoopSlamACTIVE = not LoopSlamACTIVE
  3096. if LoopSlamACTIVE then
  3097. LoopSlam.BackgroundColor3 = loc
  3098. while wait() do
  3099. if track.IsPlaying == false then
  3100. if LoopSlamACTIVE then
  3101. track:Play(.1, 1, 1e4)
  3102. end
  3103. end
  3104. end
  3105. else
  3106. track:Stop()
  3107. LoopSlam.BackgroundColor3 = col
  3108. end
  3109. end)
  3110.  
  3111. local Anim = Instance.new("Animation")
  3112. Anim.AnimationId = "rbxassetid://184574340"
  3113. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3114. local MegaInsaneACTIVE = false
  3115. MegaInsane.MouseButton1Click:connect(function()
  3116. MegaInsaneACTIVE = not MegaInsaneACTIVE
  3117. if MegaInsaneACTIVE then
  3118. MegaInsane.BackgroundColor3 = loc
  3119. while wait() do
  3120. if track.IsPlaying == false then
  3121. if MegaInsaneACTIVE then
  3122. track:Play(.1, 0.5, 40)
  3123. end
  3124. end
  3125. end
  3126. else
  3127. track:Stop()
  3128. MegaInsane.BackgroundColor3 = col
  3129. end
  3130. end)
  3131.  
  3132. local Anim = Instance.new("Animation")
  3133. Anim.AnimationId = "rbxassetid://126753849"
  3134. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3135. local SuperPunchACTIVE = false
  3136. SuperPunch.MouseButton1Click:connect(function()
  3137. SuperPunchACTIVE = not SuperPunchACTIVE
  3138. if SuperPunchACTIVE then
  3139. SuperPunch.BackgroundColor3 = loc
  3140. while wait() do
  3141. if track.IsPlaying == false then
  3142. if SuperPunchACTIVE then
  3143. track:Play(.1, 1, 3)
  3144. end
  3145. end
  3146. end
  3147. else
  3148. track:Stop()
  3149. SuperPunch.BackgroundColor3 = col
  3150. end
  3151. end)
  3152.  
  3153. local Anim = Instance.new("Animation")
  3154. Anim.AnimationId = "rbxassetid://218504594"
  3155. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3156. local FullSwingACTIVE = false
  3157. FullSwing.MouseButton1Click:connect(function()
  3158. FullSwingACTIVE = not FullSwingACTIVE
  3159. if FullSwingACTIVE then
  3160. FullSwing.BackgroundColor3 = loc
  3161. while wait() do
  3162. if track.IsPlaying == false then
  3163. if FullSwingACTIVE then
  3164. track:Play(.1, 1, 1)
  3165. end
  3166. end
  3167. end
  3168. else
  3169. track:Stop()
  3170. FullSwing.BackgroundColor3 = col
  3171. end
  3172. end)
  3173.  
  3174. local Anim = Instance.new("Animation")
  3175. Anim.AnimationId = "rbxassetid://259438880"
  3176. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3177. local ArmTurbineACTIVE = false
  3178. ArmTurbine.MouseButton1Click:connect(function()
  3179. ArmTurbineACTIVE = not ArmTurbineACTIVE
  3180. if ArmTurbineACTIVE then
  3181. track:Play(.1, 1, 1e3)
  3182. ArmTurbine.BackgroundColor3 = loc
  3183. else
  3184. track:Stop()
  3185. ArmTurbine.BackgroundColor3 = col
  3186. end
  3187. end)
  3188.  
  3189. local Anim = Instance.new("Animation")
  3190. Anim.AnimationId = "rbxassetid://136801964"
  3191. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3192. local BarrelRollACTIVE = false
  3193. BarrelRoll.MouseButton1Click:connect(function()
  3194. BarrelRollACTIVE = not BarrelRollACTIVE
  3195. if BarrelRollACTIVE then
  3196. BarrelRoll.BackgroundColor3 = loc
  3197. while wait() do
  3198. if track.IsPlaying == false then
  3199. if BarrelRollACTIVE then
  3200. track:Play(.1, 1, 1)
  3201. end
  3202. end
  3203. end
  3204. else
  3205. track:Stop()
  3206. BarrelRoll.BackgroundColor3 = col
  3207. end
  3208. end)
  3209.  
  3210. local Anim = Instance.new("Animation")
  3211. Anim.AnimationId = "rbxassetid://180612465"
  3212. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3213. local ScaredACTIVE = false
  3214. Scared.MouseButton1Click:connect(function()
  3215. ScaredACTIVE = not ScaredACTIVE
  3216. if ScaredACTIVE then
  3217. Scared.BackgroundColor3 = loc
  3218. while wait() do
  3219. if track.IsPlaying == false then
  3220. if ScaredACTIVE then
  3221. track:Play(.1, 1, 1)
  3222. end
  3223. end
  3224. end
  3225. else
  3226. track:Stop()
  3227. Scared.BackgroundColor3 = col
  3228. end
  3229. end)
  3230.  
  3231. local Anim = Instance.new("Animation")
  3232. Anim.AnimationId = "rbxassetid://33796059"
  3233. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3234. local InsaneACTIVE = false
  3235. Insane.MouseButton1Click:connect(function()
  3236. InsaneACTIVE = not InsaneACTIVE
  3237. if InsaneACTIVE then
  3238. track:Play(.1, 1, 1e8)
  3239. Insane.BackgroundColor3 = loc
  3240. else
  3241. track:Stop()
  3242. Insane.BackgroundColor3 = col
  3243. end
  3244. end)
  3245.  
  3246. local Anim = Instance.new("Animation")
  3247. Anim.AnimationId = "rbxassetid://33169583"
  3248. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3249. local ArmDetachACTIVE = false
  3250. ArmDetach.MouseButton1Click:connect(function()
  3251. ArmDetachACTIVE = not ArmDetachACTIVE
  3252. if ArmDetachACTIVE then
  3253. ArmDetach.BackgroundColor3 = loc
  3254. while wait() do
  3255. if track.IsPlaying == false then
  3256. if ArmDetachACTIVE then
  3257. track:Play(.1, 1, 1e6)
  3258. end
  3259. end
  3260. end
  3261. else
  3262. track:Stop()
  3263. ArmDetach.BackgroundColor3 = col
  3264. end
  3265. end)
  3266.  
  3267. local Anim = Instance.new("Animation")
  3268. Anim.AnimationId = "rbxassetid://35978879"
  3269. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3270. local SwordSliceACTIVE = false
  3271. SwordSlice.MouseButton1Click:connect(function()
  3272. SwordSliceACTIVE = not SwordSliceACTIVE
  3273. if SwordSliceACTIVE then
  3274. track:Play(.1, 1, 1)
  3275. SwordSlice.BackgroundColor3 = loc
  3276. else
  3277. track:Stop()
  3278. SwordSlice.BackgroundColor3 = col
  3279. end
  3280. end)
  3281.  
  3282. local Anim = Instance.new("Animation")
  3283. Anim.AnimationId = "rbxassetid://27432691"
  3284. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3285. local InsaneArmsACTIVE = false
  3286. InsaneArms.MouseButton1Click:connect(function()
  3287. InsaneArmsACTIVE = not InsaneArmsACTIVE
  3288. if InsaneArmsACTIVE then
  3289. InsaneArms.BackgroundColor3 = loc
  3290. while wait() do
  3291. if track.IsPlaying == false then
  3292. if InsaneArmsACTIVE then
  3293. track:Play(.1, 1, 1e4)
  3294. end
  3295. end
  3296. end
  3297. else
  3298. track:Stop()
  3299. InsaneArms.BackgroundColor3 = col
  3300. end
  3301. end)
  3302. -- R15
  3303. local Anim = Instance.new("Animation")
  3304. Anim.AnimationId = "rbxassetid://674871189"
  3305. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3306. local CrazySlashACTIVE = false
  3307. CrazySlash.MouseButton1Click:connect(function()
  3308. CrazySlashACTIVE = not CrazySlashACTIVE
  3309. if CrazySlashACTIVE then
  3310. CrazySlash.BackgroundColor3 = rloc
  3311. while wait() do
  3312. if track.IsPlaying == false then
  3313. if CrazySlashACTIVE then
  3314. track:Play(.1, 1, 1)
  3315. end
  3316. end
  3317. end
  3318. else
  3319. track:Stop()
  3320. CrazySlash.BackgroundColor3 = rcol
  3321. end
  3322. end)
  3323.  
  3324. local Anim = Instance.new("Animation")
  3325. Anim.AnimationId = "rbxassetid://582855105"
  3326. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3327. local OpenACTIVE = false
  3328. Open.MouseButton1Click:connect(function()
  3329. OpenACTIVE = not OpenACTIVE
  3330. if OpenACTIVE then
  3331. Open.BackgroundColor3 = rloc
  3332. while wait() do
  3333. if track.IsPlaying == false then
  3334. if OpenACTIVE then
  3335. track:Play(.1, 1, 1)
  3336. end
  3337. end
  3338. end
  3339. else
  3340. track:Stop()
  3341. Open.BackgroundColor3 = rcol
  3342. end
  3343. end)
  3344.  
  3345. local Anim = Instance.new("Animation")
  3346. Anim.AnimationId = "rbxassetid://754658275"
  3347. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3348. local R15SpinnerACTIVE = false
  3349. R15Spinner.MouseButton1Click:connect(function()
  3350. R15SpinnerACTIVE = not R15SpinnerACTIVE
  3351. if R15SpinnerACTIVE then
  3352. R15Spinner.BackgroundColor3 = rloc
  3353. while wait() do
  3354. if track.IsPlaying == false then
  3355. if R15SpinnerACTIVE then
  3356. track:Play(.1, 1, 1)
  3357. end
  3358. end
  3359. end
  3360. else
  3361. track:Stop()
  3362. R15Spinner.BackgroundColor3 = rcol
  3363. end
  3364. end)
  3365.  
  3366. local Anim = Instance.new("Animation")
  3367. Anim.AnimationId = "rbxassetid://582384156"
  3368. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3369. local ArmsOutACTIVE = false
  3370. ArmsOut.MouseButton1Click:connect(function()
  3371. ArmsOutACTIVE = not ArmsOutACTIVE
  3372. if ArmsOutACTIVE then
  3373. ArmsOut.BackgroundColor3 = rloc
  3374. while wait() do
  3375. if track.IsPlaying == false then
  3376. if ArmsOutACTIVE then
  3377. track:Play(.1, 1, 1)
  3378. end
  3379. end
  3380. end
  3381. else
  3382. track:Stop()
  3383. ArmsOut.BackgroundColor3 = rcol
  3384. end
  3385. end)
  3386.  
  3387. local Anim = Instance.new("Animation")
  3388. Anim.AnimationId = "rbxassetid://717879555"
  3389. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3390. local FloatSlashACTIVE = false
  3391. FloatSlash.MouseButton1Click:connect(function()
  3392. FloatSlashACTIVE = not FloatSlashACTIVE
  3393. if FloatSlashACTIVE then
  3394. FloatSlash.BackgroundColor3 = rloc
  3395. while wait() do
  3396. if track.IsPlaying == false then
  3397. if FloatSlashACTIVE then
  3398. track:Play(.1, 1, 1)
  3399. end
  3400. end
  3401. end
  3402. else
  3403. track:Stop()
  3404. FloatSlash.BackgroundColor3 = rcol
  3405. end
  3406. end)
  3407.  
  3408. local Anim = Instance.new("Animation")
  3409. Anim.AnimationId = "rbxassetid://708553116"
  3410. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3411. WeirdZombieACTIVE = false
  3412. WeirdZombie.MouseButton1Click:connect(function()
  3413. WeirdZombieACTIVE = not WeirdZombieACTIVE
  3414. if WeirdZombieACTIVE then
  3415. WeirdZombie.BackgroundColor3 = rloc
  3416. while wait() do
  3417. if track.IsPlaying == false then
  3418. if WeirdZombieACTIVE then
  3419. track:Play(.1, 1, 1)
  3420. end
  3421. end
  3422. end
  3423. else
  3424. track:Stop()
  3425. WeirdZombie.BackgroundColor3 = rcol
  3426. end
  3427. end)
  3428.  
  3429. local Anim = Instance.new("Animation")
  3430. Anim.AnimationId = "rbxassetid://746398327"
  3431. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3432. DownSlashACTIVE = false
  3433. DownSlash.MouseButton1Click:connect(function()
  3434. DownSlashACTIVE = not DownSlashACTIVE
  3435. if DownSlashACTIVE then
  3436. DownSlash.BackgroundColor3 = rloc
  3437. while wait() do
  3438. if track.IsPlaying == false then
  3439. if DownSlashACTIVE then
  3440. track:Play(.1, 1, 1)
  3441. end
  3442. end
  3443. end
  3444. else
  3445. track:Stop()
  3446. DownSlash.BackgroundColor3 = rcol
  3447. end
  3448. end)
  3449.  
  3450. local Anim = Instance.new("Animation")
  3451. Anim.AnimationId = "rbxassetid://675025795"
  3452. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3453. PullACTIVE = false
  3454. Pull.MouseButton1Click:connect(function()
  3455. PullACTIVE = not PullACTIVE
  3456. if PullACTIVE then
  3457. Pull.BackgroundColor3 = rloc
  3458. while wait() do
  3459. if track.IsPlaying == false then
  3460. if PullACTIVE then
  3461. track:Play(.1, 1, 1)
  3462. end
  3463. end
  3464. end
  3465. else
  3466. track:Stop()
  3467. Pull.BackgroundColor3 = rcol
  3468. end
  3469. end)
  3470.  
  3471. local Anim = Instance.new("Animation")
  3472. Anim.AnimationId = "rbxassetid://698251653"
  3473. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3474. CircleArmACTIVE = false
  3475. CircleArm.MouseButton1Click:connect(function()
  3476. CircleArmACTIVE = not CircleArmACTIVE
  3477. if CircleArmACTIVE then
  3478. CircleArm.BackgroundColor3 = rloc
  3479. while wait() do
  3480. if track.IsPlaying == false then
  3481. if CircleArmACTIVE then
  3482. track:Play(.1, 1, 1)
  3483. end
  3484. end
  3485. end
  3486. else
  3487. track:Stop()
  3488. CircleArm.BackgroundColor3 = rcol
  3489. end
  3490. end)
  3491.  
  3492. local Anim = Instance.new("Animation")
  3493. Anim.AnimationId = "rbxassetid://696096087"
  3494. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3495. BendACTIVE = false
  3496. Bend.MouseButton1Click:connect(function()
  3497. BendACTIVE = not BendACTIVE
  3498. if BendACTIVE then
  3499. Bend.BackgroundColor3 = rloc
  3500. while wait() do
  3501. if track.IsPlaying == false then
  3502. if BendACTIVE then
  3503. track:Play(.1, 1, 1)
  3504. end
  3505. end
  3506. end
  3507. else
  3508. track:Stop()
  3509. Bend.BackgroundColor3 = rcol
  3510. end
  3511. end)
  3512.  
  3513. local Anim = Instance.new("Animation")
  3514. Anim.AnimationId = "rbxassetid://675025570"
  3515. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3516. RotateSlashACTIVE = false
  3517. RotateSlash.MouseButton1Click:connect(function()
  3518. RotateSlashACTIVE = not RotateSlashACTIVE
  3519. if RotateSlashACTIVE then
  3520. RotateSlash.BackgroundColor3 = rloc
  3521. while wait() do
  3522. if track.IsPlaying == false then
  3523. if RotateSlashACTIVE then
  3524. track:Play(.1, 1, 1)
  3525. end
  3526. end
  3527. end
  3528. else
  3529. track:Stop()
  3530. RotateSlash.BackgroundColor3 = rcol
  3531. end
  3532. end)
  3533.  
  3534. local Anim = Instance.new("Animation")
  3535. Anim.AnimationId = "rbxassetid://754656200"
  3536. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3537. FlingArmsACTIVE = false
  3538. FlingArms.MouseButton1Click:connect(function()
  3539. FlingArmsACTIVE = not FlingArmsACTIVE
  3540. if FlingArmsACTIVE then
  3541. FlingArms.BackgroundColor3 = rloc
  3542. while wait() do
  3543. if track.IsPlaying == false then
  3544. if FlingArmsACTIVE then
  3545. track:Play(.1, 1, 10)
  3546. end
  3547. end
  3548. end
  3549. else
  3550. track:Stop()
  3551. FlingArms.BackgroundColor3 = rcol
  3552. end
  3553. end)
  3554.  
  3555. -- Finished update!
  3556. end)
  3557.  
  3558. HubSection:NewButton("Pendulum FE", "even more fe scripts", function()
  3559. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua"))()
  3560. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement