Guest User

PEWPEW

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