Guest User

GUI

a guest
Feb 4th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Objects
  2.  
  3. local Hub = Instance.new("ScreenGui")
  4. local GUI = Instance.new("Frame")
  5. local b1 = Instance.new("TextButton")
  6. local b2 = Instance.new("TextButton")
  7. local b3 = Instance.new("TextButton")
  8. local b4 = Instance.new("TextButton")
  9. local b5 = Instance.new("TextButton")
  10. local b6 = Instance.new("TextButton")
  11. local Detail = Instance.new("Frame")
  12. local Detail1 = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Openhide = Instance.new("TextButton")
  15. local Destroy = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. Hub.Name = "Hub"
  20. Hub.Parent = game:GetService("CoreGui")
  21.  
  22. GUI.Name = "GUI"
  23. GUI.Parent = Hub
  24. GUI.Active = true
  25. GUI.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  26. GUI.BorderColor3 = Color3.new(1, 0, 0.0666667)
  27. GUI.BorderSizePixel = 0
  28. GUI.Draggable = true
  29. GUI.Position = UDim2.new(0.0935064927, 0, 0.159468442, 0)
  30. GUI.Size = UDim2.new(0, 453, 0, 201)
  31.  
  32. b1.Name = "b1"
  33. b1.Parent = GUI
  34. b1.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  35. b1.Position = UDim2.new(0.0176600441, 0, 0.333333313, 0)
  36. b1.Size = UDim2.new(0, 90, 0, 24)
  37. b1.Font = Enum.Font.SourceSans
  38. b1.Text = "Infinite Yield"
  39. b1.TextColor3 = Color3.new(1, 1, 1)
  40. b1.TextSize = 20
  41. b1.TextWrapped = true
  42.  
  43. b2.Name = "b2"
  44. b2.Parent = GUI
  45. b2.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  46. b2.Position = UDim2.new(0.0176600441, 0, 0.75124377, 0)
  47. b2.Size = UDim2.new(0, 90, 0, 24)
  48. b2.Font = Enum.Font.SourceSans
  49. b2.Text = "OPFinality"
  50. b2.TextColor3 = Color3.new(1, 1, 1)
  51. b2.TextSize = 20
  52. b2.TextWrapped = true
  53.  
  54. b3.Name = "b3"
  55. b3.Parent = GUI
  56. b3.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  57. b3.Position = UDim2.new(0.0176600441, 0, 0.552238822, 0)
  58. b3.Size = UDim2.new(0, 90, 0, 24)
  59. b3.Font = Enum.Font.SourceSans
  60. b3.Text = "Mr.Spy"
  61. b3.TextColor3 = Color3.new(1, 1, 1)
  62. b3.TextSize = 20
  63. b3.TextWrapped = true
  64.  
  65. b4.Name = "b4"
  66. b4.Parent = GUI
  67. b4.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  68. b4.Position = UDim2.new(0.258278131, 0, 0.333333313, 0)
  69. b4.Size = UDim2.new(0, 90, 0, 24)
  70. b4.Font = Enum.Font.SourceSans
  71. b4.Text = "Rocky2u"
  72. b4.TextColor3 = Color3.new(1, 1, 1)
  73. b4.TextSize = 20
  74. b4.TextWrapped = true
  75.  
  76. b5.Name = "b5"
  77. b5.Parent = GUI
  78. b5.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  79. b5.Position = UDim2.new(0.258278131, 0, 0.75124377, 0)
  80. b5.Size = UDim2.new(0, 90, 0, 24)
  81. b5.Font = Enum.Font.SourceSans
  82. b5.Text = "FE Noise"
  83. b5.TextColor3 = Color3.new(1, 1, 1)
  84. b5.TextSize = 20
  85. b5.TextWrapped = true
  86.  
  87. b6.Name = "b6"
  88. b6.Parent = GUI
  89. b6.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  90. b6.Position = UDim2.new(0.258278131, 0, 0.552238822, 0)
  91. b6.Size = UDim2.new(0, 90, 0, 24)
  92. b6.Font = Enum.Font.SourceSans
  93. b6.Text = "Remotespy"
  94. b6.TextColor3 = Color3.new(1, 1, 1)
  95. b6.TextSize = 20
  96. b6.TextWrapped = true
  97.  
  98. Detail.Name = "Detail"
  99. Detail.Parent = GUI
  100. Detail.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  101. Detail.Size = UDim2.new(0, 453, 0, 48)
  102.  
  103. Detail1.Name = "Detail1"
  104. Detail1.Parent = Detail
  105. Detail1.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  106. Detail1.Size = UDim2.new(0, 453, 0, 35)
  107.  
  108. TextLabel.Parent = Detail1
  109. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  110. TextLabel.BorderSizePixel = 0
  111. TextLabel.Size = UDim2.new(0, 453, 0, 35)
  112. TextLabel.Font = Enum.Font.SourceSans
  113. TextLabel.Text = "Scripts"
  114. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  115. TextLabel.TextScaled = true
  116. TextLabel.TextSize = 14
  117. TextLabel.TextWrapped = true
  118.  
  119. Openhide.Name = "Open/hide"
  120. Openhide.Parent = Hub
  121. Openhide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  122. Openhide.Position = UDim2.new(0.0129870176, 0, 0.692691028, 0)
  123. Openhide.Size = UDim2.new(0, 92, 0, 29)
  124. Openhide.Font = Enum.Font.SourceSans
  125. Openhide.Text = "Open/Hide"
  126. Openhide.TextColor3 = Color3.new(1, 1, 1)
  127. Openhide.TextScaled = true
  128. Openhide.TextSize = 14
  129. Openhide.TextWrapped = true
  130.  
  131. Destroy.Name = "Destroy"
  132. Destroy.Parent = Hub
  133. Destroy.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  134. Destroy.Position = UDim2.new(0.0129870176, 0, 0.7408638, 0)
  135. Destroy.Size = UDim2.new(0, 92, 0, 29)
  136. Destroy.Font = Enum.Font.SourceSans
  137. Destroy.Text = "Destroy"
  138. Destroy.TextColor3 = Color3.new(1, 1, 1)
  139. Destroy.TextScaled = true
  140. Destroy.TextSize = 14
  141. Destroy.TextWrapped = true
  142.  
  143. -- Scripts
  144.  
  145.  
  146. -- Scripts
  147.  
  148.  
  149. Openhide.MouseButton1Down:connect(function()
  150. if GUI.Visible==true then
  151. GUI.Visible=false
  152. elseif GUI.Visible==false then
  153. GUI.Visible=true
  154. end
  155. end)
  156. Destroy.MouseButton1Down:connect(function()
  157. Hub:Destroy()
  158. end)
  159. b1.MouseButton1Down:connect(function()
  160. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  161. end)
  162.  
  163. b2.MouseButton1Down:connect(function()
  164. wait(0.3)
  165. -- Objects
  166. -- CREDIT TO xFunnieuss / Timeless for partial (short) names.
  167.  
  168. OPFinality = Instance.new("ScreenGui")
  169. MainFrame = Instance.new("Frame")
  170. TopFrame = Instance.new("Frame")
  171. CloseGUI = Instance.new("TextButton")
  172. MenuEnterFrame = Instance.new("Frame")
  173. Title = Instance.new("TextLabel")
  174. OpenMenu = Instance.new("ImageButton")
  175. Pages = Instance.new("Frame")
  176. Information = Instance.new("Frame")
  177. Image_FE_ENABLED = Instance.new("ImageLabel")
  178. Text_FE_ENABLED = Instance.new("TextLabel")
  179. WhatIsOPFinality = Instance.new("TextLabel")
  180. Text_FE_DISABLED = Instance.new("TextLabel")
  181. OPFin_Description = Instance.new("TextLabel")
  182. OPFin_Warning = Instance.new("TextLabel")
  183. Info_Bar = Instance.new("Frame")
  184. Info_Background = Instance.new("Frame")
  185. Warning_Bar = Instance.new("Frame")
  186. Warning_Background = Instance.new("Frame")
  187. Info_Image = Instance.new("ImageLabel")
  188. Image_FE_DISABLED = Instance.new("ImageLabel")
  189. Warn_Image = Instance.new("ImageLabel")
  190. Others_1 = Instance.new("Frame")
  191. OthersTitle = Instance.new("TextLabel")
  192. Char_Image = Instance.new("ImageLabel")
  193. OthersText = Instance.new("TextLabel")
  194. TXTBOX_PlrName = Instance.new("TextBox")
  195. othersBaseBackground = Instance.new("Frame")
  196. TeleportTo = Instance.new("TextButton")
  197. Annoy = Instance.new("TextButton")
  198. Follow = Instance.new("TextButton")
  199. View = Instance.new("TextButton")
  200. Orbit = Instance.new("TextButton")
  201. HeadWalk = Instance.new("TextButton")
  202. Stick = Instance.new("TextButton")
  203. Spam = Instance.new("TextButton")
  204. Carpet = Instance.new("TextButton")
  205. Others_toPAGE2 = Instance.new("TextButton")
  206. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  207. Character_2 = Instance.new("Frame")
  208. CharacterTitle = Instance.new("TextLabel")
  209. CharacterText = Instance.new("TextLabel")
  210. Animations_SPOOKY = Instance.new("Frame")
  211. spookytitle = Instance.new("TextLabel")
  212. headthrow = Instance.new("TextButton")
  213. armsoff = Instance.new("TextButton")
  214. loophead = Instance.new("TextButton")
  215. levitate = Instance.new("TextButton")
  216. headfloat = Instance.new("TextButton")
  217. Character_backPAGE1 = Instance.new("TextButton")
  218. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  219. Animations_DANCE = Instance.new("Frame")
  220. dancetitle = Instance.new("TextLabel")
  221. normal = Instance.new("TextButton")
  222. movingdance = Instance.new("TextButton")
  223. insane = Instance.new("TextButton")
  224. happy = Instance.new("TextButton")
  225. spindance = Instance.new("TextButton")
  226. Animations_HEROIC = Instance.new("Frame")
  227. heroictitle = Instance.new("TextLabel")
  228. swordstrike = Instance.new("TextButton")
  229. jumpland = Instance.new("TextButton")
  230. punches = Instance.new("TextButton")
  231. swing = Instance.new("TextButton")
  232. crawl = Instance.new("TextButton")
  233. Char2_Image = Instance.new("ImageLabel")
  234. Character_1 = Instance.new("Frame")
  235. CharacterTitle_2 = Instance.new("TextLabel")
  236. Char_Image_2 = Instance.new("ImageLabel")
  237. CharacterText_2 = Instance.new("TextLabel")
  238. TXTBOX_Stats = Instance.new("TextBox")
  239. BackGroundChar = Instance.new("Frame")
  240. HipHeight = Instance.new("TextButton")
  241. JumpHeight = Instance.new("TextButton")
  242. Speed = Instance.new("TextButton")
  243. TXTBOX_Chat = Instance.new("TextBox")
  244. BackGroundChar2 = Instance.new("Frame")
  245. Chat = Instance.new("TextButton")
  246. Spam_2 = Instance.new("TextButton")
  247. BackGroundChar3 = Instance.new("Frame")
  248. Noclip = Instance.new("TextButton")
  249. Fly = Instance.new("TextButton")
  250. Character_toPAGE2 = Instance.new("TextButton")
  251. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  252. Others_2 = Instance.new("Frame")
  253. OthersTitle_2 = Instance.new("TextLabel")
  254. Other_Image2 = Instance.new("ImageLabel")
  255. OthersText_2 = Instance.new("TextLabel")
  256. TXTBOX_PlrName2 = Instance.new("TextBox")
  257. othersBaseBackground2 = Instance.new("Frame")
  258. Flatten = Instance.new("TextButton")
  259. AimHead = Instance.new("TextButton")
  260. Float = Instance.new("TextButton")
  261. Multiple = Instance.new("TextButton")
  262. Animated = Instance.new("TextButton")
  263. SlowAttract = Instance.new("TextButton")
  264. WeirdOrbit = Instance.new("TextButton")
  265. Violent = Instance.new("TextButton")
  266. Max = Instance.new("TextButton")
  267. Others_toPAGE3 = Instance.new("TextButton")
  268. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  269. Others_backPAGE1 = Instance.new("TextButton")
  270. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  271. Extra_1 = Instance.new("Frame")
  272. Extra_Image = Instance.new("ImageLabel")
  273. ExtraText = Instance.new("TextLabel")
  274. ExtraBaseBackGround1 = Instance.new("Frame")
  275. CrouchRocket = Instance.new("TextButton")
  276. ExtraBaseBackGround1Side = Instance.new("Frame")
  277. CloneIllusion = Instance.new("TextButton")
  278. CoolSpin = Instance.new("TextButton")
  279. JumpRocket = Instance.new("TextButton")
  280. Extra_toPAGE2 = Instance.new("TextButton")
  281. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  282. Extra_Title = Instance.new("TextLabel")
  283. ExtraBaseBackGround2 = Instance.new("Frame")
  284. NoLimbs = Instance.new("TextButton")
  285. FEGodmode = Instance.new("TextButton")
  286. BrickHats = Instance.new("TextButton")
  287. RapidPunch = Instance.new("TextButton")
  288. ExtraBaseBackGround2Side = Instance.new("Frame")
  289. ExtraBaseBackGround3 = Instance.new("Frame")
  290. PunchFollow = Instance.new("TextButton")
  291. ArmFollow = Instance.new("TextButton")
  292. Spin = Instance.new("TextButton")
  293. Faint = Instance.new("TextButton")
  294. ExtraBaseBackGround3Side = Instance.new("Frame")
  295. Extra_2 = Instance.new("Frame")
  296. Extra_Image_2 = Instance.new("ImageLabel")
  297. ExtraText_2 = Instance.new("TextLabel")
  298. Extra_Title_2 = Instance.new("TextLabel")
  299. ExtraBaseBackGround2_2 = Instance.new("Frame")
  300. CrouchAttack = Instance.new("TextButton")
  301. WalkThrough = Instance.new("TextButton")
  302. CreepyWatch = Instance.new("TextButton")
  303. SpinAttack = Instance.new("TextButton")
  304. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  305. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  306. _18 = Instance.new("TextButton")
  307. SlamPropulsion = Instance.new("TextButton")
  308. Extra_backPAGE1 = Instance.new("TextButton")
  309. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  310. Others_3 = Instance.new("Frame")
  311. OthersTitle_3 = Instance.new("TextLabel")
  312. Other_Image3 = Instance.new("ImageLabel")
  313. OthersText_3 = Instance.new("TextLabel")
  314. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  315. othersBaseBackground3 = Instance.new("Frame")
  316. FreeFall = Instance.new("TextButton")
  317. Attach = Instance.new("TextButton")
  318. Bring = Instance.new("TextButton")
  319. SafeKill = Instance.new("TextButton")
  320. SuperSpin = Instance.new("TextButton")
  321. Kill = Instance.new("TextButton")
  322. Others_backPAGE2 = Instance.new("TextButton")
  323. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  324. Games = Instance.new("Frame")
  325. Games_IMAGE = Instance.new("ImageLabel")
  326. GamesText = Instance.new("TextLabel")
  327. Games_TITLE = Instance.new("TextLabel")
  328. Games_IMAGE2 = Instance.new("ImageLabel")
  329. SwordFightingTournament = Instance.new("TextButton")
  330. PlatesOfFateMayhem = Instance.new("TextButton")
  331. GamesText2 = Instance.new("TextLabel")
  332. Frappe = Instance.new("TextButton")
  333. Frappe_2 = Instance.new("TextButton")
  334. MenuFrame = Instance.new("Frame")
  335. Welcome = Instance.new("TextLabel")
  336. NameOfPlayer = Instance.new("TextLabel")
  337. T_Information = Instance.new("TextButton")
  338. T_InfoImage = Instance.new("ImageLabel")
  339. T_Character = Instance.new("TextButton")
  340. T_CharImage = Instance.new("ImageLabel")
  341. T_Games = Instance.new("TextButton")
  342. T_GameImage = Instance.new("ImageLabel")
  343. T_Others = Instance.new("TextButton")
  344. T_OtherImage = Instance.new("ImageLabel")
  345. T_Extra = Instance.new("TextButton")
  346. T_ExtraImage = Instance.new("ImageLabel")
  347. DeleteGUI = Instance.new("TextButton")
  348. DELETEIMAGE = Instance.new("ImageLabel")
  349. Darkness = Instance.new("TextButton")
  350.  
  351. -- Properties
  352.  
  353. OPFinality.Name = "OPFinality"
  354. OPFinality.Parent = game.CoreGui
  355.  
  356. MainFrame.Name = "MainFrame"
  357. MainFrame.Parent = OPFinality
  358. MainFrame.Active = true
  359. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  360. MainFrame.BackgroundTransparency = 1
  361. MainFrame.BorderSizePixel = 0
  362. MainFrame.ClipsDescendants = true
  363. MainFrame.Draggable = true
  364. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  365. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  366.  
  367. TopFrame.Name = "TopFrame"
  368. TopFrame.Parent = MainFrame
  369. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  370. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  371. TopFrame.BorderSizePixel = 0
  372. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  373. TopFrame.ZIndex = 7
  374.  
  375. CloseGUI.Parent = TopFrame
  376. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  377. CloseGUI.BackgroundTransparency = 1
  378. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  379. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  380. CloseGUI.Font = Enum.Font.Cartoon
  381. CloseGUI.FontSize = Enum.FontSize.Size28
  382. CloseGUI.Text = "X"
  383. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  384. CloseGUI.TextSize = 25
  385. CloseGUI.ZIndex = 8
  386.  
  387. MenuEnterFrame.Name = "MenuEnterFrame"
  388. MenuEnterFrame.Parent = MainFrame
  389. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  390. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  391. MenuEnterFrame.BorderSizePixel = 0
  392. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  393. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  394. MenuEnterFrame.ZIndex = 5
  395.  
  396. Title.Name = "Title"
  397. Title.Parent = MenuEnterFrame
  398. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  399. Title.BackgroundTransparency = 1
  400. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  401. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  402. Title.Font = Enum.Font.SourceSansLight
  403. Title.FontSize = Enum.FontSize.Size32
  404. Title.Text = "OPFinality"
  405. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  406. Title.TextSize = 30
  407. Title.ZIndex = 6
  408.  
  409. OpenMenu.Name = "OpenMenu"
  410. OpenMenu.Parent = MenuEnterFrame
  411. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  412. OpenMenu.BackgroundTransparency = 1
  413. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  414. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  415. OpenMenu.ZIndex = 6
  416.  
  417. Pages.Name = "Pages"
  418. Pages.Parent = MainFrame
  419. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  420. Pages.BorderSizePixel = 0
  421. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  422. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  423.  
  424. Information.Name = "Information"
  425. Information.Parent = Pages
  426. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  427. Information.BorderSizePixel = 0
  428. Information.Size = UDim2.new(1, 0, 1, 0)
  429.  
  430. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  431. Image_FE_ENABLED.Parent = Information
  432. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  433. Image_FE_ENABLED.BackgroundTransparency = 1
  434. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  435. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  436. Image_FE_ENABLED.Visible = false
  437. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  438.  
  439. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  440. Text_FE_ENABLED.Parent = Information
  441. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  442. Text_FE_ENABLED.BackgroundTransparency = 1
  443. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  444. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  445. Text_FE_ENABLED.Visible = false
  446. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  447. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  448. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  449. Text_FE_ENABLED.TextSize = 19
  450.  
  451. WhatIsOPFinality.Name = "WhatIsOPFinality"
  452. WhatIsOPFinality.Parent = Information
  453. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  454. WhatIsOPFinality.BackgroundTransparency = 1
  455. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  456. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  457. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  458. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  459. WhatIsOPFinality.Text = "What is OPFinality?"
  460. WhatIsOPFinality.TextSize = 25
  461.  
  462. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  463. Text_FE_DISABLED.Parent = Information
  464. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  465. Text_FE_DISABLED.BackgroundTransparency = 1
  466. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  467. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  468. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  469. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  470. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  471. Text_FE_DISABLED.TextSize = 19
  472.  
  473. OPFin_Description.Name = "OPFin_Description"
  474. OPFin_Description.Parent = Information
  475. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  476. OPFin_Description.BackgroundTransparency = 1
  477. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  478. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  479. OPFin_Description.ZIndex = 3
  480. OPFin_Description.Font = Enum.Font.SourceSans
  481. OPFin_Description.FontSize = Enum.FontSize.Size18
  482. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  483. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  484. OPFin_Description.TextSize = 18
  485. OPFin_Description.TextWrapped = true
  486.  
  487. OPFin_Warning.Name = "OPFin_Warning"
  488. OPFin_Warning.Parent = Information
  489. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  490. OPFin_Warning.BackgroundTransparency = 1
  491. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  492. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  493. OPFin_Warning.ZIndex = 2
  494. OPFin_Warning.Font = Enum.Font.SourceSans
  495. OPFin_Warning.FontSize = Enum.FontSize.Size18
  496. OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script."
  497. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  498. OPFin_Warning.TextSize = 18
  499. OPFin_Warning.TextWrapped = true
  500.  
  501. Info_Bar.Name = "Info_Bar"
  502. Info_Bar.Parent = Information
  503. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  504. Info_Bar.BorderSizePixel = 0
  505. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  506. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  507.  
  508. Info_Background.Name = "Info_Background"
  509. Info_Background.Parent = Information
  510. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  511. Info_Background.BorderSizePixel = 0
  512. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  513. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  514. Info_Background.ZIndex = 2
  515.  
  516. Warning_Bar.Name = "Warning_Bar"
  517. Warning_Bar.Parent = Information
  518. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  519. Warning_Bar.BorderSizePixel = 0
  520. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  521. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  522.  
  523. Warning_Background.Name = "Warning_Background"
  524. Warning_Background.Parent = Information
  525. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  526. Warning_Background.BorderSizePixel = 0
  527. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  528. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  529.  
  530. Info_Image.Name = "Info_Image"
  531. Info_Image.Parent = Information
  532. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  533. Info_Image.BackgroundTransparency = 1
  534. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  535. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  536. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  537.  
  538. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  539. Image_FE_DISABLED.Parent = Information
  540. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  541. Image_FE_DISABLED.BackgroundTransparency = 1
  542. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  543. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  544. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  545.  
  546. Warn_Image.Name = "Warn_Image"
  547. Warn_Image.Parent = Information
  548. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  549. Warn_Image.BackgroundTransparency = 1
  550. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  551. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  552. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  553.  
  554. Others_1.Name = "Others_1"
  555. Others_1.Parent = Pages
  556. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  557. Others_1.BorderSizePixel = 0
  558. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  559. Others_1.Size = UDim2.new(1, 0, 1, 0)
  560.  
  561. OthersTitle.Name = "OthersTitle"
  562. OthersTitle.Parent = Others_1
  563. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  564. OthersTitle.BackgroundTransparency = 1
  565. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  566. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  567. OthersTitle.Font = Enum.Font.SourceSansBold
  568. OthersTitle.FontSize = Enum.FontSize.Size28
  569. OthersTitle.Text = "Others"
  570. OthersTitle.TextSize = 25
  571.  
  572. Char_Image.Name = "Char_Image"
  573. Char_Image.Parent = Others_1
  574. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  575. Char_Image.BackgroundTransparency = 1
  576. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  577. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  578. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  579.  
  580. OthersText.Name = "OthersText"
  581. OthersText.Parent = Others_1
  582. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  583. OthersText.BackgroundTransparency = 1
  584. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  585. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  586. OthersText.Font = Enum.Font.SourceSansItalic
  587. OthersText.FontSize = Enum.FontSize.Size24
  588. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  589. OthersText.TextSize = 19
  590. OthersText.TextWrapped = true
  591.  
  592. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  593. TXTBOX_PlrName.Parent = Others_1
  594. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  595. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  596. TXTBOX_PlrName.BorderSizePixel = 0
  597. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  598. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  599. TXTBOX_PlrName.ZIndex = 2
  600. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  601. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  602. TXTBOX_PlrName.Text = "Player"
  603. TXTBOX_PlrName.TextScaled = true
  604. TXTBOX_PlrName.TextSize = 14
  605. TXTBOX_PlrName.TextWrapped = true
  606.  
  607. othersBaseBackground.Name = "othersBaseBackground"
  608. othersBaseBackground.Parent = Others_1
  609. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  610. othersBaseBackground.BorderSizePixel = 0
  611. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  612. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  613.  
  614. TeleportTo.Name = "TeleportTo"
  615. TeleportTo.Parent = othersBaseBackground
  616. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  617. TeleportTo.BorderSizePixel = 0
  618. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  619. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  620. TeleportTo.Font = Enum.Font.SourceSans
  621. TeleportTo.FontSize = Enum.FontSize.Size24
  622. TeleportTo.Text = "Teleport To"
  623. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  624. TeleportTo.TextSize = 22
  625.  
  626. Annoy.Name = "Annoy"
  627. Annoy.Parent = othersBaseBackground
  628. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  629. Annoy.BorderSizePixel = 0
  630. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  631. Annoy.Size = UDim2.new(0, 92, 0, 25)
  632. Annoy.Font = Enum.Font.SourceSans
  633. Annoy.FontSize = Enum.FontSize.Size24
  634. Annoy.Text = "Annoy"
  635. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  636. Annoy.TextSize = 22
  637.  
  638. Follow.Name = "Follow"
  639. Follow.Parent = othersBaseBackground
  640. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  641. Follow.BorderSizePixel = 0
  642. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  643. Follow.Size = UDim2.new(0, 92, 0, 25)
  644. Follow.Font = Enum.Font.SourceSans
  645. Follow.FontSize = Enum.FontSize.Size24
  646. Follow.Text = "Follow"
  647. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  648. Follow.TextSize = 22
  649.  
  650. View.Name = "View"
  651. View.Parent = othersBaseBackground
  652. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  653. View.BorderSizePixel = 0
  654. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  655. View.Size = UDim2.new(0, 92, 0, 25)
  656. View.Font = Enum.Font.SourceSans
  657. View.FontSize = Enum.FontSize.Size24
  658. View.Text = "View"
  659. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  660. View.TextSize = 22
  661.  
  662. Orbit.Name = "Orbit"
  663. Orbit.Parent = othersBaseBackground
  664. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  665. Orbit.BorderSizePixel = 0
  666. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  667. Orbit.Size = UDim2.new(0, 92, 0, 25)
  668. Orbit.Font = Enum.Font.SourceSans
  669. Orbit.FontSize = Enum.FontSize.Size24
  670. Orbit.Text = "Orbit"
  671. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  672. Orbit.TextSize = 22
  673.  
  674. HeadWalk.Name = "HeadWalk"
  675. HeadWalk.Parent = othersBaseBackground
  676. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  677. HeadWalk.BorderSizePixel = 0
  678. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  679. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  680. HeadWalk.Font = Enum.Font.SourceSans
  681. HeadWalk.FontSize = Enum.FontSize.Size24
  682. HeadWalk.Text = "Head Walk"
  683. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  684. HeadWalk.TextSize = 22
  685.  
  686. Stick.Name = "Stick"
  687. Stick.Parent = othersBaseBackground
  688. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  689. Stick.BorderSizePixel = 0
  690. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  691. Stick.Size = UDim2.new(0, 92, 0, 25)
  692. Stick.Font = Enum.Font.SourceSans
  693. Stick.FontSize = Enum.FontSize.Size24
  694. Stick.Text = "Stick"
  695. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  696. Stick.TextSize = 22
  697.  
  698. Spam.Name = "Spam"
  699. Spam.Parent = othersBaseBackground
  700. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  701. Spam.BorderSizePixel = 0
  702. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  703. Spam.Size = UDim2.new(0, 92, 0, 25)
  704. Spam.Font = Enum.Font.SourceSans
  705. Spam.FontSize = Enum.FontSize.Size24
  706. Spam.Text = "Spam"
  707. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  708. Spam.TextSize = 22
  709.  
  710. Carpet.Name = "Carpet"
  711. Carpet.Parent = othersBaseBackground
  712. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  713. Carpet.BorderSizePixel = 0
  714. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  715. Carpet.Size = UDim2.new(0, 92, 0, 25)
  716. Carpet.Font = Enum.Font.SourceSans
  717. Carpet.FontSize = Enum.FontSize.Size24
  718. Carpet.Text = "Carpet"
  719. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  720. Carpet.TextSize = 22
  721.  
  722. Others_toPAGE2.Name = "Others_toPAGE2"
  723. Others_toPAGE2.Parent = Others_1
  724. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  725. Others_toPAGE2.BorderSizePixel = 0
  726. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  727. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  728. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  729. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  730. Others_toPAGE2.Text = "Next"
  731. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  732. Others_toPAGE2.TextSize = 22
  733.  
  734. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  735. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  736. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  737. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  738. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  739. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  740. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  741.  
  742. Character_2.Name = "Character_2"
  743. Character_2.Parent = Pages
  744. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  745. Character_2.BorderSizePixel = 0
  746. Character_2.Position = UDim2.new(1, 0, 0, 0)
  747. Character_2.Size = UDim2.new(1, 0, 1, 0)
  748.  
  749. CharacterTitle.Name = "CharacterTitle"
  750. CharacterTitle.Parent = Character_2
  751. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  752. CharacterTitle.BackgroundTransparency = 1
  753. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  754. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  755. CharacterTitle.Font = Enum.Font.SourceSansBold
  756. CharacterTitle.FontSize = Enum.FontSize.Size28
  757. CharacterTitle.Text = "Character"
  758. CharacterTitle.TextSize = 25
  759.  
  760. CharacterText.Name = "CharacterText"
  761. CharacterText.Parent = Character_2
  762. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  763. CharacterText.BackgroundTransparency = 1
  764. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  765. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  766. CharacterText.Font = Enum.Font.SourceSansItalic
  767. CharacterText.FontSize = Enum.FontSize.Size24
  768. CharacterText.Text = "Apply cool animations to your player!"
  769. CharacterText.TextSize = 19
  770. CharacterText.TextWrapped = true
  771.  
  772. Animations_SPOOKY.Name = "Animations_SPOOKY"
  773. Animations_SPOOKY.Parent = Character_2
  774. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  775. Animations_SPOOKY.BorderSizePixel = 0
  776. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  777. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  778.  
  779. spookytitle.Name = "spookytitle"
  780. spookytitle.Parent = Animations_SPOOKY
  781. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  782. spookytitle.BackgroundTransparency = 1
  783. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  784. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  785. spookytitle.Font = Enum.Font.SourceSansLight
  786. spookytitle.FontSize = Enum.FontSize.Size28
  787. spookytitle.Text = "Spooky"
  788. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  789. spookytitle.TextSize = 25
  790.  
  791. headthrow.Name = "headthrow"
  792. headthrow.Parent = Animations_SPOOKY
  793. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  794. headthrow.BorderSizePixel = 0
  795. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  796. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  797. headthrow.Font = Enum.Font.SourceSans
  798. headthrow.FontSize = Enum.FontSize.Size14
  799. headthrow.Text = "Head Throw"
  800. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  801. headthrow.TextScaled = true
  802. headthrow.TextSize = 14
  803. headthrow.TextWrapped = true
  804.  
  805. armsoff.Name = "armsoff"
  806. armsoff.Parent = Animations_SPOOKY
  807. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  808. armsoff.BorderSizePixel = 0
  809. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  810. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  811. armsoff.Font = Enum.Font.SourceSans
  812. armsoff.FontSize = Enum.FontSize.Size14
  813. armsoff.Text = "Arms Off"
  814. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  815. armsoff.TextScaled = true
  816. armsoff.TextSize = 14
  817. armsoff.TextWrapped = true
  818.  
  819. loophead.Name = "loophead"
  820. loophead.Parent = Animations_SPOOKY
  821. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  822. loophead.BorderSizePixel = 0
  823. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  824. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  825. loophead.Font = Enum.Font.SourceSans
  826. loophead.FontSize = Enum.FontSize.Size14
  827. loophead.Text = "Loop Head"
  828. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  829. loophead.TextScaled = true
  830. loophead.TextSize = 14
  831. loophead.TextWrapped = true
  832.  
  833. levitate.Name = "levitate"
  834. levitate.Parent = Animations_SPOOKY
  835. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  836. levitate.BorderSizePixel = 0
  837. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  838. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  839. levitate.Font = Enum.Font.SourceSans
  840. levitate.FontSize = Enum.FontSize.Size14
  841. levitate.Text = "Levitate"
  842. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  843. levitate.TextScaled = true
  844. levitate.TextSize = 14
  845. levitate.TextWrapped = true
  846.  
  847. headfloat.Name = "headfloat"
  848. headfloat.Parent = Animations_SPOOKY
  849. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  850. headfloat.BorderSizePixel = 0
  851. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  852. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  853. headfloat.Font = Enum.Font.SourceSans
  854. headfloat.FontSize = Enum.FontSize.Size14
  855. headfloat.Text = "Head Float"
  856. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  857. headfloat.TextScaled = true
  858. headfloat.TextSize = 14
  859. headfloat.TextWrapped = true
  860.  
  861. Character_backPAGE1.Name = "Character_backPAGE1"
  862. Character_backPAGE1.Parent = Character_2
  863. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  864. Character_backPAGE1.BorderSizePixel = 0
  865. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  866. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  867. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  868. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  869. Character_backPAGE1.Text = "Prev"
  870. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  871. Character_backPAGE1.TextSize = 22
  872.  
  873. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  874. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  875. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  876. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  877. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  878. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  879. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  880.  
  881. Animations_DANCE.Name = "Animations_DANCE"
  882. Animations_DANCE.Parent = Character_2
  883. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  884. Animations_DANCE.BorderSizePixel = 0
  885. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  886. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  887.  
  888. dancetitle.Name = "dancetitle"
  889. dancetitle.Parent = Animations_DANCE
  890. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  891. dancetitle.BackgroundTransparency = 1
  892. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  893. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  894. dancetitle.Font = Enum.Font.SourceSansLight
  895. dancetitle.FontSize = Enum.FontSize.Size28
  896. dancetitle.Text = "Dance"
  897. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  898. dancetitle.TextSize = 25
  899.  
  900. normal.Name = "normal"
  901. normal.Parent = Animations_DANCE
  902. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  903. normal.BorderSizePixel = 0
  904. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  905. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  906. normal.Font = Enum.Font.SourceSans
  907. normal.FontSize = Enum.FontSize.Size14
  908. normal.Text = "Normal"
  909. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  910. normal.TextScaled = true
  911. normal.TextSize = 14
  912. normal.TextWrapped = true
  913.  
  914. movingdance.Name = "movingdance"
  915. movingdance.Parent = Animations_DANCE
  916. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  917. movingdance.BorderSizePixel = 0
  918. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  919. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  920. movingdance.Font = Enum.Font.SourceSans
  921. movingdance.FontSize = Enum.FontSize.Size14
  922. movingdance.Text = "Moving Dance"
  923. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  924. movingdance.TextScaled = true
  925. movingdance.TextSize = 14
  926. movingdance.TextWrapped = true
  927.  
  928. insane.Name = "insane"
  929. insane.Parent = Animations_DANCE
  930. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  931. insane.BorderSizePixel = 0
  932. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  933. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  934. insane.Font = Enum.Font.SourceSans
  935. insane.FontSize = Enum.FontSize.Size14
  936. insane.Text = "Insane"
  937. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  938. insane.TextScaled = true
  939. insane.TextSize = 14
  940. insane.TextWrapped = true
  941.  
  942. happy.Name = "happy"
  943. happy.Parent = Animations_DANCE
  944. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  945. happy.BorderSizePixel = 0
  946. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  947. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  948. happy.Font = Enum.Font.SourceSans
  949. happy.FontSize = Enum.FontSize.Size14
  950. happy.Text = "Happy"
  951. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  952. happy.TextScaled = true
  953. happy.TextSize = 14
  954. happy.TextWrapped = true
  955.  
  956. spindance.Name = "spindance"
  957. spindance.Parent = Animations_DANCE
  958. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  959. spindance.BorderSizePixel = 0
  960. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  961. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  962. spindance.Font = Enum.Font.SourceSans
  963. spindance.FontSize = Enum.FontSize.Size14
  964. spindance.Text = "Spin Dance"
  965. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  966. spindance.TextScaled = true
  967. spindance.TextSize = 14
  968. spindance.TextWrapped = true
  969.  
  970. Animations_HEROIC.Name = "Animations_HEROIC"
  971. Animations_HEROIC.Parent = Character_2
  972. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  973. Animations_HEROIC.BorderSizePixel = 0
  974. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  975. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  976.  
  977. heroictitle.Name = "heroictitle"
  978. heroictitle.Parent = Animations_HEROIC
  979. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  980. heroictitle.BackgroundTransparency = 1
  981. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  982. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  983. heroictitle.Font = Enum.Font.SourceSansLight
  984. heroictitle.FontSize = Enum.FontSize.Size28
  985. heroictitle.Text = "Heroic"
  986. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  987. heroictitle.TextSize = 25
  988.  
  989. swordstrike.Name = "swordstrike"
  990. swordstrike.Parent = Animations_HEROIC
  991. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  992. swordstrike.BorderSizePixel = 0
  993. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  994. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  995. swordstrike.Font = Enum.Font.SourceSans
  996. swordstrike.FontSize = Enum.FontSize.Size14
  997. swordstrike.Text = "Sword Strike"
  998. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  999. swordstrike.TextScaled = true
  1000. swordstrike.TextSize = 14
  1001. swordstrike.TextWrapped = true
  1002.  
  1003. jumpland.Name = "jumpland"
  1004. jumpland.Parent = Animations_HEROIC
  1005. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1006. jumpland.BorderSizePixel = 0
  1007. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  1008. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  1009. jumpland.Font = Enum.Font.SourceSans
  1010. jumpland.FontSize = Enum.FontSize.Size14
  1011. jumpland.Text = "Jump Land"
  1012. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1013. jumpland.TextScaled = true
  1014. jumpland.TextSize = 14
  1015. jumpland.TextWrapped = true
  1016.  
  1017. punches.Name = "punches"
  1018. punches.Parent = Animations_HEROIC
  1019. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1020. punches.BorderSizePixel = 0
  1021. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  1022. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  1023. punches.Font = Enum.Font.SourceSans
  1024. punches.FontSize = Enum.FontSize.Size14
  1025. punches.Text = "Punches"
  1026. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1027. punches.TextScaled = true
  1028. punches.TextSize = 14
  1029. punches.TextWrapped = true
  1030.  
  1031. swing.Name = "swing"
  1032. swing.Parent = Animations_HEROIC
  1033. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1034. swing.BorderSizePixel = 0
  1035. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  1036. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  1037. swing.Font = Enum.Font.SourceSans
  1038. swing.FontSize = Enum.FontSize.Size14
  1039. swing.Text = "Swing"
  1040. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1041. swing.TextScaled = true
  1042. swing.TextSize = 14
  1043. swing.TextWrapped = true
  1044.  
  1045. crawl.Name = "crawl"
  1046. crawl.Parent = Animations_HEROIC
  1047. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1048. crawl.BorderSizePixel = 0
  1049. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  1050. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  1051. crawl.Font = Enum.Font.SourceSans
  1052. crawl.FontSize = Enum.FontSize.Size14
  1053. crawl.Text = "Crawl"
  1054. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1055. crawl.TextScaled = true
  1056. crawl.TextSize = 14
  1057. crawl.TextWrapped = true
  1058.  
  1059. Char2_Image.Name = "Char2_Image"
  1060. Char2_Image.Parent = Character_2
  1061. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1062. Char2_Image.BackgroundTransparency = 1
  1063. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  1064. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1065. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  1066.  
  1067. Character_1.Name = "Character_1"
  1068. Character_1.Parent = Pages
  1069. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1070. Character_1.BorderSizePixel = 0
  1071. Character_1.Position = UDim2.new(11, 0, 0, 0)
  1072. Character_1.Size = UDim2.new(1, 0, 1, 0)
  1073.  
  1074. CharacterTitle_2.Name = "CharacterTitle"
  1075. CharacterTitle_2.Parent = Character_1
  1076. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1077. CharacterTitle_2.BackgroundTransparency = 1
  1078. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1079. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1080. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  1081. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  1082. CharacterTitle_2.Text = "Character"
  1083. CharacterTitle_2.TextSize = 25
  1084.  
  1085. Char_Image_2.Name = "Char_Image"
  1086. Char_Image_2.Parent = Character_1
  1087. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. Char_Image_2.BackgroundTransparency = 1
  1089. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  1090. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1091. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  1092.  
  1093. CharacterText_2.Name = "CharacterText"
  1094. CharacterText_2.Parent = Character_1
  1095. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1096. CharacterText_2.BackgroundTransparency = 1
  1097. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  1098. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  1099. CharacterText_2.Font = Enum.Font.SourceSansItalic
  1100. CharacterText_2.FontSize = Enum.FontSize.Size24
  1101. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  1102. CharacterText_2.TextSize = 19
  1103. CharacterText_2.TextWrapped = true
  1104.  
  1105. TXTBOX_Stats.Name = "TXTBOX_Stats"
  1106. TXTBOX_Stats.Parent = Character_1
  1107. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1108. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1109. TXTBOX_Stats.BorderSizePixel = 6
  1110. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  1111. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  1112. TXTBOX_Stats.Font = Enum.Font.SourceSans
  1113. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  1114. TXTBOX_Stats.Text = "Number"
  1115. TXTBOX_Stats.TextScaled = true
  1116. TXTBOX_Stats.TextSize = 14
  1117. TXTBOX_Stats.TextWrapped = true
  1118.  
  1119. BackGroundChar.Name = "BackGroundChar"
  1120. BackGroundChar.Parent = Character_1
  1121. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1122. BackGroundChar.BorderSizePixel = 0
  1123. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  1124. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  1125.  
  1126. HipHeight.Name = "HipHeight"
  1127. HipHeight.Parent = BackGroundChar
  1128. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1129. HipHeight.BorderSizePixel = 0
  1130. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  1131. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  1132. HipHeight.Font = Enum.Font.SourceSans
  1133. HipHeight.FontSize = Enum.FontSize.Size24
  1134. HipHeight.Text = "HipHeight"
  1135. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1136. HipHeight.TextSize = 22
  1137.  
  1138. JumpHeight.Name = "JumpHeight"
  1139. JumpHeight.Parent = BackGroundChar
  1140. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1141. JumpHeight.BorderSizePixel = 0
  1142. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  1143. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  1144. JumpHeight.Font = Enum.Font.SourceSans
  1145. JumpHeight.FontSize = Enum.FontSize.Size24
  1146. JumpHeight.Text = "JumpHeight"
  1147. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1148. JumpHeight.TextSize = 20
  1149.  
  1150. Speed.Name = "Speed"
  1151. Speed.Parent = BackGroundChar
  1152. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1153. Speed.BorderSizePixel = 0
  1154. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  1155. Speed.Size = UDim2.new(0, 92, 0, 25)
  1156. Speed.Font = Enum.Font.SourceSans
  1157. Speed.FontSize = Enum.FontSize.Size24
  1158. Speed.Text = "Speed"
  1159. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1160. Speed.TextSize = 22
  1161.  
  1162. TXTBOX_Chat.Name = "TXTBOX_Chat"
  1163. TXTBOX_Chat.Parent = Character_1
  1164. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1165. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1166. TXTBOX_Chat.BorderSizePixel = 6
  1167. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  1168. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1169. TXTBOX_Chat.Font = Enum.Font.SourceSans
  1170. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  1171. TXTBOX_Chat.Text = "Text for chatting"
  1172. TXTBOX_Chat.TextScaled = true
  1173. TXTBOX_Chat.TextSize = 14
  1174. TXTBOX_Chat.TextWrapped = true
  1175.  
  1176. BackGroundChar2.Name = "BackGroundChar2"
  1177. BackGroundChar2.Parent = Character_1
  1178. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1179. BackGroundChar2.BorderSizePixel = 0
  1180. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  1181. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  1182.  
  1183. Chat.Name = "Chat"
  1184. Chat.Parent = BackGroundChar2
  1185. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1186. Chat.BorderSizePixel = 0
  1187. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  1188. Chat.Size = UDim2.new(0, 92, 0, 25)
  1189. Chat.Font = Enum.Font.SourceSans
  1190. Chat.FontSize = Enum.FontSize.Size24
  1191. Chat.Text = "Chat"
  1192. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1193. Chat.TextSize = 22
  1194.  
  1195. Spam_2.Name = "Spam"
  1196. Spam_2.Parent = BackGroundChar2
  1197. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1198. Spam_2.BorderSizePixel = 0
  1199. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  1200. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  1201. Spam_2.Font = Enum.Font.SourceSans
  1202. Spam_2.FontSize = Enum.FontSize.Size24
  1203. Spam_2.Text = "Spam"
  1204. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1205. Spam_2.TextSize = 22
  1206.  
  1207. BackGroundChar3.Name = "BackGroundChar3"
  1208. BackGroundChar3.Parent = Character_1
  1209. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1210. BackGroundChar3.BorderSizePixel = 0
  1211. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  1212. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  1213.  
  1214. Noclip.Name = "Noclip"
  1215. Noclip.Parent = BackGroundChar3
  1216. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1217. Noclip.BorderSizePixel = 0
  1218. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  1219. Noclip.Size = UDim2.new(0, 92, 0, 25)
  1220. Noclip.Font = Enum.Font.SourceSans
  1221. Noclip.FontSize = Enum.FontSize.Size24
  1222. Noclip.Text = "Noclip"
  1223. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1224. Noclip.TextSize = 22
  1225.  
  1226. Fly.Name = "Fly"
  1227. Fly.Parent = BackGroundChar3
  1228. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1229. Fly.BorderSizePixel = 0
  1230. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  1231. Fly.Size = UDim2.new(0, 92, 0, 25)
  1232. Fly.Font = Enum.Font.SourceSans
  1233. Fly.FontSize = Enum.FontSize.Size24
  1234. Fly.Text = "Fly"
  1235. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1236. Fly.TextSize = 22
  1237.  
  1238. Character_toPAGE2.Name = "Character_toPAGE2"
  1239. Character_toPAGE2.Parent = Character_1
  1240. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1241. Character_toPAGE2.BorderSizePixel = 0
  1242. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1243. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1244. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  1245. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  1246. Character_toPAGE2.Text = "Next"
  1247. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1248. Character_toPAGE2.TextSize = 22
  1249.  
  1250. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  1251. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  1252. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1253. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  1254. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  1255. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1256. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  1257.  
  1258. Others_2.Name = "Others_2"
  1259. Others_2.Parent = Pages
  1260. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1261. Others_2.BorderSizePixel = 0
  1262. Others_2.Position = UDim2.new(1, 0, 0, 0)
  1263. Others_2.Size = UDim2.new(1, 0, 1, 0)
  1264.  
  1265. OthersTitle_2.Name = "OthersTitle"
  1266. OthersTitle_2.Parent = Others_2
  1267. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1268. OthersTitle_2.BackgroundTransparency = 1
  1269. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1270. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1271. OthersTitle_2.Font = Enum.Font.SourceSansBold
  1272. OthersTitle_2.FontSize = Enum.FontSize.Size28
  1273. OthersTitle_2.Text = "Others"
  1274. OthersTitle_2.TextSize = 25
  1275.  
  1276. Other_Image2.Name = "Other_Image2"
  1277. Other_Image2.Parent = Others_2
  1278. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  1279. Other_Image2.BackgroundTransparency = 1
  1280. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  1281. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1282. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  1283.  
  1284. OthersText_2.Name = "OthersText"
  1285. OthersText_2.Parent = Others_2
  1286. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1287. OthersText_2.BackgroundTransparency = 1
  1288. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  1289. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  1290. OthersText_2.Font = Enum.Font.SourceSansItalic
  1291. OthersText_2.FontSize = Enum.FontSize.Size24
  1292. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  1293. OthersText_2.TextSize = 19
  1294. OthersText_2.TextWrapped = true
  1295.  
  1296. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  1297. TXTBOX_PlrName2.Parent = Others_2
  1298. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1299. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1300. TXTBOX_PlrName2.BorderSizePixel = 0
  1301. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  1302. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1303. TXTBOX_PlrName2.ZIndex = 2
  1304. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  1305. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  1306. TXTBOX_PlrName2.Text = "Player"
  1307. TXTBOX_PlrName2.TextScaled = true
  1308. TXTBOX_PlrName2.TextSize = 14
  1309. TXTBOX_PlrName2.TextWrapped = true
  1310.  
  1311. othersBaseBackground2.Name = "othersBaseBackground2"
  1312. othersBaseBackground2.Parent = Others_2
  1313. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1314. othersBaseBackground2.BorderSizePixel = 0
  1315. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  1316. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  1317.  
  1318. Flatten.Name = "Flatten"
  1319. Flatten.Parent = othersBaseBackground2
  1320. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1321. Flatten.BorderSizePixel = 0
  1322. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  1323. Flatten.Size = UDim2.new(0, 92, 0, 25)
  1324. Flatten.Font = Enum.Font.SourceSans
  1325. Flatten.FontSize = Enum.FontSize.Size24
  1326. Flatten.Text = "Flatten"
  1327. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1328. Flatten.TextSize = 22
  1329.  
  1330. AimHead.Name = "AimHead"
  1331. AimHead.Parent = othersBaseBackground2
  1332. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1333. AimHead.BorderSizePixel = 0
  1334. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  1335. AimHead.Size = UDim2.new(0, 92, 0, 25)
  1336. AimHead.Font = Enum.Font.SourceSans
  1337. AimHead.FontSize = Enum.FontSize.Size24
  1338. AimHead.Text = "Aim Head"
  1339. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1340. AimHead.TextSize = 22
  1341.  
  1342. Float.Name = "Float"
  1343. Float.Parent = othersBaseBackground2
  1344. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1345. Float.BorderSizePixel = 0
  1346. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  1347. Float.Size = UDim2.new(0, 92, 0, 25)
  1348. Float.Font = Enum.Font.SourceSans
  1349. Float.FontSize = Enum.FontSize.Size24
  1350. Float.Text = "Float"
  1351. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1352. Float.TextSize = 22
  1353.  
  1354. Multiple.Name = "Multiple"
  1355. Multiple.Parent = othersBaseBackground2
  1356. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1357. Multiple.BorderSizePixel = 0
  1358. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  1359. Multiple.Size = UDim2.new(0, 92, 0, 25)
  1360. Multiple.Font = Enum.Font.SourceSans
  1361. Multiple.FontSize = Enum.FontSize.Size24
  1362. Multiple.Text = "Multiple"
  1363. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1364. Multiple.TextSize = 22
  1365.  
  1366. Animated.Name = "Animated"
  1367. Animated.Parent = othersBaseBackground2
  1368. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1369. Animated.BorderSizePixel = 0
  1370. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  1371. Animated.Size = UDim2.new(0, 92, 0, 25)
  1372. Animated.Font = Enum.Font.SourceSans
  1373. Animated.FontSize = Enum.FontSize.Size24
  1374. Animated.Text = "Animated"
  1375. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1376. Animated.TextSize = 22
  1377.  
  1378. SlowAttract.Name = "SlowAttract"
  1379. SlowAttract.Parent = othersBaseBackground2
  1380. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1381. SlowAttract.BorderSizePixel = 0
  1382. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  1383. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  1384. SlowAttract.Font = Enum.Font.SourceSans
  1385. SlowAttract.FontSize = Enum.FontSize.Size24
  1386. SlowAttract.Text = "SlowAttract"
  1387. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1388. SlowAttract.TextSize = 22
  1389.  
  1390. WeirdOrbit.Name = "WeirdOrbit"
  1391. WeirdOrbit.Parent = othersBaseBackground2
  1392. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1393. WeirdOrbit.BorderSizePixel = 0
  1394. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  1395. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  1396. WeirdOrbit.Font = Enum.Font.SourceSans
  1397. WeirdOrbit.FontSize = Enum.FontSize.Size24
  1398. WeirdOrbit.Text = "Weird Orbit"
  1399. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1400. WeirdOrbit.TextSize = 22
  1401.  
  1402. Violent.Name = "Violent"
  1403. Violent.Parent = othersBaseBackground2
  1404. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1405. Violent.BorderSizePixel = 0
  1406. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  1407. Violent.Size = UDim2.new(0, 92, 0, 25)
  1408. Violent.Font = Enum.Font.SourceSans
  1409. Violent.FontSize = Enum.FontSize.Size24
  1410. Violent.Text = "Violent"
  1411. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1412. Violent.TextSize = 22
  1413.  
  1414. Max.Name = "Max"
  1415. Max.Parent = othersBaseBackground2
  1416. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1417. Max.BorderSizePixel = 0
  1418. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  1419. Max.Size = UDim2.new(0, 92, 0, 25)
  1420. Max.Font = Enum.Font.SourceSans
  1421. Max.FontSize = Enum.FontSize.Size24
  1422. Max.Text = "Max"
  1423. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1424. Max.TextSize = 22
  1425.  
  1426. Others_toPAGE3.Name = "Others_toPAGE3"
  1427. Others_toPAGE3.Parent = Others_2
  1428. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1429. Others_toPAGE3.BorderSizePixel = 0
  1430. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1431. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1432. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  1433. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  1434. Others_toPAGE3.Text = "Next"
  1435. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1436. Others_toPAGE3.TextSize = 22
  1437.  
  1438. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  1439. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  1440. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1441. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  1442. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1443. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1444. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1445.  
  1446. Others_backPAGE1.Name = "Others_backPAGE1"
  1447. Others_backPAGE1.Parent = Others_2
  1448. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1449. Others_backPAGE1.BorderSizePixel = 0
  1450. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1451. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1452. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  1453. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  1454. Others_backPAGE1.Text = "Prev"
  1455. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1456. Others_backPAGE1.TextSize = 22
  1457.  
  1458. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  1459. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  1460. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1461. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  1462. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1463. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1464. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  1465.  
  1466. Extra_1.Name = "Extra_1"
  1467. Extra_1.Parent = Pages
  1468. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1469. Extra_1.BorderSizePixel = 0
  1470. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  1471. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  1472.  
  1473. Extra_Image.Name = "Extra_Image"
  1474. Extra_Image.Parent = Extra_1
  1475. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1476. Extra_Image.BackgroundTransparency = 1
  1477. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1478. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1479. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  1480.  
  1481. ExtraText.Name = "ExtraText"
  1482. ExtraText.Parent = Extra_1
  1483. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  1484. ExtraText.BackgroundTransparency = 1
  1485. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1486. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  1487. ExtraText.Font = Enum.Font.SourceSansItalic
  1488. ExtraText.FontSize = Enum.FontSize.Size24
  1489. ExtraText.Text = "Cool and unique commands for yourself!"
  1490. ExtraText.TextSize = 19
  1491. ExtraText.TextWrapped = true
  1492.  
  1493. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  1494. ExtraBaseBackGround1.Parent = Extra_1
  1495. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  1496. ExtraBaseBackGround1.BorderSizePixel = 0
  1497. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  1498. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1499.  
  1500. CrouchRocket.Name = "CrouchRocket"
  1501. CrouchRocket.Parent = ExtraBaseBackGround1
  1502. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1503. CrouchRocket.BorderSizePixel = 0
  1504. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1505. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  1506. CrouchRocket.Font = Enum.Font.SourceSans
  1507. CrouchRocket.FontSize = Enum.FontSize.Size18
  1508. CrouchRocket.Text = "Crouch Rocket"
  1509. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1510. CrouchRocket.TextSize = 17
  1511.  
  1512. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  1513. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  1514. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1515. ExtraBaseBackGround1Side.BorderSizePixel = 0
  1516. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1517. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1518.  
  1519. CloneIllusion.Name = "CloneIllusion"
  1520. CloneIllusion.Parent = ExtraBaseBackGround1
  1521. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1522. CloneIllusion.BorderSizePixel = 0
  1523. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1524. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  1525. CloneIllusion.Font = Enum.Font.SourceSans
  1526. CloneIllusion.FontSize = Enum.FontSize.Size18
  1527. CloneIllusion.Text = "Clone Illusion"
  1528. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1529. CloneIllusion.TextSize = 17
  1530.  
  1531. CoolSpin.Name = "CoolSpin"
  1532. CoolSpin.Parent = ExtraBaseBackGround1
  1533. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1534. CoolSpin.BorderSizePixel = 0
  1535. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1536. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  1537. CoolSpin.Font = Enum.Font.SourceSans
  1538. CoolSpin.FontSize = Enum.FontSize.Size18
  1539. CoolSpin.Text = "Cool Spin"
  1540. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1541. CoolSpin.TextSize = 17
  1542.  
  1543. JumpRocket.Name = "JumpRocket"
  1544. JumpRocket.Parent = ExtraBaseBackGround1
  1545. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1546. JumpRocket.BorderSizePixel = 0
  1547. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1548. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  1549. JumpRocket.Font = Enum.Font.SourceSans
  1550. JumpRocket.FontSize = Enum.FontSize.Size18
  1551. JumpRocket.Text = "Jump Rocket"
  1552. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1553. JumpRocket.TextSize = 17
  1554.  
  1555. Extra_toPAGE2.Name = "Extra_toPAGE2"
  1556. Extra_toPAGE2.Parent = Extra_1
  1557. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1558. Extra_toPAGE2.BorderSizePixel = 0
  1559. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1560. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1561. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  1562. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  1563. Extra_toPAGE2.Text = "Next"
  1564. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1565. Extra_toPAGE2.TextSize = 22
  1566.  
  1567. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  1568. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  1569. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1570. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  1571. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  1572. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  1573. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  1574.  
  1575. Extra_Title.Name = "Extra_Title"
  1576. Extra_Title.Parent = Extra_1
  1577. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1578. Extra_Title.BackgroundTransparency = 1
  1579. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  1580. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1581. Extra_Title.Font = Enum.Font.SourceSansBold
  1582. Extra_Title.FontSize = Enum.FontSize.Size28
  1583. Extra_Title.Text = "Extra"
  1584. Extra_Title.TextSize = 25
  1585.  
  1586. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  1587. ExtraBaseBackGround2.Parent = Extra_1
  1588. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1589. ExtraBaseBackGround2.BorderSizePixel = 0
  1590. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  1591. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1592.  
  1593. NoLimbs.Name = "NoLimbs"
  1594. NoLimbs.Parent = ExtraBaseBackGround2
  1595. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1596. NoLimbs.BorderSizePixel = 0
  1597. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1598. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  1599. NoLimbs.Font = Enum.Font.SourceSans
  1600. NoLimbs.FontSize = Enum.FontSize.Size18
  1601. NoLimbs.Text = "No Limbs"
  1602. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1603. NoLimbs.TextSize = 17
  1604.  
  1605. FEGodmode.Name = "FE Godmode"
  1606. FEGodmode.Parent = ExtraBaseBackGround2
  1607. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1608. FEGodmode.BorderSizePixel = 0
  1609. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1610. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  1611. FEGodmode.Font = Enum.Font.SourceSans
  1612. FEGodmode.FontSize = Enum.FontSize.Size18
  1613. FEGodmode.Text = "FE Godmode"
  1614. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1615. FEGodmode.TextSize = 17
  1616.  
  1617. BrickHats.Name = "BrickHats"
  1618. BrickHats.Parent = ExtraBaseBackGround2
  1619. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1620. BrickHats.BorderSizePixel = 0
  1621. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1622. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  1623. BrickHats.Font = Enum.Font.SourceSans
  1624. BrickHats.FontSize = Enum.FontSize.Size18
  1625. BrickHats.Text = "Brick Hats"
  1626. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1627. BrickHats.TextSize = 17
  1628.  
  1629. RapidPunch.Name = "RapidPunch"
  1630. RapidPunch.Parent = ExtraBaseBackGround2
  1631. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1632. RapidPunch.BorderSizePixel = 0
  1633. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1634. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  1635. RapidPunch.Font = Enum.Font.SourceSans
  1636. RapidPunch.FontSize = Enum.FontSize.Size18
  1637. RapidPunch.Text = "RapidPunch"
  1638. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1639. RapidPunch.TextSize = 17
  1640.  
  1641. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  1642. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  1643. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1644. ExtraBaseBackGround2Side.BorderSizePixel = 0
  1645. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1646. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1647.  
  1648. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  1649. ExtraBaseBackGround3.Parent = Extra_1
  1650. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1651. ExtraBaseBackGround3.BorderSizePixel = 0
  1652. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  1653. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1654.  
  1655. PunchFollow.Name = "PunchFollow"
  1656. PunchFollow.Parent = ExtraBaseBackGround3
  1657. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1658. PunchFollow.BorderSizePixel = 0
  1659. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1660. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  1661. PunchFollow.Font = Enum.Font.SourceSans
  1662. PunchFollow.FontSize = Enum.FontSize.Size18
  1663. PunchFollow.Text = "Punch Follow"
  1664. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1665. PunchFollow.TextSize = 17
  1666.  
  1667. ArmFollow.Name = "ArmFollow"
  1668. ArmFollow.Parent = ExtraBaseBackGround3
  1669. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1670. ArmFollow.BorderSizePixel = 0
  1671. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1672. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  1673. ArmFollow.Font = Enum.Font.SourceSans
  1674. ArmFollow.FontSize = Enum.FontSize.Size18
  1675. ArmFollow.Text = "Arm Follow"
  1676. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1677. ArmFollow.TextSize = 17
  1678.  
  1679. Spin.Name = "Spin"
  1680. Spin.Parent = ExtraBaseBackGround3
  1681. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1682. Spin.BorderSizePixel = 0
  1683. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1684. Spin.Size = UDim2.new(0, 92, 0, 25)
  1685. Spin.Font = Enum.Font.SourceSans
  1686. Spin.FontSize = Enum.FontSize.Size18
  1687. Spin.Text = "Spin"
  1688. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1689. Spin.TextSize = 17
  1690.  
  1691. Faint.Name = "Faint"
  1692. Faint.Parent = ExtraBaseBackGround3
  1693. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1694. Faint.BorderSizePixel = 0
  1695. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1696. Faint.Size = UDim2.new(0, 92, 0, 25)
  1697. Faint.Font = Enum.Font.SourceSans
  1698. Faint.FontSize = Enum.FontSize.Size18
  1699. Faint.Text = "Faint"
  1700. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1701. Faint.TextSize = 17
  1702.  
  1703. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  1704. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  1705. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1706. ExtraBaseBackGround3Side.BorderSizePixel = 0
  1707. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1708. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1709.  
  1710. Extra_2.Name = "Extra_2"
  1711. Extra_2.Parent = Pages
  1712. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1713. Extra_2.BorderSizePixel = 0
  1714. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  1715. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  1716.  
  1717. Extra_Image_2.Name = "Extra_Image"
  1718. Extra_Image_2.Parent = Extra_2
  1719. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1720. Extra_Image_2.BackgroundTransparency = 1
  1721. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  1722. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1723. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  1724.  
  1725. ExtraText_2.Name = "ExtraText"
  1726. ExtraText_2.Parent = Extra_2
  1727. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1728. ExtraText_2.BackgroundTransparency = 1
  1729. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1730. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  1731. ExtraText_2.Font = Enum.Font.SourceSansItalic
  1732. ExtraText_2.FontSize = Enum.FontSize.Size24
  1733. ExtraText_2.Text = "Cool and unique commands for other players!"
  1734. ExtraText_2.TextSize = 19
  1735. ExtraText_2.TextWrapped = true
  1736.  
  1737. Extra_Title_2.Name = "Extra_Title"
  1738. Extra_Title_2.Parent = Extra_2
  1739. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1740. Extra_Title_2.BackgroundTransparency = 1
  1741. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1742. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1743. Extra_Title_2.Font = Enum.Font.SourceSansBold
  1744. Extra_Title_2.FontSize = Enum.FontSize.Size28
  1745. Extra_Title_2.Text = "Extra"
  1746. Extra_Title_2.TextSize = 25
  1747.  
  1748. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  1749. ExtraBaseBackGround2_2.Parent = Extra_2
  1750. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1751. ExtraBaseBackGround2_2.BorderSizePixel = 0
  1752. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  1753. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  1754.  
  1755. CrouchAttack.Name = "CrouchAttack"
  1756. CrouchAttack.Parent = ExtraBaseBackGround2_2
  1757. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1758. CrouchAttack.BorderSizePixel = 0
  1759. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  1760. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  1761. CrouchAttack.Font = Enum.Font.SourceSans
  1762. CrouchAttack.FontSize = Enum.FontSize.Size18
  1763. CrouchAttack.Text = "Crouch Attack"
  1764. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1765. CrouchAttack.TextSize = 17
  1766.  
  1767. WalkThrough.Name = "WalkThrough"
  1768. WalkThrough.Parent = ExtraBaseBackGround2_2
  1769. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1770. WalkThrough.BorderSizePixel = 0
  1771. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  1772. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  1773. WalkThrough.Font = Enum.Font.SourceSans
  1774. WalkThrough.FontSize = Enum.FontSize.Size18
  1775. WalkThrough.Text = "Walk Through"
  1776. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1777. WalkThrough.TextSize = 17
  1778.  
  1779. CreepyWatch.Name = "CreepyWatch"
  1780. CreepyWatch.Parent = ExtraBaseBackGround2_2
  1781. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1782. CreepyWatch.BorderSizePixel = 0
  1783. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  1784. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  1785. CreepyWatch.Font = Enum.Font.SourceSans
  1786. CreepyWatch.FontSize = Enum.FontSize.Size18
  1787. CreepyWatch.Text = "Creepy Watch"
  1788. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1789. CreepyWatch.TextSize = 17
  1790.  
  1791. SpinAttack.Name = "SpinAttack"
  1792. SpinAttack.Parent = ExtraBaseBackGround2_2
  1793. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1794. SpinAttack.BorderSizePixel = 0
  1795. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  1796. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  1797. SpinAttack.Font = Enum.Font.SourceSans
  1798. SpinAttack.FontSize = Enum.FontSize.Size18
  1799. SpinAttack.Text = "Spin Attack"
  1800. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1801. SpinAttack.TextSize = 17
  1802.  
  1803. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  1804. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  1805. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1806. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  1807. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  1808. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  1809.  
  1810. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  1811. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  1812. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1813. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1814. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  1815. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  1816. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  1817. TXTBOX_PlrNameEXTRA.ZIndex = 2
  1818. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  1819. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  1820. TXTBOX_PlrNameEXTRA.Text = "Player"
  1821. TXTBOX_PlrNameEXTRA.TextScaled = true
  1822. TXTBOX_PlrNameEXTRA.TextSize = 14
  1823. TXTBOX_PlrNameEXTRA.TextWrapped = true
  1824.  
  1825. _18.Name = "18+"
  1826. _18.Parent = ExtraBaseBackGround2_2
  1827. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1828. _18.BorderSizePixel = 0
  1829. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  1830. _18.Size = UDim2.new(0, 92, 0, 25)
  1831. _18.Font = Enum.Font.SourceSans
  1832. _18.FontSize = Enum.FontSize.Size18
  1833. _18.Text = "18+"
  1834. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1835. _18.TextSize = 17
  1836.  
  1837. SlamPropulsion.Name = "SlamPropulsion"
  1838. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  1839. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1840. SlamPropulsion.BorderSizePixel = 0
  1841. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  1842. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  1843. SlamPropulsion.Font = Enum.Font.SourceSans
  1844. SlamPropulsion.FontSize = Enum.FontSize.Size18
  1845. SlamPropulsion.Text = "Slam Propulsion"
  1846. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1847. SlamPropulsion.TextSize = 15
  1848. SlamPropulsion.TextWrapped = true
  1849.  
  1850. Extra_backPAGE1.Name = "Extra_backPAGE1"
  1851. Extra_backPAGE1.Parent = Extra_2
  1852. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1853. Extra_backPAGE1.BorderSizePixel = 0
  1854. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1855. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1856. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  1857. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  1858. Extra_backPAGE1.Text = "Prev"
  1859. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1860. Extra_backPAGE1.TextSize = 22
  1861.  
  1862. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  1863. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  1864. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1865. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  1866. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1867. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  1868. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  1869.  
  1870. Others_3.Name = "Others_3"
  1871. Others_3.Parent = Pages
  1872. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1873. Others_3.BorderSizePixel = 0
  1874. Others_3.Position = UDim2.new(1, 0, 0, 0)
  1875. Others_3.Size = UDim2.new(1, 0, 1, 0)
  1876.  
  1877. OthersTitle_3.Name = "OthersTitle"
  1878. OthersTitle_3.Parent = Others_3
  1879. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1880. OthersTitle_3.BackgroundTransparency = 1
  1881. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  1882. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1883. OthersTitle_3.Font = Enum.Font.SourceSansBold
  1884. OthersTitle_3.FontSize = Enum.FontSize.Size28
  1885. OthersTitle_3.Text = "Others"
  1886. OthersTitle_3.TextSize = 25
  1887.  
  1888. Other_Image3.Name = "Other_Image3"
  1889. Other_Image3.Parent = Others_3
  1890. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  1891. Other_Image3.BackgroundTransparency = 1
  1892. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  1893. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1894. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  1895.  
  1896. OthersText_3.Name = "OthersText"
  1897. OthersText_3.Parent = Others_3
  1898. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1899. OthersText_3.BackgroundTransparency = 1
  1900. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  1901. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  1902. OthersText_3.Font = Enum.Font.SourceSansItalic
  1903. OthersText_3.FontSize = Enum.FontSize.Size24
  1904. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  1905. OthersText_3.TextSize = 19
  1906. OthersText_3.TextWrapped = true
  1907.  
  1908. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  1909. TXTBOX_PlrNameOTHER3.Parent = Others_3
  1910. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1911. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1912. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  1913. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  1914. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1915. TXTBOX_PlrNameOTHER3.ZIndex = 2
  1916. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  1917. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  1918. TXTBOX_PlrNameOTHER3.Text = "Player"
  1919. TXTBOX_PlrNameOTHER3.TextScaled = true
  1920. TXTBOX_PlrNameOTHER3.TextSize = 14
  1921. TXTBOX_PlrNameOTHER3.TextWrapped = true
  1922.  
  1923. othersBaseBackground3.Name = "othersBaseBackground3"
  1924. othersBaseBackground3.Parent = Others_3
  1925. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  1926. othersBaseBackground3.BorderSizePixel = 0
  1927. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  1928. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  1929.  
  1930. FreeFall.Name = "FreeFall"
  1931. FreeFall.Parent = othersBaseBackground3
  1932. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1933. FreeFall.BorderSizePixel = 0
  1934. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  1935. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  1936. FreeFall.Font = Enum.Font.SourceSans
  1937. FreeFall.FontSize = Enum.FontSize.Size24
  1938. FreeFall.Text = "Free Fall"
  1939. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1940. FreeFall.TextSize = 22
  1941.  
  1942. Attach.Name = "Attach"
  1943. Attach.Parent = othersBaseBackground3
  1944. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1945. Attach.BorderSizePixel = 0
  1946. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  1947. Attach.Size = UDim2.new(0, 92, 0, 25)
  1948. Attach.Font = Enum.Font.SourceSans
  1949. Attach.FontSize = Enum.FontSize.Size24
  1950. Attach.Text = "Attach"
  1951. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1952. Attach.TextSize = 22
  1953.  
  1954. Bring.Name = "Bring"
  1955. Bring.Parent = othersBaseBackground3
  1956. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1957. Bring.BorderSizePixel = 0
  1958. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  1959. Bring.Size = UDim2.new(0, 92, 0, 25)
  1960. Bring.Font = Enum.Font.SourceSans
  1961. Bring.FontSize = Enum.FontSize.Size24
  1962. Bring.Text = "Bring"
  1963. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1964. Bring.TextSize = 22
  1965.  
  1966. SafeKill.Name = "SafeKill"
  1967. SafeKill.Parent = othersBaseBackground3
  1968. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1969. SafeKill.BorderSizePixel = 0
  1970. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  1971. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  1972. SafeKill.Font = Enum.Font.SourceSans
  1973. SafeKill.FontSize = Enum.FontSize.Size24
  1974. SafeKill.Text = "SafeKill"
  1975. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1976. SafeKill.TextSize = 22
  1977.  
  1978. SuperSpin.Name = "SuperSpin"
  1979. SuperSpin.Parent = othersBaseBackground3
  1980. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1981. SuperSpin.BorderSizePixel = 0
  1982. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  1983. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  1984. SuperSpin.Font = Enum.Font.SourceSans
  1985. SuperSpin.FontSize = Enum.FontSize.Size24
  1986. SuperSpin.Text = "SuperSpin"
  1987. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1988. SuperSpin.TextSize = 22
  1989.  
  1990. Kill.Name = "Kill"
  1991. Kill.Parent = othersBaseBackground3
  1992. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1993. Kill.BorderSizePixel = 0
  1994. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  1995. Kill.Size = UDim2.new(0, 92, 0, 25)
  1996. Kill.Font = Enum.Font.SourceSans
  1997. Kill.FontSize = Enum.FontSize.Size24
  1998. Kill.Text = "Kill"
  1999. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2000. Kill.TextSize = 22
  2001.  
  2002. Others_backPAGE2.Name = "Others_backPAGE2"
  2003. Others_backPAGE2.Parent = Others_3
  2004. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2005. Others_backPAGE2.BorderSizePixel = 0
  2006. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2007. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2008. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  2009. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  2010. Others_backPAGE2.Text = "Prev"
  2011. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2012. Others_backPAGE2.TextSize = 22
  2013.  
  2014. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  2015. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  2016. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2017. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  2018. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  2019. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  2020. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  2021.  
  2022. Games.Name = "Games"
  2023. Games.Parent = Pages
  2024. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2025. Games.BorderSizePixel = 0
  2026. Games.Position = UDim2.new(1, 0, 0, 0)
  2027. Games.Size = UDim2.new(1, 0, 1, 0)
  2028.  
  2029. Games_IMAGE.Name = "Games_IMAGE"
  2030. Games_IMAGE.Parent = Games
  2031. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  2032. Games_IMAGE.BackgroundTransparency = 1
  2033. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  2034. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2035. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  2036.  
  2037. GamesText.Name = "GamesText"
  2038. GamesText.Parent = Games
  2039. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  2040. GamesText.BackgroundTransparency = 1
  2041. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2042. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  2043. GamesText.Font = Enum.Font.SourceSansItalic
  2044. GamesText.FontSize = Enum.FontSize.Size24
  2045. GamesText.Text = "Not a completed part, I will be updating with more games."
  2046. GamesText.TextSize = 19
  2047. GamesText.TextWrapped = true
  2048.  
  2049. Games_TITLE.Name = "Games_TITLE"
  2050. Games_TITLE.Parent = Games
  2051. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  2052. Games_TITLE.BackgroundTransparency = 1
  2053. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  2054. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2055. Games_TITLE.Font = Enum.Font.SourceSansBold
  2056. Games_TITLE.FontSize = Enum.FontSize.Size28
  2057. Games_TITLE.Text = "Games"
  2058. Games_TITLE.TextSize = 25
  2059.  
  2060. Games_IMAGE2.Name = "Games_IMAGE2"
  2061. Games_IMAGE2.Parent = Games
  2062. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  2063. Games_IMAGE2.BackgroundTransparency = 1
  2064. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  2065. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2066. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  2067.  
  2068. SwordFightingTournament.Name = "SwordFightingTournament"
  2069. SwordFightingTournament.Parent = Games
  2070. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2071. SwordFightingTournament.BorderSizePixel = 0
  2072. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  2073. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2074. SwordFightingTournament.Font = Enum.Font.SourceSans
  2075. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  2076. SwordFightingTournament.Text = "Sword Fighting Tournament"
  2077. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2078. SwordFightingTournament.TextScaled = true
  2079. SwordFightingTournament.TextSize = 14
  2080. SwordFightingTournament.TextWrapped = true
  2081.  
  2082. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  2083. PlatesOfFateMayhem.Parent = Games
  2084. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2085. PlatesOfFateMayhem.BorderSizePixel = 0
  2086. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  2087. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2088. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  2089. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  2090. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  2091. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2092. PlatesOfFateMayhem.TextScaled = true
  2093. PlatesOfFateMayhem.TextSize = 14
  2094. PlatesOfFateMayhem.TextWrapped = true
  2095.  
  2096. GamesText2.Name = "GamesText2"
  2097. GamesText2.Parent = Games
  2098. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  2099. GamesText2.BackgroundTransparency = 1
  2100. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  2101. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  2102. GamesText2.Font = Enum.Font.SourceSansItalic
  2103. GamesText2.FontSize = Enum.FontSize.Size24
  2104. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  2105. GamesText2.TextSize = 19
  2106. GamesText2.TextWrapped = true
  2107.  
  2108. Frappe.Name = "Frappe"
  2109. Frappe.Parent = Games
  2110. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2111. Frappe.BorderSizePixel = 0
  2112. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  2113. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2114. Frappe.Font = Enum.Font.SourceSans
  2115. Frappe.FontSize = Enum.FontSize.Size14
  2116. Frappe.Text = "Frappe"
  2117. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2118. Frappe.TextScaled = true
  2119. Frappe.TextSize = 14
  2120. Frappe.TextWrapped = true
  2121.  
  2122. Frappe_2.Name = "Frappe"
  2123. Frappe_2.Parent = Games
  2124. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2125. Frappe_2.BorderSizePixel = 0
  2126. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  2127. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2128. Frappe_2.Font = Enum.Font.SourceSans
  2129. Frappe_2.FontSize = Enum.FontSize.Size14
  2130. Frappe_2.Text = "Frappe"
  2131. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2132. Frappe_2.TextScaled = true
  2133. Frappe_2.TextSize = 14
  2134. Frappe_2.TextWrapped = true
  2135.  
  2136. MenuFrame.Name = "MenuFrame"
  2137. MenuFrame.Parent = MainFrame
  2138. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2139. MenuFrame.BorderSizePixel = 0
  2140. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2141. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  2142.  
  2143. Welcome.Name = "Welcome"
  2144. Welcome.Parent = MenuFrame
  2145. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  2146. Welcome.BackgroundTransparency = 1
  2147. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  2148. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  2149. Welcome.Font = Enum.Font.SourceSansLight
  2150. Welcome.FontSize = Enum.FontSize.Size14
  2151. Welcome.Text = "Welcome,"
  2152. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2153. Welcome.TextScaled = true
  2154. Welcome.TextSize = 14
  2155. Welcome.TextWrapped = true
  2156.  
  2157. NameOfPlayer.Name = "NameOfPlayer"
  2158. NameOfPlayer.Parent = MenuFrame
  2159. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  2160. NameOfPlayer.BackgroundTransparency = 1
  2161. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  2162. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  2163. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  2164. NameOfPlayer.FontSize = Enum.FontSize.Size14
  2165. NameOfPlayer.Text = "PlayerName"
  2166. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2167. NameOfPlayer.TextScaled = true
  2168. NameOfPlayer.TextSize = 14
  2169. NameOfPlayer.TextWrapped = true
  2170.  
  2171. T_Information.Name = "T_Information"
  2172. T_Information.Parent = MenuFrame
  2173. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2174. T_Information.BorderSizePixel = 0
  2175. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  2176. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2177. T_Information.Font = Enum.Font.SourceSans
  2178. T_Information.FontSize = Enum.FontSize.Size18
  2179. T_Information.Text = "Information"
  2180. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2181. T_Information.TextSize = 16
  2182. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  2183.  
  2184. T_InfoImage.Name = "T_InfoImage"
  2185. T_InfoImage.Parent = T_Information
  2186. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2187. T_InfoImage.BackgroundTransparency = 1
  2188. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2189. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2190. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  2191.  
  2192. T_Character.Name = "T_Character"
  2193. T_Character.Parent = MenuFrame
  2194. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2195. T_Character.BorderSizePixel = 0
  2196. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  2197. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2198. T_Character.Font = Enum.Font.SourceSans
  2199. T_Character.FontSize = Enum.FontSize.Size18
  2200. T_Character.Text = "Character"
  2201. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2202. T_Character.TextSize = 16
  2203. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  2204.  
  2205. T_CharImage.Name = "T_CharImage"
  2206. T_CharImage.Parent = T_Character
  2207. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2208. T_CharImage.BackgroundTransparency = 1
  2209. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2210. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2211. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  2212.  
  2213. T_Games.Name = "T_Games"
  2214. T_Games.Parent = MenuFrame
  2215. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2216. T_Games.BorderSizePixel = 0
  2217. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  2218. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2219. T_Games.Font = Enum.Font.SourceSans
  2220. T_Games.FontSize = Enum.FontSize.Size18
  2221. T_Games.Text = "Games"
  2222. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2223. T_Games.TextSize = 16
  2224. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  2225.  
  2226. T_GameImage.Name = "T_GameImage"
  2227. T_GameImage.Parent = T_Games
  2228. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2229. T_GameImage.BackgroundTransparency = 1
  2230. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2231. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2232. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  2233.  
  2234. T_Others.Name = "T_Others"
  2235. T_Others.Parent = MenuFrame
  2236. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2237. T_Others.BorderSizePixel = 0
  2238. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  2239. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2240. T_Others.Font = Enum.Font.SourceSans
  2241. T_Others.FontSize = Enum.FontSize.Size18
  2242. T_Others.Text = "Others"
  2243. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2244. T_Others.TextSize = 16
  2245. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  2246.  
  2247. T_OtherImage.Name = "T_OtherImage"
  2248. T_OtherImage.Parent = T_Others
  2249. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2250. T_OtherImage.BackgroundTransparency = 1
  2251. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  2252. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  2253. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  2254.  
  2255. T_Extra.Name = "T_Extra"
  2256. T_Extra.Parent = MenuFrame
  2257. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2258. T_Extra.BorderSizePixel = 0
  2259. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  2260. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2261. T_Extra.Font = Enum.Font.SourceSans
  2262. T_Extra.FontSize = Enum.FontSize.Size18
  2263. T_Extra.Text = "Extra"
  2264. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2265. T_Extra.TextSize = 16
  2266. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  2267.  
  2268. T_ExtraImage.Name = "T_ExtraImage"
  2269. T_ExtraImage.Parent = T_Extra
  2270. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2271. T_ExtraImage.BackgroundTransparency = 1
  2272. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2273. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2274. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  2275.  
  2276. DeleteGUI.Name = "DeleteGUI"
  2277. DeleteGUI.Parent = MenuFrame
  2278. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  2279. DeleteGUI.BorderSizePixel = 0
  2280. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  2281. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2282. DeleteGUI.Font = Enum.Font.SourceSans
  2283. DeleteGUI.FontSize = Enum.FontSize.Size18
  2284. DeleteGUI.Text = "Delete GUI"
  2285. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2286. DeleteGUI.TextSize = 16
  2287. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  2288.  
  2289. DELETEIMAGE.Name = "DELETEIMAGE"
  2290. DELETEIMAGE.Parent = DeleteGUI
  2291. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  2292. DELETEIMAGE.BackgroundTransparency = 1
  2293. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  2294. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  2295. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  2296.  
  2297. Darkness.Name = "Darkness"
  2298. Darkness.Parent = MainFrame
  2299. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  2300. Darkness.BackgroundTransparency = 0.8
  2301. Darkness.BorderSizePixel = 0
  2302. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  2303. Darkness.Size = UDim2.new(0, 272, 0, 271)
  2304. Darkness.Visible = false
  2305. Darkness.ZIndex = 7
  2306. Darkness.Font = Enum.Font.SourceSans
  2307. Darkness.FontSize = Enum.FontSize.Size14
  2308. Darkness.Text = ""
  2309. Darkness.TextSize = 14
  2310.  
  2311. -----------------------------------------------------------------
  2312. -----------------------------------------------------------------
  2313. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  2314. if game.Workspace.FilteringEnabled == true then
  2315. Image_FE_ENABLED.Visible = true
  2316. Image_FE_DISABLED.Visible = false
  2317. Text_FE_ENABLED.Visible = true
  2318. Text_FE_DISABLED.Visible = false
  2319. else
  2320. Image_FE_ENABLED.Visible = false
  2321. Image_FE_DISABLED.Visible = true
  2322. Text_FE_ENABLED.Visible = false
  2323. Text_FE_DISABLED.Visible = true
  2324. end
  2325.  
  2326. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2327. local Found = {}
  2328. local strl = String:lower()
  2329. if strl == "all" then
  2330. for i,v in pairs(game.Players:GetPlayers()) do
  2331. table.insert(Found,v)
  2332. end
  2333. elseif strl == "others" then
  2334. for i,v in pairs(game.Players:GetPlayers()) do
  2335. if v.Name ~= game.Players.LocalPlayer.Name then
  2336. table.insert(Found,v)
  2337. end
  2338. end
  2339. else
  2340. for i,v in pairs(game.Players:GetPlayers()) do
  2341. if v.Name:lower():sub(1, #String) == String:lower() then
  2342. table.insert(Found,v)
  2343. end
  2344. end
  2345. end
  2346. return Found
  2347. end
  2348.  
  2349. OpenMenu.MouseButton1Click:connect(function()
  2350. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  2351. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  2352. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  2353. wait(0.7)
  2354. Darkness.Visible = true
  2355. Darkness.BackgroundTransparency = 0.8
  2356. end)
  2357.  
  2358. Darkness.MouseButton1Click:connect(function()
  2359. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  2360. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  2361. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  2362. Darkness.Visible = false
  2363. end)
  2364.  
  2365. closedgui = true
  2366. CloseGUI.MouseButton1Click:connect(function()
  2367. wait(0.3)
  2368. if closedgui then
  2369. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  2370. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  2371. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2372. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2373. Darkness.Visible = false
  2374. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  2375. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  2376. wait(1.6)
  2377. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2378. Darkness.Visible = false
  2379. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2380. closedgui = false
  2381. else
  2382. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  2383. wait(1.5)
  2384. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2385. wait(0.6)
  2386. closedgui = true
  2387. end
  2388. end)
  2389.  
  2390. DeleteGUI.MouseButton1Click:connect(function()
  2391. game.CoreGui.OPFinality:Destroy()
  2392. end)
  2393.  
  2394. T_Character.MouseButton1Click:connect(function()
  2395. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2396. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2397. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2398. Darkness.Visible = false
  2399. wait(0.5)
  2400. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2401. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2402. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2403. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2404. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2405. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2406. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2407. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2408. wait(0.5)
  2409. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2410. end)
  2411.  
  2412. T_Extra.MouseButton1Click:connect(function()
  2413. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2414. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2415. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2416. Darkness.Visible = false
  2417. wait(0.5)
  2418. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2419. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2420. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2421. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2422. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2423. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2424. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2425. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2426. wait(0.5)
  2427. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2428. end)
  2429.  
  2430. T_Games.MouseButton1Click:connect(function()
  2431. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2432. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2433. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2434. Darkness.Visible = false
  2435. wait(0.5)
  2436. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2437. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2438. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2439. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2440. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2441. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2442. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2443. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2444. wait(0.5)
  2445. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2446. end)
  2447.  
  2448. T_Information.MouseButton1Click:connect(function()
  2449. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2450. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2451. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2452. Darkness.Visible = false
  2453. wait(0.5)
  2454. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2455. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2456. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2457. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2458. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2459. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2460. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2461. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2462. wait(0.5)
  2463. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2464. end)
  2465.  
  2466. T_Others.MouseButton1Click:connect(function()
  2467. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2468. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2469. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2470. Darkness.Visible = false
  2471. wait(0.5)
  2472. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2473. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2474. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2475. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2476. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2477. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2478. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2479. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2480. wait(0.5)
  2481. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2482. end)
  2483.  
  2484. Character_toPAGE2.MouseButton1Click:connect(function()
  2485. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2486. wait(0.5)
  2487. Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2488. end)
  2489. Character_backPAGE1.MouseButton1Click:connect(function()
  2490. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2491. wait(0.5)
  2492. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2493. end)
  2494. Extra_toPAGE2.MouseButton1Click:connect(function()
  2495. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2496. wait(0.5)
  2497. Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2498. end)
  2499. Extra_backPAGE1.MouseButton1Click:connect(function()
  2500. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2501. wait(0.5)
  2502. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2503. end)
  2504. Others_toPAGE2.MouseButton1Click:connect(function()
  2505. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2506. wait(0.5)
  2507. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2508. end)
  2509. Others_toPAGE3.MouseButton1Click:connect(function()
  2510. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2511. wait(0.5)
  2512. Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2513. end)
  2514. Others_backPAGE1.MouseButton1Click:connect(function()
  2515. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2516. wait(0.5)
  2517. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2518. end)
  2519. Others_backPAGE2.MouseButton1Click:connect(function()
  2520. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2521. wait(0.5)
  2522. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2523. end)
  2524.  
  2525. -------------------------------------------------------------------------------
  2526. -------------------------------------------------------------------------------
  2527.  
  2528. HipHeight.MouseButton1Click:connect(function()
  2529. game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  2530. end)
  2531. Speed.MouseButton1Click:connect(function()
  2532. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  2533. end)
  2534. JumpHeight.MouseButton1Click:connect(function()
  2535. game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  2536. end)
  2537. Chat.MouseButton1Click:connect(function()
  2538. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  2539. end)
  2540. SpammingChar = false
  2541. Spam_2.MouseButton1Click:connect(function()
  2542. SpammingChar = not SpammingChar
  2543. end)
  2544.  
  2545. local flying = false
  2546. Fly.MouseButton1Click:connect(function()
  2547. flying = not flying
  2548. repeat wait()
  2549. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2550. local mouse = game.Players.LocalPlayer:GetMouse()
  2551. repeat wait() until mouse
  2552. local plr = game.Players.LocalPlayer
  2553. local torso = plr.Character.Torso
  2554. local deb = true
  2555. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2556. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2557. local maxspeed = 80
  2558. local speed = 0
  2559. if flying then
  2560. Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  2561. else
  2562. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2563. end
  2564.  
  2565. function FlyFunction()
  2566. local bg = Instance.new("BodyGyro", torso)
  2567. bg.P = 9e4
  2568. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2569. bg.cframe = torso.CFrame
  2570. local bv = Instance.new("BodyVelocity", torso)
  2571. bv.velocity = Vector3.new(0,0.1,0)
  2572. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2573. repeat wait()
  2574. plr.Character.Humanoid.PlatformStand = true
  2575. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2576. speed = speed+.5+(speed/maxspeed)
  2577. if speed > maxspeed then
  2578. speed = maxspeed
  2579. end
  2580. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2581. speed = speed-1
  2582. if speed < 0 then
  2583. speed = 0
  2584. end
  2585. end
  2586. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2587. 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
  2588. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2589. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2590. 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
  2591. else
  2592. bv.velocity = Vector3.new(0,0.1,0)
  2593. end
  2594. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2595. until not flying
  2596. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2597. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2598. speed = 0
  2599. bg:Destroy()
  2600. bv:Destroy()
  2601. plr.Character.Humanoid.PlatformStand = false
  2602. end
  2603. mouse.KeyDown:connect(function(key)
  2604. if key:lower() == "w" then
  2605. ctrl.f = 1
  2606. elseif key:lower() == "s" then
  2607. ctrl.b = -1
  2608. elseif key:lower() == "a" then
  2609. ctrl.l = -1
  2610. elseif key:lower() == "d" then
  2611. ctrl.r = 1
  2612. end
  2613. end)
  2614. mouse.KeyUp:connect(function(key)
  2615. if key:lower() == "w" then
  2616. ctrl.f = 0
  2617. elseif key:lower() == "s" then
  2618. ctrl.b = 0
  2619. elseif key:lower() == "a" then
  2620. ctrl.l = 0
  2621. elseif key:lower() == "d" then
  2622. ctrl.r = 0
  2623. end
  2624. end)
  2625. FlyFunction()
  2626. end)
  2627.  
  2628. clip = true
  2629. Noclip.MouseButton1Click:connect(function()
  2630. clip = not clip
  2631. game:GetService('RunService').Stepped:connect(function()
  2632. if not clip then
  2633. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  2634. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2635. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2636. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2637. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2638. else
  2639. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2640. end
  2641. end)
  2642. end)
  2643.  
  2644. local Anim = Instance.new("Animation")
  2645. Anim.AnimationId = "rbxassetid://33169583"
  2646. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2647. local armsareoff = false
  2648. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2649. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2650. armsareoff = false
  2651. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2652. end)
  2653. armsoff.MouseButton1Click:connect(function()
  2654. armsareoff = not armsareoff
  2655. if armsareoff then
  2656. armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2657. while wait() do
  2658. if track.IsPlaying == false then
  2659. if armsareoff then
  2660. track:Play(.1, 1, 1e6)
  2661. end
  2662. end
  2663. end
  2664. else
  2665. track:Stop()
  2666. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2667. end
  2668. end)
  2669.  
  2670. local Anim = Instance.new("Animation")
  2671. Anim.AnimationId = "rbxassetid://121572214"
  2672. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2673. headfloatACTIVE = false
  2674. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2675. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2676. headfloatACTIVE = false
  2677. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2678. end)
  2679. headfloat.MouseButton1Click:connect(function()
  2680. headfloatACTIVE = not headfloatACTIVE
  2681. if headfloatACTIVE then
  2682. headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2683. while wait() do
  2684. if track.IsPlaying == false then
  2685. if headfloatACTIVE then
  2686. track:Play(.1, 1, 1)
  2687. end
  2688. end
  2689. end
  2690. else
  2691. track:Stop()
  2692. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2693. end
  2694. end)
  2695.  
  2696. local Anim = Instance.new("Animation")
  2697. Anim.AnimationId = "rbxassetid://35154961"
  2698. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2699. local headthrowACTIVE = false
  2700. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2701. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2702. headthrowACTIVE = false
  2703. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2704. end)
  2705. headthrow.MouseButton1Click:connect(function()
  2706. headthrowACTIVE = not headthrowACTIVE
  2707. if headthrowACTIVE then
  2708. headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2709. while wait() do
  2710. if track.IsPlaying == false then
  2711. if headthrowACTIVE then
  2712. track:Play(.1, 1, 1)
  2713. end
  2714. end
  2715. end
  2716. else
  2717. track:Stop()
  2718. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2719. end
  2720. end)
  2721.  
  2722. local Anim = Instance.new("Animation")
  2723. Anim.AnimationId = "rbxassetid://35154961"
  2724. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2725. local loopheadACTIVE = false
  2726. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2727. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2728. loopheadACTIVE = false
  2729. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2730. end)
  2731. loophead.MouseButton1Click:connect(function()
  2732. loopheadACTIVE = not loopheadACTIVE
  2733. if loopheadACTIVE then
  2734. loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2735. while wait() do
  2736. if track.IsPlaying == false then
  2737. if loopheadACTIVE then
  2738. track:Play(.1, 1, 1e6)
  2739. end
  2740. end
  2741. end
  2742. else
  2743. track:Stop()
  2744. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2745. end
  2746. end)
  2747.  
  2748. local Anim = Instance.new("Animation")
  2749. Anim.AnimationId = "rbxassetid://313762630"
  2750. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2751. local levitateACTIVE = false
  2752. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2753. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2754. levitateACTIVE = false
  2755. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2756. end)
  2757. levitate.MouseButton1Click:connect(function()
  2758. levitateACTIVE = not levitateACTIVE
  2759. if levitateACTIVE then
  2760. levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2761. while wait() do
  2762. if track.IsPlaying == false then
  2763. if levitateACTIVE then
  2764. track:Play(.1, 1, 1)
  2765. end
  2766. end
  2767. end
  2768. else
  2769. track:Stop()
  2770. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2771. end
  2772. end)
  2773.  
  2774. local Anim = Instance.new("Animation")
  2775. Anim.AnimationId = "rbxassetid://282574440"
  2776. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2777. local crawlACTIVE = false
  2778. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2779. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2780. crawlACTIVE = false
  2781. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2782. end)
  2783. crawl.MouseButton1Click:connect(function()
  2784. crawlACTIVE = not crawlACTIVE
  2785. if crawlACTIVE then
  2786. crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2787. while wait() do
  2788. if track.IsPlaying == false then
  2789. if crawlACTIVE then
  2790. track:Play(.1, 1, 1)
  2791. end
  2792. end
  2793. end
  2794. else
  2795. track:Stop()
  2796. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2797. end
  2798. end)
  2799.  
  2800. local Anim = Instance.new("Animation")
  2801. Anim.AnimationId = "rbxassetid://184574340"
  2802. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2803. local jumplandACTIVE = false
  2804. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2805. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2806. jumplandACTIVE = false
  2807. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2808. end)
  2809. jumpland.MouseButton1Click:connect(function()
  2810. jumplandACTIVE = not jumplandACTIVE
  2811. if jumplandACTIVE then
  2812. jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2813. while wait() do
  2814. if track.IsPlaying == false then
  2815. if jumplandACTIVE then
  2816. track:Play(.1, 1, 1)
  2817. end
  2818. end
  2819. end
  2820. else
  2821. track:Stop()
  2822. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2823. end
  2824. end)
  2825.  
  2826. local Anim = Instance.new("Animation")
  2827. Anim.AnimationId = "rbxassetid://126753849"
  2828. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2829. local punchesACTIVE = false
  2830. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2831. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2832. punchesACTIVE = false
  2833. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2834. end)
  2835. punches.MouseButton1Click:connect(function()
  2836. punchesACTIVE = not punchesACTIVE
  2837. if punchesACTIVE then
  2838. punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2839. while wait() do
  2840. if track.IsPlaying == false then
  2841. if punchesACTIVE then
  2842. track:Play(.1, 1, 1)
  2843. end
  2844. end
  2845. end
  2846. else
  2847. track:Stop()
  2848. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2849. end
  2850. end)
  2851.  
  2852. local Anim = Instance.new("Animation")
  2853. Anim.AnimationId = "rbxassetid://204062532"
  2854. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2855. local swingACTIVE = false
  2856. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2857. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2858. swingACTIVE = false
  2859. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2860. end)
  2861. swing.MouseButton1Click:connect(function()
  2862. swingACTIVE = not swingACTIVE
  2863. if swingACTIVE then
  2864. swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2865. while wait() do
  2866. if track.IsPlaying == false then
  2867. if swingACTIVE then
  2868. track:Play(.1, 1, 1)
  2869. end
  2870. end
  2871. end
  2872. else
  2873. track:Stop()
  2874. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2875. end
  2876. end)
  2877.  
  2878. local Anim = Instance.new("Animation")
  2879. Anim.AnimationId = "rbxassetid://204295235"
  2880. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2881. local swordstrikeACTIVE = false
  2882. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2883. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2884. swordstrikeACTIVE = false
  2885. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2886. end)
  2887. swordstrike.MouseButton1Click:connect(function()
  2888. swordstrikeACTIVE = not swordstrikeACTIVE
  2889. if swordstrikeACTIVE then
  2890. swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2891. while wait() do
  2892. if track.IsPlaying == false then
  2893. if swordstrikeACTIVE then
  2894. track:Play(.1, 1, 1)
  2895. end
  2896. end
  2897. end
  2898. else
  2899. track:Stop()
  2900. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2901. end
  2902. end)
  2903.  
  2904. local Anim = Instance.new("Animation")
  2905. Anim.AnimationId = "rbxassetid://45834924"
  2906. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2907. local happyACTIVE = false
  2908. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2909. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2910. happyACTIVE = false
  2911. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2912. end)
  2913. happy.MouseButton1Click:connect(function()
  2914. happyACTIVE = not happyACTIVE
  2915. if happyACTIVE then
  2916. happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2917. while wait() do
  2918. if track.IsPlaying == false then
  2919. if happyACTIVE then
  2920. track:Play(.1, 1, 1)
  2921. end
  2922. end
  2923. end
  2924. else
  2925. track:Stop()
  2926. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2927. end
  2928. end)
  2929.  
  2930. local Anim = Instance.new("Animation")
  2931. Anim.AnimationId = "rbxassetid://33796059"
  2932. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2933. local insaneACTIVE = false
  2934. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2935. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2936. insaneACTIVE = false
  2937. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2938. end)
  2939. insane.MouseButton1Click:connect(function()
  2940. insaneACTIVE = not insaneACTIVE
  2941. if insaneACTIVE then
  2942. insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2943. while wait() do
  2944. if track.IsPlaying == false then
  2945. if insaneACTIVE then
  2946. track:Play(.1, 1, 1e6)
  2947. end
  2948. end
  2949. end
  2950. else
  2951. track:Stop()
  2952. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2953. end
  2954. end)
  2955.  
  2956. local Anim = Instance.new("Animation")
  2957. Anim.AnimationId = "rbxassetid://429703734"
  2958. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2959. local movingdanceACTIVE = false
  2960. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2961. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2962. movingdanceACTIVE = false
  2963. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2964. end)
  2965. movingdance.MouseButton1Click:connect(function()
  2966. movingdanceACTIVE = not movingdanceACTIVE
  2967. if movingdanceACTIVE then
  2968. movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2969. while wait() do
  2970. if track.IsPlaying == false then
  2971. if movingdanceACTIVE then
  2972. track:Play(.1, 1, 1)
  2973. end
  2974. end
  2975. end
  2976. else
  2977. track:Stop()
  2978. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2979. end
  2980. end)
  2981.  
  2982. local Anim = Instance.new("Animation")
  2983. Anim.AnimationId = "rbxassetid://35654637"
  2984. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2985. local normalACTIVE = false
  2986. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2987. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2988. normalACTIVE = false
  2989. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2990. end)
  2991. normal.MouseButton1Click:connect(function()
  2992. normalACTIVE = not normalACTIVE
  2993. if normalACTIVE then
  2994. normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2995. while wait() do
  2996. if track.IsPlaying == false then
  2997. if normalACTIVE then
  2998. track:Play(.1, 1, 1)
  2999. end
  3000. end
  3001. end
  3002. else
  3003. track:Stop()
  3004. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3005. end
  3006. end)
  3007.  
  3008. local Anim = Instance.new("Animation")
  3009. Anim.AnimationId = "rbxassetid://186934910"
  3010. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3011. local spindanceACTIVE = false
  3012. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3013. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3014. spindanceACTIVE = false
  3015. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3016. end)
  3017. spindance.MouseButton1Click:connect(function()
  3018. spindanceACTIVE = not spindanceACTIVE
  3019. if spindanceACTIVE then
  3020. spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3021. while wait() do
  3022. if track.IsPlaying == false then
  3023. if spindanceACTIVE then
  3024. track:Play(.1, 1, 1)
  3025. end
  3026. end
  3027. end
  3028. else
  3029. track:Stop()
  3030. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3031. end
  3032. end)
  3033.  
  3034. local Anim = Instance.new("Animation")
  3035. Anim.AnimationId = "rbxassetid://215384594"
  3036. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3037. local CloneIllusionACTIVE = false
  3038. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3039. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3040. CloneIllusionACTIVE = false
  3041. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3042. end)
  3043. CloneIllusion.MouseButton1Click:connect(function()
  3044. CloneIllusionACTIVE = not CloneIllusionACTIVE
  3045. if CloneIllusionACTIVE then
  3046. CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3047. while wait() do
  3048. if track.IsPlaying == false then
  3049. if CloneIllusionACTIVE then
  3050. track:Play(.1, 1, 1e6)
  3051. end
  3052. end
  3053. end
  3054. else
  3055. track:Stop()
  3056. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3057. end
  3058. end)
  3059.  
  3060. spinning = false
  3061. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3062. spinning = false
  3063. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3064. end)
  3065. CoolSpin.MouseButton1Click:connect(function()
  3066. spinning = not spinning
  3067. if spinning then
  3068. local p = Instance.new("RocketPropulsion")
  3069. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3070. p.Name = "CrazySpin"
  3071. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  3072. p:Fire()
  3073. CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3074. else
  3075. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  3076. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3077. end
  3078. end)
  3079.  
  3080. local Anim = Instance.new("Animation")
  3081. Anim.AnimationId = "rbxassetid://180612465"
  3082. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3083. local ScaredACTIVE = false
  3084. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3085. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3086. ScaredACTIVE = false
  3087. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3088. end)
  3089. CrouchRocket.MouseButton1Click:connect(function()
  3090. ScaredACTIVE = not ScaredACTIVE
  3091. if ScaredACTIVE then
  3092. local u = Instance.new("RocketPropulsion")
  3093. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3094. u.Name = "CrouchRocket"
  3095. u.Target = game.Players.LocalPlayer.Character.Head
  3096. u:Fire()
  3097. CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3098. while wait() do
  3099. if track.IsPlaying == false then
  3100. if ScaredACTIVE then
  3101. track:Play(.1, 1, 1)
  3102. end
  3103. end
  3104. end
  3105. else
  3106. track:Stop()
  3107. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3108. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  3109. end
  3110. end)
  3111.  
  3112. local Anim = Instance.new("Animation")
  3113. Anim.AnimationId = "rbxassetid://184574340"
  3114. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3115. local jumprocketnow = false
  3116. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3117. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3118. jumprocketnow = false
  3119. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3120. end)
  3121. JumpRocket.MouseButton1Click:connect(function()
  3122. jumprocketnow = not jumprocketnow
  3123. if jumprocketnow then
  3124. local u = Instance.new("RocketPropulsion")
  3125. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3126. u.Name = "JumpRocket"
  3127. u.Target = game.Players.LocalPlayer.Character.Head
  3128. u:Fire()
  3129. JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3130. while wait() do
  3131. if track.IsPlaying == false then
  3132. if jumprocketnow then
  3133. track:Play(.1, 1, 1)
  3134. end
  3135. end
  3136. end
  3137. else
  3138. track:Stop()
  3139. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3140. game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  3141. end
  3142. end)
  3143.  
  3144. local Anim = Instance.new("Animation")
  3145. Anim.AnimationId = "rbxassetid://126753849"
  3146. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3147. local RapidPunchACTIVE = false
  3148. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3149. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3150. RapidPunchACTIVE = false
  3151. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3152. end)
  3153. RapidPunch.MouseButton1Click:connect(function()
  3154. RapidPunchACTIVE = not RapidPunchACTIVE
  3155. if RapidPunchACTIVE then
  3156. RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  3157. while wait() do
  3158. if track.IsPlaying == false then
  3159. if RapidPunchACTIVE then
  3160. track:Play(.1, 1, 10)
  3161. end
  3162. end
  3163. end
  3164. else
  3165. track:Stop()
  3166. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3167. end
  3168. end)
  3169.  
  3170. FEGodmode.MouseButton1Click:connect(function()
  3171. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3172. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3173. l.Parent = game.Players.LocalPlayer.Character
  3174. l.Name = "Humanoid"
  3175. wait(0.1)
  3176. game.Players.LocalPlayer.Character["1"]:Destroy()
  3177. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3178. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3179. wait(0.1)
  3180. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3181. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3182. end)
  3183.  
  3184. NoLimbs.MouseButton1Click:connect(function()
  3185. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  3186. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  3187. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  3188. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  3189. end)
  3190.  
  3191. BrickHats.MouseButton1Click:connect(function()
  3192. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3193. if (v:IsA("Accessory")) then
  3194. v.Handle.Mesh:Destroy()
  3195. end
  3196. end
  3197. end)
  3198.  
  3199. local Anim = Instance.new("Animation")
  3200. Anim.AnimationId = "rbxassetid://181525546"
  3201. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3202. local FaintACTIVE = false
  3203. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3204. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3205. FaintACTIVE = false
  3206. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3207. end)
  3208. Faint.MouseButton1Click:connect(function()
  3209. FaintACTIVE = not FaintACTIVE
  3210. if FaintACTIVE then
  3211. Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3212. while wait() do
  3213. if track.IsPlaying == false then
  3214. if FaintACTIVE then
  3215. track:Play(.1, 1, 1)
  3216. end
  3217. end
  3218. end
  3219. else
  3220. track:Stop()
  3221. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3222. end
  3223. end)
  3224.  
  3225. local Anim = Instance.new("Animation")
  3226. Anim.AnimationId = "rbxassetid://188632011"
  3227. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3228. local SpinACTIVE = false
  3229. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3230. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3231. SpinACTIVE = false
  3232. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3233. end)
  3234. Spin.MouseButton1Click:connect(function()
  3235. SpinACTIVE = not SpinACTIVE
  3236. if SpinACTIVE then
  3237. Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3238. while wait() do
  3239. if track.IsPlaying == false then
  3240. if SpinACTIVE then
  3241. track:Play(.1, 1, 1)
  3242. end
  3243. end
  3244. end
  3245. else
  3246. track:Stop()
  3247. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3248. end
  3249. end)
  3250.  
  3251. local Anim = Instance.new("Animation")
  3252. Anim.AnimationId = "rbxassetid://33169583"
  3253. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3254. local ArmFollowACTIVE = false
  3255. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3256. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3257. ArmFollowACTIVE = false
  3258. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3259. end)
  3260. ArmFollow.MouseButton1Click:connect(function()
  3261. ArmFollowACTIVE = not ArmFollowACTIVE
  3262. if ArmFollowACTIVE then
  3263. local u = Instance.new("RocketPropulsion")
  3264. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3265. u.Name = "ArmFollow"
  3266. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3267. u:Fire()
  3268. ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3269. while wait() do
  3270. if track.IsPlaying == false then
  3271. if ArmFollowACTIVE then
  3272. track:Play(.1, 1, 1)
  3273. end
  3274. end
  3275. end
  3276. else
  3277. track:Stop()
  3278. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3279. game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  3280. end
  3281. end)
  3282.  
  3283. local Anim = Instance.new("Animation")
  3284. Anim.AnimationId = "rbxassetid://126753849"
  3285. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3286. local PunchFollowACTIVE = false
  3287. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3288. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3289. PunchFollowACTIVE = false
  3290. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3291. end)
  3292. PunchFollow.MouseButton1Click:connect(function()
  3293. PunchFollowACTIVE = not PunchFollowACTIVE
  3294. if PunchFollowACTIVE then
  3295. local u = Instance.new("RocketPropulsion")
  3296. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3297. u.Name = "PunchFollow"
  3298. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3299. u:Fire()
  3300. PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3301. while wait() do
  3302. if track.IsPlaying == false then
  3303. if PunchFollowACTIVE then
  3304. track:Play(.1, 1, 1)
  3305. end
  3306. end
  3307. end
  3308. else
  3309. track:Stop()
  3310. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3311. game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  3312. end
  3313. end)
  3314.  
  3315. AnimationId = "148840371"
  3316. local Anim = Instance.new("Animation")
  3317. Anim.AnimationId = "rbxassetid://"..AnimationId
  3318. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3319. _18active = false
  3320. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3321. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3322. _18active = false
  3323. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3324. end)
  3325. _18.MouseButton1Click:connect(function()
  3326. _18active = not _18active
  3327. if _18active then
  3328. _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3329. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3330. track:Play()
  3331. while wait() do
  3332. if _18active then
  3333. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3334. end
  3335. end
  3336. end
  3337. else
  3338. track:Stop()
  3339. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3340. end
  3341. end)
  3342.  
  3343. local Anim = Instance.new("Animation")
  3344. Anim.AnimationId = "rbxassetid://180612465"
  3345. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3346. local crouchattacking = false
  3347. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3348. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3349. crouchattacking = false
  3350. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3351. end)
  3352. CrouchAttack.MouseButton1Click:connect(function()
  3353. crouchattacking = not crouchattacking
  3354. if crouchattacking then
  3355. local u = Instance.new("RocketPropulsion")
  3356. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3357. u.Name = "CrouchAttack"
  3358. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3359. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3360. end
  3361. u:Fire()
  3362. CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3363. while wait() do
  3364. if track.IsPlaying == false then
  3365. if crouchattacking then
  3366. track:Play(.1, 1, 1)
  3367. end
  3368. end
  3369. end
  3370. else
  3371. track:Stop()
  3372. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3373. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  3374. end
  3375. end)
  3376.  
  3377. local Anim = Instance.new("Animation")
  3378. Anim.AnimationId = "rbxassetid://184574340"
  3379. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3380. local SlamPropulsioning = false
  3381. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3382. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3383. SlamPropulsioning = false
  3384. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3385. end)
  3386. SlamPropulsion.MouseButton1Click:connect(function()
  3387. SlamPropulsioning = not SlamPropulsioning
  3388. if SlamPropulsioning then
  3389. local u = Instance.new("RocketPropulsion")
  3390. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3391. u.Name = "SlamPropulsion"
  3392. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3393. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3394. end
  3395. u:Fire()
  3396. SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3397. while wait() do
  3398. if track.IsPlaying == false then
  3399. if SlamPropulsioning then
  3400. track:Play(.1, 1, 1)
  3401. end
  3402. end
  3403. end
  3404. else
  3405. track:Stop()
  3406. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3407. game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  3408. end
  3409. end)
  3410.  
  3411. local Anim = Instance.new("Animation")
  3412. Anim.AnimationId = "rbxassetid://429730430"
  3413. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3414. local SpinAttacking = false
  3415. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3416. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3417. SpinAttacking = false
  3418. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3419. end)
  3420. SpinAttack.MouseButton1Click:connect(function()
  3421. SpinAttacking = not SpinAttacking
  3422. if SpinAttacking then
  3423. local u = Instance.new("RocketPropulsion")
  3424. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3425. u.Name = "SpinAttack"
  3426. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3427. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3428. end
  3429. u:Fire()
  3430. SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3431. while wait() do
  3432. if track.IsPlaying == false then
  3433. if SpinAttacking then
  3434. track:Play(.1, 1, 1)
  3435. end
  3436. end
  3437. end
  3438. else
  3439. track:Stop()
  3440. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3441. game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  3442. end
  3443. end)
  3444.  
  3445. watching = false
  3446. CreepyWatch.MouseButton1Click:connect(function()
  3447. watching = not watching
  3448. end)
  3449.  
  3450. local Anim = Instance.new("Animation")
  3451. Anim.AnimationId = "rbxassetid://215384594"
  3452. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3453. walkingthrough = false
  3454. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3455. walkingthrough = false
  3456. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3457. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3458. end)
  3459. WalkThrough.MouseButton1Click:connect(function()
  3460. walkingthrough = not walkingthrough
  3461. if walkingthrough then
  3462. WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3463. while wait() do
  3464. if walkingthrough then
  3465. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3466. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3467. if track.IsPlaying == false then
  3468. if walkingthrough then
  3469. track:Play(.1, 1, 1e6)
  3470. end
  3471. end
  3472. end
  3473. end
  3474. end
  3475. else
  3476. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3477. track:Stop()
  3478. end
  3479. end)
  3480.  
  3481. annoying = false
  3482. Annoy.MouseButton1Click:connect(function()
  3483. annoying = not annoying
  3484. end)
  3485. local Anim = Instance.new("Animation")
  3486. Anim.AnimationId = "rbxassetid://282574440"
  3487. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3488. local crawlACTIVE = false
  3489. Carpett = false
  3490. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3491. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3492. Carpett = false
  3493. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3494. end)
  3495. Carpet.MouseButton1Click:connect(function()
  3496. Carpett = not Carpett
  3497. if Carpett then
  3498. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3499. while wait() do
  3500. if track.IsPlaying == false then
  3501. if Carpett then
  3502. track:Play(.1, 1, 1)
  3503. end
  3504. end
  3505. end
  3506. else
  3507. track:Stop()
  3508. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3509. end
  3510. end)
  3511. following = false
  3512. Follow.MouseButton1Click:connect(function()
  3513. following = not following
  3514. end)
  3515. headwalking = false
  3516. HeadWalk.MouseButton1Click:connect(function()
  3517. headwalking = not headwalking
  3518. end)
  3519. Spammer = false
  3520. Spam.MouseButton1Click:connect(function()
  3521. Spammer = not Spammer
  3522. end)
  3523. stuck = false
  3524. Stick.MouseButton1Click:connect(function()
  3525. stuck = not stuck
  3526. end)
  3527. TeleportTo.MouseButton1Click:connect(function()
  3528. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3529. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3530. end
  3531. end)
  3532.  
  3533. orbital = false
  3534. Orbit.MouseButton1Click:connect(function()
  3535. orbital = not orbital
  3536. if orbital then
  3537. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3538. local o = Instance.new("RocketPropulsion")
  3539. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3540. o.Name = "Orbit"
  3541. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3542. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  3543. o:Fire()
  3544. game:GetService('RunService').Stepped:connect(function()
  3545. if orbital then
  3546. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3547. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3548. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3549. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3550. end
  3551. end)
  3552. end
  3553. else
  3554. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  3555. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3556. end
  3557. end)
  3558.  
  3559. currentview = false
  3560. View.MouseButton1Click:connect(function()
  3561. currentview = not currentview
  3562. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3563. if currentview then
  3564. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3565. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3566. else
  3567. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  3568. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3569. end
  3570. end
  3571. end)
  3572.  
  3573. floating = false
  3574. Float.MouseButton1Click:connect(function()
  3575. floating = not floating
  3576. if floating then
  3577. Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3578. local y = Instance.new("RocketPropulsion")
  3579. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3580. y.CartoonFactor = 1
  3581. y.MaxThrust = 50000
  3582. y.MaxSpeed = 1000
  3583. y.ThrustP = 50000
  3584. y.Name = "Float"
  3585. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3586. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3587. y.Target = game.Players[v.Name].Character.Head
  3588. y:Fire()
  3589. game:GetService('RunService').Stepped:connect(function()
  3590. if floating then
  3591. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3592. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3593. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3594. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3595. end
  3596. end)
  3597. while wait(0.3) do
  3598. if floating then
  3599. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  3600. end
  3601. end
  3602. end
  3603. else
  3604. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3605. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  3606. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3607. end
  3608. end)
  3609.  
  3610. local Anim = Instance.new("Animation")
  3611. Anim.AnimationId = "rbxassetid://282574440"
  3612. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3613. flattening = false
  3614. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3615. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3616. flattening = false
  3617. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3618. end)
  3619. Flatten.MouseButton1Click:connect(function()
  3620. flattening = not flattening
  3621. if flattening then
  3622. Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3623. local y = Instance.new("RocketPropulsion")
  3624. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3625. y.CartoonFactor = 1
  3626. y.MaxThrust = 50000
  3627. y.MaxSpeed = 1000
  3628. y.ThrustP = 50000
  3629. y.Name = "Flatten"
  3630. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3631. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3632. y.Target = game.Players[v.Name].Character["Left Leg"]
  3633. y:Fire()
  3634. track:Play(.1, 1, 1)
  3635. game:GetService('RunService').Stepped:connect(function()
  3636. if flattening then
  3637. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3638. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3639. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3640. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3641. end
  3642. end)
  3643. while wait(0.3) do
  3644. if flattening then
  3645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  3646. end
  3647. end
  3648. end
  3649. else
  3650. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3651. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  3652. track:Stop()
  3653. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3654. end
  3655. end)
  3656.  
  3657. SlowAttracting = false
  3658. SlowAttract.MouseButton1Click:connect(function()
  3659. SlowAttracting = not SlowAttracting
  3660. if SlowAttracting then
  3661. SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3662. local b = Instance.new("RocketPropulsion")
  3663. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3664. b.TurnD = 5000
  3665. b.MaxThrust = 5000
  3666. b.MaxSpeed = 200
  3667. b.ThrustP = 5000
  3668. b.CartoonFactor = 1
  3669. b.Name = "SlowAttract"
  3670. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3671. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  3672. b:Fire()
  3673. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3674. game:GetService('RunService').Stepped:connect(function()
  3675. if SlowAttracting then
  3676. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3677. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3678. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3679. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3680. end
  3681. end)
  3682. end
  3683. else
  3684. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3685. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  3686. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3687. end
  3688. end)
  3689.  
  3690. AimHeading = false
  3691. AimHead.MouseButton1Click:connect(function()
  3692. AimHeading = not AimHeading
  3693. if AimHeading then
  3694. AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3695. local b = Instance.new("RocketPropulsion")
  3696. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3697. b.TurnP = 2500
  3698. b.MaxThrust = 50000
  3699. b.MaxSpeed = 1000
  3700. b.ThrustP = 50000
  3701. b.CartoonFactor = 1
  3702. b.Name = "AimHead"
  3703. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3704. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3705. b.Target = game.Players[v.Name].Character.Head
  3706. b:Fire()
  3707. game:GetService('RunService').Stepped:connect(function()
  3708. if AimHeading then
  3709. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3710. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3711. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3712. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3713. end
  3714. end)
  3715. end
  3716. else
  3717. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3718. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  3719. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3720. end
  3721. end)
  3722.  
  3723. Multipleing = false
  3724. Multiple.MouseButton1Click:connect(function()
  3725. Multipleing = not Multipleing
  3726. if Multipleing then
  3727. Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3728. local t1 = Instance.new("RocketPropulsion")
  3729. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3730. t1.TurnP = 30000
  3731. t1.MaxThrust = 30000
  3732. t1.MaxSpeed = 1000
  3733. t1.ThrustP = 30000
  3734. t1.CartoonFactor = 1
  3735. t1.Name = "one"
  3736. local t2 = Instance.new("RocketPropulsion")
  3737. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3738. t2.TurnP = 30000
  3739. t2.MaxThrust = 30000
  3740. t2.MaxSpeed = 1000
  3741. t2.ThrustP = 30000
  3742. t2.CartoonFactor = 1
  3743. t2.Name = "two"
  3744. local t3 = Instance.new("RocketPropulsion")
  3745. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3746. t3.TurnP = 30000
  3747. t3.MaxThrust = 30000
  3748. t3.MaxSpeed = 1000
  3749. t3.ThrustP = 30000
  3750. t3.CartoonFactor = 1
  3751. t3.Name = "three"
  3752. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3753. t1.Target = game.Players[v.Name].Character.Torso
  3754. t1:Fire()
  3755. t2.Target = game.Players[v.Name].Character["Right Leg"]
  3756. t2:Fire()
  3757. t3.Target = game.Players[v.Name].Character["Left Arm"]
  3758. t3:Fire()
  3759. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3760. game:GetService('RunService').Stepped:connect(function()
  3761. if Multipleing then
  3762. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3763. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3764. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3765. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3766. end
  3767. end)
  3768. end
  3769. else
  3770. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3771. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  3772. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  3773. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  3774. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3775. end
  3776. end)
  3777.  
  3778. local Anim = Instance.new("Animation")
  3779. Anim.AnimationId = "rbxassetid://215384594"
  3780. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3781. Violenting = false
  3782. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3783. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3784. Violenting = false
  3785. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3786. end)
  3787. Violent.MouseButton1Click:connect(function()
  3788. Violenting = not Violenting
  3789. if Violenting then
  3790. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3791. local y = Instance.new("RocketPropulsion")
  3792. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3793. y.CartoonFactor = 1
  3794. y.MaxThrust = 50000
  3795. y.MaxSpeed = 1000
  3796. y.ThrustP = 50000
  3797. y.Name = "Violent"
  3798. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3799. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  3800. y:Fire()
  3801. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3802. track:Play(.1, 1, 10)
  3803. game:GetService('RunService').Stepped:connect(function()
  3804. if Violenting then
  3805. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3806. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3807. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3808. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3809. end
  3810. end)
  3811. end
  3812. else
  3813. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3814. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  3815. track:Stop()
  3816. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3817. end
  3818. end)
  3819.  
  3820. local Anim = Instance.new("Animation")
  3821. Anim.AnimationId = "rbxassetid://215384594"
  3822. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3823. Violenting = false
  3824. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3825. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3826. Violenting = false
  3827. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3828. end)
  3829. Violent.MouseButton1Click:connect(function()
  3830. Violenting = not Violenting
  3831. if Violenting then
  3832. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3833. local y = Instance.new("RocketPropulsion")
  3834. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3835. y.CartoonFactor = 1
  3836. y.MaxThrust = 500000
  3837. y.MaxSpeed = 1000
  3838. y.ThrustP = 50000
  3839. y.Name = "Violent"
  3840. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3841. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3842. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  3843. y:Fire()
  3844. track:Play(.1, 1, 10)
  3845. game:GetService('RunService').Stepped:connect(function()
  3846. if Violenting then
  3847. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3848. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3849. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3850. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3851. end
  3852. end)
  3853. end
  3854. else
  3855. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3856. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  3857. track:Stop()
  3858. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3859. end
  3860. end)
  3861.  
  3862. WeirdOrbital = false
  3863. WeirdOrbit.MouseButton1Click:connect(function()
  3864. WeirdOrbital = not WeirdOrbital
  3865. if WeirdOrbital then
  3866. WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3867. local o = Instance.new("RocketPropulsion")
  3868. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3869. o.TurnD = 50000
  3870. o.Name = "WeirdOrbit"
  3871. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3872. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  3873. o:Fire()
  3874. game:GetService('RunService').Stepped:connect(function()
  3875. if WeirdOrbital then
  3876. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3877. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3878. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3879. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3880. end
  3881. end)
  3882. end
  3883. else
  3884. game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  3885. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3886. end
  3887. end)
  3888.  
  3889. Maxing = false
  3890. Max.MouseButton1Click:connect(function()
  3891. Maxing = not Maxing
  3892. if Maxing then
  3893. Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3894. local t1 = Instance.new("RocketPropulsion")
  3895. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3896. t1.TurnP = 100000
  3897. t1.MaxThrust = 100000
  3898. t1.MaxSpeed = 5000
  3899. t1.ThrustP = 100000
  3900. t1.CartoonFactor = 1
  3901. t1.Name = "onee"
  3902. local t2 = Instance.new("RocketPropulsion")
  3903. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3904. t2.TurnP = 100000
  3905. t2.MaxThrust = 100000
  3906. t2.MaxSpeed = 5000
  3907. t2.ThrustP = 100000
  3908. t2.CartoonFactor = 1
  3909. t2.Name = "twoo"
  3910. local t3 = Instance.new("RocketPropulsion")
  3911. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3912. t3.TurnP = 100000
  3913. t3.MaxThrust = 100000
  3914. t3.MaxSpeed = 5000
  3915. t3.ThrustP = 100000
  3916. t3.CartoonFactor = 1
  3917. t3.Name = "threee"
  3918. local t4 = Instance.new("RocketPropulsion")
  3919. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3920. t4.TurnP = 100000
  3921. t4.MaxThrust = 100000
  3922. t4.MaxSpeed = 5000
  3923. t4.ThrustP = 100000
  3924. t4.CartoonFactor = 1
  3925. t4.Name = "fourr"
  3926. local t5 = Instance.new("RocketPropulsion")
  3927. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3928. t5.TurnP = 100000
  3929. t5.MaxThrust = 100000
  3930. t5.MaxSpeed = 5000
  3931. t5.ThrustP = 100000
  3932. t5.CartoonFactor = 1
  3933. t5.Name = "fivee"
  3934. local t6 = Instance.new("RocketPropulsion")
  3935. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3936. t6.TurnP = 100000
  3937. t6.MaxThrust = 100000
  3938. t6.MaxSpeed = 5000
  3939. t6.ThrustP = 100000
  3940. t6.CartoonFactor = 1
  3941. t6.Name = "sixx"
  3942. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3943. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3944. t1.Target = game.Players[v.Name].Character.Torso
  3945. t1:Fire()
  3946. t2.Target = game.Players[v.Name].Character["Right Leg"]
  3947. t2:Fire()
  3948. t3.Target = game.Players[v.Name].Character["Left Arm"]
  3949. t3:Fire()
  3950. t4.Target = game.Players[v.Name].Character["Left Leg"]
  3951. t4:Fire()
  3952. t5.Target = game.Players[v.Name].Character["Right Arm"]
  3953. t5:Fire()
  3954. t6.Target = game.Players[v.Name].Character.Head
  3955. t6:Fire()
  3956. game:GetService('RunService').Stepped:connect(function()
  3957. if Maxing then
  3958. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3959. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3960. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3961. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3962. end
  3963. end)
  3964. end
  3965. else
  3966. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3967. game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  3968. game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  3969. game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  3970. game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  3971. game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  3972. game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  3973. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3974. end
  3975. end)
  3976.  
  3977. local Anim = Instance.new("Animation")
  3978. Anim.AnimationId = "rbxassetid://184574340"
  3979. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3980. Animateding = false
  3981. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3982. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3983. Animateding = false
  3984. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3985. end)
  3986. Animated.MouseButton1Click:connect(function()
  3987. Animateding = not Animateding
  3988. if Animateding then
  3989. Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3990. local y = Instance.new("RocketPropulsion")
  3991. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3992. y.CartoonFactor = 1
  3993. y.MaxThrust = 200000
  3994. y.MaxSpeed = 1000
  3995. y.ThrustP = 50000
  3996. y.Name = "Animated"
  3997. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3998. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3999. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4000. y:Fire()
  4001. track:Play(.1, 1, 10)
  4002. game:GetService('RunService').Stepped:connect(function()
  4003. if Animateding then
  4004. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4005. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4006. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4007. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4008. end
  4009. end)
  4010. end
  4011. else
  4012. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4013. game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  4014. track:Stop()
  4015. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4016. end
  4017. end)
  4018.  
  4019. Attach.MouseButton1Click:connect(function()
  4020. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4021. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4022. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4023. l.Parent = game.Players.LocalPlayer.Character
  4024. l.Name = "Humanoid"
  4025. wait(0.1)
  4026. game.Players.LocalPlayer.Character["1"]:Destroy()
  4027. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4028. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4029. wait(0.1)
  4030. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4031. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4032. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4033. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4034. end
  4035. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  4036. end
  4037. end)
  4038.  
  4039. superspinning = false
  4040. SuperSpin.MouseButton1Click:connect(function()
  4041. superspinning = not superspinning
  4042. if superspinning then
  4043. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  4044. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4045. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4046. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4047. l.Parent = game.Players.LocalPlayer.Character
  4048. l.Name = "Humanoid"
  4049. wait(0.1)
  4050. game.Players.LocalPlayer.Character["1"]:Destroy()
  4051. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4052. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4053. wait(0.1)
  4054. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4055. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4056. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4057. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4058. end
  4059. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  4060. wait(1)
  4061. while wait() do
  4062. if superspinning then
  4063. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4064. end
  4065. end
  4066. end
  4067. else
  4068. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4069. end
  4070. end)
  4071.  
  4072. Kill.MouseButton1Click:connect(function()
  4073. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4074. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4075. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4076. l.Parent = game.Players.LocalPlayer.Character
  4077. l.Name = "Humanoid"
  4078. wait(0.1)
  4079. game.Players.LocalPlayer.Character["1"]:Destroy()
  4080. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4081. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4082. wait(0.1)
  4083. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4084. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4085. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4086. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4087. end
  4088. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4089. wait(0.2)
  4090. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4091. wait(0.4)
  4092. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  4093. end
  4094. end)
  4095.  
  4096. SafeKill.MouseButton1Click:connect(function()
  4097. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4098. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4099. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4100. l.Parent = game.Players.LocalPlayer.Character
  4101. l.Name = "Humanoid"
  4102. wait(0.1)
  4103. game.Players.LocalPlayer.Character["1"]:Destroy()
  4104. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4105. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4106. wait(0.1)
  4107. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4108. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4109. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4110. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4111. end
  4112. local function tp(player,player2)
  4113. local char1,char2=player.Character,player2.Character
  4114. if char1 and char2 then
  4115. char1:MoveTo(char2.Head.Position)
  4116. end
  4117. end
  4118. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4119. wait(0.1)
  4120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4121. wait(0.2)
  4122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4123. wait(0.2)
  4124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  4125. wait(0.7)
  4126. tp(game.Players.LocalPlayer,game.Players[v.Name])
  4127. wait(0.7)
  4128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4129. end
  4130. end)
  4131.  
  4132. Bring.MouseButton1Click:connect(function()
  4133. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4134. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4135. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4136. l.Parent = game.Players.LocalPlayer.Character
  4137. l.Name = "Humanoid"
  4138. wait(0.1)
  4139. game.Players.LocalPlayer.Character["1"]:Destroy()
  4140. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4141. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4142. wait(0.1)
  4143. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4144. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4145. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4146. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4147. end
  4148.  
  4149. local function tp(player,player2)
  4150. local char1,char2=player.Character,player2.Character
  4151. if char1 and char2 then
  4152. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  4153. end
  4154. end
  4155.  
  4156. local function getout(player,player2)
  4157. local char1,char2=player.Character,player2.Character
  4158. if char1 and char2 then
  4159. char1:MoveTo(char2.Head.Position)
  4160. end
  4161. end
  4162.  
  4163. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4164. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4165. wait(0.2)
  4166. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4167. wait(0.5)
  4168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4169. wait(0.5)
  4170. getout(game.Players.LocalPlayer, game.Players[v.Name])
  4171. wait(0.3)
  4172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4173. end
  4174. end)
  4175.  
  4176. FreeFall.MouseButton1Click:connect(function()
  4177. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4178. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4179. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4180. l.Parent = game.Players.LocalPlayer.Character
  4181. l.Name = "Humanoid"
  4182. wait(0.1)
  4183. game.Players.LocalPlayer.Character["1"]:Destroy()
  4184. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4185. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4186. wait(0.1)
  4187. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4188. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4189. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4190. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4191. end
  4192. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4194. wait(0.2)
  4195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4196. wait(0.6)
  4197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4198. wait(0.6)
  4199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4200. end
  4201. end)
  4202.  
  4203. while wait() do
  4204. if SpammingChar then
  4205. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  4206. Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  4207. wait(0.5)
  4208. else
  4209. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4210. end
  4211. if annoying then
  4212. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4214. Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4215. end
  4216. else
  4217. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4218. end
  4219. if Carpett then
  4220. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4222. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4223. end
  4224. else
  4225. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4226. end
  4227. if following then
  4228. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  4230. Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4231. end
  4232. else
  4233. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4234. end
  4235. if headwalking then
  4236. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  4238. HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4239. end
  4240. else
  4241. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4242. end
  4243. if Spammer then
  4244. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4245. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  4246. Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4247. wait(0.5)
  4248. end
  4249. else
  4250. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4251. end
  4252. if watching then
  4253. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4254. CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  4256. end
  4257. else
  4258. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4259. end
  4260. end
  4261. end)
  4262.  
  4263.  
  4264.  
  4265.  
  4266.  
  4267.  
  4268. b3.MouseButton1Down:connect(function()
  4269. --== Made by Kurokku/Rebug REX ==--
  4270.  
  4271. --[[
  4272. Note: Things are still being made as this is only the starting version. Bugs are expected
  4273.  
  4274. Compatible For:
  4275. -Protosmasher
  4276. -Synapse
  4277. -Veil
  4278. -QTX
  4279. -RC7
  4280. -Elysian
  4281. -Seraph (Might crash though)
  4282. -Prob some other exploits too, but I could be wrong.
  4283.  
  4284. Clipboard Works For:
  4285. -Protosmasher
  4286. -Veil
  4287. -Synapse
  4288. -Elysian
  4289. -More in the future
  4290. --]]
  4291.  
  4292. --== Creation Functions ==--
  4293.  
  4294. function BreakCode()
  4295. script:Destroy()
  4296. end
  4297.  
  4298. local service = setmetatable({}, {
  4299. __index = function(t, k)
  4300. return game:GetService(k)
  4301. end
  4302. })
  4303.  
  4304. if service.Players.LocalPlayer.PlayerGui:FindFirstChild("Mr.Spy - Rebug REX/Kurokku") then
  4305. service.Players.LocalPlayer.PlayerGui:FindFirstChild("Mr.Spy - Rebug REX/Kurokku"):Destroy() --You're dumb if you don't know what this does
  4306. end
  4307.  
  4308. function Create(cls,props)
  4309. local inst = Instance.new(cls)
  4310. for i,v in pairs(props) do
  4311. if i == "ZIndex" then
  4312. inst[i] = v+10000000
  4313. else
  4314. inst[i] = v
  4315. end
  4316. end
  4317. return inst
  4318. end
  4319.  
  4320. _G.Exploit = (function()
  4321. local writeable = pcall(function() make_writeable(getrawmetatable(game)) end)
  4322. local setwrite = pcall(function() setreadonly(getrawmetatable(game), false) end)
  4323. local synapse = Synapse or false
  4324. local backup = pcall(function() getrawmetatable(game) end)
  4325.  
  4326. return (
  4327. (writeable and "Writeable") or
  4328. (setwrite and "SetWrite") or
  4329. (synapse and "Synapse") or
  4330. (backup and "BackUp") or
  4331. "Unknown Exploit"
  4332. )
  4333. end)()
  4334.  
  4335. function GetType(item)
  4336. if type(item) == "string" then
  4337. return "\""..item.."\""
  4338. elseif type(item) == "table" then
  4339. local str = "{"
  4340. local max = 0
  4341. local numb = 1
  4342. for i,v in pairs(item) do
  4343. max = max+1
  4344. end
  4345. for i,v in pairs(item) do
  4346. if numb == max then
  4347. str = str.."["..GetType(i).."] = "..GetType(v)
  4348. else
  4349. str = str.."["..GetType(i).."] = "..GetType(v)..", "
  4350. end
  4351. numb = numb + 1
  4352. end
  4353. str = str.."}"
  4354. return str
  4355. elseif type(item) == "userdata" then
  4356. local a,b = pcall(function()
  4357. return item.ClassName
  4358. end)
  4359. if a then
  4360. return item:GetFullName()
  4361. else
  4362. if tostring(b):match("not a valid member of %w+") then
  4363. local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  4364. local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  4365. return class..".new(".. tostring(item) ..")"
  4366. end
  4367. end
  4368. else
  4369. return tostring(item)
  4370. end
  4371. end
  4372.  
  4373. function ReturnArgs(Namecall, Object, ...)
  4374. local args = {...}
  4375. local list = "Namecall: ".. tostring(Namecall) .." | Args: ["
  4376. local max = 0
  4377. local numb = 1
  4378. for i,v in pairs(args) do
  4379. max = max + 1
  4380. end
  4381. for i,v in pairs(args) do
  4382. if numb == max then
  4383. list = list..GetType(v)
  4384. else
  4385. list = list..GetType(v)..", "
  4386. end
  4387. numb = numb + 1
  4388. end
  4389. list=list.."]"
  4390. return list
  4391. end
  4392.  
  4393. function MakeShadow(UI,Index,Amnt,Sizey,starty)
  4394. local tab = {}
  4395. for i = 1,Amnt do
  4396. tab[i] = Create("Frame",{Name="Shadow",Parent=UI,Size=UDim2.new(1,0,Sizey,0),ZIndex=Index,Position=UDim2.new(0,i,starty,i),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9})
  4397. end
  4398. return tab
  4399. end
  4400.  
  4401. --== End ==--
  4402.  
  4403. --== Variables ==--
  4404.  
  4405. local plr = service.Players.LocalPlayer
  4406. local mouse = plr:GetMouse()
  4407. local colSize = 14
  4408. local SpyArgs = {}
  4409. local Indexs = {
  4410. ["BadgeService"] = 76;
  4411. ["Humanoid"] = 10;
  4412. ["GuiService"] = 48;
  4413. ["CylinderHandleAdornment"] = 55;
  4414. ["BallSocketConstraint"] = 90;
  4415. ["BrickColorValue"] = 5;
  4416. ["Accoutrement"] = 33;
  4417. ["AdService"] = 74;
  4418. ["AssetService"] = 73;
  4419. ["GuiMain"] = 48;
  4420. ["ImageButton"] = 53;
  4421. ["HapticService"] = 85;
  4422. ["DialogChoice"] = 64;
  4423. ["Handles"] = 54;
  4424. ["ReflectionMetadataClasses"] = 87;
  4425. ["JointInstance"] = 35;
  4426. ["AnimationController"] = 61;
  4427. ["RemoteEvent"] = 81;
  4428. ["CollectionService"] = 31;
  4429. ["Smoke"] = 60;
  4430. ["Configuration"] = 59;
  4431. ["KeyframeSequenceProvider"] = 61;
  4432. ["Accessory"] = 33;
  4433. ["SelectionPointLasso"] = 58;
  4434. ["GamePassService"] = 20;
  4435. ["CFrameValue"] = 5;
  4436. ["TextureTrail"] = 5;
  4437. ["ImageLabel"] = 50;
  4438. ["ReflectionMetadataMember"] = 87;
  4439. ["Animation"] = 61;
  4440. ["IntConstrainedValue"] = 5;
  4441. ["HttpService"] = 77;
  4442. ["PointLight"] = 14;
  4443. ["Model"] = 3;
  4444. ["DoubleConstrainedValue"] = 5;
  4445. ["Snap"] = 35;
  4446. ["BodyAngularVelocity"] = 15;
  4447. ["VelocityMotor"] = 35;
  4448. ["RocketPropulsion"] = 15;
  4449. ["SurfaceSelection"] = 56;
  4450. ["CoreGui"] = 47;
  4451. ["Part"] = 2;
  4452. ["ReplicatedFirst"] = 73;
  4453. ["BindableEvent"] = 68;
  4454. ["SelectionPartLasso"] = 58;
  4455. ["NegateOperation"] = 79;
  4456. ["PyramidPart"] = 2;
  4457. ["ArcHandles"] = 57;
  4458. ["Hint"] = 34;
  4459. ["Players"] = 22;
  4460. ["Script"] = 7;
  4461. ["ParallelRampPart"] = 2;
  4462. ["RayValue"] = 5;
  4463. ["LineHandleAdornment"] = 55;
  4464. ["Camera"] = 6;
  4465. ["RunService"] = 67;
  4466. ["BodyForce"] = 15;
  4467. ["KeyframeSequence"] = 61;
  4468. ["ServerScriptService"] = 1;
  4469. ["BillboardGui"] = 65;
  4470. ["BodyThrust"] = 15;
  4471. ["RemoteFunction"] = 80;
  4472. ["Team"] = 25;
  4473. ["Sound"] = 12;
  4474. ["GuiButton"] = 53;
  4475. ["Workspace"] = 20;
  4476. ["Lighting"] = 14;
  4477. ["JointsService"] = 35;
  4478. ["BlurEffect"] = 91;
  4479. ["WedgePart"] = 2;
  4480. ["BloomEffect"] = 91;
  4481. ["ReflectionMetadata"] = 87;
  4482. ["Vector3Value"] = 5;
  4483. ["PointsService"] = 84;
  4484. ["UserInputService"] = 85;
  4485. ["Sparkles"] = 43;
  4486. ["BodyGyro"] = 15;
  4487. ["Rotate"] = 35;
  4488. ["HopperBin"] = 23;
  4489. ["ForceField"] = 38;
  4490. ["Tool"] = 18;
  4491. ["Texture"] = 11;
  4492. ["Teams"] = 24;
  4493. ["ReflectionMetadataFunctions"] = 87;
  4494. ["RodConstraint"] = 90;
  4495. ["Folder"] = 71;
  4496. ["BodyVelocity"] = 15;
  4497. ["Shirt"] = 44;
  4498. ["SlidingBallConstraint"] = 90;
  4499. ["Animator"] = 61;
  4500. ["TextButton"] = 52;
  4501. ["Color3Value"] = 5;
  4502. ["TextBox"] = 52;
  4503. ["NetworkReplicator"] = 30;
  4504. ["Platform"] = 36;
  4505. ["TerrainRegion"] = 66;
  4506. ["SkateboardPlatform"] = 36;
  4507. ["Seat"] = 36;
  4508. ["Terrain"] = 66;
  4509. ["Explosion"] = 37;
  4510. ["BlockMesh"] = 9;
  4511. ["TeleportService"] = 82;
  4512. ["PlayerGui"] = 47;
  4513. ["TextLabel"] = 51;
  4514. ["SurfaceLight"] = 14;
  4515. ["SurfaceGui"] = 65;
  4516. ["Debris"] = 31;
  4517. ["FlagStand"] = 40;
  4518. ["StarterPack"] = 21;
  4519. ["BindableFunction"] = 67;
  4520. ["ReflectionMetadataCallbacks"] = 87;
  4521. ["NetworkClient"] = 17;
  4522. ["ModuleScript"] = 72;
  4523. ["Flag"] = 39;
  4524. ["Status"] = 3;
  4525. ["ParticleEmitter"] = 70;
  4526. ["StarterPlayer"] = 89;
  4527. ["StringValue"] = 5;
  4528. ["ObjectValue"] = 5;
  4529. ["CharacterMesh"] = 61;
  4530. ["StarterGui"] = 47;
  4531. ["ReplicatedStorage"] = 73;
  4532. ["StarterCharacterScripts"] = 83;
  4533. ["NetworkServer"] = 16;
  4534. ["Backpack"] = 21;
  4535. ["ReflectionMetadataEnum"] = 87;
  4536. ["StarterPlayerScripts"] = 83;
  4537. ["SpotLight"] = 14;
  4538. ["CustomEventReceiver"] = 5;
  4539. ["SphereHandleAdornment"] = 55;
  4540. ["SoundService"] = 32;
  4541. ["SpecialMesh"] = 9;
  4542. ["SpawnLocation"] = 26;
  4543. ["PlayerScripts"] = 83;
  4544. ["PartPairLasso"] = 58;
  4545. ["ColorCorrectionEffect"] = 91;
  4546. ["UnionOperation"] = 78;
  4547. ["Sky"] = 29;
  4548. ["MoveToConstraint"] = 90;
  4549. ["RopeConstraint"] = 90;
  4550. ["RightAngleRampPart"] = 2;
  4551. ["ShirtGraphic"] = 41;
  4552. ["ScreenGui"] = 48;
  4553. ["SelectionSphere"] = 55;
  4554. ["RotateV"] = 35;
  4555. ["SelectionBox"] = 55;
  4556. ["VehicleSeat"] = 36;
  4557. ["CustomEvent"] = 5;
  4558. ["Chat"] = 34;
  4559. ["ServerStorage"] = 75;
  4560. ["Selection"] = 56;
  4561. ["IntValue"] = 5;
  4562. ["RotateP"] = 35;
  4563. ["FloorWire"] = 5;
  4564. ["TrussPart"] = 2;
  4565. ["StarterGear"] = 21;
  4566. ["ReflectionMetadataYieldFunctions"] = 87;
  4567. ["ReflectionMetadataProperties"] = 87;
  4568. ["ReflectionMetadataEvents"] = 87;
  4569. ["ReflectionMetadataEnums"] = 87;
  4570. ["ReflectionMetadataEnumItem"] = 87;
  4571. ["ReflectionMetadataClass"] = 87;
  4572. ["PrismPart"] = 2;
  4573. ["BinaryStringValue"] = 5;
  4574. ["Glue"] = 35;
  4575. ["PrismaticConstraint"] = 90;
  4576. ["TouchTransmitter"] = 38;
  4577. ["CornerWedgePart"] = 2;
  4578. ["PathfindingService"] = 38;
  4579. ["SpringConstraint"] = 90;
  4580. ["Fire"] = 62;
  4581. ["Pants"] = 45;
  4582. ["NumberValue"] = 5;
  4583. ["TestService"] = 69;
  4584. ["Motor6D"] = 35;
  4585. ["Motor"] = 35;
  4586. ["CylindricalConstraint"] = 90;
  4587. ["MarketplaceService"] = 47;
  4588. ["CoreScript"] = 19;
  4589. ["CylinderMesh"] = 9;
  4590. ["ConeHandleAdornment"] = 55;
  4591. ["SunRaysEffect"] = 91;
  4592. ["LocalScript"] = 19;
  4593. ["Weld"] = 35;
  4594. ["Attachment"] = 35;
  4595. ["BoolValue"] = 5;
  4596. ["Dialog"] = 63;
  4597. ["Pose"] = 61;
  4598. ["Decal"] = 8;
  4599. ["Hat"] = 46;
  4600. ["AnimationTrack"] = 61;
  4601. ["ClickDetector"] = 42;
  4602. ["Frame"] = 49;
  4603. ["LogService"] = 88;
  4604. ["FileMesh"] = 9;
  4605. ["InsertService"] = 73;
  4606. ["HingeConstraint"] = 90;
  4607. ["Message"] = 34;
  4608. ["Player"] = 13;
  4609. ["ContextActionService"] = 42;
  4610. ["ContentProvider"] = 73;
  4611. ["BodyPosition"] = 15;
  4612. ["BoxHandleAdornment"] = 55;
  4613. ["ScrollingFrame"] = 49;
  4614. ["Keyframe"] = 61;
  4615. }
  4616.  
  4617. --== End ==--
  4618.  
  4619. --== Make UIs ==--
  4620.  
  4621. local Main = Create("ScreenGui", {Parent=service.Players.LocalPlayer.PlayerGui,Name="Mr.Spy - Rebug REX/Kurokku",ResetOnSpawn=false})
  4622. local Hub = Create("TextButton", {Name="Hub",Visible=false,Size=UDim2.new(0,600,0,50),Position=UDim2.new(0.5,-300,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  4623. local RealUI = Create("Frame", {Name="Main",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=Hub,ZIndex=2})
  4624. local TextureHolder = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4625. local Texture1 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4626. local Bar = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=Hub,ZIndex=6})
  4627. local Credits = Create("TextLabel",{Parent=Bar,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Mr.Spy - Rebug REX/Kurokku",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  4628. local Exit = Create("TextButton", {Name="Exit",Size=UDim2.new(0.1,0,.8,0),Position=UDim2.new(0.9,0,0.1,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="x",Parent=Bar,ZIndex=8})
  4629. local Minimize = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.8,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar,ZIndex=8})
  4630. local Open = Create("TextButton", {Name="Open",Font="SourceSansLight",AutoButtonColor=false,Size=UDim2.new(0,60,0,20),ZIndex=2,BackgroundColor3=Color3.fromRGB(63, 63, 63),Position=UDim2.new(.5,-30,.9,-10),BackgroundTransparency=0,BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text=" Open ",Parent=Main})
  4631. local IconFrame = Create("Frame", {Name="MapHolder",Size=UDim2.new(0,16,0,16),BackgroundTransparency=1,ClipsDescendants=true,ZIndex=100,Parent=nil})
  4632. local IconMap = Create("ImageLabel", {Name="IconMap",Size=UDim2.new(0,256,0,256),Image="rbxassetid://483448923",Parent=IconFrame,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=100})
  4633. local Scroller = Create("ScrollingFrame", {Name="Remotes",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealUI,ZIndex=5,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  4634. local RemoteTemplate = Create("Frame",{Name="Template",Size=UDim2.new(1,0,0,40),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  4635. local RemoteName = Create("TextLabel",{Name="RemoteName",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,-26,1,0),Position=UDim2.new(0,30,0,0),TextXAlignment="Left"})
  4636. local SpyButton = Create("TextButton", {Name="SpyRemote",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.075,0,0.45,0),ZIndex=9,Text="Spy"})
  4637. local PathButton = Create("TextButton", {Name="PathButton",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.1,0,0.45,0),ZIndex=9,Text="Get Path"})
  4638. local OpenSpy = Create("TextButton", {Name="OpenButton",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.18,0,0.45,0),ZIndex=9,Text="Copy to Clipboard"})
  4639. local spyAll = Create("TextButton", {Name="SpyAll",Parent=RealUI,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.2,0,0.075,0),Position=UDim2.new(0.05,0,1.05,0),ZIndex=9,Text="Spy all Remotes"})
  4640. local UnspyAll = Create("TextButton", {Name="UnSpyAll",Parent=RealUI,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.2,0,0.075,0),Position=UDim2.new(0.3,0,1.05,0),ZIndex=9,Text="Unspy all Remotes"})
  4641.  
  4642. local ExplorerWindow = Create("TextButton", {Name="Explorer",Visible=false,Size=UDim2.new(0,200,0,50),Position=UDim2.new(0.8,-75,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  4643. local Bar2 = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=ExplorerWindow,ZIndex=6})
  4644. local ExplorerName = Create("TextLabel",{Parent=Bar2,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Explorer",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  4645. local Minimize2 = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.85,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar2,ZIndex=8})
  4646. local RealExUI = Create("Frame", {Name="ExMain",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=ExplorerWindow,ZIndex=2})
  4647. local TextureHolder2 = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealExUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4648. local Texture2 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder2,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4649. local Scroller2 = Create("ScrollingFrame", {Name="Path",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealExUI,ZIndex=500,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  4650. local PathTemplate = Create("Frame",{Name="PathTemplate",Size=UDim2.new(1,0,0,20),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  4651. local PathName = Create("TextLabel",{Name="PathName",Parent=PathTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,20,0,0),TextXAlignment="Left"})
  4652. local IconModeFrame = Create("Frame", {Name="Mode",Size=UDim2.new(0,16,0,16),BackgroundTransparency=1,ClipsDescendants=true,ZIndex=100,Parent=nil})
  4653. local IconModeMap = Create("ImageLabel", {Name="IconMap",Size=UDim2.new(0,256,0,256),Image="rbxassetid://483448923",Parent=IconModeFrame,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=100})
  4654. local ModeBtn = Create("TextButton", {Name="Button",Size=UDim2.new(1,0,1,0),BackgroundTransparency=1,Text="",ZIndex=101,Parent=IconModeFrame})
  4655. local HoverFrame = Create("Frame", {Name="HoverFrame",Size=UDim2.new(1000,0,1,0),Parent=PathTemplate,ZIndex=102,BackgroundTransparency=1,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(255,255,255)})
  4656.  
  4657. local LogWindow = Create("TextButton", {Name="Logs",Visible=false,Size=UDim2.new(0,300,0,50),Position=UDim2.new(0.16,-175,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  4658. local Bar3 = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=LogWindow,ZIndex=6})
  4659. local LogName = Create("TextLabel",{Parent=Bar3,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Event Logs",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  4660. local Minimize3 = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.85,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar3,ZIndex=8})
  4661. local RealLogUI = Create("Frame", {Name="LMain",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=LogWindow,ZIndex=2})
  4662. local TextureHolder3 = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealLogUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4663. local Texture3 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder3,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  4664. local Scroller3 = Create("ScrollingFrame", {Name="Logs",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealLogUI,ZIndex=500,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  4665. local LogTemplate = Create("Frame",{Name="LogTemplate",Size=UDim2.new(1,0,0,20),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  4666. local LogName = Create("TextLabel",{Name="LogName",Parent=LogTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,20,0,0),TextXAlignment="Left"})
  4667.  
  4668. local Removed = false
  4669. Main.ChildRemoved:Connect(function()
  4670. if not Removed then
  4671. Removed = true
  4672. BreakCode()
  4673. end
  4674. end)
  4675.  
  4676. --MakeShadows--
  4677. local HubShadows = MakeShadow(Hub,1,3,7,1)
  4678. MakeShadow(Bar,5,3,1,0)
  4679. MakeShadow(Bar2,5,3,1,0)
  4680. MakeShadow(Open,1,3,1,0)
  4681. MakeShadow(Bar3,5,3,1,0)
  4682. MakeShadow(SpyButton,8,3,1,0)
  4683. MakeShadow(PathButton,8,3,1,0)
  4684. MakeShadow(OpenSpy,8,3,1,0)
  4685. MakeShadow(spyAll,8,3,1,0)
  4686. local ExplorerShadows = MakeShadow(ExplorerWindow,1,3,7,1)
  4687. local LogShadows = MakeShadow(LogWindow,1,3,7,1)
  4688. --== End ==--
  4689.  
  4690. --== UI Functions ==--
  4691.  
  4692. function LoadIcon(service, frame, numb)
  4693. if Indexs[service] or numb then
  4694. local row = 1
  4695. local col = 0
  4696. if numb then
  4697. for i = 1,numb do
  4698. if i > colSize*row then
  4699. col = 1
  4700. row = row+1
  4701. else
  4702. col = col+1
  4703. end
  4704. end
  4705. else
  4706. for i = 1,Indexs[service] do
  4707. if i > colSize*row then
  4708. col = 1
  4709. row = row+1
  4710. else
  4711. col = col+1
  4712. end
  4713. end
  4714. end
  4715. frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  4716. end
  4717. end
  4718.  
  4719. spawn(function()
  4720. local suc,er = pcall(function()
  4721. while true do
  4722. Texture1:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  4723. wait(30)
  4724. Texture1.Position = UDim2.new(0,0,0,0)
  4725. end
  4726. end)
  4727. end)
  4728.  
  4729. spawn(function()
  4730. local suc,er = pcall(function()
  4731. while true do
  4732. Texture2:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  4733. wait(30)
  4734. Texture2.Position = UDim2.new(0,0,0,0)
  4735. end
  4736. end)
  4737. end)
  4738.  
  4739. spawn(function()
  4740. local suc,er = pcall(function()
  4741. while true do
  4742. Texture3:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  4743. wait(30)
  4744. Texture3.Position = UDim2.new(0,0,0,0)
  4745. end
  4746. end)
  4747. end)
  4748.  
  4749. local ExitDB=false
  4750.  
  4751. Open.MouseButton1Down:Connect(function()
  4752. if not ExitDB then
  4753. ExitDB = true
  4754. Hub.Position = UDim2.new(0,-600,0.5,-200)
  4755. ExplorerWindow.Position = UDim2.new(0.875,-75,-0.35,-200)
  4756. LogWindow.Position = UDim2.new(0.16,-175,1,200)
  4757. Hub.Visible = true
  4758. ExplorerWindow.Visible = true
  4759. LogWindow.Visible = true
  4760. Open.Visible = false
  4761. Hub:TweenPosition(UDim2.new(0.535,-300,0.5,-200),"Out","Elastic",0.5,true)
  4762. wait(0.15)
  4763. ExplorerWindow:TweenPosition(UDim2.new(0.875,-75,0.5,-200),"Out","Elastic",0.5,true)
  4764. wait(0.15)
  4765. LogWindow:TweenPosition(UDim2.new(0.16,-175,0.5,-200),"Out","Elastic",0.5,true)
  4766. wait()
  4767. game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4768. ExitDB = false
  4769. end
  4770. end)
  4771.  
  4772. Bar.MouseEnter:Connect(function()
  4773. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4774. end)
  4775.  
  4776. Bar.MouseLeave:Connect(function()
  4777. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4778. end)
  4779.  
  4780. Bar2.MouseEnter:Connect(function()
  4781. game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4782. end)
  4783.  
  4784. Bar2.MouseLeave:Connect(function()
  4785. game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4786. end)
  4787.  
  4788. Bar3.MouseEnter:Connect(function()
  4789. game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4790. end)
  4791.  
  4792. Bar3.MouseLeave:Connect(function()
  4793. game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4794. end)
  4795.  
  4796. Open.MouseEnter:Connect(function()
  4797. game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4798. end)
  4799.  
  4800. Open.MouseLeave:Connect(function()
  4801. game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4802. end)
  4803.  
  4804. spyAll.MouseEnter:Connect(function()
  4805. game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4806. end)
  4807.  
  4808. spyAll.MouseLeave:Connect(function()
  4809. game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4810. end)
  4811.  
  4812. UnspyAll.MouseEnter:Connect(function()
  4813. game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4814. end)
  4815.  
  4816. UnspyAll.MouseLeave:Connect(function()
  4817. game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4818. end)
  4819.  
  4820. Exit.MouseEnter:Connect(function()
  4821. game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  4822. wait()
  4823. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4824. end)
  4825.  
  4826. Exit.MouseLeave:Connect(function()
  4827. game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4828. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4829. end)
  4830.  
  4831. Minimize.MouseEnter:Connect(function()
  4832. game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  4833. wait()
  4834. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4835. end)
  4836.  
  4837. Minimize.MouseLeave:Connect(function()
  4838. game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4839. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4840. end)
  4841.  
  4842. Minimize2.MouseEnter:Connect(function()
  4843. game:GetService("TweenService"):Create(Minimize2,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  4844. wait()
  4845. game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4846. end)
  4847.  
  4848. Minimize2.MouseLeave:Connect(function()
  4849. game:GetService("TweenService"):Create(Minimize2,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4850. game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4851. end)
  4852.  
  4853. Minimize3.MouseEnter:Connect(function()
  4854. game:GetService("TweenService"):Create(Minimize3,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  4855. wait()
  4856. game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4857. end)
  4858.  
  4859. Minimize3.MouseLeave:Connect(function()
  4860. game:GetService("TweenService"):Create(Minimize3,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4861. game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  4862. end)
  4863.  
  4864. local minDB1 = false
  4865. Minimize.MouseButton1Down:Connect(function()
  4866. if not minDB1 then
  4867. minDB1 = true
  4868. if RealUI.Visible then
  4869. RealUI.Visible = false
  4870. for i,v in pairs(HubShadows) do
  4871. v.Visible = false
  4872. end
  4873. else
  4874. RealUI.Visible = true
  4875. for i,v in pairs(HubShadows) do
  4876. v.Visible = true
  4877. end
  4878. end
  4879. minDB1 = false
  4880. end
  4881. end)
  4882.  
  4883. local minDB2 = false
  4884. Minimize2.MouseButton1Down:Connect(function()
  4885. if not minDB2 then
  4886. minDB2 = true
  4887. if RealExUI.Visible then
  4888. RealExUI.Visible = false
  4889. for i,v in pairs(ExplorerShadows) do
  4890. v.Visible = false
  4891. end
  4892. else
  4893. RealExUI.Visible = true
  4894. for i,v in pairs(ExplorerShadows) do
  4895. v.Visible = true
  4896. end
  4897. end
  4898. minDB2 = false
  4899. end
  4900. end)
  4901.  
  4902. local minDB3 = false
  4903. Minimize3.MouseButton1Down:Connect(function()
  4904. if not minDB3 then
  4905. minDB3 = true
  4906. if RealLogUI.Visible then
  4907. RealLogUI.Visible = false
  4908. for i,v in pairs(LogShadows) do
  4909. v.Visible = false
  4910. end
  4911. else
  4912. RealLogUI.Visible = true
  4913. for i,v in pairs(LogShadows) do
  4914. v.Visible = true
  4915. end
  4916. end
  4917. minDB3 = false
  4918. end
  4919. end)
  4920.  
  4921. Exit.MouseButton1Down:Connect(function()
  4922. if not ExitDB then
  4923. ExitDB = true
  4924. Open.Visible = true
  4925. Hub:TweenPosition(UDim2.new(-0.2,-600,-1,0),"In","Quart",0.5,true)
  4926. wait(0.15)
  4927. ExplorerWindow:TweenPosition(UDim2.new(1,200,-1,0),"In","Quart",0.5,true)
  4928. wait(0.15)
  4929. LogWindow:TweenPosition(UDim2.new(-0.5,-300,1,0),"In","Quart",0.5,true)
  4930. wait(0.5)
  4931. game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  4932. game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4933. game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  4934. Hub.Visible = false
  4935. ExplorerWindow.Visible = false
  4936. LogWindow.Visible = false
  4937. Open.Visible = true
  4938. ExitDB = false
  4939. end
  4940. end)
  4941.  
  4942. local classMethods = {
  4943. BindableEvent = "Fire";
  4944. BindableFunction = "Invoke";
  4945. RemoteEvent = "FireServer";
  4946. RemoteFunction = "InvokeServer";
  4947. }
  4948.  
  4949. local realMethods = {}
  4950. local pseudoEnv = {}
  4951.  
  4952. local Spying = {}
  4953. local SpyedNumb = 1
  4954.  
  4955. for i,v in pairs(classMethods) do
  4956. realMethods[v] = Instance.new(i)[classMethods[i]]
  4957. end
  4958. local BiggestX = 0
  4959. function AddUI(args)
  4960. local NewUI = LogTemplate:Clone()
  4961. local mapp = IconFrame:Clone()
  4962. LoadIcon(args[1].ClassName, mapp)
  4963. mapp.Position = UDim2.new(0,0,0.5,-8)
  4964. NewUI.LogName.Text = "Name: \""..args[1].Name .. "\" | "..args[2]
  4965. NewUI.Position = UDim2.new(0,0,0,SpyedNumb*20)
  4966. NewUI.Parent = Scroller3
  4967. mapp.Parent = NewUI
  4968. SpyedNumb = SpyedNumb + 1
  4969. if BiggestX < NewUI.LogName.TextBounds.X then
  4970. BiggestX = NewUI.LogName.TextBounds.X
  4971. end
  4972. Scroller3.CanvasSize = UDim2.new(0,BiggestX+20,0,20*#Scroller3:GetChildren()+20)
  4973. end
  4974.  
  4975. function GetNameCall(obj)
  4976. if obj.ClassName == "RemoteEvent" then
  4977. return "FireServer"
  4978. elseif obj.ClassName == "RemoteFunction" then
  4979. return "InvokeServer"
  4980. elseif obj.ClassName == "BindableEvent" then
  4981. return "Fire"
  4982. elseif obj.ClassName == "BindabledFunction" then
  4983. return "Invoke"
  4984. end
  4985. end
  4986.  
  4987. function LoadRemoteSpy()
  4988. if tostring(_G.Exploit) == "Synapse" then
  4989. local function hook(methodname, self, ...)
  4990. local args = {...}
  4991. local ret = {realMethods[methodname](self,...)}
  4992. if not realMethods[methodname] then return unpack(ret) end
  4993. if not Spying[self] then return unpack(ret) end
  4994. SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  4995. AddUI(SpyArgs[SpyedNumb])
  4996. return unpack(ret)
  4997. end
  4998. Synapse:SetNamecallHook("FireServer", function(self, ...)
  4999. if self:IsA("RemoteEvent") then
  5000. hook(GetNameCall(self), self, ...)
  5001. end
  5002. end)
  5003. Synapse:SetNamecallHook("InvokeServer", function(self, ...)
  5004. if self:IsA("RemoteFunction") then
  5005. hook(GetNameCall(self), self, ...)
  5006. end
  5007. end)
  5008. Synapse:SetNamecallHook("Fire", function(self, ...)
  5009. if self:IsA("BindableEvent") then
  5010. hook(GetNameCall(self), self, ...)
  5011. end
  5012. end)
  5013. Synapse:SetNamecallHook("Invoke", function(self, ...)
  5014. if self:IsA("BindableFunction") then
  5015. hook(GetNameCall(self), self, ...)
  5016. end
  5017. end)
  5018. elseif tostring(_G.Exploit) == "SetWrite" then
  5019. setreadonly(getrawmetatable(game), false)
  5020. local pseudoEnv = {}
  5021. local gameMeta = getrawmetatable(game)
  5022. for key, value in next, gameMeta do pseudoEnv[key] = value end
  5023. gameMeta.__index, gameMeta.__namecall = function(self, key)
  5024. if not realMethods[key] then return pseudoEnv.__index(self, key) end
  5025. if not Spying[self] then return pseudoEnv.__index(self, key) end
  5026. return function(_, ...)
  5027. local returnValues = {realMethods[key](self, ...)}
  5028. SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  5029. AddUI(SpyArgs[SpyedNumb])
  5030. return unpack(returnValues)
  5031. end
  5032. end
  5033. elseif tostring(_G.Exploit) == "Writeable" then
  5034. make_writeable(getrawmetatable(game))
  5035. local pseudoEnv = {}
  5036. local gameMeta = getrawmetatable(game)
  5037. for key, value in next, gameMeta do pseudoEnv[key] = value end
  5038. gameMeta.__index, gameMeta.__namecall = function(self, key)
  5039. if not realMethods[key] then return pseudoEnv.__index(self, key) end
  5040. if not Spying[self] then return pseudoEnv.__index(self, key) end
  5041. return function(_, ...)
  5042. local returnValues = {realMethods[key](self, ...)}
  5043. SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  5044. AddUI(SpyArgs[SpyedNumb])
  5045. return unpack(returnValues)
  5046. end
  5047. end
  5048. elseif tostring(_G.Exploit) == "BackUp" then
  5049. local pseudoEnv = {}
  5050. local gameMeta = getrawmetatable(game)
  5051. for key, value in next, gameMeta do pseudoEnv[key] = value end
  5052. gameMeta.__index, gameMeta.__namecall = function(self, key)
  5053. if not realMethods[key] then return pseudoEnv.__index(self, key) end
  5054. if not Spying[self] then return pseudoEnv.__index(self, key) end
  5055. return function(_, ...)
  5056. local returnValues = {realMethods[key](self, ...)}
  5057. SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  5058. AddUI(SpyArgs[SpyedNumb])
  5059. return unpack(returnValues)
  5060. end
  5061. end
  5062. else
  5063. print("Mr.Spy does not support your script executer due to it might not have a way to run \"getrawmetatable\"")
  5064. end
  5065. end
  5066. LoadRemoteSpy()
  5067.  
  5068. local RemoteIgnores = {
  5069. ["CharacterSoundEvent"] = true;
  5070. ["MovementUpdate"] = true;
  5071. ["FollowRelationshipChange"] = true;
  5072. ["OnMessageDoneFiltering"] = true;
  5073. ["SendNotification"] = true;
  5074. ["SetDialogInUse"] = true;
  5075. ["OnUnmuted"] = true;
  5076. ["MutePlayerRequested"] = true;
  5077. ["OnChannelJoined"] = true;
  5078. ["OnNewMessage"] = true;
  5079. ["SendNotificationInfo"] = true;
  5080. ["GetFollowRelationships"] = true;
  5081. ["GuiInsetChanged"] = true;
  5082. ["NewFollower"] = true;
  5083. ["OnNewSystemMessage"] = true;
  5084. ["GetServerVersion"] = true;
  5085. ["GetInitDataRequest"] = true;
  5086. ["OnMainChannelSet"] = true;
  5087. ["DefaultServerSoundEvent"] = true;
  5088. ["ChannelNameColorUpdated"] = true;
  5089. ["UnMutePlayerRequest"] = true;
  5090. ["OnChannelLeft"] = true;
  5091. ["SayMessageRequest"] = true;
  5092. ["SetBlockedUserIdsRequest"] = true;
  5093. ["FollowRelationshipChanged"] = true;
  5094. ["GamepadNotifications"] = true;
  5095. ["OnMuted"] = true;
  5096. ["MutePlayerRequest"] = true;
  5097. }
  5098.  
  5099. function StartSpy()
  5100. local Remotes = {}
  5101. local function MakeItem(v,pos)
  5102. local temp = RemoteTemplate:Clone()
  5103. local map = IconFrame:Clone()
  5104. v[2] = temp
  5105. LoadIcon(v[1].ClassName,map)
  5106. map.Position = UDim2.new(0,10,0.5,-8)
  5107. map.Parent = temp
  5108. temp.Name = pos/40
  5109. temp.RemoteName.Text = v[1].Name
  5110. temp.Parent = Scroller
  5111. temp.Position = UDim2.new(0,0,0,pos)
  5112. temp.SpyRemote.TextColor3 = Color3.fromRGB(170, 46, 46)
  5113. temp.SpyRemote.Position = UDim2.new(0,20+temp.RemoteName.TextBounds.X+15,0.225,0)
  5114. temp.PathButton.Position = UDim2.new(temp.PathButton.Size.X.Scale,20+temp.RemoteName.TextBounds.X+15,0.225,0)
  5115. temp.OpenButton.Position = UDim2.new(temp.OpenButton.Size.X.Scale+temp.PathButton.Size.X.Scale,temp.RemoteName.TextBounds.X,0.225,0)
  5116. if Spying[v[1]] then
  5117. temp.SpyRemote.TextColor3 = Color3.fromRGB(0, 170, 127)
  5118. else
  5119. temp.SpyRemote.TextColor3 = Color3.fromRGB(170, 46, 46)
  5120. end
  5121. temp.SpyRemote.MouseEnter:Connect(function()
  5122. game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  5123. end)
  5124. temp.SpyRemote.MouseLeave:Connect(function()
  5125. game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  5126. end)
  5127. temp.SpyRemote.MouseButton1Down:Connect(function()
  5128. if not Spying[v[1]] then
  5129. Spying[v[1]] = v[1]
  5130. game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(0, 170, 127);}):Play()
  5131. else
  5132. Spying[v[1]] = nil
  5133. game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  5134. end
  5135. end)
  5136. temp.PathButton.MouseEnter:Connect(function()
  5137. game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  5138. end)
  5139. temp.PathButton.MouseLeave:Connect(function()
  5140. game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  5141. end)
  5142. temp.OpenButton.MouseEnter:Connect(function()
  5143. game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  5144. end)
  5145. temp.OpenButton.MouseLeave:Connect(function()
  5146. game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  5147. end)
  5148. temp.OpenButton.MouseButton1Down:Connect(function()
  5149. local suc,er = pcall(function() setclipboard("game."..v[1]:GetFullName()) end)
  5150. local suc,er = pcall(function() toclipboard("game."..v[1]:GetFullName()) end)
  5151. local suc,er = pcall(function() Synapse:CopyString("game."..v[1]:GetFullName()) end)
  5152. local suc,er = pcall(function() Clipboard.set("game."..v[1]:GetFullName()) end)
  5153. game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  5154. wait(0.1)
  5155. game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  5156. end)
  5157. local recurNumb = 1
  5158. local path = {}
  5159. local Numb = 0
  5160. temp.PathButton.MouseButton1Down:Connect(function()
  5161. recurNumb = 1
  5162. Numb = 0
  5163. local function Recur(obj)
  5164. if obj == game then
  5165. return
  5166. else
  5167. path[recurNumb] = obj
  5168. end
  5169. recurNumb = recurNumb + 1
  5170. Recur(obj.Parent)
  5171. end
  5172. Recur(v[1])
  5173. Scroller2:ClearAllChildren()
  5174. local OGParent
  5175. local maxTextX = 0
  5176. for ii = #path,1,-1 do
  5177. local obj = path[ii]
  5178. local UI = PathTemplate:Clone()
  5179. local Icon = IconFrame:Clone()
  5180. local mode = IconModeFrame:Clone()
  5181. if ii > 1 then
  5182. mode.Parent = UI
  5183. mode.Position = UDim2.new(0,-20,0.5,-8)
  5184. LoadIcon(nil,mode,167)
  5185. end
  5186. LoadIcon(obj.ClassName,Icon)
  5187. Icon.Position = UDim2.new(0,0,0.5,-8)
  5188. Icon.Parent = UI
  5189. UI.Name = "OBJ"
  5190. UI.PathName.Text = obj.Name
  5191. UI.Position = UDim2.new(0,20,0,21)
  5192. UI.Size = UDim2.new(0,100,0,20)
  5193. Numb = Numb+1
  5194. local opened = true
  5195. mode.MouseEnter:Connect(function()
  5196. if not opened then
  5197. LoadIcon(nil,mode,180)
  5198. else
  5199. LoadIcon(nil,mode,181)
  5200. end
  5201. end)
  5202. mode.MouseLeave:Connect(function()
  5203. if not opened then
  5204. LoadIcon(nil,mode,166)
  5205. else
  5206. LoadIcon(nil,mode,167)
  5207. end
  5208. end)
  5209. mode.Button.MouseButton1Down:Connect(function()
  5210. if not opened then
  5211. opened = true
  5212. LoadIcon(nil,mode,181)
  5213. UI.OBJ.Visible = true
  5214. else
  5215. opened = false
  5216. LoadIcon(nil,mode,180)
  5217. UI.OBJ.Visible = false
  5218. end
  5219. end)
  5220. UI.HoverFrame.MouseEnter:Connect(function()
  5221. game:GetService("TweenService"):Create(UI.HoverFrame,TweenInfo.new(0.25),{["BackgroundTransparency"] = 0.9;}):Play()
  5222. end)
  5223. UI.HoverFrame.MouseLeave:Connect(function()
  5224. game:GetService("TweenService"):Create(UI.HoverFrame,TweenInfo.new(0.25),{["BackgroundTransparency"] = 1;}):Play()
  5225. end)
  5226. if not OGParent then
  5227. UI.Position = UDim2.new(0,22,0,4)
  5228. UI.Parent = Scroller2
  5229. OGParent = UI
  5230. else
  5231. UI.Parent = OGParent
  5232. OGParent = UI
  5233. end
  5234. if maxTextX < UI.PathName.TextBounds.X then
  5235. maxTextX = UI.PathName.TextBounds.X
  5236. end
  5237. end
  5238. Scroller2.CanvasSize = UDim2.new(0,(maxTextX+(#path*20))+10,0,(Numb*21)+4)
  5239. game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  5240. wait(0.1)
  5241. game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  5242. end)
  5243. end
  5244. local function LoadUI()
  5245. Scroller:ClearAllChildren()
  5246. local pos = 0
  5247. for i,v in pairs(Remotes) do
  5248. if v then
  5249. MakeItem(v, pos)
  5250. pos = pos+40
  5251. end
  5252. end
  5253. Scroller.CanvasSize = UDim2.new(0,0,0,pos)
  5254. end
  5255. local function GetRemotes()
  5256. local function Recursion(obj)
  5257. for i,v in pairs(obj:GetChildren()) do
  5258. local succ,err = pcall(function()
  5259. if not RemoteIgnores[v.Name] then
  5260. if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") or v:IsA("BindableEvent") or v:IsA("BindableFunction") then
  5261. Remotes[v] = {v}
  5262. end
  5263. end
  5264. end)
  5265. local suc,er = pcall(function()
  5266. v:GetChildren()
  5267. end)
  5268. if suc and #v:GetChildren() > 0 then
  5269. Recursion(v)
  5270. end
  5271. end
  5272. end
  5273. Recursion(game)
  5274. end
  5275. GetRemotes()
  5276. LoadUI()
  5277. for i,v in pairs(game:GetChildren()) do
  5278. local suc, er = pcall(function()
  5279. v:GetChildren()
  5280. end)
  5281. if suc then
  5282. v.DescendantAdded:Connect(function(obj)
  5283. wait(1)
  5284. if not RemoteIgnores[obj.Name] then
  5285. if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") or obj:IsA("BindableEvent") or obj:IsA("BindableFunction") then
  5286. Remotes[obj] = {obj}
  5287. MakeItem(Remotes[obj],((#Scroller:GetChildren())*40))
  5288. Scroller.CanvasSize = UDim2.new(0,0,0,Scroller.CanvasSize.Y.Offset+40)
  5289. end
  5290. end
  5291. end)
  5292. v.DescendantRemoving:Connect(function(obj)
  5293. if not RemoteIgnores[obj.Name] then
  5294. if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") or obj:IsA("BindableEvent") or obj:IsA("BindableFunction") then
  5295. if Remotes[obj] then
  5296. for ii = tonumber(Remotes[obj][2].Name),#Scroller:GetChildren() do
  5297. if ii ~= tonumber(Remotes[obj][2].Name) then
  5298. local it = Scroller:FindFirstChild(ii)
  5299. if it then
  5300. it.Position = UDim2.new(0,0,0,it.Position.Y.Offset-40)
  5301. it.Name = tonumber(it.Name) - 1
  5302. end
  5303. end
  5304. end
  5305. Scroller.CanvasSize = UDim2.new(0,0,0,Scroller.CanvasSize.Y.Offset-40)
  5306. Remotes[obj][2]:Destroy()
  5307. Remotes[obj] = nil
  5308. end
  5309. end
  5310. end
  5311. end)
  5312. end
  5313. end
  5314. spyAll.MouseButton1Down:Connect(function()
  5315. spawn(function()
  5316. game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  5317. wait(0.1)
  5318. game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  5319. end)
  5320. for i,v in pairs(Remotes) do
  5321. game:GetService("TweenService"):Create(v[2].SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(0, 170, 127);}):Play()
  5322. Spying[v[1]] = v[1]
  5323. end
  5324. end)
  5325. UnspyAll.MouseButton1Down:Connect(function()
  5326. spawn(function()
  5327. game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  5328. wait(0.1)
  5329. game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  5330. end)
  5331. for i,v in pairs(Remotes) do
  5332. game:GetService("TweenService"):Create(v[2].SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  5333. Spying[v[1]] = nil
  5334. end
  5335. end)
  5336. end
  5337. StartSpy()
  5338.  
  5339. --== End ==--
  5340. end)
  5341.  
  5342.  
  5343.  
  5344.  
  5345.  
  5346. b4.MouseButton1Down:connect(function()
  5347.  
  5348. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  5349. end)
  5350.  
  5351.  
  5352. b5.MouseButton1Down:connect(function()
  5353. while wait() do
  5354. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  5355. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  5356. for _,x in pairs(v.Character.Head:GetChildren()) do
  5357. if x:IsA'Sound' then x.Playing = true end
  5358. end
  5359. end
  5360. end
  5361. end
  5362. end)
  5363. b6.MouseButton1Down:connect(function()
  5364.  
  5365. --[[
  5366.  
  5367. -Created by Vaeb.
  5368.  
  5369. ]]
  5370.  
  5371. _G.scanRemotes = true
  5372.  
  5373. _G.ignoreNames = {
  5374. Event = true;
  5375. MessagesChanged = true;
  5376. }
  5377.  
  5378. setreadonly(getrawmetatable(game), false)
  5379. local pseudoEnv = {}
  5380. local gameMeta = getrawmetatable(game)
  5381.  
  5382. local tabChar = " "
  5383.  
  5384. local function getSmaller(a, b, notLast)
  5385. local aByte = a:byte() or -1
  5386. local bByte = b:byte() or -1
  5387. if aByte == bByte then
  5388. if notLast and #a == 1 and #b == 1 then
  5389. return -1
  5390. elseif #b == 1 then
  5391. return false
  5392. elseif #a == 1 then
  5393. return true
  5394. else
  5395. return getSmaller(a:sub(2), b:sub(2), notLast)
  5396. end
  5397. else
  5398. return aByte < bByte
  5399. end
  5400. end
  5401.  
  5402. local function parseData(obj, numTabs, isKey, overflow, noTables, forceDict)
  5403. local objType = typeof(obj)
  5404. local objStr = tostring(obj)
  5405. if objType == "table" then
  5406. if noTables then
  5407. return objStr
  5408. end
  5409. local isCyclic = overflow[obj]
  5410. overflow[obj] = true
  5411. local out = {}
  5412. local nextIndex = 1
  5413. local isDict = false
  5414. local hasTables = false
  5415. local data = {}
  5416.  
  5417. for key, val in next, obj do
  5418. if not hasTables and typeof(val) == "table" then
  5419. hasTables = true
  5420. end
  5421.  
  5422. if not isDict and key ~= nextIndex then
  5423. isDict = true
  5424. else
  5425. nextIndex = nextIndex + 1
  5426. end
  5427.  
  5428. data[#data+1] = {key, val}
  5429. end
  5430.  
  5431. if isDict or hasTables or forceDict then
  5432. out[#out+1] = (isCyclic and "Cyclic " or "") .. "{"
  5433. table.sort(data, function(a, b)
  5434. local aType = typeof(a[2])
  5435. local bType = typeof(b[2])
  5436. if bType == "string" and aType ~= "string" then
  5437. return false
  5438. end
  5439. local res = getSmaller(aType, bType, true)
  5440. if res == -1 then
  5441. return getSmaller(tostring(a[1]), tostring(b[1]))
  5442. else
  5443. return res
  5444. end
  5445. end)
  5446. for i = 1, #data do
  5447. local arr = data[i]
  5448. local nowKey = arr[1]
  5449. local nowVal = arr[2]
  5450. local parseKey = parseData(nowKey, numTabs+1, true, overflow, isCyclic)
  5451. local parseVal = parseData(nowVal, numTabs+1, false, overflow, isCyclic)
  5452. if isDict then
  5453. local nowValType = typeof(nowVal)
  5454. local preStr = ""
  5455. local postStr = ""
  5456. if i > 1 and (nowValType == "table" or typeof(data[i-1][2]) ~= nowValType) then
  5457. preStr = "\n"
  5458. end
  5459. if i < #data and nowValType == "table" and typeof(data[i+1][2]) ~= "table" and typeof(data[i+1][2]) == nowValType then
  5460. postStr = "\n"
  5461. end
  5462. out[#out+1] = preStr .. string.rep(tabChar, numTabs+1) .. parseKey .. " = " .. parseVal .. ";" .. postStr
  5463. else
  5464. out[#out+1] = string.rep(tabChar, numTabs+1) .. parseVal .. ";"
  5465. end
  5466. end
  5467. out[#out+1] = string.rep(tabChar, numTabs) .. "}"
  5468. else
  5469. local data2 = {}
  5470. for i = 1, #data do
  5471. local arr = data[i]
  5472. local nowVal = arr[2]
  5473. local parseVal = parseData(nowVal, 0, false, overflow, isCyclic)
  5474. data2[#data2+1] = parseVal
  5475. end
  5476. out[#out+1] = "{" .. table.concat(data2, ", ") .. "}"
  5477. end
  5478.  
  5479. return table.concat(out, "\n")
  5480. else
  5481. local returnVal = nil
  5482. if (objType == "string" or objType == "Content") and (not isKey or tonumber(obj:sub(1, 1))) then
  5483. local retVal = '"' .. objStr .. '"'
  5484. if isKey then
  5485. retVal = "[" .. retVal .. "]"
  5486. end
  5487. returnVal = retVal
  5488. elseif objType == "EnumItem" then
  5489. returnVal = "Enum." .. tostring(obj.EnumType) .. "." .. obj.Name
  5490. elseif objType == "Enum" then
  5491. returnVal = "Enum." .. objStr
  5492. elseif objType == "Instance" then
  5493. returnVal = obj.Parent and obj:GetFullName() or obj.ClassName
  5494. elseif objType == "CFrame" then
  5495. returnVal = "CFrame.new(" .. objStr .. ")"
  5496. elseif objType == "Vector3" then
  5497. returnVal = "Vector3.new(" .. objStr .. ")"
  5498. elseif objType == "Vector2" then
  5499. returnVal = "Vector2.new(" .. objStr .. ")"
  5500. elseif objType == "UDim2" then
  5501. returnVal = "UDim2.new(" .. objStr:gsub("[{}]", "") .. ")"
  5502. elseif objType == "BrickColor" then
  5503. returnVal = "BrickColor.new(\"" .. objStr .. "\")"
  5504. elseif objType == "Color3" then
  5505. returnVal = "Color3.new(" .. objStr .. ")"
  5506. elseif objType == "NumberRange" then
  5507. returnVal = "NumberRange.new(" .. objStr:gsub("^%s*(.-)%s*$", "%1"):gsub(" ", ", ") .. ")"
  5508. elseif objType == "PhysicalProperties" then
  5509. returnVal = "PhysicalProperties.new(" .. objStr .. ")"
  5510. else
  5511. returnVal = objStr
  5512. end
  5513. return returnVal
  5514. end
  5515. end
  5516.  
  5517. function tableToString(t)
  5518. return parseData(t, 0, false, {}, nil, false)
  5519. end
  5520.  
  5521. local detectClasses = {
  5522. BindableEvent = true;
  5523. BindableFunction = true;
  5524. RemoteEvent = true;
  5525. RemoteFunction = true;
  5526. }
  5527.  
  5528. local classMethods = {
  5529. BindableEvent = "Fire";
  5530. BindableFunction = "Invoke";
  5531. RemoteEvent = "FireServer";
  5532. RemoteFunction = "InvokeServer";
  5533. }
  5534.  
  5535. local realMethods = {}
  5536.  
  5537. for name, enabled in next, detectClasses do
  5538. if enabled then
  5539. realMethods[classMethods[name]] = Instance.new(name)[classMethods[name]]
  5540. end
  5541. end
  5542.  
  5543. for key, value in next, gameMeta do pseudoEnv[key] = value end
  5544.  
  5545. local incId = 0
  5546.  
  5547. local function getValues(self, key, ...)
  5548. return {realMethods[key](self, ...)}
  5549. end
  5550.  
  5551. gameMeta.__index, gameMeta.__namecall = function(self, key)
  5552. if not realMethods[key] or _G.ignoreNames[self.Name] or not _G.scanRemotes then return pseudoEnv.__index(self, key) end
  5553. return function(_, ...)
  5554. incId = incId + 1
  5555. local nowId = incId
  5556. local strId = "[RemoteSpy_" .. nowId .. "]"
  5557.  
  5558. local allPassed = {...}
  5559. local returnValues = {}
  5560.  
  5561. local ok, data = pcall(getValues, self, key, ...)
  5562.  
  5563. if ok then
  5564. returnValues = data
  5565. print("\n" .. strId .. " ClassName: " .. self.ClassName .. " | Path: " .. self:GetFullName() .. " | Method: " .. key .. "\n" .. strId .. " Packed Arguments: " .. tableToString(allPassed) .. "\n" .. strId .. " Packed Returned: " .. tableToString(returnValues) .. "\n")
  5566. else
  5567. print("\n" .. strId .. " ClassName: " .. self.ClassName .. " | Path: " .. self:GetFullName() .. " | Method: " .. key .. "\n" .. strId .. " Packed Arguments: " .. tableToString(allPassed) .. "\n" .. strId .. " Packed Returned: [ERROR] " .. data .. "\n")
  5568. end
  5569.  
  5570. return unpack(returnValues)
  5571. end
  5572. end
  5573.  
  5574. print("\nRan Vaeb's RemoteSpy\n")
  5575. end)
Add Comment
Please, Sign In to add comment