Upscalefanatic3

(Roblox) Anal Button GUI Made by Blasting1Stone

Jan 5th, 2020
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. spawn (function()
  2.  
  3. --[[
  4. Don't steal it pls, I worked on it so much...
  5.  ...also it works well on free exploits so if you find it then enjoy!
  6.  -BlastingStone
  7. ]]--
  8.  
  9. --[[
  10. Name: AnalButtonGUI.lua
  11. Date: June 2nd, 2018 (yeh this is old I found it in my old files)
  12. Made by: Blasting1Stone
  13. ]]--
  14.  
  15. -- Objects
  16.  
  17. local AnalButtonGUI = Instance.new("ScreenGui")
  18. local SideTabsBrick = Instance.new("Frame")
  19. local icon = Instance.new("ImageLabel")
  20. local MainFrame = Instance.new("Frame")
  21. local TopRow = Instance.new("Frame")
  22. local Title = Instance.new("TextLabel")
  23. local CloseGUI = Instance.new("TextButton")
  24. local FE_Check = Instance.new("TextLabel")
  25. local SideTabs = Instance.new("Frame")
  26. local TAB_LocalPlayer = Instance.new("TextButton")
  27. local TAB_Others = Instance.new("TextButton")
  28. local TAB_Scripts = Instance.new("TextButton")
  29. local TAB_Credit = Instance.new("TextButton")
  30. local TAB_Games = Instance.new("TextButton")
  31. local Others = Instance.new("Frame")
  32. local PlayerUserEnter = Instance.new("TextBox")
  33. local Guidance = Instance.new("TextLabel")
  34. local Annoy = Instance.new("TextButton")
  35. local Teleport = Instance.new("TextButton")
  36. local View = Instance.new("TextButton")
  37. local Kill = Instance.new("TextButton")
  38. local Attach = Instance.new("TextButton")
  39. local Bring = Instance.new("TextButton")
  40. local Guidance2 = Instance.new("TextLabel")
  41. local NoneSelected = Instance.new("Frame")
  42. local NoneSelectedText1 = Instance.new("TextLabel")
  43. local NoneSelectedText2 = Instance.new("TextLabel")
  44. local NoneSelectedText3 = Instance.new("TextLabel")
  45. local LocalPlayer = Instance.new("Frame")
  46. local GodMode = Instance.new("TextButton")
  47. local Fly = Instance.new("TextButton")
  48. local Speed = Instance.new("TextButton")
  49. local Speed_TXTBOX = Instance.new("TextBox")
  50. local JumpHeight = Instance.new("TextButton")
  51. local JumpHeight_TXTBOX = Instance.new("TextBox")
  52. local Chat = Instance.new("TextButton")
  53. local Chat_TXTBOX = Instance.new("TextBox")
  54. local Respawn = Instance.new("TextButton")
  55. local HipHeight = Instance.new("TextButton")
  56. local HipHeight_TXTBOX = Instance.new("TextBox")
  57. local Noclip = Instance.new("TextButton")
  58. local Sit = Instance.new("TextButton")
  59. local Jump = Instance.new("TextButton")
  60. local HideName = Instance.new("TextButton")
  61. local Spam = Instance.new("TextButton")
  62. local Freeze = Instance.new("TextButton")
  63. local Btools = Instance.new("TextButton")
  64. local Spin = Instance.new("TextButton")
  65. local NoLimbs = Instance.new("TextButton")
  66. local Seizure = Instance.new("TextButton")
  67. local Games = Instance.new("Frame")
  68. local Scripts = Instance.new("Frame")
  69. local SideFrame = Instance.new("Frame")
  70. local SIDE_Title = Instance.new("TextLabel")
  71. local OpenGUI = Instance.new("TextButton")
  72. local SIDE_FE_Check = Instance.new("TextLabel")
  73. local getimage = game:GetService('ContentProvider')
  74. local ResetDefault = Instance.new("TextButton")
  75. local Push = Instance.new("TextButton")
  76. local ClientFreeze = Instance.new("TextButton")
  77. local Orbit = Instance.new("TextButton")
  78. local BringAll = Instance.new("TextButton")
  79. local AttachAll = Instance.new("TextButton")
  80. local Flatten = Instance.new("TextButton")
  81. local Guidance3 = Instance.new("TextLabel")
  82. local KillAll = Instance.new("TextButton")
  83. local Energize = Instance.new("TextButton")
  84. local GlitchMax = Instance.new("TextButton")
  85. local Energize_TXT = Instance.new("TextLabel")
  86. local GlitchMax_TXT = Instance.new("TextLabel")
  87. local Verspin = Instance.new("TextButton")
  88. local Verspin_TXT = Instance.new("TextLabel")
  89. local Temp = Instance.new("TextLabel")
  90. local Experimental = Instance.new("TextButton")
  91. local CHAOS = Instance.new("TextButton")
  92.  
  93. -- Properties
  94.  
  95. AnalButtonGUI.Name = "AnalButtonGUI"
  96. AnalButtonGUI.Parent = game.CoreGui
  97.  
  98. MainFrame.Name = "MainFrame"
  99. MainFrame.Parent = AnalButtonGUI
  100. MainFrame.Active = true
  101. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  102. MainFrame.BackgroundTransparency = 1
  103. MainFrame.Draggable = true
  104. MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
  105. MainFrame.Size = UDim2.new(0, 448, 0, 334)
  106.  
  107. TopRow.Name = "TopRow"
  108. TopRow.Parent = MainFrame
  109. TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  110. TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  111. TopRow.BorderSizePixel = 2
  112. TopRow.Size = UDim2.new(0, 448, 0, 24)
  113. TopRow.ZIndex = 7
  114.  
  115. Title.Name = "Title"
  116. Title.Parent = TopRow
  117. Title.Active = true
  118. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Title.BackgroundTransparency = 1
  120. Title.Size = UDim2.new(0, 90, 0, 24)
  121. Title.Font = Enum.Font.ArialBold
  122. Title.FontSize = Enum.FontSize.Size24
  123. Title.Text = " AnalButtonGUI "
  124. Title.TextColor3 = Color3.new(1, 1, 0)
  125. Title.TextScaled = true
  126. Title.TextSize = 19
  127. Title.TextWrapped = true
  128. Title.ZIndex = 8
  129.  
  130. CloseGUI.Name = "CloseGUI"
  131. CloseGUI.Parent = TopRow
  132. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  133. CloseGUI.BackgroundTransparency = 1
  134. CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  135. CloseGUI.Size = UDim2.new(0, 38, 0, 24)
  136. CloseGUI.Font = Enum.Font.ArialBold
  137. CloseGUI.FontSize = Enum.FontSize.Size32
  138. CloseGUI.Text = "X"
  139. CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  140. CloseGUI.TextSize = 30
  141. CloseGUI.ZIndex = 8
  142.  
  143. FE_Check.Name = "FE_Check"
  144. FE_Check.Parent = TopRow
  145. FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  146. FE_Check.BackgroundTransparency = 1
  147. FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  148. FE_Check.Size = UDim2.new(0, 223, 0, 24)
  149. FE_Check.Font = Enum.Font.Highway
  150. FE_Check.FontSize = Enum.FontSize.Size14
  151. FE_Check.Text = "Error loading FE Checker"
  152. FE_Check.TextColor3 = Color3.new(1, 1, 1)
  153. FE_Check.TextScaled = true
  154. FE_Check.TextSize = 14
  155. FE_Check.TextWrapped = true
  156. FE_Check.ZIndex = 8
  157.  
  158. SideTabs.Name = "SideTabs"
  159. SideTabs.Parent = MainFrame
  160. SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  161. SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  162. SideTabs.BorderSizePixel = 2
  163. SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
  164. SideTabs.Size = UDim2.new(0, 120, 0, 307)
  165. SideTabs.ZIndex = 5
  166.  
  167. TAB_LocalPlayer.Name = "TAB_LocalPlayer"
  168. TAB_LocalPlayer.Parent = SideTabs
  169. TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  170. TAB_LocalPlayer.BorderSizePixel = 0
  171. TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
  172. TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
  173. TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
  174. TAB_LocalPlayer.Text = "Local Player"
  175. TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  176. TAB_LocalPlayer.TextSize = 23
  177. TAB_LocalPlayer.TextWrapped = true
  178. TAB_LocalPlayer.ZIndex = 6
  179.  
  180. TAB_Others.Name = "TAB_Others"
  181. TAB_Others.Parent = SideTabs
  182. TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  183. TAB_Others.BorderSizePixel = 0
  184. TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
  185. TAB_Others.Size = UDim2.new(0, 120, 0, 35)
  186. TAB_Others.Font = Enum.Font.SourceSansBold
  187. TAB_Others.FontSize = Enum.FontSize.Size28
  188. TAB_Others.Text = "Others"
  189. TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  190. TAB_Others.TextSize = 27
  191. TAB_Others.TextWrapped = true
  192. TAB_Others.ZIndex = 6
  193.  
  194. TAB_Scripts.Name = "TAB_Scripts"
  195. TAB_Scripts.Parent = SideTabs
  196. TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  197. TAB_Scripts.BorderSizePixel = 0
  198. TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
  199. TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
  200. TAB_Scripts.Font = Enum.Font.SourceSansBold
  201. TAB_Scripts.FontSize = Enum.FontSize.Size28
  202. TAB_Scripts.Text = "Scripts"
  203. TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  204. TAB_Scripts.TextSize = 27
  205. TAB_Scripts.TextWrapped = true
  206. TAB_Scripts.ZIndex = 6
  207.  
  208. TAB_Credit.Name = "TAB_Credit"
  209. TAB_Credit.Parent = SideTabs
  210. TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  211. TAB_Credit.BorderSizePixel = 0
  212. TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
  213. TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
  214. TAB_Credit.Font = Enum.Font.SourceSansBold
  215. TAB_Credit.Text = "Blasting1Stone"
  216. TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  217. TAB_Credit.TextSize = 20
  218. TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
  219. TAB_Credit.TextStrokeTransparency = 0.80000001192093
  220. TAB_Credit.TextWrapped = true
  221. TAB_Credit.ZIndex = 6
  222.  
  223. TAB_Games.Name = "TAB_Games"
  224. TAB_Games.Parent = SideTabs
  225. TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  226. TAB_Games.BorderSizePixel = 0
  227. TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
  228. TAB_Games.Size = UDim2.new(0, 120, 0, 35)
  229. TAB_Games.Font = Enum.Font.SourceSansBold
  230. TAB_Games.FontSize = Enum.FontSize.Size28
  231. TAB_Games.Text = "Games"
  232. TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  233. TAB_Games.TextSize = 27
  234. TAB_Games.TextWrapped = true
  235. TAB_Games.ZIndex = 6
  236.  
  237. Others.Name = "Others"
  238. Others.Parent = MainFrame
  239. Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  240. Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  241. Others.BorderSizePixel = 2
  242. Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  243. Others.Size = UDim2.new(0, 328, 0, 307)
  244. Others.Visible = false
  245.  
  246. PlayerUserEnter.Name = "PlayerUserEnter"
  247. PlayerUserEnter.Parent = Others
  248. PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  249. PlayerUserEnter.BorderSizePixel = 0
  250. PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
  251. PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
  252. PlayerUserEnter.Font = Enum.Font.SourceSans
  253. PlayerUserEnter.FontSize = Enum.FontSize.Size14
  254. PlayerUserEnter.Text = "Enter here"
  255. PlayerUserEnter.TextScaled = true
  256. PlayerUserEnter.TextSize = 14
  257. PlayerUserEnter.TextWrapped = true
  258.  
  259. Guidance.Name = "Guidance"
  260. Guidance.Parent = Others
  261. Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Guidance.BackgroundTransparency = 1
  263. Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
  264. Guidance.Size = UDim2.new(0, 209, 0, 24)
  265. Guidance.Font = Enum.Font.ArialBold
  266. Guidance.FontSize = Enum.FontSize.Size14
  267. Guidance.Text = "Enter Target's Name (Shortened)"
  268. Guidance.TextColor3 = Color3.new(1, 1, 0)
  269. Guidance.TextScaled = true
  270. Guidance.TextSize = 14
  271. Guidance.TextWrapped = true
  272.  
  273. Annoy.Name = "Annoy"
  274. Annoy.Parent = Others
  275. Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  276. Annoy.BorderSizePixel = 0
  277. Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
  278. Annoy.Size = UDim2.new(0, 78, 0, 26)
  279. Annoy.Font = Enum.Font.Arial
  280. Annoy.FontSize = Enum.FontSize.Size18
  281. Annoy.Text = "Annoy"
  282. Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  283. Annoy.TextSize = 18
  284. Annoy.TextWrapped = true
  285.  
  286. Teleport.Name = "Teleport"
  287. Teleport.Parent = Others
  288. Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  289. Teleport.BorderSizePixel = 0
  290. Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
  291. Teleport.Size = UDim2.new(0, 78, 0, 26)
  292. Teleport.Font = Enum.Font.Arial
  293. Teleport.FontSize = Enum.FontSize.Size18
  294. Teleport.Text = "Teleport"
  295. Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  296. Teleport.TextSize = 18
  297. Teleport.TextWrapped = true
  298.  
  299. View.Name = "View"
  300. View.Parent = Others
  301. View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  302. View.BorderSizePixel = 0
  303. View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
  304. View.Size = UDim2.new(0, 78, 0, 26)
  305. View.Font = Enum.Font.Arial
  306. View.FontSize = Enum.FontSize.Size18
  307. View.Text = "View"
  308. View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  309. View.TextSize = 18
  310. View.TextWrapped = true
  311.  
  312. KillAll.Name = "KillAll"
  313. KillAll.Parent = Others
  314. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  315. KillAll.BorderSizePixel = 0
  316. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  317. KillAll.Size = UDim2.new(0, 78, 0, 26)
  318. KillAll.Font = Enum.Font.Arial
  319. KillAll.FontSize = Enum.FontSize.Size18
  320. KillAll.Text = "Kill All"
  321. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  322. KillAll.TextSize = 18
  323. KillAll.TextWrapped = true
  324.  
  325. Attach.Name = "Attach"
  326. Attach.Parent = Others
  327. Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  328. Attach.BorderSizePixel = 0
  329. Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
  330. Attach.Size = UDim2.new(0, 78, 0, 26)
  331. Attach.Font = Enum.Font.Arial
  332. Attach.FontSize = Enum.FontSize.Size18
  333. Attach.Text = "Attach"
  334. Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  335. Attach.TextSize = 18
  336. Attach.TextWrapped = true
  337.  
  338. Bring.Name = "Bring"
  339. Bring.Parent = Others
  340. Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  341. Bring.BorderSizePixel = 0
  342. Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
  343. Bring.Size = UDim2.new(0, 78, 0, 26)
  344. Bring.Font = Enum.Font.Arial
  345. Bring.FontSize = Enum.FontSize.Size18
  346. Bring.Text = "Bring"
  347. Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  348. Bring.TextSize = 18
  349. Bring.TextWrapped = true
  350.  
  351. Guidance2.Name = "Guidance2"
  352. Guidance2.Parent = Others
  353. Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
  354. Guidance2.BackgroundTransparency = 1
  355. Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
  356. Guidance2.Size = UDim2.new(0, 227, 0, 40)
  357. Guidance2.Font = Enum.Font.ArialBold
  358. Guidance2.FontSize = Enum.FontSize.Size14
  359. Guidance2.Text = "Golden buttons require tools in your backpack before using"
  360. Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  361. Guidance2.TextScaled = true
  362. Guidance2.TextSize = 14
  363. Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
  364. Guidance2.TextStrokeTransparency = 0.80000001192093
  365. Guidance2.TextWrapped = true
  366.  
  367. Kill.Name = "Kill"
  368. Kill.Parent = Others
  369. Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  370. Kill.BorderSizePixel = 0
  371. Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
  372. Kill.Size = UDim2.new(0, 78, 0, 26)
  373. Kill.Font = Enum.Font.Arial
  374. Kill.FontSize = Enum.FontSize.Size18
  375. Kill.Text = "Kill"
  376. Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  377. Kill.TextSize = 18
  378. Kill.TextWrapped = true
  379.  
  380. BringAll.Name = "Bring"
  381. BringAll.Parent = Others
  382. BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  383. BringAll.BorderSizePixel = 0
  384. BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
  385. BringAll.Size = UDim2.new(0, 78, 0, 26)
  386. BringAll.Font = Enum.Font.Arial
  387. BringAll.FontSize = Enum.FontSize.Size18
  388. BringAll.Text = "Bring All"
  389. BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  390. BringAll.TextSize = 18
  391. BringAll.TextWrapped = true
  392.  
  393. AttachAll.Name = "Attach"
  394. AttachAll.Parent = Others
  395. AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  396. AttachAll.BorderSizePixel = 0
  397. AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
  398. AttachAll.Size = UDim2.new(0, 78, 0, 26)
  399. AttachAll.Font = Enum.Font.Arial
  400. AttachAll.FontSize = Enum.FontSize.Size18
  401. AttachAll.Text = "Attach All"
  402. AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  403. AttachAll.TextSize = 18
  404. AttachAll.TextWrapped = true
  405.  
  406. Flatten.Name = "Flatten"
  407. Flatten.Parent = Others
  408. Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  409. Flatten.BorderSizePixel = 0
  410. Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
  411. Flatten.Size = UDim2.new(0, 78, 0, 26)
  412. Flatten.Font = Enum.Font.Arial
  413. Flatten.FontSize = Enum.FontSize.Size18
  414. Flatten.Text = "Flatten"
  415. Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  416. Flatten.TextSize = 18
  417. Flatten.TextWrapped = true
  418.  
  419. Guidance3.Name = "Guidance3"
  420. Guidance3.Parent = Others
  421. Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
  422. Guidance3.BackgroundTransparency = 1
  423. Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
  424. Guidance3.Size = UDim2.new(0, 227, 0, 40)
  425. Guidance3.Font = Enum.Font.ArialBold
  426. Guidance3.FontSize = Enum.FontSize.Size14
  427. Guidance3.Text = "Red buttons require many tools in your backpack before using"
  428. Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  429. Guidance3.TextScaled = true
  430. Guidance3.TextSize = 14
  431. Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
  432. Guidance3.TextStrokeTransparency = 0.80000001192093
  433. Guidance3.TextWrapped = true
  434.  
  435. NoneSelected.Name = "NoneSelected"
  436. NoneSelected.Parent = MainFrame
  437. NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  438. NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  439. NoneSelected.BorderSizePixel = 2
  440. NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  441. NoneSelected.Size = UDim2.new(0, 328, 0, 307)
  442.  
  443. NoneSelectedText1.Name = "NoneSelectedText1"
  444. NoneSelectedText1.Parent = NoneSelected
  445. NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
  446. NoneSelectedText1.BackgroundTransparency = 1
  447. NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
  448. NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
  449. NoneSelectedText1.Font = Enum.Font.ArialBold
  450. NoneSelectedText1.FontSize = Enum.FontSize.Size14
  451. NoneSelectedText1.Text = "Anal Button"
  452. NoneSelectedText1.TextColor3 = Color3.new(1, 1, 0)
  453. NoneSelectedText1.TextScaled = true
  454. NoneSelectedText1.TextSize = 14
  455. NoneSelectedText1.TextWrapped = true
  456.  
  457. NoneSelectedText2.Name = "NoneSelectedText2"
  458. NoneSelectedText2.Parent = NoneSelected
  459. NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
  460. NoneSelectedText2.BackgroundTransparency = 1
  461. NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
  462. NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
  463. NoneSelectedText2.Font = Enum.Font.ArialBold
  464. NoneSelectedText2.FontSize = Enum.FontSize.Size14
  465. NoneSelectedText2.Text = "Let's bring power to FE games! :)"
  466. NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  467. NoneSelectedText2.TextScaled = true
  468. NoneSelectedText2.TextSize = 14
  469. NoneSelectedText2.TextWrapped = true
  470.  
  471. NoneSelectedText3.Name = "NoneSelectedText3"
  472. NoneSelectedText3.Parent = NoneSelected
  473. NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
  474. NoneSelectedText3.BackgroundTransparency = 1
  475. NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
  476. NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
  477. NoneSelectedText3.Font = Enum.Font.ArialBold
  478. NoneSelectedText3.FontSize = Enum.FontSize.Size8
  479. NoneSelectedText3.Text = "FE Destructor v1.1"
  480. NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  481. NoneSelectedText3.TextScaled = true
  482. NoneSelectedText3.TextSize = 8
  483. NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
  484. NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
  485. NoneSelectedText3.TextWrapped = true
  486.  
  487. LocalPlayer.Name = "LocalPlayer"
  488. LocalPlayer.Parent = MainFrame
  489. LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  490. LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  491. LocalPlayer.BorderSizePixel = 2
  492. LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  493. LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
  494. LocalPlayer.Visible = false
  495.  
  496. GodMode.Name = "GodMode"
  497. GodMode.Parent = LocalPlayer
  498. GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  499. GodMode.BorderSizePixel = 0
  500. GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
  501. GodMode.Size = UDim2.new(0, 80, 0, 26)
  502. GodMode.Font = Enum.Font.Arial
  503. GodMode.FontSize = Enum.FontSize.Size18
  504. GodMode.Text = "GodMode"
  505. GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  506. GodMode.TextSize = 18
  507. GodMode.TextWrapped = true
  508.  
  509. Fly.Name = "Fly"
  510. Fly.Parent = LocalPlayer
  511. Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  512. Fly.BorderSizePixel = 0
  513. Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
  514. Fly.Size = UDim2.new(0, 80, 0, 26)
  515. Fly.Font = Enum.Font.Arial
  516. Fly.FontSize = Enum.FontSize.Size18
  517. Fly.Text = "Fly"
  518. Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  519. Fly.TextSize = 18
  520. Fly.TextWrapped = true
  521.  
  522. Speed.Name = "Speed"
  523. Speed.Parent = LocalPlayer
  524. Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  525. Speed.BorderSizePixel = 0
  526. Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
  527. Speed.Size = UDim2.new(0, 80, 0, 26)
  528. Speed.Font = Enum.Font.Arial
  529. Speed.FontSize = Enum.FontSize.Size18
  530. Speed.Text = "Speed"
  531. Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  532. Speed.TextSize = 18
  533. Speed.TextWrapped = true
  534.  
  535. Speed_TXTBOX.Name = "Speed_TXTBOX"
  536. Speed_TXTBOX.Parent = LocalPlayer
  537. Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  538. Speed_TXTBOX.BorderSizePixel = 0
  539. Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
  540. Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  541. Speed_TXTBOX.Font = Enum.Font.SourceSans
  542. Speed_TXTBOX.FontSize = Enum.FontSize.Size14
  543. Speed_TXTBOX.Text = ""
  544. Speed_TXTBOX.TextScaled = true
  545. Speed_TXTBOX.TextSize = 14
  546. Speed_TXTBOX.TextWrapped = true
  547.  
  548. JumpHeight.Name = "JumpHeight"
  549. JumpHeight.Parent = LocalPlayer
  550. JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  551. JumpHeight.BorderSizePixel = 0
  552. JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
  553. JumpHeight.Size = UDim2.new(0, 80, 0, 26)
  554. JumpHeight.Font = Enum.Font.Arial
  555. JumpHeight.FontSize = Enum.FontSize.Size18
  556. JumpHeight.Text = "JumpHeight"
  557. JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  558. JumpHeight.TextSize = 15
  559. JumpHeight.TextWrapped = true
  560.  
  561. JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
  562. JumpHeight_TXTBOX.Parent = LocalPlayer
  563. JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  564. JumpHeight_TXTBOX.BorderSizePixel = 0
  565. JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
  566. JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  567. JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
  568. JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  569. JumpHeight_TXTBOX.Text = ""
  570. JumpHeight_TXTBOX.TextScaled = true
  571. JumpHeight_TXTBOX.TextSize = 14
  572. JumpHeight_TXTBOX.TextWrapped = true
  573.  
  574. Chat.Name = "Chat"
  575. Chat.Parent = LocalPlayer
  576. Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  577. Chat.BorderSizePixel = 0
  578. Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
  579. Chat.Size = UDim2.new(0, 80, 0, 26)
  580. Chat.Font = Enum.Font.Arial
  581. Chat.FontSize = Enum.FontSize.Size18
  582. Chat.Text = "Chat"
  583. Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  584. Chat.TextSize = 18
  585. Chat.TextWrapped = true
  586.  
  587. Chat_TXTBOX.Name = "Chat_TXTBOX"
  588. Chat_TXTBOX.Parent = LocalPlayer
  589. Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  590. Chat_TXTBOX.BorderSizePixel = 0
  591. Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
  592. Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
  593. Chat_TXTBOX.Font = Enum.Font.SourceSans
  594. Chat_TXTBOX.FontSize = Enum.FontSize.Size14
  595. Chat_TXTBOX.Text = ""
  596. Chat_TXTBOX.TextScaled = true
  597. Chat_TXTBOX.TextSize = 14
  598. Chat_TXTBOX.TextWrapped = true
  599.  
  600. Respawn.Name = "Respawn"
  601. Respawn.Parent = LocalPlayer
  602. Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  603. Respawn.BorderSizePixel = 0
  604. Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
  605. Respawn.Size = UDim2.new(0, 80, 0, 26)
  606. Respawn.Font = Enum.Font.Arial
  607. Respawn.FontSize = Enum.FontSize.Size18
  608. Respawn.Text = "Respawn"
  609. Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  610. Respawn.TextSize = 18
  611. Respawn.TextWrapped = true
  612.  
  613. HipHeight.Name = "HipHeight"
  614. HipHeight.Parent = LocalPlayer
  615. HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  616. HipHeight.BorderSizePixel = 0
  617. HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
  618. HipHeight.Size = UDim2.new(0, 80, 0, 26)
  619. HipHeight.Font = Enum.Font.Arial
  620. HipHeight.FontSize = Enum.FontSize.Size18
  621. HipHeight.Text = "HipHeight"
  622. HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  623. HipHeight.TextSize = 18
  624. HipHeight.TextWrapped = true
  625.  
  626. HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
  627. HipHeight_TXTBOX.Parent = LocalPlayer
  628. HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  629. HipHeight_TXTBOX.BorderSizePixel = 0
  630. HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
  631. HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  632. HipHeight_TXTBOX.Font = Enum.Font.SourceSans
  633. HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  634. HipHeight_TXTBOX.Text = ""
  635. HipHeight_TXTBOX.TextScaled = true
  636. HipHeight_TXTBOX.TextSize = 14
  637. HipHeight_TXTBOX.TextWrapped = true
  638.  
  639. Noclip.Name = "Noclip"
  640. Noclip.Parent = LocalPlayer
  641. Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  642. Noclip.BorderSizePixel = 0
  643. Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
  644. Noclip.Size = UDim2.new(0, 80, 0, 26)
  645. Noclip.Font = Enum.Font.Arial
  646. Noclip.FontSize = Enum.FontSize.Size18
  647. Noclip.Text = "Noclip"
  648. Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  649. Noclip.TextSize = 18
  650. Noclip.TextWrapped = true
  651.  
  652. Sit.Name = "Sit"
  653. Sit.Parent = LocalPlayer
  654. Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  655. Sit.BorderSizePixel = 0
  656. Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
  657. Sit.Size = UDim2.new(0, 80, 0, 26)
  658. Sit.Font = Enum.Font.Arial
  659. Sit.FontSize = Enum.FontSize.Size18
  660. Sit.Text = "Sit"
  661. Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  662. Sit.TextSize = 18
  663. Sit.TextWrapped = true
  664.  
  665. Jump.Name = "Jump"
  666. Jump.Parent = LocalPlayer
  667. Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  668. Jump.BorderSizePixel = 0
  669. Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
  670. Jump.Size = UDim2.new(0, 80, 0, 26)
  671. Jump.Font = Enum.Font.Arial
  672. Jump.FontSize = Enum.FontSize.Size18
  673. Jump.Text = "Jump"
  674. Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  675. Jump.TextSize = 18
  676. Jump.TextWrapped = true
  677.  
  678. HideName.Name = "HideName"
  679. HideName.Parent = LocalPlayer
  680. HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  681. HideName.BorderSizePixel = 0
  682. HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
  683. HideName.Size = UDim2.new(0, 80, 0, 26)
  684. HideName.Font = Enum.Font.Arial
  685. HideName.FontSize = Enum.FontSize.Size18
  686. HideName.Text = "HideName"
  687. HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  688. HideName.TextSize = 18
  689. HideName.TextWrapped = true
  690.  
  691. Spam.Name = "Spam"
  692. Spam.Parent = LocalPlayer
  693. Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  694. Spam.BorderSizePixel = 0
  695. Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
  696. Spam.Size = UDim2.new(0, 80, 0, 26)
  697. Spam.Font = Enum.Font.Arial
  698. Spam.FontSize = Enum.FontSize.Size18
  699. Spam.Text = "Spam"
  700. Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  701. Spam.TextSize = 18
  702. Spam.TextWrapped = true
  703.  
  704. Freeze.Name = "Freeze"
  705. Freeze.Parent = LocalPlayer
  706. Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  707. Freeze.BorderSizePixel = 0
  708. Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
  709. Freeze.Size = UDim2.new(0, 80, 0, 26)
  710. Freeze.Font = Enum.Font.Arial
  711. Freeze.FontSize = Enum.FontSize.Size18
  712. Freeze.Text = "Freeze"
  713. Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  714. Freeze.TextSize = 18
  715. Freeze.TextWrapped = true
  716.  
  717. Btools.Name = "Btools"
  718. Btools.Parent = LocalPlayer
  719. Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  720. Btools.BorderSizePixel = 0
  721. Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
  722. Btools.Size = UDim2.new(0, 80, 0, 26)
  723. Btools.Font = Enum.Font.Arial
  724. Btools.FontSize = Enum.FontSize.Size18
  725. Btools.Text = "Btools"
  726. Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  727. Btools.TextSize = 18
  728. Btools.TextWrapped = true
  729.  
  730. Spin.Name = "Spin"
  731. Spin.Parent = LocalPlayer
  732. Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  733. Spin.BorderSizePixel = 0
  734. Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
  735. Spin.Size = UDim2.new(0, 80, 0, 26)
  736. Spin.Font = Enum.Font.Arial
  737. Spin.FontSize = Enum.FontSize.Size18
  738. Spin.Text = "Spin"
  739. Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  740. Spin.TextSize = 18
  741. Spin.TextWrapped = true
  742.  
  743. NoLimbs.Name = "NoLimbs"
  744. NoLimbs.Parent = LocalPlayer
  745. NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  746. NoLimbs.BorderSizePixel = 0
  747. NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
  748. NoLimbs.Size = UDim2.new(0, 80, 0, 26)
  749. NoLimbs.Font = Enum.Font.Arial
  750. NoLimbs.FontSize = Enum.FontSize.Size18
  751. NoLimbs.Text = "NoLimbs"
  752. NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  753. NoLimbs.TextSize = 18
  754. NoLimbs.TextWrapped = true
  755.  
  756. Seizure.Name = "Seizure"
  757. Seizure.Parent = LocalPlayer
  758. Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  759. Seizure.BorderSizePixel = 0
  760. Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
  761. Seizure.Size = UDim2.new(0, 80, 0, 26)
  762. Seizure.Font = Enum.Font.Arial
  763. Seizure.FontSize = Enum.FontSize.Size18
  764. Seizure.Text = "Seizure"
  765. Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  766. Seizure.TextSize = 18
  767. Seizure.TextWrapped = true
  768.  
  769. Games.Name = "Games"
  770. Games.Parent = MainFrame
  771. Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  772. Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  773. Games.BorderSizePixel = 2
  774. Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  775. Games.Size = UDim2.new(0, 328, 0, 307)
  776. Games.Visible = false
  777.  
  778. Scripts.Name = "Scripts"
  779. Scripts.Parent = MainFrame
  780. Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  781. Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  782. Scripts.BorderSizePixel = 2
  783. Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  784. Scripts.Size = UDim2.new(0, 328, 0, 307)
  785. Scripts.Visible = false
  786.  
  787. Energize.Name = "Energize"
  788. Energize.Parent = Scripts
  789. Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  790. Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  791. Energize.BorderSizePixel = 3
  792. Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
  793. Energize.Size = UDim2.new(0, 200, 0, 30)
  794. Energize.Font = Enum.Font.ArialBold
  795. Energize.FontSize = Enum.FontSize.Size18
  796. Energize.Text = "Animation GUI for R6/R15"
  797. Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  798. Energize.TextScaled = true
  799. Energize.TextSize = 18
  800. Energize.TextWrapped = true
  801.  
  802. GlitchMax.Name = "GlitchMax"
  803. GlitchMax.Parent = Scripts
  804. GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  805. GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  806. GlitchMax.BorderSizePixel = 3
  807. GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
  808. GlitchMax.Size = UDim2.new(0, 200, 0, 30)
  809. GlitchMax.Font = Enum.Font.ArialBold
  810. GlitchMax.FontSize = Enum.FontSize.Size28
  811. GlitchMax.Text = "GlitchMax GUI"
  812. GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  813. GlitchMax.TextSize = 25
  814. GlitchMax.TextWrapped = true
  815.  
  816. Energize_TXT.Name = "Energize_TXT"
  817. Energize_TXT.Parent = Scripts
  818. Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  819. Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  820. Energize_TXT.BorderSizePixel = 3
  821. Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
  822. Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
  823. Energize_TXT.Font = Enum.Font.SourceSansSemibold
  824. Energize_TXT.FontSize = Enum.FontSize.Size14
  825. Energize_TXT.Text = "Use cool animations on yourself!"
  826. Energize_TXT.TextScaled = true
  827. Energize_TXT.TextSize = 14
  828. Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  829. Energize_TXT.TextStrokeTransparency = 0.89999997615814
  830. Energize_TXT.TextWrapped = true
  831.  
  832. GlitchMax_TXT.Name = "GlitchMax_TXT"
  833. GlitchMax_TXT.Parent = Scripts
  834. GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  835. GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  836. GlitchMax_TXT.BorderSizePixel = 3
  837. GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
  838. GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
  839. GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
  840. GlitchMax_TXT.FontSize = Enum.FontSize.Size14
  841. GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
  842. GlitchMax_TXT.TextScaled = true
  843. GlitchMax_TXT.TextSize = 14
  844. GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
  845. GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
  846. GlitchMax_TXT.TextWrapped = true
  847.  
  848. Verspin.Name = "Verspin"
  849. Verspin.Parent = Scripts
  850. Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  851. Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  852. Verspin.BorderSizePixel = 3
  853. Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
  854. Verspin.Size = UDim2.new(0, 200, 0, 30)
  855. Verspin.Font = Enum.Font.ArialBold
  856. Verspin.FontSize = Enum.FontSize.Size28
  857. Verspin.Text = "Verspin GUI"
  858. Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  859. Verspin.TextSize = 25
  860. Verspin.TextWrapped = true
  861.  
  862. Verspin_TXT.Name = "Verspin_TXT"
  863. Verspin_TXT.Parent = Scripts
  864. Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  865. Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  866. Verspin_TXT.BorderSizePixel = 3
  867. Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
  868. Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
  869. Verspin_TXT.Font = Enum.Font.SourceSansSemibold
  870. Verspin_TXT.FontSize = Enum.FontSize.Size14
  871. Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
  872. Verspin_TXT.TextScaled = true
  873. Verspin_TXT.TextSize = 14
  874. Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  875. Verspin_TXT.TextStrokeTransparency = 0.89999997615814
  876. Verspin_TXT.TextWrapped = true
  877.  
  878. SideFrame.Name = "SideFrame"
  879. SideFrame.Parent = AnalButtonGUI
  880. SideFrame.Active = true
  881. SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  882. SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  883. SideFrame.BorderSizePixel = 2
  884. SideFrame.Draggable = true
  885. SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
  886. SideFrame.Size = UDim2.new(0, 448, 0, 334)
  887. SideFrame.Visible = false
  888. SideFrame.ZIndex = 9
  889.  
  890. SIDE_Title.Name = "SIDE_Title"
  891. SIDE_Title.Parent = SideFrame
  892. SIDE_Title.Active = true
  893. SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  894. SIDE_Title.BackgroundTransparency = 1
  895. SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
  896. SIDE_Title.Font = Enum.Font.ArialBold
  897. SIDE_Title.FontSize = Enum.FontSize.Size24
  898. SIDE_Title.Text = " AnalButtonGUI "
  899. SIDE_Title.TextColor3 = Color3.new(1, 1, 0)
  900. SIDE_Title.TextScaled = true
  901. SIDE_Title.TextSize = 19
  902. SIDE_Title.TextWrapped = true
  903. SIDE_Title.ZIndex = 10
  904.  
  905. OpenGUI.Name = "OpenGUI"
  906. OpenGUI.Parent = SideFrame
  907. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  908. OpenGUI.BackgroundTransparency = 1
  909. OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  910. OpenGUI.Size = UDim2.new(0, 38, 0, 24)
  911. OpenGUI.Font = Enum.Font.ArialBold
  912. OpenGUI.FontSize = Enum.FontSize.Size32
  913. OpenGUI.Text = "X"
  914. OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  915. OpenGUI.TextSize = 30
  916. OpenGUI.ZIndex = 10
  917.  
  918. SIDE_FE_Check.Name = "SIDE_FE_Check"
  919. SIDE_FE_Check.Parent = SideFrame
  920. SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  921. SIDE_FE_Check.BackgroundTransparency = 1
  922. SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  923. SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
  924. SIDE_FE_Check.Font = Enum.Font.Highway
  925. SIDE_FE_Check.FontSize = Enum.FontSize.Size14
  926. SIDE_FE_Check.Text = "Error loading FE Checker"
  927. SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
  928. SIDE_FE_Check.TextScaled = true
  929. SIDE_FE_Check.TextSize = 14
  930. SIDE_FE_Check.TextWrapped = true
  931. SIDE_FE_Check.ZIndex = 10
  932.  
  933. icon.Name = "icon"
  934. icon.Parent = SideTabs
  935. icon.BackgroundColor3 = Color3.new(1, 1, 1)
  936. icon.BackgroundTransparency = 1
  937. icon.Position = UDim2.new(0, 0, 0.51, 0)
  938. icon.Size = UDim2.new(0, 120, 0, 110)
  939. icon.Image = "http://www.roblox.com/asset/?id=4492172626"
  940. icon.ZIndex = 6
  941.  
  942. SideTabsBrick.Name = "SideTabsBrick"
  943. SideTabsBrick.Parent = MainFrame
  944. SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  945. SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  946. SideTabsBrick.BorderSizePixel = 0
  947. SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
  948. SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
  949.  
  950. ResetDefault.Name = "ResetDefault"
  951. ResetDefault.Parent = LocalPlayer
  952. ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
  953. ResetDefault.BorderSizePixel = 0
  954. ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
  955. ResetDefault.Size = UDim2.new(0, 107, 0, 26)
  956. ResetDefault.Font = Enum.Font.Arial
  957. ResetDefault.FontSize = Enum.FontSize.Size18
  958. ResetDefault.Text = "ResetDefault"
  959. ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  960. ResetDefault.TextSize = 18
  961. ResetDefault.TextWrapped = true
  962.  
  963. Push.Name = "Push"
  964. Push.Parent = Others
  965. Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  966. Push.BorderSizePixel = 0
  967. Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
  968. Push.Size = UDim2.new(0, 78, 0, 26)
  969. Push.Font = Enum.Font.Arial
  970. Push.FontSize = Enum.FontSize.Size18
  971. Push.Text = "Push"
  972. Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  973. Push.TextSize = 18
  974. Push.TextWrapped = true
  975.  
  976. ClientFreeze.Name = "ClientFreeze"
  977. ClientFreeze.Parent = Others
  978. ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  979. ClientFreeze.BorderSizePixel = 0
  980. ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
  981. ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
  982. ClientFreeze.Font = Enum.Font.Arial
  983. ClientFreeze.FontSize = Enum.FontSize.Size14
  984. ClientFreeze.Text = "ClientFreeze"
  985. ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  986. ClientFreeze.TextSize = 14
  987. ClientFreeze.TextWrapped = true
  988.  
  989. Orbit.Name = "Orbit"
  990. Orbit.Parent = Others
  991. Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  992. Orbit.BorderSizePixel = 0
  993. Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
  994. Orbit.Size = UDim2.new(0, 78, 0, 26)
  995. Orbit.Font = Enum.Font.Arial
  996. Orbit.FontSize = Enum.FontSize.Size18
  997. Orbit.Text = "Orbit"
  998. Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  999. Orbit.TextSize = 18
  1000. Orbit.TextWrapped = true
  1001.  
  1002. KillAll.Name = "KillAll"
  1003. KillAll.Parent = Others
  1004. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  1005. KillAll.BorderSizePixel = 0
  1006. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  1007. KillAll.Size = UDim2.new(0, 78, 0, 26)
  1008. KillAll.Font = Enum.Font.Arial
  1009. KillAll.FontSize = Enum.FontSize.Size18
  1010. KillAll.Text = "Kill All"
  1011. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1012. KillAll.TextSize = 18
  1013. KillAll.TextWrapped = true
  1014.  
  1015. Temp.Name = "Temp"
  1016. Temp.Parent = Games
  1017. Temp.BackgroundColor3 = Color3.new(1, 1, 1)
  1018. Temp.BackgroundTransparency = 1
  1019. Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
  1020. Temp.Rotation = -30
  1021. Temp.Size = UDim2.new(0, 328, 0, 60)
  1022. Temp.Font = Enum.Font.Highway
  1023. Temp.FontSize = Enum.FontSize.Size14
  1024. Temp.Text = "Coming soon!"
  1025. Temp.TextScaled = true
  1026. Temp.TextSize = 14
  1027. Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
  1028. Temp.TextStrokeTransparency = 0
  1029. Temp.TextWrapped = true
  1030.  
  1031. Experimental.Name = "Experimental"
  1032. Experimental.Parent = Others
  1033. Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1034. Experimental.BorderSizePixel = 0
  1035. Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
  1036. Experimental.Size = UDim2.new(0, 78, 0, 26)
  1037. Experimental.Font = Enum.Font.Arial
  1038. Experimental.FontSize = Enum.FontSize.Size14
  1039. Experimental.Text = "Experimental"
  1040. Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1041. Experimental.TextSize = 14
  1042. Experimental.TextWrapped = true
  1043.  
  1044. CHAOS.Name = "CHAOS"
  1045. CHAOS.Parent = Others
  1046. CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
  1047. CHAOS.BorderSizePixel = 0
  1048. CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
  1049. CHAOS.Size = UDim2.new(0, 78, 0, 26)
  1050. CHAOS.Font = Enum.Font.Arial
  1051. CHAOS.FontSize = Enum.FontSize.Size18
  1052. CHAOS.Text = "CHAOS"
  1053. CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1054. CHAOS.TextSize = 18
  1055. CHAOS.TextWrapped = true
  1056.  
  1057. -- Buttons
  1058. if game.Workspace.FilteringEnabled == false then
  1059.     FE_Check.Text = "FE is disabled"
  1060.     FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1061.     SIDE_FE_Check.Text = "FE is disabled"
  1062.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1063. else
  1064.     FE_Check.Text = "FE is enabled"
  1065.     FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1066.     SIDE_FE_Check.Text = "FE is enabled"
  1067.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1068. end
  1069. col = Color3.new(0.231373, 0.231373, 0.231373)
  1070. loc = Color3.new(0.331373, 0.531373, 0.331373)
  1071.  
  1072. wait(0.4)
  1073. MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
  1074.  
  1075. CloseGUI.MouseButton1Click:connect(function()
  1076. CloseGUI.Visible = false
  1077. TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1078. wait(1)
  1079. MainFrame.Visible = false
  1080. SideFrame.Position = MainFrame.Position
  1081. SideFrame.Visible = true
  1082. SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1083. OpenGUI.Visible = false
  1084. wait(1)
  1085. OpenGUI.Visible = true
  1086. end)
  1087.  
  1088. OpenGUI.MouseButton1Click:connect(function()
  1089. OpenGUI.Visible = false
  1090. SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1091. wait(1)
  1092. SideFrame.Visible = false
  1093. MainFrame.Position = SideFrame.Position
  1094. MainFrame.Visible = true
  1095. TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1096. CloseGUI.Visible = false
  1097. wait(1)
  1098. CloseGUI.Visible = true
  1099. end)
  1100.  
  1101. TAB_Credit.MouseButton1Click:connect(function()
  1102. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1103. wait(0.5)
  1104. Games.Visible = false
  1105. LocalPlayer.Visible = false
  1106. Others.Visible = false
  1107. Scripts.Visible = false
  1108. NoneSelected.Visible = true
  1109. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1110. end)
  1111.  
  1112. TAB_Games.MouseButton1Click:connect(function()
  1113. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1114. wait(0.5)
  1115. Games.Visible = true
  1116. LocalPlayer.Visible = false
  1117. Others.Visible = false
  1118. Scripts.Visible = false
  1119. NoneSelected.Visible = false
  1120. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1121. end)
  1122.  
  1123. TAB_Scripts.MouseButton1Click:connect(function()
  1124. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1125. wait(0.5)
  1126. Games.Visible = false
  1127. LocalPlayer.Visible = false
  1128. Others.Visible = false
  1129. Scripts.Visible = true
  1130. NoneSelected.Visible = false
  1131. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1132. end)
  1133.  
  1134. TAB_LocalPlayer.MouseButton1Click:connect(function()
  1135. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1136. wait(0.5)
  1137. Games.Visible = false
  1138. LocalPlayer.Visible = true
  1139. Others.Visible = false
  1140. Scripts.Visible = false
  1141. NoneSelected.Visible = false
  1142. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1143. end)
  1144.  
  1145. TAB_Others.MouseButton1Click:connect(function()
  1146. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1147. wait(0.5)
  1148. Games.Visible = false
  1149. LocalPlayer.Visible = false
  1150. Others.Visible = true
  1151. Scripts.Visible = false
  1152. NoneSelected.Visible = false
  1153. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1154. end)
  1155.  
  1156. -- LOCAL PLAYER ---------------------------------
  1157. -- LOCAL PLAYER ---------------------------------
  1158.  
  1159. HipHeight.MouseButton1Click:connect(function()
  1160.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
  1161. end)
  1162. JumpHeight.MouseButton1Click:connect(function()
  1163.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
  1164. end)
  1165. Speed.MouseButton1Click:connect(function()
  1166.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
  1167. end)
  1168. Sit.MouseButton1Click:connect(function()
  1169.     game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1170. end)
  1171. Jump.MouseButton1Click:connect(function()
  1172.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1173. end)
  1174. frost = false
  1175. Freeze.MouseButton1Click:connect(function()
  1176.     frost = not frost
  1177.     if frost then
  1178.         game.Players.LocalPlayer.Character.Torso.Anchored = true
  1179.         game.Players.LocalPlayer.Character.Head.Anchored = true
  1180.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  1181.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  1182.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  1183.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  1184.         Freeze.BackgroundColor3 = loc
  1185.     else
  1186.         game.Players.LocalPlayer.Character.Torso.Anchored = false
  1187.         game.Players.LocalPlayer.Character.Head.Anchored = false
  1188.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1189.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1190.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1191.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1192.         Freeze.BackgroundColor3 = col
  1193.     end
  1194. end)
  1195. Chat.MouseButton1Click:connect(function()
  1196.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1197. end)
  1198. keepspam = false
  1199. Spam.MouseButton1Click:connect(function()
  1200.     keepspam = not keepspam
  1201.     if keepspam then
  1202.         Spam.BackgroundColor3 = loc
  1203.     else
  1204.         Spam.BackgroundColor3 = col
  1205.     end
  1206.     while wait(0.5) do
  1207.         if keepspam then
  1208.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1209.         end
  1210.     end
  1211. end)
  1212. gmd = false
  1213. GodMode.MouseButton1Click:connect(function()
  1214.     gmd = not gmd
  1215.     if gmd then
  1216.         game.Players.LocalPlayer.Character.Humanoid.Name = "no"
  1217.         local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
  1218.         turn1.Parent = game.Players.LocalPlayer.Character
  1219.         turn1.Name = "Humanoid"
  1220.         wait(0.1)
  1221.         game.Players.LocalPlayer.Character["no"]:Destroy()
  1222.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1223.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  1224.         wait(0.1)
  1225.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  1226.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1227.         GodMode.BackgroundColor3 = loc
  1228.     else
  1229.         GodMode.BackgroundColor3 = col
  1230.     end
  1231. end)
  1232. NoLimbs.MouseButton1Click:connect(function()
  1233.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  1234.     game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  1235.     game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  1236.     game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  1237. end)
  1238. Respawn.MouseButton1Click:connect(function()
  1239.     local prt=Instance.new("Model", workspace);
  1240. Instance.new("Part", prt).Name="Torso";
  1241. Instance.new("Part", prt).Name="Head";
  1242. Instance.new("Humanoid", prt).Name="Humanoid";
  1243. game.Players.LocalPlayer.Character=prt
  1244. end)
  1245.  
  1246. local Anim = Instance.new("Animation")
  1247. Anim.AnimationId = "rbxassetid://188632011"
  1248. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1249. local SpinACTIVE = false
  1250. Spin.MouseButton1Click:connect(function()
  1251.     SpinACTIVE = not SpinACTIVE
  1252.     if SpinACTIVE then
  1253.         while wait() do
  1254.          if track.IsPlaying == false then
  1255.             if SpinACTIVE then
  1256.                 track:Play(.1, 1, 2)
  1257.                 Spin.BackgroundColor3 = loc
  1258.             else
  1259.                 Spin.BackgroundColor3 = col
  1260.             end
  1261.          end
  1262.         end
  1263.     else
  1264.         track:Stop()
  1265.     end
  1266. end)
  1267. Hidden = false
  1268. HideName.MouseButton1Click:connect(function()
  1269.     Hidden = not Hidden
  1270.     if Hidden then
  1271.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1272.         HideName.BackgroundColor3 = loc
  1273.     else
  1274.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1275.         HideName.BackgroundColor3 = col
  1276.     end
  1277. end)
  1278. clip = true
  1279. Noclip.MouseButton1Click:connect(function()
  1280.     clip = not clip
  1281.     if not clip then
  1282.         Noclip.BackgroundColor3 = loc
  1283.     else
  1284.         Noclip.BackgroundColor3 = col
  1285.     end
  1286.     game:GetService('RunService').Stepped:connect(function()
  1287.         if not clip then
  1288.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  1289.             game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1290.             game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1291.             game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1292.         end
  1293.     end)
  1294. end)
  1295. shake = false
  1296. Seizure.MouseButton1Click:connect(function()
  1297.     shake = not shake
  1298.     if shake then
  1299.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1300.         while wait() do
  1301.             if shake then
  1302.                 game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
  1303.                 game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1304.                 Seizure.BackgroundColor3 = loc
  1305.             else
  1306.                 Seizure.BackgroundColor3 = col
  1307.             end
  1308.         end
  1309.     else
  1310.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1311.     end
  1312. end)
  1313.  
  1314. local flying = false
  1315. Fly.MouseButton1Click:connect(function()
  1316. flying = not flying
  1317. repeat wait()
  1318. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1319. local mouse = game.Players.LocalPlayer:GetMouse()
  1320. repeat wait() until mouse
  1321. local plr = game.Players.LocalPlayer
  1322. local torso = plr.Character.Torso
  1323. local deb = true
  1324. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1325. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1326. local maxspeed = 60
  1327. local speed = 0
  1328. if flying then
  1329.     Fly.BackgroundColor3 = loc
  1330. else
  1331.     Fly.BackgroundColor3 = col
  1332. end
  1333.  
  1334. function FlyFunction()
  1335. local bg = Instance.new("BodyGyro", torso)
  1336. bg.P = 9e4
  1337. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1338. bg.cframe = torso.CFrame
  1339. local bv = Instance.new("BodyVelocity", torso)
  1340. bv.velocity = Vector3.new(0,0.1,0)
  1341. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1342. repeat wait()
  1343. plr.Character.Humanoid.PlatformStand = true
  1344. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1345. speed = speed+.5+(speed/maxspeed)
  1346. if speed > maxspeed then
  1347. speed = maxspeed
  1348. end
  1349. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1350. speed = speed-1
  1351. if speed < 0 then
  1352. speed = 0
  1353. end
  1354. end
  1355. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1356. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1357. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1358. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1359. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1360. else
  1361. bv.velocity = Vector3.new(0,0.1,0)
  1362. end
  1363. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1364. until not flying
  1365. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1366. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1367. speed = 0
  1368. bg:Destroy()
  1369. bv:Destroy()
  1370. plr.Character.Humanoid.PlatformStand = false
  1371. end
  1372. mouse.KeyDown:connect(function(key)
  1373. if key:lower() == "w" then
  1374. ctrl.f = 1
  1375. elseif key:lower() == "s" then
  1376. ctrl.b = -1
  1377. elseif key:lower() == "a" then
  1378. ctrl.l = -1
  1379. elseif key:lower() == "d" then
  1380. ctrl.r = 1
  1381. end
  1382. end)
  1383. mouse.KeyUp:connect(function(key)
  1384. if key:lower() == "w" then
  1385. ctrl.f = 0
  1386. elseif key:lower() == "s" then
  1387. ctrl.b = 0
  1388. elseif key:lower() == "a" then
  1389. ctrl.l = 0
  1390. elseif key:lower() == "d" then
  1391. ctrl.r = 0
  1392. end
  1393. end)
  1394. FlyFunction()
  1395. end)
  1396.  
  1397. Btools.MouseButton1Click:connect(function()
  1398.     local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1399.     Clone_T.BinType = "Clone"
  1400.     local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1401.     Destruct.BinType = "Hammer"
  1402.     local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1403.     Hold_T.BinType = "Grab"
  1404.     local a = game.Workspace:getChildren()
  1405.     for i = 1, #a do
  1406.     if a[i].className == "Part" then
  1407.     a[i].Locked = false
  1408.     elseif a[i].className == "Model" then
  1409.     local r = a[i]:getChildren()
  1410.     for i = 1, #r do
  1411.     if r[i].className == "Part" then
  1412.     r[i].Locked = false
  1413.     end
  1414.     end
  1415.     end
  1416.     end
  1417. end)
  1418.  
  1419. ResetDefault.MouseButton1Click:connect(function()
  1420.     flying = false
  1421.     game.Players.LocalPlayer.Character.Torso.Anchored = false
  1422.     game.Players.LocalPlayer.Character.Head.Anchored = false
  1423.     game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1424.     game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1425.     game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1426.     game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1427.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  1428.     game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1429.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1430.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1431.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1432.     game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1433. end)
  1434.  
  1435. -- OTHERS ---------------------------------
  1436. -- OTHERS ---------------------------------
  1437.  
  1438. function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
  1439.     local Found = {}
  1440.     local strl = String:lower()
  1441.     if strl == "all" then
  1442.         for i,v in pairs(game.Players:GetPlayers()) do
  1443.             table.insert(Found,v)
  1444.         end
  1445.     elseif strl == "others" then
  1446.         for i,v in pairs(game.Players:GetPlayers()) do
  1447.             if v.Name ~= game.Players.LocalPlayer.Name then
  1448.                 table.insert(Found,v)
  1449.             end
  1450.         end    
  1451.     else
  1452.         for i,v in pairs(game.Players:GetPlayers()) do
  1453.             if v.Name:lower():sub(1, #String) == String:lower() then
  1454.                 table.insert(Found,v)
  1455.             end
  1456.         end    
  1457.     end
  1458.     return Found    
  1459. end
  1460.  
  1461. Teleport.MouseButton1Click:connect(function()
  1462.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1463.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1464.     end
  1465. end)
  1466. currentview = false
  1467. View.MouseButton1Click:connect(function()
  1468.     currentview = not currentview
  1469.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1470.         if currentview then
  1471.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1472.             View.BackgroundColor3 = loc
  1473.         else
  1474.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1475.             View.BackgroundColor3 = col
  1476.         end
  1477.     end
  1478. end)
  1479. annoying = false
  1480. Annoy.MouseButton1Click:connect(function()
  1481.     annoying = not annoying
  1482.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1483.         while wait() do
  1484.             if annoying then
  1485.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1486.                 Annoy.BackgroundColor3 = loc
  1487.             else
  1488.                 Annoy.BackgroundColor3 = col
  1489.             end
  1490.         end
  1491.     end
  1492. end)
  1493. cfreeze = false
  1494. ClientFreeze.MouseButton1Click:connect(function()
  1495.     cfreeze = not cfreeze
  1496.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1497.         if cfreeze then
  1498.             game.Players[v.Name].Character.Torso.Anchored = true
  1499.             game.Players[v.Name].Character.Head.Anchored = true
  1500.             game.Players[v.Name].Character["Left Leg"].Anchored = true
  1501.             game.Players[v.Name].Character["Left Arm"].Anchored = true
  1502.             game.Players[v.Name].Character["Right Leg"].Anchored = true
  1503.             game.Players[v.Name].Character["Right Arm"].Anchored = true
  1504.         else
  1505.             game.Players[v.Name].Character.Torso.Anchored = false
  1506.             game.Players[v.Name].Character.Head.Anchored = false
  1507.             game.Players[v.Name].Character["Left Leg"].Anchored = false
  1508.             game.Players[v.Name].Character["Left Arm"].Anchored = false
  1509.             game.Players[v.Name].Character["Right Leg"].Anchored = false
  1510.             game.Players[v.Name].Character["Right Arm"].Anchored = false
  1511.         end
  1512.     end
  1513. end)
  1514. orbital = false
  1515. Orbit.MouseButton1Click:connect(function()
  1516.     orbital = not orbital
  1517.     if orbital then
  1518.         Orbit.BackgroundColor3 = loc
  1519.         local o = Instance.new("RocketPropulsion")
  1520.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1521.         o.Name = "Orbit"
  1522.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1523.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1524.             o:Fire()
  1525.             game:GetService('RunService').Stepped:connect(function()
  1526.                 if orbital then
  1527.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1528.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1529.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1530.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1531.                 end
  1532.             end)
  1533.         end
  1534.     else
  1535.         game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1536.         Orbit.BackgroundColor3 = col
  1537.     end
  1538. end)
  1539. pushing = false
  1540. Push.MouseButton1Click:connect(function()
  1541.     pushing = not pushing
  1542.     if pushing then
  1543.         Push.BackgroundColor3 = loc
  1544.         local o = Instance.new("RocketPropulsion")
  1545.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1546.         o.Name = "Push"
  1547.         o.TurnP = 2500
  1548.         o.MaxThrust = 50000
  1549.         o.MaxSpeed = 1000
  1550.         o.ThrustP = 50000
  1551.         o.CartoonFactor = 1
  1552.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1553.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1554.             o:Fire()
  1555.             game:GetService('RunService').Stepped:connect(function()
  1556.                 if pushing then
  1557.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1558.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1559.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1560.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1561.                 end
  1562.             end)
  1563.         end
  1564.     else
  1565.         game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  1566.         Push.BackgroundColor3 = col
  1567.     end
  1568. end)
  1569. local Anim = Instance.new("Animation")
  1570. Anim.AnimationId = "rbxassetid://282574440"
  1571. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1572. flattening = false
  1573. Flatten.MouseButton1Click:connect(function()
  1574.     flattening = not flattening
  1575.     if flattening then
  1576.         Flatten.BackgroundColor3 = loc
  1577.         local o = Instance.new("RocketPropulsion")
  1578.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1579.         o.Name = "Flatten"
  1580.         o.MaxThrust = 50000
  1581.         o.MaxSpeed = 1000
  1582.         o.ThrustP = 50000
  1583.         o.CartoonFactor = 1
  1584.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1585.             o.Target = game.Players[v.Name].Character["Left Leg"]
  1586.             o:Fire()
  1587.             track:Play(.1, 1, 1)
  1588.             game:GetService('RunService').Stepped:connect(function()
  1589.                 if flattening then
  1590.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1591.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1592.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1593.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1594.                 end
  1595.             end)
  1596.             while wait(0.3) do
  1597.                 if flattening then
  1598.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  1599.                 end
  1600.             end
  1601.         end
  1602.     else
  1603.         game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  1604.         Flatten.BackgroundColor3 = col
  1605.         track:Stop()
  1606.     end
  1607. end)
  1608. Verspin.MouseButton1Click:connect(function()
  1609.     game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1610. end)
  1611. Energize.MouseButton1Click:connect(function()
  1612.     game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1613. end)
  1614. GlitchMax.MouseButton1Click:connect(function()
  1615.     game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1616. end)
  1617. Experimental.MouseButton1Click:connect(function()
  1618.    
  1619. end)
  1620. end)
Add Comment
Please, Sign In to add comment