Advertisement
GrandmaBertha

Untitled

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