Guest User

Rezerect

a guest
Oct 16th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 240.34 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10. local Password = Instance.new("TextBox")
  11. local TextBox = Instance.new("TextBox")
  12. local Main = Instance.new("Frame")
  13. local Close = Instance.new("TextButton")
  14. local Vehiclesimulator = Instance.new("TextButton")
  15. local Jailbreak = Instance.new("TextButton")
  16. local PhantomForces = Instance.new("TextButton")
  17. local Admin = Instance.new("TextButton")
  18. local FEGUI = Instance.new("TextButton")
  19. local Strucid = Instance.new("TextButton")
  20. local Credits = Instance.new("TextButton")
  21. local title = Instance.new("TextButton")
  22. local Dungeonquest = Instance.new("TextButton")
  23. local BoogaBooga = Instance.new("TextButton")
  24. local TextButton_2 = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. OpenFrame.Name = "OpenFrame"
  32. OpenFrame.Parent = ScreenGui
  33. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  34. OpenFrame.Position = UDim2.new(0.815506101, 0, 0.784378469, 0)
  35. OpenFrame.Size = UDim2.new(0, 100, 0, 28)
  36.  
  37. Open.Name = "Open"
  38. Open.Parent = OpenFrame
  39. Open.BackgroundColor3 = Color3.new(0, 1, 0.717647)
  40. Open.Position = UDim2.new(-0.319999993, 0, 0, 0)
  41. Open.Size = UDim2.new(0, 164, 0, 28)
  42. Open.Font = Enum.Font.SourceSans
  43. Open.Text = "Open"
  44. Open.TextColor3 = Color3.new(0, 0, 0)
  45. Open.TextScaled = true
  46. Open.TextSize = 14
  47. Open.TextWrapped = true
  48. Open.MouseButton1Down:connect(function()
  49. Main.Visible = true
  50. OpenFrame.Visible = false
  51. end)
  52.  
  53. TextButton.Parent = OpenFrame
  54. TextButton.BackgroundColor3 = Color3.new(0.164706, 1, 0.682353)
  55. TextButton.Position = UDim2.new(-0.52632916, 0, -5.03418827, 0)
  56. TextButton.Size = UDim2.new(0, 201, 0, 39)
  57. TextButton.Font = Enum.Font.SourceSans
  58. TextButton.Text = "Login"
  59. TextButton.TextColor3 = Color3.new(0, 0, 0)
  60. TextButton.TextSize = 14
  61.  
  62. Password.Name = "Password"
  63. Password.Parent = OpenFrame
  64. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Password.Position = UDim2.new(-0.501265764, 0, -1.79670334, 0)
  66. Password.Size = UDim2.new(0, 200, 0, 50)
  67. Password.Font = Enum.Font.SourceSans
  68. Password.Text = "Password"
  69. Password.TextColor3 = Color3.new(0, 0, 0)
  70. Password.TextSize = 14
  71.  
  72. TextBox.Parent = OpenFrame
  73. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  74. TextBox.Position = UDim2.new(0, -51, 0, -101)
  75. TextBox.Size = UDim2.new(0, 200, 0, 50)
  76. TextBox.Font = Enum.Font.SourceSans
  77. TextBox.Text = "Username"
  78. TextBox.TextColor3 = Color3.new(0, 0, 0)
  79. TextBox.TextSize = 14
  80.  
  81. Main.Name = "Main"
  82. Main.Parent = ScreenGui
  83. Main.BackgroundColor3 = Color3.new(0.243137, 0.239216, 0.239216)
  84. Main.Position = UDim2.new(0.337140143, 0, 0.278158396, 0)
  85. Main.Size = UDim2.new(0, 395, 0, 234)
  86. Main.Visible = false
  87.  
  88. Close.Name = "Close"
  89. Close.Parent = Main
  90. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  91. Close.BorderColor3 = Color3.new(0.207843, 0, 0)
  92. Close.Position = UDim2.new(0.910048008, 0, -0.0437130332, 0)
  93. Close.Size = UDim2.new(0, 39, 0, 29)
  94. Close.Font = Enum.Font.SourceSans
  95. Close.Text = "X"
  96. Close.TextColor3 = Color3.new(1, 0, 0)
  97. Close.TextScaled = true
  98. Close.TextSize = 14
  99. Close.TextWrapped = true
  100. Close.MouseButton1Down:connect(function()
  101. OpenFrame.Visible = true
  102. Main.Visible = false
  103. end)
  104.  
  105. Vehiclesimulator.Name = "Vehicle simulator"
  106. Vehiclesimulator.Parent = Main
  107. Vehiclesimulator.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  108. Vehiclesimulator.Position = UDim2.new(0.587114453, 0, 0.553756595, 0)
  109. Vehiclesimulator.Size = UDim2.new(0, 95, 0, 23)
  110. Vehiclesimulator.Font = Enum.Font.SourceSans
  111. Vehiclesimulator.Text = "Vehicle simulator"
  112. Vehiclesimulator.TextColor3 = Color3.new(0, 0, 0)
  113. Vehiclesimulator.TextScaled = true
  114. Vehiclesimulator.TextSize = 14
  115. Vehiclesimulator.TextWrapped = true
  116. Vehiclesimulator.MouseButton1Down:connect(function()
  117. -- Instances:
  118. local VehicleSimulatorFuhaxor = Instance.new("ScreenGui")
  119. local OpenFrame = Instance.new("Frame")
  120. local Open = Instance.new("TextButton")
  121. local Main = Instance.new("Frame")
  122. local BeautyA = Instance.new("Frame")
  123. local Name = Instance.new("TextLabel")
  124. local BeautyB = Instance.new("Frame")
  125. local Credit = Instance.new("TextLabel")
  126. local Torque = Instance.new("TextButton")
  127. local Torquet = Instance.new("TextBox")
  128. local TptoCrate = Instance.new("TextButton")
  129. local NitroSpeed = Instance.new("TextButton")
  130. local NST = Instance.new("TextBox")
  131. local TeleportToCar = Instance.new("TextButton")
  132. local NitroForce = Instance.new("TextButton")
  133. local NFT = Instance.new("TextBox")
  134. local Speed = Instance.new("TextButton")
  135. local SpeedBind = Instance.new("TextBox")
  136. local CrateESP = Instance.new("TextButton")
  137. local SuperCar = Instance.new("TextButton")
  138. local GiveAllPerks = Instance.new("TextButton")
  139. local Close = Instance.new("TextButton")
  140. local JumpHeight = Instance.new("TextButton")
  141. local JHT = Instance.new("TextBox")
  142. local AutoFarm = Instance.new("TextButton")
  143. local Braking = Instance.new("TextButton")
  144. local BrakingT = Instance.new("TextBox")
  145. --Properties:
  146. VehicleSimulatorFuhaxor.Name = "Vehicle Simulator Fuhaxor"
  147. VehicleSimulatorFuhaxor.Parent = game.CoreGui
  148. VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  149.  
  150. OpenFrame.Name = "OpenFrame"
  151. OpenFrame.Parent = VehicleSimulatorFuhaxor
  152. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  153. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  154. OpenFrame.Position = UDim2.new(0, 0, 0.55, 0)
  155. OpenFrame.Size = UDim2.new(0, 69, 0, 27)
  156. Open.MouseButton1Down:connect(function()
  157. Main.Visible = true
  158. OpenFrame.Visible = false
  159. end)
  160.  
  161. Open.Name = "Open"
  162. Open.Parent = OpenFrame
  163. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  164. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  165. Open.Size = UDim2.new(0, 65, 0, 25)
  166. Open.Font = Enum.Font.Cartoon
  167. Open.Text = "Open"
  168. Open.TextColor3 = Color3.new(1, 1, 1)
  169. Open.TextSize = 30
  170.  
  171. Main.Name = "Main"
  172. Main.Parent = VehicleSimulatorFuhaxor
  173. Main.Active = true
  174. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  175. Main.BorderSizePixel = 0
  176. Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
  177. Main.Size = UDim2.new(0, 439, 0, 278)
  178. Main.Visible = false
  179. Main.Draggable = true
  180.  
  181. BeautyA.Name = "BeautyA"
  182. BeautyA.Parent = Main
  183. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  184. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  185. BeautyA.BorderSizePixel = 0
  186. BeautyA.Size = UDim2.new(0, 439, 0, 25)
  187.  
  188. Name.Name = "Name"
  189. Name.Parent = BeautyA
  190. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  191. Name.BackgroundTransparency = 1
  192. Name.BorderSizePixel = 0
  193. Name.Position = UDim2.new(0.316628695, 0, 0, 0)
  194. Name.Size = UDim2.new(0, 154, 0, 25)
  195. Name.Font = Enum.Font.Cartoon
  196. Name.Text = "Rezerect vehicle simulator "
  197. Name.TextColor3 = Color3.new(1, 1, 1)
  198. Name.TextSize = 20
  199.  
  200. BeautyB.Name = "BeautyB"
  201. BeautyB.Parent = Main
  202. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  203. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  204. BeautyB.BorderSizePixel = 0
  205. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
  206. BeautyB.Size = UDim2.new(0, 439, 0, 24)
  207.  
  208. Credit.Name = "Credit"
  209. Credit.Parent = BeautyB
  210. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Credit.BackgroundTransparency = 1
  212. Credit.BorderSizePixel = 0
  213. Credit.Size = UDim2.new(0, 439, 0, 24)
  214. Credit.Font = Enum.Font.Cartoon
  215. Credit.Text = "Gui Made By Meliodas#3448"
  216. Credit.TextColor3 = Color3.new(1, 1, 1)
  217. Credit.TextSize = 16
  218.  
  219. Torque.Name = "Torque"
  220. Torque.Parent = Main
  221. Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  222. Torque.BorderSizePixel = 0
  223. Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
  224. Torque.Size = UDim2.new(0, 67, 0, 38)
  225. Torque.Font = Enum.Font.Cartoon
  226. Torque.Text = "Torque"
  227. Torque.TextColor3 = Color3.new(1, 1, 1)
  228. Torque.TextSize = 25
  229.  
  230. Torquet.Name = "Torquet"
  231. Torquet.Parent = Torque
  232. Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  233. Torquet.BorderSizePixel = 0
  234. Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  235. Torquet.Size = UDim2.new(0, 67, 0, 38)
  236. Torquet.Font = Enum.Font.Cartoon
  237. Torquet.Text = "Amount"
  238. Torquet.TextColor3 = Color3.new(0, 0, 0)
  239. Torquet.TextSize = 14
  240. Torquet.TextWrapped = true
  241.  
  242. TptoCrate.Name = "TptoCrate"
  243. TptoCrate.Parent = Main
  244. TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  245. TptoCrate.BorderSizePixel = 0
  246. TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
  247. TptoCrate.Size = UDim2.new(0, 126, 0, 38)
  248. TptoCrate.Font = Enum.Font.Cartoon
  249. TptoCrate.Text = "Tp to Crate"
  250. TptoCrate.TextColor3 = Color3.new(1, 1, 1)
  251. TptoCrate.TextSize = 25
  252.  
  253. NitroSpeed.Name = "NitroSpeed"
  254. NitroSpeed.Parent = Main
  255. NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  256. NitroSpeed.BorderSizePixel = 0
  257. NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
  258. NitroSpeed.Size = UDim2.new(0, 64, 0, 38)
  259. NitroSpeed.Font = Enum.Font.Cartoon
  260. NitroSpeed.Text = "Nitro Speed"
  261. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
  262. NitroSpeed.TextScaled = true
  263. NitroSpeed.TextSize = 13
  264. NitroSpeed.TextWrapped = true
  265.  
  266. NST.Name = "NST"
  267. NST.Parent = NitroSpeed
  268. NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  269. NST.BorderSizePixel = 0
  270. NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  271. NST.Size = UDim2.new(0, 67, 0, 38)
  272. NST.Font = Enum.Font.Cartoon
  273. NST.Text = "Amount"
  274. NST.TextColor3 = Color3.new(0, 0, 0)
  275. NST.TextSize = 14
  276. NST.TextWrapped = true
  277.  
  278. TeleportToCar.Name = "TeleportToCar"
  279. TeleportToCar.Parent = Main
  280. TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  281. TeleportToCar.BorderSizePixel = 0
  282. TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
  283. TeleportToCar.Size = UDim2.new(0, 126, 0, 33)
  284. TeleportToCar.Font = Enum.Font.Cartoon
  285. TeleportToCar.Text = "Teleport To Car"
  286. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
  287. TeleportToCar.TextScaled = true
  288. TeleportToCar.TextSize = 20
  289. TeleportToCar.TextWrapped = true
  290.  
  291. NitroForce.Name = "NitroForce"
  292. NitroForce.Parent = Main
  293. NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  294. NitroForce.BorderSizePixel = 0
  295. NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
  296. NitroForce.Size = UDim2.new(0, 64, 0, 38)
  297. NitroForce.Font = Enum.Font.Cartoon
  298. NitroForce.Text = "Nitro Force"
  299. NitroForce.TextColor3 = Color3.new(1, 1, 1)
  300. NitroForce.TextSize = 17
  301. NitroForce.TextWrapped = true
  302.  
  303. NFT.Name = "NFT"
  304. NFT.Parent = NitroForce
  305. NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  306. NFT.BorderSizePixel = 0
  307. NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  308. NFT.Size = UDim2.new(0, 67, 0, 38)
  309. NFT.Font = Enum.Font.Cartoon
  310. NFT.Text = "Amount"
  311. NFT.TextColor3 = Color3.new(0, 0, 0)
  312. NFT.TextSize = 14
  313. NFT.TextWrapped = true
  314.  
  315. Speed.Name = "Speed"
  316. Speed.Parent = Main
  317. Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  318. Speed.BorderSizePixel = 0
  319. Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
  320. Speed.Size = UDim2.new(0, 67, 0, 38)
  321. Speed.Font = Enum.Font.Cartoon
  322. Speed.Text = "Speed"
  323. Speed.TextColor3 = Color3.new(1, 1, 1)
  324. Speed.TextSize = 25
  325.  
  326. SpeedBind.Name = "SpeedBind"
  327. SpeedBind.Parent = Speed
  328. SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  329. SpeedBind.BorderSizePixel = 0
  330. SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  331. SpeedBind.Size = UDim2.new(0, 67, 0, 38)
  332. SpeedBind.Font = Enum.Font.Cartoon
  333. SpeedBind.Text = "Amount"
  334. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  335. SpeedBind.TextSize = 14
  336. SpeedBind.TextWrapped = true
  337.  
  338. CrateESP.Name = "CrateESP"
  339. CrateESP.Parent = Main
  340. CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  341. CrateESP.BorderSizePixel = 0
  342. CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
  343. CrateESP.Size = UDim2.new(0, 126, 0, 38)
  344. CrateESP.Font = Enum.Font.Cartoon
  345. CrateESP.Text = "Crate ESP"
  346. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  347. CrateESP.TextSize = 25
  348.  
  349. SuperCar.Name = "SuperCar"
  350. SuperCar.Parent = Main
  351. SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  352. SuperCar.BorderSizePixel = 0
  353. SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
  354. SuperCar.Size = UDim2.new(0, 126, 0, 38)
  355. SuperCar.Font = Enum.Font.Cartoon
  356. SuperCar.Text = "Super Car"
  357. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  358. SuperCar.TextSize = 25
  359.  
  360. GiveAllPerks.Name = "GiveAllPerks"
  361. GiveAllPerks.Parent = Main
  362. GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  363. GiveAllPerks.BorderSizePixel = 0
  364. GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
  365. GiveAllPerks.Size = UDim2.new(0, 126, 0, 38)
  366. GiveAllPerks.Font = Enum.Font.Cartoon
  367. GiveAllPerks.Text = "Give All Perks"
  368. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
  369. GiveAllPerks.TextSize = 20
  370.  
  371. Close.Name = "Close"
  372. Close.Parent = Main
  373. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  374. Close.BackgroundTransparency = 1
  375. Close.BorderSizePixel = 0
  376. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
  377. Close.Size = UDim2.new(0, 28, 0, 25)
  378. Close.Font = Enum.Font.SourceSans
  379. Close.Text = "X"
  380. Close.TextColor3 = Color3.new(1, 1, 1)
  381. Close.TextSize = 30
  382. Close.MouseButton1Down:connect(function()
  383. OpenFrame.Visible = true
  384. Main.Visible = false
  385. end)
  386.  
  387. JumpHeight.Name = "JumpHeight"
  388. JumpHeight.Parent = Main
  389. JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  390. JumpHeight.BorderSizePixel = 0
  391. JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
  392. JumpHeight.Size = UDim2.new(0, 64, 0, 38)
  393. JumpHeight.Font = Enum.Font.Cartoon
  394. JumpHeight.Text = "Jump Height"
  395. JumpHeight.TextColor3 = Color3.new(1, 1, 1)
  396. JumpHeight.TextScaled = true
  397. JumpHeight.TextSize = 15
  398. JumpHeight.TextWrapped = true
  399.  
  400. JHT.Name = "JHT"
  401. JHT.Parent = JumpHeight
  402. JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  403. JHT.BorderSizePixel = 0
  404. JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
  405. JHT.Size = UDim2.new(0, 67, 0, 38)
  406. JHT.Font = Enum.Font.Cartoon
  407. JHT.Text = "Amount"
  408. JHT.TextColor3 = Color3.new(0, 0, 0)
  409. JHT.TextSize = 14
  410. JHT.TextWrapped = true
  411.  
  412. AutoFarm.Name = "AutoFarm"
  413. AutoFarm.Parent = Main
  414. AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  415. AutoFarm.BorderSizePixel = 0
  416. AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
  417. AutoFarm.Size = UDim2.new(0, 126, 0, 38)
  418. AutoFarm.Font = Enum.Font.Cartoon
  419. AutoFarm.Text = "Auto Farm"
  420. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  421. AutoFarm.TextSize = 25
  422.  
  423. Braking.Name = "Braking"
  424. Braking.Parent = Main
  425. Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  426. Braking.BorderSizePixel = 0
  427. Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
  428. Braking.Size = UDim2.new(0, 67, 0, 38)
  429. Braking.Font = Enum.Font.Cartoon
  430. Braking.Text = "Braking"
  431. Braking.TextColor3 = Color3.new(1, 1, 1)
  432. Braking.TextScaled = true
  433. Braking.TextSize = 23
  434. Braking.TextWrapped = true
  435.  
  436. BrakingT.Name = "BrakingT"
  437. BrakingT.Parent = Braking
  438. BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  439. BrakingT.BorderSizePixel = 0
  440. BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  441. BrakingT.Size = UDim2.new(0, 67, 0, 38)
  442. BrakingT.Font = Enum.Font.Cartoon
  443. BrakingT.Text = "Amount"
  444. BrakingT.TextColor3 = Color3.new(0, 0, 0)
  445. BrakingT.TextSize = 14
  446. BrakingT.TextWrapped = true
  447. -- Scripts:
  448.  
  449. function findCar()
  450. local vehicle = workspace.Vehicles:getChildren()
  451. for i=1,#vehicle do
  452. if vehicle[i]:findFirstChild("owner") then
  453. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
  454. myCar = vehicle[i]
  455. end
  456. end
  457. end
  458. end
  459.  
  460. AutoFarm.MouseButton1Down:connect(function()
  461. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
  462. --Do not change anything below :)
  463. local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
  464. local found = false
  465. local go = true
  466.  
  467. function findVehicle() --Finds your vehicle
  468. while not found do --Loops until your vehicle has been found
  469. local vehicles = Workspace.Vehicles:getChildren()
  470. for i=1,#vehicles do
  471. if vehicles[i]:findFirstChild'owner' then
  472. if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  473. found = true --Setting found to true so loop breaks
  474. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  475. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  476. vehStats.MaxSpeed.Value = 800
  477. vehStats.Torque.Value = 60000
  478. vehStats.SteeringRadiusConstant.Value = 120000000
  479. elseif vehicles[i + 1] == nil and not found then
  480. --Autorespawn would go here
  481. hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace
  482. end
  483. end
  484. end
  485. wait(1) --Waiting before checking again so we don't crash
  486. end
  487. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  488. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  489. end
  490.  
  491. function farm() --This is where the magic happens :)
  492. hint.Text = "Finished loading! Autofarm initialized...FAST,TELEPORT,WIN v2"
  493. while wait(waitTime) do --Waits x seconds before resetting car
  494. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  495. game:GetService'VirtualUser':SetKeyUp("w") --Resets W key
  496. game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward
  497. end
  498. end
  499. findVehicle() --Calls the findVehicle function
  500. while go do
  501. if not pcall(farm()) then --Calls farm function & checks for errors
  502. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  503. findVehicle()
  504. end
  505. end
  506. end)
  507.  
  508. SuperCar.MouseButton1Down:connect(function()
  509. findCar()
  510. myCar.Handling.MaxSpeed.Value = 10000
  511. myCar.Handling.Torque.Value = 55555
  512. myCar.Handling.SteeringRadiusConstant.Value = 15000
  513. myCar.Handling.FrictionRoad.Value = 250
  514. myCar.Handling.Nitro.NitroSpeed.Value = 100000
  515. myCar.Handling.Nitro.NitroForce.Value = 100000
  516. myCar.Handling.Braking.Value = 100000
  517. myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
  518. end)
  519.  
  520. Speed.MouseButton1Down:connect(function()
  521. findCar()
  522. myCar.Handling.MaxSpeed.Value = SpeedBind.Text
  523. myCar.Handling.SteeringRadiusConstant.Value = 15000
  524. end)
  525.  
  526. Torque.MouseButton1Down:connect(function()
  527. findCar()
  528. myCar.Handling.Torque.Value = Torquet.Text
  529. end)
  530.  
  531. NitroSpeed.MouseButton1Down:connect(function()
  532. findCar()
  533. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  534. end)
  535.  
  536. NitroForce.MouseButton1Down:connect(function()
  537. findCar()
  538. myCar.Handling.Nitro.NitroForce.Value = NFT.Text
  539. end)
  540.  
  541. JumpHeight.MouseButton1Down:connect(function()
  542. findCar()
  543. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  544. end)
  545.  
  546. Braking.MouseButton1Down:connect(function()
  547. findCar()
  548. myCar.Handling.Braking.Value = BrakingT.Text
  549. end)
  550.  
  551. GiveAllPerks.MouseButton1Down:connect(function()
  552. game:GetService("Players").LocalPlayer.UserId = 1099580
  553. end)
  554.  
  555. CrateESP.MouseButton1Down:connect(function()
  556. local crates = workspace:getChildren()
  557. for i=1,#crates do
  558. if crates[i].ClassName == "Model" then
  559. local crates2 = crates[i]:getChildren()
  560. for i=1,#crates2 do
  561. if crates2[i].ClassName == "Model" then
  562. local crates3 = crates2[i]:getChildren()
  563. for i=1,#crates3 do
  564. if crates3[i].ClassName == "MeshPart" then
  565. if crates3[i]:findFirstChild("Smoke") then
  566. if crates3[i]:findFirstChild("BoxHandleAdornment") then
  567. crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
  568. else
  569. local a = Instance.new("BoxHandleAdornment",crates3[i])
  570. a.Size = Vector3.new(10,500,6)
  571. a.SizeRelativeOffset = Vector3.new(0,135,0)
  572. a.Color3 = Color3.fromRGB(0,255,0)
  573. a.Transparency = 0.5
  574. a.AlwaysOnTop = true
  575. a.Adornee = crates3[i]
  576. a.ZIndex = 1
  577. local b = Instance.new("BoxHandleAdornment",crates3[i])
  578. b.Size = Vector3.new(10,4,6)
  579. b.Color3 = Color3.fromRGB(0,0,255)
  580. b.Transparency = 0.3
  581. b.AlwaysOnTop = true
  582. b.Adornee = crates3[i]
  583. b.ZIndex = 1
  584. end
  585. end
  586. end
  587. end
  588. end
  589. end
  590. end
  591. end
  592. end)
  593.  
  594. TptoCrate.MouseButton1Down:connect(function()
  595. local crates = workspace:getChildren()
  596. for i=1,#crates do
  597. if crates[i].ClassName == "Model" then
  598. local crates2 = crates[i]:getChildren()
  599. for i=1,#crates2 do
  600. if crates2[i].ClassName == "Model" then
  601. local crates3 = crates2[i]:getChildren()
  602. for i=1,#crates3 do
  603. if crates3[i].ClassName == "MeshPart" then
  604. if crates3[i]:findFirstChild("Smoke") then
  605. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  606. wait()
  607. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  608. wait(4)
  609. end
  610. end
  611. end
  612. end
  613. end
  614. end
  615. end
  616. end)
  617.  
  618. TeleportToCar.MouseButton1Down:connect(function()
  619. findCar()
  620. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  621. end)
  622. end)
  623.  
  624. Jailbreak.Name = "Jailbreak"
  625. Jailbreak.Parent = Main
  626. Jailbreak.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  627. Jailbreak.Position = UDim2.new(0.148278862, 0, 0.368794084, 0)
  628. Jailbreak.Size = UDim2.new(0, 95, 0, 23)
  629. Jailbreak.Font = Enum.Font.SourceSans
  630. Jailbreak.Text = "Jailbreak"
  631. Jailbreak.TextColor3 = Color3.new(0, 0, 0)
  632. Jailbreak.TextScaled = true
  633. Jailbreak.TextSize = 14
  634. Jailbreak.TextWrapped = true
  635. Jailbreak.MouseButton1Down:connect(function()
  636. loadstring(game:GetObjects("rbxassetid://3473939051")[1].Source)()
  637. end)
  638.  
  639. PhantomForces.Name = "Phantom Forces"
  640. PhantomForces.Parent = Main
  641. PhantomForces.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  642. PhantomForces.Position = UDim2.new(0.148338988, 0, 0.552200198, 0)
  643. PhantomForces.Size = UDim2.new(0, 95, 0, 23)
  644. PhantomForces.Font = Enum.Font.SourceSans
  645. PhantomForces.Text = "Phantom forces"
  646. PhantomForces.TextColor3 = Color3.new(0, 0, 0)
  647. PhantomForces.TextScaled = true
  648. PhantomForces.TextSize = 14
  649. PhantomForces.TextWrapped = true
  650. PhantomForces.MouseButton1Down:connect(function()
  651. loadstring(game:HttpGet(('https://pastebin.com/raw/cdPJxGDU'),true))()
  652. end)
  653.  
  654. Admin.Name = "Admin"
  655. Admin.Parent = Main
  656. Admin.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  657. Admin.Position = UDim2.new(0.584563553, 0, 0.369342744, 0)
  658. Admin.Size = UDim2.new(0, 95, 0, 23)
  659. Admin.Font = Enum.Font.SourceSans
  660. Admin.Text = "Admin"
  661. Admin.TextColor3 = Color3.new(0, 0, 0)
  662. Admin.TextScaled = true
  663. Admin.TextSize = 14
  664. Admin.TextWrapped = true
  665. Admin.MouseButton1Down:connect(function()
  666. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  667. end)
  668.  
  669.  
  670. FEGUI.Name = "FE GUI"
  671. FEGUI.Parent = Main
  672. FEGUI.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  673. FEGUI.Position = UDim2.new(0.145754039, 0, 0.757988989, 0)
  674. FEGUI.Size = UDim2.new(0, 95, 0, 23)
  675. FEGUI.Font = Enum.Font.SourceSans
  676. FEGUI.Text = "FE GUI"
  677. FEGUI.TextColor3 = Color3.new(0, 0, 0)
  678. FEGUI.TextScaled = true
  679. FEGUI.TextSize = 14
  680. FEGUI.TextWrapped = true
  681. FEGUI.MouseButton1Down:connect(function()
  682. --enjoy, fuckers
  683. wait(0.3)
  684. OPFinality = Instance.new("ScreenGui")
  685. MainFrame = Instance.new("Frame")
  686. TopFrame = Instance.new("Frame")
  687. CloseGUI = Instance.new("TextButton")
  688. MenuEnterFrame = Instance.new("Frame")
  689. Title = Instance.new("TextLabel")
  690. OpenMenu = Instance.new("ImageButton")
  691. Pages = Instance.new("Frame")
  692. Information = Instance.new("Frame")
  693. Image_FE_ENABLED = Instance.new("ImageLabel")
  694. Text_FE_ENABLED = Instance.new("TextLabel")
  695. WhatIsOPFinality = Instance.new("TextLabel")
  696. Text_FE_DISABLED = Instance.new("TextLabel")
  697. OPFin_Description = Instance.new("TextLabel")
  698. OPFin_Warning = Instance.new("TextLabel")
  699. Info_Bar = Instance.new("Frame")
  700. Info_Background = Instance.new("Frame")
  701. Warning_Bar = Instance.new("Frame")
  702. Warning_Background = Instance.new("Frame")
  703. Info_Image = Instance.new("ImageLabel")
  704. Image_FE_DISABLED = Instance.new("ImageLabel")
  705. Warn_Image = Instance.new("ImageLabel")
  706. Others_1 = Instance.new("Frame")
  707. OthersTitle = Instance.new("TextLabel")
  708. Char_Image = Instance.new("ImageLabel")
  709. OthersText = Instance.new("TextLabel")
  710. TXTBOX_PlrName = Instance.new("TextBox")
  711. othersBaseBackground = Instance.new("Frame")
  712. TeleportTo = Instance.new("TextButton")
  713. Annoy = Instance.new("TextButton")
  714. Follow = Instance.new("TextButton")
  715. View = Instance.new("TextButton")
  716. Orbit = Instance.new("TextButton")
  717. HeadWalk = Instance.new("TextButton")
  718. Stick = Instance.new("TextButton")
  719. Spam = Instance.new("TextButton")
  720. Carpet = Instance.new("TextButton")
  721. Others_toPAGE2 = Instance.new("TextButton")
  722. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  723. Character_2 = Instance.new("Frame")
  724. CharacterTitle = Instance.new("TextLabel")
  725. CharacterText = Instance.new("TextLabel")
  726. Animations_SPOOKY = Instance.new("Frame")
  727. spookytitle = Instance.new("TextLabel")
  728. headthrow = Instance.new("TextButton")
  729. armsoff = Instance.new("TextButton")
  730. loophead = Instance.new("TextButton")
  731. levitate = Instance.new("TextButton")
  732. headfloat = Instance.new("TextButton")
  733. Character_backPAGE1 = Instance.new("TextButton")
  734. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  735. Animations_DANCE = Instance.new("Frame")
  736. dancetitle = Instance.new("TextLabel")
  737. normal = Instance.new("TextButton")
  738. movingdance = Instance.new("TextButton")
  739. insane = Instance.new("TextButton")
  740. happy = Instance.new("TextButton")
  741. spindance = Instance.new("TextButton")
  742. Animations_HEROIC = Instance.new("Frame")
  743. heroictitle = Instance.new("TextLabel")
  744. swordstrike = Instance.new("TextButton")
  745. jumpland = Instance.new("TextButton")
  746. punches = Instance.new("TextButton")
  747. swing = Instance.new("TextButton")
  748. crawl = Instance.new("TextButton")
  749. Char2_Image = Instance.new("ImageLabel")
  750. Character_1 = Instance.new("Frame")
  751. CharacterTitle_2 = Instance.new("TextLabel")
  752. Char_Image_2 = Instance.new("ImageLabel")
  753. CharacterText_2 = Instance.new("TextLabel")
  754. TXTBOX_Stats = Instance.new("TextBox")
  755. BackGroundChar = Instance.new("Frame")
  756. HipHeight = Instance.new("TextButton")
  757. JumpHeight = Instance.new("TextButton")
  758. Speed = Instance.new("TextButton")
  759. TXTBOX_Chat = Instance.new("TextBox")
  760. BackGroundChar2 = Instance.new("Frame")
  761. Chat = Instance.new("TextButton")
  762. Spam_2 = Instance.new("TextButton")
  763. BackGroundChar3 = Instance.new("Frame")
  764. Noclip = Instance.new("TextButton")
  765. Fly = Instance.new("TextButton")
  766. Character_toPAGE2 = Instance.new("TextButton")
  767. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  768. Others_2 = Instance.new("Frame")
  769. OthersTitle_2 = Instance.new("TextLabel")
  770. Other_Image2 = Instance.new("ImageLabel")
  771. OthersText_2 = Instance.new("TextLabel")
  772. TXTBOX_PlrName2 = Instance.new("TextBox")
  773. othersBaseBackground2 = Instance.new("Frame")
  774. Flatten = Instance.new("TextButton")
  775. AimHead = Instance.new("TextButton")
  776. Float = Instance.new("TextButton")
  777. Multiple = Instance.new("TextButton")
  778. Animated = Instance.new("TextButton")
  779. SlowAttract = Instance.new("TextButton")
  780. WeirdOrbit = Instance.new("TextButton")
  781. Violent = Instance.new("TextButton")
  782. Max = Instance.new("TextButton")
  783. Others_toPAGE3 = Instance.new("TextButton")
  784. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  785. Others_backPAGE1 = Instance.new("TextButton")
  786. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  787. Extra_1 = Instance.new("Frame")
  788. Extra_Image = Instance.new("ImageLabel")
  789. ExtraText = Instance.new("TextLabel")
  790. ExtraBaseBackGround1 = Instance.new("Frame")
  791. CrouchRocket = Instance.new("TextButton")
  792. ExtraBaseBackGround1Side = Instance.new("Frame")
  793. CloneIllusion = Instance.new("TextButton")
  794. CoolSpin = Instance.new("TextButton")
  795. JumpRocket = Instance.new("TextButton")
  796. Extra_toPAGE2 = Instance.new("TextButton")
  797. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  798. Extra_Title = Instance.new("TextLabel")
  799. ExtraBaseBackGround2 = Instance.new("Frame")
  800. NoLimbs = Instance.new("TextButton")
  801. FEGodmode = Instance.new("TextButton")
  802. BrickHats = Instance.new("TextButton")
  803. RapidPunch = Instance.new("TextButton")
  804. ExtraBaseBackGround2Side = Instance.new("Frame")
  805. ExtraBaseBackGround3 = Instance.new("Frame")
  806. PunchFollow = Instance.new("TextButton")
  807. ArmFollow = Instance.new("TextButton")
  808. Spin = Instance.new("TextButton")
  809. Faint = Instance.new("TextButton")
  810. ExtraBaseBackGround3Side = Instance.new("Frame")
  811. Extra_2 = Instance.new("Frame")
  812. Extra_Image_2 = Instance.new("ImageLabel")
  813. ExtraText_2 = Instance.new("TextLabel")
  814. Extra_Title_2 = Instance.new("TextLabel")
  815. ExtraBaseBackGround2_2 = Instance.new("Frame")
  816. CrouchAttack = Instance.new("TextButton")
  817. WalkThrough = Instance.new("TextButton")
  818. CreepyWatch = Instance.new("TextButton")
  819. SpinAttack = Instance.new("TextButton")
  820. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  821. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  822. _18 = Instance.new("TextButton")
  823. SlamPropulsion = Instance.new("TextButton")
  824. Extra_backPAGE1 = Instance.new("TextButton")
  825. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  826. Others_3 = Instance.new("Frame")
  827. OthersTitle_3 = Instance.new("TextLabel")
  828. Other_Image3 = Instance.new("ImageLabel")
  829. OthersText_3 = Instance.new("TextLabel")
  830. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  831. othersBaseBackground3 = Instance.new("Frame")
  832. FreeFall = Instance.new("TextButton")
  833. Attach = Instance.new("TextButton")
  834. Bring = Instance.new("TextButton")
  835. SafeKill = Instance.new("TextButton")
  836. SuperSpin = Instance.new("TextButton")
  837. Kill = Instance.new("TextButton")
  838. Others_backPAGE2 = Instance.new("TextButton")
  839. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  840. Games = Instance.new("Frame")
  841. Games_IMAGE = Instance.new("ImageLabel")
  842. GamesText = Instance.new("TextLabel")
  843. Games_TITLE = Instance.new("TextLabel")
  844. Games_IMAGE2 = Instance.new("ImageLabel")
  845. SwordFightingTournament = Instance.new("TextButton")
  846. PlatesOfFateMayhem = Instance.new("TextButton")
  847. GamesText2 = Instance.new("TextLabel")
  848. Frappe = Instance.new("TextButton")
  849. Frappe_2 = Instance.new("TextButton")
  850. MenuFrame = Instance.new("Frame")
  851. Welcome = Instance.new("TextLabel")
  852. NameOfPlayer = Instance.new("TextLabel")
  853. T_Information = Instance.new("TextButton")
  854. T_InfoImage = Instance.new("ImageLabel")
  855. T_Character = Instance.new("TextButton")
  856. T_CharImage = Instance.new("ImageLabel")
  857. T_Games = Instance.new("TextButton")
  858. T_GameImage = Instance.new("ImageLabel")
  859. T_Others = Instance.new("TextButton")
  860. T_OtherImage = Instance.new("ImageLabel")
  861. T_Extra = Instance.new("TextButton")
  862. T_ExtraImage = Instance.new("ImageLabel")
  863. DeleteGUI = Instance.new("TextButton")
  864. DELETEIMAGE = Instance.new("ImageLabel")
  865. Darkness = Instance.new("TextButton")
  866.  
  867. -- Properties
  868.  
  869. OPFinality.Name = "OPFinality"
  870. OPFinality.Parent = game.CoreGui
  871.  
  872. MainFrame.Name = "MainFrame"
  873. MainFrame.Parent = OPFinality
  874. MainFrame.Active = true
  875. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  876. MainFrame.BackgroundTransparency = 1
  877. MainFrame.BorderSizePixel = 0
  878. MainFrame.ClipsDescendants = true
  879. MainFrame.Draggable = true
  880. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  881. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  882.  
  883. TopFrame.Name = "TopFrame"
  884. TopFrame.Parent = MainFrame
  885. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  886. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  887. TopFrame.BorderSizePixel = 0
  888. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  889. TopFrame.ZIndex = 7
  890.  
  891. CloseGUI.Parent = TopFrame
  892. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  893. CloseGUI.BackgroundTransparency = 1
  894. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  895. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  896. CloseGUI.Font = Enum.Font.Cartoon
  897. CloseGUI.FontSize = Enum.FontSize.Size28
  898. CloseGUI.Text = "X"
  899. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  900. CloseGUI.TextSize = 25
  901. CloseGUI.ZIndex = 8
  902.  
  903. MenuEnterFrame.Name = "MenuEnterFrame"
  904. MenuEnterFrame.Parent = MainFrame
  905. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  906. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  907. MenuEnterFrame.BorderSizePixel = 0
  908. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  909. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  910. MenuEnterFrame.ZIndex = 5
  911.  
  912. Title.Name = "Title"
  913. Title.Parent = MenuEnterFrame
  914. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  915. Title.BackgroundTransparency = 1
  916. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  917. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  918. Title.Font = Enum.Font.SourceSansLight
  919. Title.FontSize = Enum.FontSize.Size32
  920. Title.Text = "OPFinality"
  921. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  922. Title.TextSize = 30
  923. Title.ZIndex = 6
  924.  
  925. OpenMenu.Name = "OpenMenu"
  926. OpenMenu.Parent = MenuEnterFrame
  927. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  928. OpenMenu.BackgroundTransparency = 1
  929. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  930. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  931. OpenMenu.ZIndex = 6
  932.  
  933. Pages.Name = "Pages"
  934. Pages.Parent = MainFrame
  935. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  936. Pages.BorderSizePixel = 0
  937. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  938. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  939.  
  940. Information.Name = "Information"
  941. Information.Parent = Pages
  942. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  943. Information.BorderSizePixel = 0
  944. Information.Size = UDim2.new(1, 0, 1, 0)
  945.  
  946. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  947. Image_FE_ENABLED.Parent = Information
  948. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  949. Image_FE_ENABLED.BackgroundTransparency = 1
  950. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  951. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  952. Image_FE_ENABLED.Visible = false
  953. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  954.  
  955. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  956. Text_FE_ENABLED.Parent = Information
  957. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  958. Text_FE_ENABLED.BackgroundTransparency = 1
  959. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  960. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  961. Text_FE_ENABLED.Visible = false
  962. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  963. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  964. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  965. Text_FE_ENABLED.TextSize = 19
  966.  
  967. WhatIsOPFinality.Name = "WhatIsOPFinality"
  968. WhatIsOPFinality.Parent = Information
  969. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  970. WhatIsOPFinality.BackgroundTransparency = 1
  971. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  972. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  973. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  974. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  975. WhatIsOPFinality.Text = "What is OPFinality?"
  976. WhatIsOPFinality.TextSize = 25
  977.  
  978. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  979. Text_FE_DISABLED.Parent = Information
  980. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  981. Text_FE_DISABLED.BackgroundTransparency = 1
  982. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  983. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  984. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  985. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  986. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  987. Text_FE_DISABLED.TextSize = 19
  988.  
  989. OPFin_Description.Name = "OPFin_Description"
  990. OPFin_Description.Parent = Information
  991. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  992. OPFin_Description.BackgroundTransparency = 1
  993. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  994. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  995. OPFin_Description.ZIndex = 3
  996. OPFin_Description.Font = Enum.Font.SourceSans
  997. OPFin_Description.FontSize = Enum.FontSize.Size18
  998. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  999. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1000. OPFin_Description.TextSize = 18
  1001. OPFin_Description.TextWrapped = true
  1002.  
  1003. OPFin_Warning.Name = "OPFin_Warning"
  1004. OPFin_Warning.Parent = Information
  1005. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  1006. OPFin_Warning.BackgroundTransparency = 1
  1007. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  1008. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  1009. OPFin_Warning.ZIndex = 2
  1010. OPFin_Warning.Font = Enum.Font.SourceSans
  1011. OPFin_Warning.FontSize = Enum.FontSize.Size18
  1012. 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."
  1013. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1014. OPFin_Warning.TextSize = 18
  1015. OPFin_Warning.TextWrapped = true
  1016.  
  1017. Info_Bar.Name = "Info_Bar"
  1018. Info_Bar.Parent = Information
  1019. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  1020. Info_Bar.BorderSizePixel = 0
  1021. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  1022. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  1023.  
  1024. Info_Background.Name = "Info_Background"
  1025. Info_Background.Parent = Information
  1026. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1027. Info_Background.BorderSizePixel = 0
  1028. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  1029. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  1030. Info_Background.ZIndex = 2
  1031.  
  1032. Warning_Bar.Name = "Warning_Bar"
  1033. Warning_Bar.Parent = Information
  1034. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1035. Warning_Bar.BorderSizePixel = 0
  1036. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  1037. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  1038.  
  1039. Warning_Background.Name = "Warning_Background"
  1040. Warning_Background.Parent = Information
  1041. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  1042. Warning_Background.BorderSizePixel = 0
  1043. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  1044. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  1045.  
  1046. Info_Image.Name = "Info_Image"
  1047. Info_Image.Parent = Information
  1048. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1049. Info_Image.BackgroundTransparency = 1
  1050. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  1051. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1052. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  1053.  
  1054. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  1055. Image_FE_DISABLED.Parent = Information
  1056. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  1057. Image_FE_DISABLED.BackgroundTransparency = 1
  1058. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  1059. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  1060. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  1061.  
  1062. Warn_Image.Name = "Warn_Image"
  1063. Warn_Image.Parent = Information
  1064. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1065. Warn_Image.BackgroundTransparency = 1
  1066. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  1067. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1068. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  1069.  
  1070. Others_1.Name = "Others_1"
  1071. Others_1.Parent = Pages
  1072. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1073. Others_1.BorderSizePixel = 0
  1074. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  1075. Others_1.Size = UDim2.new(1, 0, 1, 0)
  1076.  
  1077. OthersTitle.Name = "OthersTitle"
  1078. OthersTitle.Parent = Others_1
  1079. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. OthersTitle.BackgroundTransparency = 1
  1081. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  1082. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1083. OthersTitle.Font = Enum.Font.SourceSansBold
  1084. OthersTitle.FontSize = Enum.FontSize.Size28
  1085. OthersTitle.Text = "Others"
  1086. OthersTitle.TextSize = 25
  1087.  
  1088. Char_Image.Name = "Char_Image"
  1089. Char_Image.Parent = Others_1
  1090. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1091. Char_Image.BackgroundTransparency = 1
  1092. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  1093. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1094. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  1095.  
  1096. OthersText.Name = "OthersText"
  1097. OthersText.Parent = Others_1
  1098. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  1099. OthersText.BackgroundTransparency = 1
  1100. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  1101. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  1102. OthersText.Font = Enum.Font.SourceSansItalic
  1103. OthersText.FontSize = Enum.FontSize.Size24
  1104. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  1105. OthersText.TextSize = 19
  1106. OthersText.TextWrapped = true
  1107.  
  1108. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  1109. TXTBOX_PlrName.Parent = Others_1
  1110. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1111. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1112. TXTBOX_PlrName.BorderSizePixel = 0
  1113. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  1114. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1115. TXTBOX_PlrName.ZIndex = 2
  1116. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  1117. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  1118. TXTBOX_PlrName.Text = "Player"
  1119. TXTBOX_PlrName.TextScaled = true
  1120. TXTBOX_PlrName.TextSize = 14
  1121. TXTBOX_PlrName.TextWrapped = true
  1122.  
  1123. othersBaseBackground.Name = "othersBaseBackground"
  1124. othersBaseBackground.Parent = Others_1
  1125. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  1126. othersBaseBackground.BorderSizePixel = 0
  1127. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  1128. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  1129.  
  1130. TeleportTo.Name = "TeleportTo"
  1131. TeleportTo.Parent = othersBaseBackground
  1132. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1133. TeleportTo.BorderSizePixel = 0
  1134. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  1135. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  1136. TeleportTo.Font = Enum.Font.SourceSans
  1137. TeleportTo.FontSize = Enum.FontSize.Size24
  1138. TeleportTo.Text = "Teleport To"
  1139. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1140. TeleportTo.TextSize = 22
  1141.  
  1142. Annoy.Name = "Annoy"
  1143. Annoy.Parent = othersBaseBackground
  1144. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1145. Annoy.BorderSizePixel = 0
  1146. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  1147. Annoy.Size = UDim2.new(0, 92, 0, 25)
  1148. Annoy.Font = Enum.Font.SourceSans
  1149. Annoy.FontSize = Enum.FontSize.Size24
  1150. Annoy.Text = "Annoy"
  1151. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1152. Annoy.TextSize = 22
  1153.  
  1154. Follow.Name = "Follow"
  1155. Follow.Parent = othersBaseBackground
  1156. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1157. Follow.BorderSizePixel = 0
  1158. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  1159. Follow.Size = UDim2.new(0, 92, 0, 25)
  1160. Follow.Font = Enum.Font.SourceSans
  1161. Follow.FontSize = Enum.FontSize.Size24
  1162. Follow.Text = "Follow"
  1163. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1164. Follow.TextSize = 22
  1165.  
  1166. View.Name = "View"
  1167. View.Parent = othersBaseBackground
  1168. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1169. View.BorderSizePixel = 0
  1170. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  1171. View.Size = UDim2.new(0, 92, 0, 25)
  1172. View.Font = Enum.Font.SourceSans
  1173. View.FontSize = Enum.FontSize.Size24
  1174. View.Text = "View"
  1175. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1176. View.TextSize = 22
  1177.  
  1178. Orbit.Name = "Orbit"
  1179. Orbit.Parent = othersBaseBackground
  1180. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1181. Orbit.BorderSizePixel = 0
  1182. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  1183. Orbit.Size = UDim2.new(0, 92, 0, 25)
  1184. Orbit.Font = Enum.Font.SourceSans
  1185. Orbit.FontSize = Enum.FontSize.Size24
  1186. Orbit.Text = "Orbit"
  1187. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1188. Orbit.TextSize = 22
  1189.  
  1190. HeadWalk.Name = "HeadWalk"
  1191. HeadWalk.Parent = othersBaseBackground
  1192. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1193. HeadWalk.BorderSizePixel = 0
  1194. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  1195. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  1196. HeadWalk.Font = Enum.Font.SourceSans
  1197. HeadWalk.FontSize = Enum.FontSize.Size24
  1198. HeadWalk.Text = "Head Walk"
  1199. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1200. HeadWalk.TextSize = 22
  1201.  
  1202. Stick.Name = "Stick"
  1203. Stick.Parent = othersBaseBackground
  1204. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1205. Stick.BorderSizePixel = 0
  1206. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  1207. Stick.Size = UDim2.new(0, 92, 0, 25)
  1208. Stick.Font = Enum.Font.SourceSans
  1209. Stick.FontSize = Enum.FontSize.Size24
  1210. Stick.Text = "Stick"
  1211. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1212. Stick.TextSize = 22
  1213.  
  1214. Spam.Name = "Spam"
  1215. Spam.Parent = othersBaseBackground
  1216. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1217. Spam.BorderSizePixel = 0
  1218. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  1219. Spam.Size = UDim2.new(0, 92, 0, 25)
  1220. Spam.Font = Enum.Font.SourceSans
  1221. Spam.FontSize = Enum.FontSize.Size24
  1222. Spam.Text = "Spam"
  1223. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1224. Spam.TextSize = 22
  1225.  
  1226. Carpet.Name = "Carpet"
  1227. Carpet.Parent = othersBaseBackground
  1228. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1229. Carpet.BorderSizePixel = 0
  1230. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  1231. Carpet.Size = UDim2.new(0, 92, 0, 25)
  1232. Carpet.Font = Enum.Font.SourceSans
  1233. Carpet.FontSize = Enum.FontSize.Size24
  1234. Carpet.Text = "Carpet"
  1235. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1236. Carpet.TextSize = 22
  1237.  
  1238. Others_toPAGE2.Name = "Others_toPAGE2"
  1239. Others_toPAGE2.Parent = Others_1
  1240. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1241. Others_toPAGE2.BorderSizePixel = 0
  1242. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1243. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1244. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  1245. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  1246. Others_toPAGE2.Text = "Next"
  1247. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1248. Others_toPAGE2.TextSize = 22
  1249.  
  1250. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  1251. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  1252. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1253. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  1254. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1255. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1256. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1257.  
  1258. Character_2.Name = "Character_2"
  1259. Character_2.Parent = Pages
  1260. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1261. Character_2.BorderSizePixel = 0
  1262. Character_2.Position = UDim2.new(1, 0, 0, 0)
  1263. Character_2.Size = UDim2.new(1, 0, 1, 0)
  1264.  
  1265. CharacterTitle.Name = "CharacterTitle"
  1266. CharacterTitle.Parent = Character_2
  1267. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1268. CharacterTitle.BackgroundTransparency = 1
  1269. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  1270. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1271. CharacterTitle.Font = Enum.Font.SourceSansBold
  1272. CharacterTitle.FontSize = Enum.FontSize.Size28
  1273. CharacterTitle.Text = "Character"
  1274. CharacterTitle.TextSize = 25
  1275.  
  1276. CharacterText.Name = "CharacterText"
  1277. CharacterText.Parent = Character_2
  1278. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  1279. CharacterText.BackgroundTransparency = 1
  1280. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1281. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  1282. CharacterText.Font = Enum.Font.SourceSansItalic
  1283. CharacterText.FontSize = Enum.FontSize.Size24
  1284. CharacterText.Text = "Apply cool animations to your player!"
  1285. CharacterText.TextSize = 19
  1286. CharacterText.TextWrapped = true
  1287.  
  1288. Animations_SPOOKY.Name = "Animations_SPOOKY"
  1289. Animations_SPOOKY.Parent = Character_2
  1290. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  1291. Animations_SPOOKY.BorderSizePixel = 0
  1292. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  1293. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1294.  
  1295. spookytitle.Name = "spookytitle"
  1296. spookytitle.Parent = Animations_SPOOKY
  1297. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1298. spookytitle.BackgroundTransparency = 1
  1299. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1300. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1301. spookytitle.Font = Enum.Font.SourceSansLight
  1302. spookytitle.FontSize = Enum.FontSize.Size28
  1303. spookytitle.Text = "Spooky"
  1304. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1305. spookytitle.TextSize = 25
  1306.  
  1307. headthrow.Name = "headthrow"
  1308. headthrow.Parent = Animations_SPOOKY
  1309. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1310. headthrow.BorderSizePixel = 0
  1311. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  1312. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  1313. headthrow.Font = Enum.Font.SourceSans
  1314. headthrow.FontSize = Enum.FontSize.Size14
  1315. headthrow.Text = "Head Throw"
  1316. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1317. headthrow.TextScaled = true
  1318. headthrow.TextSize = 14
  1319. headthrow.TextWrapped = true
  1320.  
  1321. armsoff.Name = "armsoff"
  1322. armsoff.Parent = Animations_SPOOKY
  1323. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1324. armsoff.BorderSizePixel = 0
  1325. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  1326. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  1327. armsoff.Font = Enum.Font.SourceSans
  1328. armsoff.FontSize = Enum.FontSize.Size14
  1329. armsoff.Text = "Arms Off"
  1330. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1331. armsoff.TextScaled = true
  1332. armsoff.TextSize = 14
  1333. armsoff.TextWrapped = true
  1334.  
  1335. loophead.Name = "loophead"
  1336. loophead.Parent = Animations_SPOOKY
  1337. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1338. loophead.BorderSizePixel = 0
  1339. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  1340. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  1341. loophead.Font = Enum.Font.SourceSans
  1342. loophead.FontSize = Enum.FontSize.Size14
  1343. loophead.Text = "Loop Head"
  1344. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1345. loophead.TextScaled = true
  1346. loophead.TextSize = 14
  1347. loophead.TextWrapped = true
  1348.  
  1349. levitate.Name = "levitate"
  1350. levitate.Parent = Animations_SPOOKY
  1351. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1352. levitate.BorderSizePixel = 0
  1353. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  1354. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  1355. levitate.Font = Enum.Font.SourceSans
  1356. levitate.FontSize = Enum.FontSize.Size14
  1357. levitate.Text = "Levitate"
  1358. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1359. levitate.TextScaled = true
  1360. levitate.TextSize = 14
  1361. levitate.TextWrapped = true
  1362.  
  1363. headfloat.Name = "headfloat"
  1364. headfloat.Parent = Animations_SPOOKY
  1365. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1366. headfloat.BorderSizePixel = 0
  1367. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  1368. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  1369. headfloat.Font = Enum.Font.SourceSans
  1370. headfloat.FontSize = Enum.FontSize.Size14
  1371. headfloat.Text = "Head Float"
  1372. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1373. headfloat.TextScaled = true
  1374. headfloat.TextSize = 14
  1375. headfloat.TextWrapped = true
  1376.  
  1377. Character_backPAGE1.Name = "Character_backPAGE1"
  1378. Character_backPAGE1.Parent = Character_2
  1379. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1380. Character_backPAGE1.BorderSizePixel = 0
  1381. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1382. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1383. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  1384. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  1385. Character_backPAGE1.Text = "Prev"
  1386. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1387. Character_backPAGE1.TextSize = 22
  1388.  
  1389. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  1390. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  1391. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1392. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  1393. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1394. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1395. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  1396.  
  1397. Animations_DANCE.Name = "Animations_DANCE"
  1398. Animations_DANCE.Parent = Character_2
  1399. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  1400. Animations_DANCE.BorderSizePixel = 0
  1401. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  1402. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1403.  
  1404. dancetitle.Name = "dancetitle"
  1405. dancetitle.Parent = Animations_DANCE
  1406. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1407. dancetitle.BackgroundTransparency = 1
  1408. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1409. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1410. dancetitle.Font = Enum.Font.SourceSansLight
  1411. dancetitle.FontSize = Enum.FontSize.Size28
  1412. dancetitle.Text = "Dance"
  1413. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1414. dancetitle.TextSize = 25
  1415.  
  1416. normal.Name = "normal"
  1417. normal.Parent = Animations_DANCE
  1418. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1419. normal.BorderSizePixel = 0
  1420. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  1421. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  1422. normal.Font = Enum.Font.SourceSans
  1423. normal.FontSize = Enum.FontSize.Size14
  1424. normal.Text = "Normal"
  1425. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1426. normal.TextScaled = true
  1427. normal.TextSize = 14
  1428. normal.TextWrapped = true
  1429.  
  1430. movingdance.Name = "movingdance"
  1431. movingdance.Parent = Animations_DANCE
  1432. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1433. movingdance.BorderSizePixel = 0
  1434. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  1435. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  1436. movingdance.Font = Enum.Font.SourceSans
  1437. movingdance.FontSize = Enum.FontSize.Size14
  1438. movingdance.Text = "Moving Dance"
  1439. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1440. movingdance.TextScaled = true
  1441. movingdance.TextSize = 14
  1442. movingdance.TextWrapped = true
  1443.  
  1444. insane.Name = "insane"
  1445. insane.Parent = Animations_DANCE
  1446. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1447. insane.BorderSizePixel = 0
  1448. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  1449. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  1450. insane.Font = Enum.Font.SourceSans
  1451. insane.FontSize = Enum.FontSize.Size14
  1452. insane.Text = "Insane"
  1453. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1454. insane.TextScaled = true
  1455. insane.TextSize = 14
  1456. insane.TextWrapped = true
  1457.  
  1458. happy.Name = "happy"
  1459. happy.Parent = Animations_DANCE
  1460. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1461. happy.BorderSizePixel = 0
  1462. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  1463. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  1464. happy.Font = Enum.Font.SourceSans
  1465. happy.FontSize = Enum.FontSize.Size14
  1466. happy.Text = "Happy"
  1467. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1468. happy.TextScaled = true
  1469. happy.TextSize = 14
  1470. happy.TextWrapped = true
  1471.  
  1472. spindance.Name = "spindance"
  1473. spindance.Parent = Animations_DANCE
  1474. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1475. spindance.BorderSizePixel = 0
  1476. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  1477. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  1478. spindance.Font = Enum.Font.SourceSans
  1479. spindance.FontSize = Enum.FontSize.Size14
  1480. spindance.Text = "Spin Dance"
  1481. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1482. spindance.TextScaled = true
  1483. spindance.TextSize = 14
  1484. spindance.TextWrapped = true
  1485.  
  1486. Animations_HEROIC.Name = "Animations_HEROIC"
  1487. Animations_HEROIC.Parent = Character_2
  1488. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  1489. Animations_HEROIC.BorderSizePixel = 0
  1490. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  1491. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1492.  
  1493. heroictitle.Name = "heroictitle"
  1494. heroictitle.Parent = Animations_HEROIC
  1495. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1496. heroictitle.BackgroundTransparency = 1
  1497. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1498. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1499. heroictitle.Font = Enum.Font.SourceSansLight
  1500. heroictitle.FontSize = Enum.FontSize.Size28
  1501. heroictitle.Text = "Heroic"
  1502. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1503. heroictitle.TextSize = 25
  1504.  
  1505. swordstrike.Name = "swordstrike"
  1506. swordstrike.Parent = Animations_HEROIC
  1507. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1508. swordstrike.BorderSizePixel = 0
  1509. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  1510. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  1511. swordstrike.Font = Enum.Font.SourceSans
  1512. swordstrike.FontSize = Enum.FontSize.Size14
  1513. swordstrike.Text = "Sword Strike"
  1514. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1515. swordstrike.TextScaled = true
  1516. swordstrike.TextSize = 14
  1517. swordstrike.TextWrapped = true
  1518.  
  1519. jumpland.Name = "jumpland"
  1520. jumpland.Parent = Animations_HEROIC
  1521. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1522. jumpland.BorderSizePixel = 0
  1523. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  1524. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  1525. jumpland.Font = Enum.Font.SourceSans
  1526. jumpland.FontSize = Enum.FontSize.Size14
  1527. jumpland.Text = "Jump Land"
  1528. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1529. jumpland.TextScaled = true
  1530. jumpland.TextSize = 14
  1531. jumpland.TextWrapped = true
  1532.  
  1533. punches.Name = "punches"
  1534. punches.Parent = Animations_HEROIC
  1535. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1536. punches.BorderSizePixel = 0
  1537. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  1538. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  1539. punches.Font = Enum.Font.SourceSans
  1540. punches.FontSize = Enum.FontSize.Size14
  1541. punches.Text = "Punches"
  1542. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1543. punches.TextScaled = true
  1544. punches.TextSize = 14
  1545. punches.TextWrapped = true
  1546.  
  1547. swing.Name = "swing"
  1548. swing.Parent = Animations_HEROIC
  1549. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1550. swing.BorderSizePixel = 0
  1551. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  1552. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  1553. swing.Font = Enum.Font.SourceSans
  1554. swing.FontSize = Enum.FontSize.Size14
  1555. swing.Text = "Swing"
  1556. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1557. swing.TextScaled = true
  1558. swing.TextSize = 14
  1559. swing.TextWrapped = true
  1560.  
  1561. crawl.Name = "crawl"
  1562. crawl.Parent = Animations_HEROIC
  1563. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1564. crawl.BorderSizePixel = 0
  1565. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  1566. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  1567. crawl.Font = Enum.Font.SourceSans
  1568. crawl.FontSize = Enum.FontSize.Size14
  1569. crawl.Text = "Crawl"
  1570. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1571. crawl.TextScaled = true
  1572. crawl.TextSize = 14
  1573. crawl.TextWrapped = true
  1574.  
  1575. Char2_Image.Name = "Char2_Image"
  1576. Char2_Image.Parent = Character_2
  1577. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1578. Char2_Image.BackgroundTransparency = 1
  1579. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  1580. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1581. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  1582.  
  1583. Character_1.Name = "Character_1"
  1584. Character_1.Parent = Pages
  1585. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1586. Character_1.BorderSizePixel = 0
  1587. Character_1.Position = UDim2.new(11, 0, 0, 0)
  1588. Character_1.Size = UDim2.new(1, 0, 1, 0)
  1589.  
  1590. CharacterTitle_2.Name = "CharacterTitle"
  1591. CharacterTitle_2.Parent = Character_1
  1592. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1593. CharacterTitle_2.BackgroundTransparency = 1
  1594. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1595. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1596. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  1597. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  1598. CharacterTitle_2.Text = "Character"
  1599. CharacterTitle_2.TextSize = 25
  1600.  
  1601. Char_Image_2.Name = "Char_Image"
  1602. Char_Image_2.Parent = Character_1
  1603. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1604. Char_Image_2.BackgroundTransparency = 1
  1605. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  1606. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1607. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  1608.  
  1609. CharacterText_2.Name = "CharacterText"
  1610. CharacterText_2.Parent = Character_1
  1611. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1612. CharacterText_2.BackgroundTransparency = 1
  1613. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  1614. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  1615. CharacterText_2.Font = Enum.Font.SourceSansItalic
  1616. CharacterText_2.FontSize = Enum.FontSize.Size24
  1617. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  1618. CharacterText_2.TextSize = 19
  1619. CharacterText_2.TextWrapped = true
  1620.  
  1621. TXTBOX_Stats.Name = "TXTBOX_Stats"
  1622. TXTBOX_Stats.Parent = Character_1
  1623. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1624. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1625. TXTBOX_Stats.BorderSizePixel = 6
  1626. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  1627. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  1628. TXTBOX_Stats.Font = Enum.Font.SourceSans
  1629. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  1630. TXTBOX_Stats.Text = "Number"
  1631. TXTBOX_Stats.TextScaled = true
  1632. TXTBOX_Stats.TextSize = 14
  1633. TXTBOX_Stats.TextWrapped = true
  1634.  
  1635. BackGroundChar.Name = "BackGroundChar"
  1636. BackGroundChar.Parent = Character_1
  1637. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1638. BackGroundChar.BorderSizePixel = 0
  1639. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  1640. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  1641.  
  1642. HipHeight.Name = "HipHeight"
  1643. HipHeight.Parent = BackGroundChar
  1644. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1645. HipHeight.BorderSizePixel = 0
  1646. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  1647. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  1648. HipHeight.Font = Enum.Font.SourceSans
  1649. HipHeight.FontSize = Enum.FontSize.Size24
  1650. HipHeight.Text = "HipHeight"
  1651. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1652. HipHeight.TextSize = 22
  1653.  
  1654. JumpHeight.Name = "JumpHeight"
  1655. JumpHeight.Parent = BackGroundChar
  1656. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1657. JumpHeight.BorderSizePixel = 0
  1658. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  1659. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  1660. JumpHeight.Font = Enum.Font.SourceSans
  1661. JumpHeight.FontSize = Enum.FontSize.Size24
  1662. JumpHeight.Text = "JumpHeight"
  1663. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1664. JumpHeight.TextSize = 20
  1665.  
  1666. Speed.Name = "Speed"
  1667. Speed.Parent = BackGroundChar
  1668. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1669. Speed.BorderSizePixel = 0
  1670. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  1671. Speed.Size = UDim2.new(0, 92, 0, 25)
  1672. Speed.Font = Enum.Font.SourceSans
  1673. Speed.FontSize = Enum.FontSize.Size24
  1674. Speed.Text = "Speed"
  1675. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1676. Speed.TextSize = 22
  1677.  
  1678. TXTBOX_Chat.Name = "TXTBOX_Chat"
  1679. TXTBOX_Chat.Parent = Character_1
  1680. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1681. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1682. TXTBOX_Chat.BorderSizePixel = 6
  1683. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  1684. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1685. TXTBOX_Chat.Font = Enum.Font.SourceSans
  1686. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  1687. TXTBOX_Chat.Text = "Text for chatting"
  1688. TXTBOX_Chat.TextScaled = true
  1689. TXTBOX_Chat.TextSize = 14
  1690. TXTBOX_Chat.TextWrapped = true
  1691.  
  1692. BackGroundChar2.Name = "BackGroundChar2"
  1693. BackGroundChar2.Parent = Character_1
  1694. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1695. BackGroundChar2.BorderSizePixel = 0
  1696. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  1697. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  1698.  
  1699. Chat.Name = "Chat"
  1700. Chat.Parent = BackGroundChar2
  1701. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1702. Chat.BorderSizePixel = 0
  1703. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  1704. Chat.Size = UDim2.new(0, 92, 0, 25)
  1705. Chat.Font = Enum.Font.SourceSans
  1706. Chat.FontSize = Enum.FontSize.Size24
  1707. Chat.Text = "Chat"
  1708. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1709. Chat.TextSize = 22
  1710.  
  1711. Spam_2.Name = "Spam"
  1712. Spam_2.Parent = BackGroundChar2
  1713. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1714. Spam_2.BorderSizePixel = 0
  1715. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  1716. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  1717. Spam_2.Font = Enum.Font.SourceSans
  1718. Spam_2.FontSize = Enum.FontSize.Size24
  1719. Spam_2.Text = "Spam"
  1720. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1721. Spam_2.TextSize = 22
  1722.  
  1723. BackGroundChar3.Name = "BackGroundChar3"
  1724. BackGroundChar3.Parent = Character_1
  1725. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1726. BackGroundChar3.BorderSizePixel = 0
  1727. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  1728. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  1729.  
  1730. Noclip.Name = "Noclip"
  1731. Noclip.Parent = BackGroundChar3
  1732. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1733. Noclip.BorderSizePixel = 0
  1734. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  1735. Noclip.Size = UDim2.new(0, 92, 0, 25)
  1736. Noclip.Font = Enum.Font.SourceSans
  1737. Noclip.FontSize = Enum.FontSize.Size24
  1738. Noclip.Text = "Noclip"
  1739. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1740. Noclip.TextSize = 22
  1741.  
  1742. Fly.Name = "Fly"
  1743. Fly.Parent = BackGroundChar3
  1744. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1745. Fly.BorderSizePixel = 0
  1746. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  1747. Fly.Size = UDim2.new(0, 92, 0, 25)
  1748. Fly.Font = Enum.Font.SourceSans
  1749. Fly.FontSize = Enum.FontSize.Size24
  1750. Fly.Text = "Fly"
  1751. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1752. Fly.TextSize = 22
  1753.  
  1754. Character_toPAGE2.Name = "Character_toPAGE2"
  1755. Character_toPAGE2.Parent = Character_1
  1756. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1757. Character_toPAGE2.BorderSizePixel = 0
  1758. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1759. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1760. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  1761. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  1762. Character_toPAGE2.Text = "Next"
  1763. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1764. Character_toPAGE2.TextSize = 22
  1765.  
  1766. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  1767. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  1768. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1769. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  1770. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  1771. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1772. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  1773.  
  1774. Others_2.Name = "Others_2"
  1775. Others_2.Parent = Pages
  1776. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1777. Others_2.BorderSizePixel = 0
  1778. Others_2.Position = UDim2.new(1, 0, 0, 0)
  1779. Others_2.Size = UDim2.new(1, 0, 1, 0)
  1780.  
  1781. OthersTitle_2.Name = "OthersTitle"
  1782. OthersTitle_2.Parent = Others_2
  1783. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1784. OthersTitle_2.BackgroundTransparency = 1
  1785. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1786. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1787. OthersTitle_2.Font = Enum.Font.SourceSansBold
  1788. OthersTitle_2.FontSize = Enum.FontSize.Size28
  1789. OthersTitle_2.Text = "Others"
  1790. OthersTitle_2.TextSize = 25
  1791.  
  1792. Other_Image2.Name = "Other_Image2"
  1793. Other_Image2.Parent = Others_2
  1794. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  1795. Other_Image2.BackgroundTransparency = 1
  1796. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  1797. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1798. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  1799.  
  1800. OthersText_2.Name = "OthersText"
  1801. OthersText_2.Parent = Others_2
  1802. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1803. OthersText_2.BackgroundTransparency = 1
  1804. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  1805. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  1806. OthersText_2.Font = Enum.Font.SourceSansItalic
  1807. OthersText_2.FontSize = Enum.FontSize.Size24
  1808. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  1809. OthersText_2.TextSize = 19
  1810. OthersText_2.TextWrapped = true
  1811.  
  1812. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  1813. TXTBOX_PlrName2.Parent = Others_2
  1814. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1815. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1816. TXTBOX_PlrName2.BorderSizePixel = 0
  1817. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  1818. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1819. TXTBOX_PlrName2.ZIndex = 2
  1820. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  1821. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  1822. TXTBOX_PlrName2.Text = "Player"
  1823. TXTBOX_PlrName2.TextScaled = true
  1824. TXTBOX_PlrName2.TextSize = 14
  1825. TXTBOX_PlrName2.TextWrapped = true
  1826.  
  1827. othersBaseBackground2.Name = "othersBaseBackground2"
  1828. othersBaseBackground2.Parent = Others_2
  1829. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1830. othersBaseBackground2.BorderSizePixel = 0
  1831. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  1832. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  1833.  
  1834. Flatten.Name = "Flatten"
  1835. Flatten.Parent = othersBaseBackground2
  1836. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1837. Flatten.BorderSizePixel = 0
  1838. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  1839. Flatten.Size = UDim2.new(0, 92, 0, 25)
  1840. Flatten.Font = Enum.Font.SourceSans
  1841. Flatten.FontSize = Enum.FontSize.Size24
  1842. Flatten.Text = "Flatten"
  1843. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1844. Flatten.TextSize = 22
  1845.  
  1846. AimHead.Name = "AimHead"
  1847. AimHead.Parent = othersBaseBackground2
  1848. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1849. AimHead.BorderSizePixel = 0
  1850. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  1851. AimHead.Size = UDim2.new(0, 92, 0, 25)
  1852. AimHead.Font = Enum.Font.SourceSans
  1853. AimHead.FontSize = Enum.FontSize.Size24
  1854. AimHead.Text = "Aim Head"
  1855. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1856. AimHead.TextSize = 22
  1857.  
  1858. Float.Name = "Float"
  1859. Float.Parent = othersBaseBackground2
  1860. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1861. Float.BorderSizePixel = 0
  1862. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  1863. Float.Size = UDim2.new(0, 92, 0, 25)
  1864. Float.Font = Enum.Font.SourceSans
  1865. Float.FontSize = Enum.FontSize.Size24
  1866. Float.Text = "Float"
  1867. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1868. Float.TextSize = 22
  1869.  
  1870. Multiple.Name = "Multiple"
  1871. Multiple.Parent = othersBaseBackground2
  1872. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1873. Multiple.BorderSizePixel = 0
  1874. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  1875. Multiple.Size = UDim2.new(0, 92, 0, 25)
  1876. Multiple.Font = Enum.Font.SourceSans
  1877. Multiple.FontSize = Enum.FontSize.Size24
  1878. Multiple.Text = "Multiple"
  1879. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1880. Multiple.TextSize = 22
  1881.  
  1882. Animated.Name = "Animated"
  1883. Animated.Parent = othersBaseBackground2
  1884. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1885. Animated.BorderSizePixel = 0
  1886. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  1887. Animated.Size = UDim2.new(0, 92, 0, 25)
  1888. Animated.Font = Enum.Font.SourceSans
  1889. Animated.FontSize = Enum.FontSize.Size24
  1890. Animated.Text = "Animated"
  1891. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1892. Animated.TextSize = 22
  1893.  
  1894. SlowAttract.Name = "SlowAttract"
  1895. SlowAttract.Parent = othersBaseBackground2
  1896. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1897. SlowAttract.BorderSizePixel = 0
  1898. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  1899. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  1900. SlowAttract.Font = Enum.Font.SourceSans
  1901. SlowAttract.FontSize = Enum.FontSize.Size24
  1902. SlowAttract.Text = "SlowAttract"
  1903. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1904. SlowAttract.TextSize = 22
  1905.  
  1906. WeirdOrbit.Name = "WeirdOrbit"
  1907. WeirdOrbit.Parent = othersBaseBackground2
  1908. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1909. WeirdOrbit.BorderSizePixel = 0
  1910. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  1911. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  1912. WeirdOrbit.Font = Enum.Font.SourceSans
  1913. WeirdOrbit.FontSize = Enum.FontSize.Size24
  1914. WeirdOrbit.Text = "Weird Orbit"
  1915. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1916. WeirdOrbit.TextSize = 22
  1917.  
  1918. Violent.Name = "Violent"
  1919. Violent.Parent = othersBaseBackground2
  1920. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1921. Violent.BorderSizePixel = 0
  1922. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  1923. Violent.Size = UDim2.new(0, 92, 0, 25)
  1924. Violent.Font = Enum.Font.SourceSans
  1925. Violent.FontSize = Enum.FontSize.Size24
  1926. Violent.Text = "Violent"
  1927. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1928. Violent.TextSize = 22
  1929.  
  1930. Max.Name = "Max"
  1931. Max.Parent = othersBaseBackground2
  1932. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1933. Max.BorderSizePixel = 0
  1934. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  1935. Max.Size = UDim2.new(0, 92, 0, 25)
  1936. Max.Font = Enum.Font.SourceSans
  1937. Max.FontSize = Enum.FontSize.Size24
  1938. Max.Text = "Max"
  1939. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1940. Max.TextSize = 22
  1941.  
  1942. Others_toPAGE3.Name = "Others_toPAGE3"
  1943. Others_toPAGE3.Parent = Others_2
  1944. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1945. Others_toPAGE3.BorderSizePixel = 0
  1946. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1947. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1948. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  1949. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  1950. Others_toPAGE3.Text = "Next"
  1951. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1952. Others_toPAGE3.TextSize = 22
  1953.  
  1954. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  1955. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  1956. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1957. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  1958. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1959. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1960. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1961.  
  1962. Others_backPAGE1.Name = "Others_backPAGE1"
  1963. Others_backPAGE1.Parent = Others_2
  1964. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1965. Others_backPAGE1.BorderSizePixel = 0
  1966. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1967. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1968. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  1969. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  1970. Others_backPAGE1.Text = "Prev"
  1971. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1972. Others_backPAGE1.TextSize = 22
  1973.  
  1974. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  1975. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  1976. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1977. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  1978. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1979. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1980. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  1981.  
  1982. Extra_1.Name = "Extra_1"
  1983. Extra_1.Parent = Pages
  1984. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1985. Extra_1.BorderSizePixel = 0
  1986. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  1987. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  1988.  
  1989. Extra_Image.Name = "Extra_Image"
  1990. Extra_Image.Parent = Extra_1
  1991. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1992. Extra_Image.BackgroundTransparency = 1
  1993. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1994. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1995. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  1996.  
  1997. ExtraText.Name = "ExtraText"
  1998. ExtraText.Parent = Extra_1
  1999. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  2000. ExtraText.BackgroundTransparency = 1
  2001. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2002. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  2003. ExtraText.Font = Enum.Font.SourceSansItalic
  2004. ExtraText.FontSize = Enum.FontSize.Size24
  2005. ExtraText.Text = "Cool and unique commands for yourself!"
  2006. ExtraText.TextSize = 19
  2007. ExtraText.TextWrapped = true
  2008.  
  2009. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  2010. ExtraBaseBackGround1.Parent = Extra_1
  2011. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  2012. ExtraBaseBackGround1.BorderSizePixel = 0
  2013. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  2014. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2015.  
  2016. CrouchRocket.Name = "CrouchRocket"
  2017. CrouchRocket.Parent = ExtraBaseBackGround1
  2018. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2019. CrouchRocket.BorderSizePixel = 0
  2020. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2021. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  2022. CrouchRocket.Font = Enum.Font.SourceSans
  2023. CrouchRocket.FontSize = Enum.FontSize.Size18
  2024. CrouchRocket.Text = "Crouch Rocket"
  2025. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2026. CrouchRocket.TextSize = 17
  2027.  
  2028. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  2029. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  2030. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2031. ExtraBaseBackGround1Side.BorderSizePixel = 0
  2032. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2033. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2034.  
  2035. CloneIllusion.Name = "CloneIllusion"
  2036. CloneIllusion.Parent = ExtraBaseBackGround1
  2037. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2038. CloneIllusion.BorderSizePixel = 0
  2039. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2040. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  2041. CloneIllusion.Font = Enum.Font.SourceSans
  2042. CloneIllusion.FontSize = Enum.FontSize.Size18
  2043. CloneIllusion.Text = "Clone Illusion"
  2044. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2045. CloneIllusion.TextSize = 17
  2046.  
  2047. CoolSpin.Name = "CoolSpin"
  2048. CoolSpin.Parent = ExtraBaseBackGround1
  2049. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2050. CoolSpin.BorderSizePixel = 0
  2051. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2052. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  2053. CoolSpin.Font = Enum.Font.SourceSans
  2054. CoolSpin.FontSize = Enum.FontSize.Size18
  2055. CoolSpin.Text = "Cool Spin"
  2056. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2057. CoolSpin.TextSize = 17
  2058.  
  2059. JumpRocket.Name = "JumpRocket"
  2060. JumpRocket.Parent = ExtraBaseBackGround1
  2061. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2062. JumpRocket.BorderSizePixel = 0
  2063. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2064. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  2065. JumpRocket.Font = Enum.Font.SourceSans
  2066. JumpRocket.FontSize = Enum.FontSize.Size18
  2067. JumpRocket.Text = "Jump Rocket"
  2068. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2069. JumpRocket.TextSize = 17
  2070.  
  2071. Extra_toPAGE2.Name = "Extra_toPAGE2"
  2072. Extra_toPAGE2.Parent = Extra_1
  2073. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2074. Extra_toPAGE2.BorderSizePixel = 0
  2075. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  2076. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2077. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  2078. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  2079. Extra_toPAGE2.Text = "Next"
  2080. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2081. Extra_toPAGE2.TextSize = 22
  2082.  
  2083. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  2084. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  2085. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2086. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  2087. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  2088. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  2089. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  2090.  
  2091. Extra_Title.Name = "Extra_Title"
  2092. Extra_Title.Parent = Extra_1
  2093. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2094. Extra_Title.BackgroundTransparency = 1
  2095. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  2096. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2097. Extra_Title.Font = Enum.Font.SourceSansBold
  2098. Extra_Title.FontSize = Enum.FontSize.Size28
  2099. Extra_Title.Text = "Extra"
  2100. Extra_Title.TextSize = 25
  2101.  
  2102. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  2103. ExtraBaseBackGround2.Parent = Extra_1
  2104. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2105. ExtraBaseBackGround2.BorderSizePixel = 0
  2106. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  2107. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2108.  
  2109. NoLimbs.Name = "NoLimbs"
  2110. NoLimbs.Parent = ExtraBaseBackGround2
  2111. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2112. NoLimbs.BorderSizePixel = 0
  2113. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2114. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  2115. NoLimbs.Font = Enum.Font.SourceSans
  2116. NoLimbs.FontSize = Enum.FontSize.Size18
  2117. NoLimbs.Text = "No Limbs"
  2118. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2119. NoLimbs.TextSize = 17
  2120.  
  2121. FEGodmode.Name = "FE Godmode"
  2122. FEGodmode.Parent = ExtraBaseBackGround2
  2123. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2124. FEGodmode.BorderSizePixel = 0
  2125. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2126. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  2127. FEGodmode.Font = Enum.Font.SourceSans
  2128. FEGodmode.FontSize = Enum.FontSize.Size18
  2129. FEGodmode.Text = "FE Godmode"
  2130. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2131. FEGodmode.TextSize = 17
  2132.  
  2133. BrickHats.Name = "BrickHats"
  2134. BrickHats.Parent = ExtraBaseBackGround2
  2135. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2136. BrickHats.BorderSizePixel = 0
  2137. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2138. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  2139. BrickHats.Font = Enum.Font.SourceSans
  2140. BrickHats.FontSize = Enum.FontSize.Size18
  2141. BrickHats.Text = "Brick Hats"
  2142. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2143. BrickHats.TextSize = 17
  2144.  
  2145. RapidPunch.Name = "RapidPunch"
  2146. RapidPunch.Parent = ExtraBaseBackGround2
  2147. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2148. RapidPunch.BorderSizePixel = 0
  2149. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2150. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  2151. RapidPunch.Font = Enum.Font.SourceSans
  2152. RapidPunch.FontSize = Enum.FontSize.Size18
  2153. RapidPunch.Text = "RapidPunch"
  2154. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2155. RapidPunch.TextSize = 17
  2156.  
  2157. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  2158. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  2159. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2160. ExtraBaseBackGround2Side.BorderSizePixel = 0
  2161. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2162. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2163.  
  2164. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  2165. ExtraBaseBackGround3.Parent = Extra_1
  2166. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2167. ExtraBaseBackGround3.BorderSizePixel = 0
  2168. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  2169. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2170.  
  2171. PunchFollow.Name = "PunchFollow"
  2172. PunchFollow.Parent = ExtraBaseBackGround3
  2173. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2174. PunchFollow.BorderSizePixel = 0
  2175. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2176. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  2177. PunchFollow.Font = Enum.Font.SourceSans
  2178. PunchFollow.FontSize = Enum.FontSize.Size18
  2179. PunchFollow.Text = "Punch Follow"
  2180. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2181. PunchFollow.TextSize = 17
  2182.  
  2183. ArmFollow.Name = "ArmFollow"
  2184. ArmFollow.Parent = ExtraBaseBackGround3
  2185. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2186. ArmFollow.BorderSizePixel = 0
  2187. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2188. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  2189. ArmFollow.Font = Enum.Font.SourceSans
  2190. ArmFollow.FontSize = Enum.FontSize.Size18
  2191. ArmFollow.Text = "Arm Follow"
  2192. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2193. ArmFollow.TextSize = 17
  2194.  
  2195. Spin.Name = "Spin"
  2196. Spin.Parent = ExtraBaseBackGround3
  2197. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2198. Spin.BorderSizePixel = 0
  2199. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2200. Spin.Size = UDim2.new(0, 92, 0, 25)
  2201. Spin.Font = Enum.Font.SourceSans
  2202. Spin.FontSize = Enum.FontSize.Size18
  2203. Spin.Text = "Spin"
  2204. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2205. Spin.TextSize = 17
  2206.  
  2207. Faint.Name = "Faint"
  2208. Faint.Parent = ExtraBaseBackGround3
  2209. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2210. Faint.BorderSizePixel = 0
  2211. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2212. Faint.Size = UDim2.new(0, 92, 0, 25)
  2213. Faint.Font = Enum.Font.SourceSans
  2214. Faint.FontSize = Enum.FontSize.Size18
  2215. Faint.Text = "Faint"
  2216. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2217. Faint.TextSize = 17
  2218.  
  2219. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  2220. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  2221. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2222. ExtraBaseBackGround3Side.BorderSizePixel = 0
  2223. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2224. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2225.  
  2226. Extra_2.Name = "Extra_2"
  2227. Extra_2.Parent = Pages
  2228. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2229. Extra_2.BorderSizePixel = 0
  2230. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  2231. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  2232.  
  2233. Extra_Image_2.Name = "Extra_Image"
  2234. Extra_Image_2.Parent = Extra_2
  2235. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2236. Extra_Image_2.BackgroundTransparency = 1
  2237. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  2238. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2239. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  2240.  
  2241. ExtraText_2.Name = "ExtraText"
  2242. ExtraText_2.Parent = Extra_2
  2243. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2244. ExtraText_2.BackgroundTransparency = 1
  2245. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2246. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  2247. ExtraText_2.Font = Enum.Font.SourceSansItalic
  2248. ExtraText_2.FontSize = Enum.FontSize.Size24
  2249. ExtraText_2.Text = "Cool and unique commands for other players!"
  2250. ExtraText_2.TextSize = 19
  2251. ExtraText_2.TextWrapped = true
  2252.  
  2253. Extra_Title_2.Name = "Extra_Title"
  2254. Extra_Title_2.Parent = Extra_2
  2255. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2256. Extra_Title_2.BackgroundTransparency = 1
  2257. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  2258. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2259. Extra_Title_2.Font = Enum.Font.SourceSansBold
  2260. Extra_Title_2.FontSize = Enum.FontSize.Size28
  2261. Extra_Title_2.Text = "Extra"
  2262. Extra_Title_2.TextSize = 25
  2263.  
  2264. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  2265. ExtraBaseBackGround2_2.Parent = Extra_2
  2266. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2267. ExtraBaseBackGround2_2.BorderSizePixel = 0
  2268. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  2269. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  2270.  
  2271. CrouchAttack.Name = "CrouchAttack"
  2272. CrouchAttack.Parent = ExtraBaseBackGround2_2
  2273. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2274. CrouchAttack.BorderSizePixel = 0
  2275. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  2276. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  2277. CrouchAttack.Font = Enum.Font.SourceSans
  2278. CrouchAttack.FontSize = Enum.FontSize.Size18
  2279. CrouchAttack.Text = "Crouch Attack"
  2280. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2281. CrouchAttack.TextSize = 17
  2282.  
  2283. WalkThrough.Name = "WalkThrough"
  2284. WalkThrough.Parent = ExtraBaseBackGround2_2
  2285. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2286. WalkThrough.BorderSizePixel = 0
  2287. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  2288. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  2289. WalkThrough.Font = Enum.Font.SourceSans
  2290. WalkThrough.FontSize = Enum.FontSize.Size18
  2291. WalkThrough.Text = "Walk Through"
  2292. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2293. WalkThrough.TextSize = 17
  2294.  
  2295. CreepyWatch.Name = "CreepyWatch"
  2296. CreepyWatch.Parent = ExtraBaseBackGround2_2
  2297. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2298. CreepyWatch.BorderSizePixel = 0
  2299. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  2300. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  2301. CreepyWatch.Font = Enum.Font.SourceSans
  2302. CreepyWatch.FontSize = Enum.FontSize.Size18
  2303. CreepyWatch.Text = "Creepy Watch"
  2304. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2305. CreepyWatch.TextSize = 17
  2306.  
  2307. SpinAttack.Name = "SpinAttack"
  2308. SpinAttack.Parent = ExtraBaseBackGround2_2
  2309. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2310. SpinAttack.BorderSizePixel = 0
  2311. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  2312. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  2313. SpinAttack.Font = Enum.Font.SourceSans
  2314. SpinAttack.FontSize = Enum.FontSize.Size18
  2315. SpinAttack.Text = "Spin Attack"
  2316. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2317. SpinAttack.TextSize = 17
  2318.  
  2319. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  2320. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  2321. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2322. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  2323. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  2324. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  2325.  
  2326. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  2327. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  2328. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2329. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2330. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  2331. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  2332. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  2333. TXTBOX_PlrNameEXTRA.ZIndex = 2
  2334. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  2335. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  2336. TXTBOX_PlrNameEXTRA.Text = "Player"
  2337. TXTBOX_PlrNameEXTRA.TextScaled = true
  2338. TXTBOX_PlrNameEXTRA.TextSize = 14
  2339. TXTBOX_PlrNameEXTRA.TextWrapped = true
  2340.  
  2341. _18.Name = "18+"
  2342. _18.Parent = ExtraBaseBackGround2_2
  2343. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2344. _18.BorderSizePixel = 0
  2345. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  2346. _18.Size = UDim2.new(0, 92, 0, 25)
  2347. _18.Font = Enum.Font.SourceSans
  2348. _18.FontSize = Enum.FontSize.Size18
  2349. _18.Text = "18+"
  2350. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2351. _18.TextSize = 17
  2352.  
  2353. SlamPropulsion.Name = "SlamPropulsion"
  2354. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  2355. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2356. SlamPropulsion.BorderSizePixel = 0
  2357. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  2358. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  2359. SlamPropulsion.Font = Enum.Font.SourceSans
  2360. SlamPropulsion.FontSize = Enum.FontSize.Size18
  2361. SlamPropulsion.Text = "Slam Propulsion"
  2362. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2363. SlamPropulsion.TextSize = 15
  2364. SlamPropulsion.TextWrapped = true
  2365.  
  2366. Extra_backPAGE1.Name = "Extra_backPAGE1"
  2367. Extra_backPAGE1.Parent = Extra_2
  2368. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2369. Extra_backPAGE1.BorderSizePixel = 0
  2370. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2371. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2372. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  2373. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  2374. Extra_backPAGE1.Text = "Prev"
  2375. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2376. Extra_backPAGE1.TextSize = 22
  2377.  
  2378. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  2379. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  2380. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2381. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  2382. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  2383. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  2384. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  2385.  
  2386. Others_3.Name = "Others_3"
  2387. Others_3.Parent = Pages
  2388. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2389. Others_3.BorderSizePixel = 0
  2390. Others_3.Position = UDim2.new(1, 0, 0, 0)
  2391. Others_3.Size = UDim2.new(1, 0, 1, 0)
  2392.  
  2393. OthersTitle_3.Name = "OthersTitle"
  2394. OthersTitle_3.Parent = Others_3
  2395. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2396. OthersTitle_3.BackgroundTransparency = 1
  2397. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  2398. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2399. OthersTitle_3.Font = Enum.Font.SourceSansBold
  2400. OthersTitle_3.FontSize = Enum.FontSize.Size28
  2401. OthersTitle_3.Text = "Others"
  2402. OthersTitle_3.TextSize = 25
  2403.  
  2404. Other_Image3.Name = "Other_Image3"
  2405. Other_Image3.Parent = Others_3
  2406. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  2407. Other_Image3.BackgroundTransparency = 1
  2408. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  2409. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  2410. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  2411.  
  2412. OthersText_3.Name = "OthersText"
  2413. OthersText_3.Parent = Others_3
  2414. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2415. OthersText_3.BackgroundTransparency = 1
  2416. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  2417. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  2418. OthersText_3.Font = Enum.Font.SourceSansItalic
  2419. OthersText_3.FontSize = Enum.FontSize.Size24
  2420. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  2421. OthersText_3.TextSize = 19
  2422. OthersText_3.TextWrapped = true
  2423.  
  2424. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  2425. TXTBOX_PlrNameOTHER3.Parent = Others_3
  2426. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2427. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2428. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  2429. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  2430. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  2431. TXTBOX_PlrNameOTHER3.ZIndex = 2
  2432. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  2433. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  2434. TXTBOX_PlrNameOTHER3.Text = "Player"
  2435. TXTBOX_PlrNameOTHER3.TextScaled = true
  2436. TXTBOX_PlrNameOTHER3.TextSize = 14
  2437. TXTBOX_PlrNameOTHER3.TextWrapped = true
  2438.  
  2439. othersBaseBackground3.Name = "othersBaseBackground3"
  2440. othersBaseBackground3.Parent = Others_3
  2441. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  2442. othersBaseBackground3.BorderSizePixel = 0
  2443. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  2444. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  2445.  
  2446. FreeFall.Name = "FreeFall"
  2447. FreeFall.Parent = othersBaseBackground3
  2448. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2449. FreeFall.BorderSizePixel = 0
  2450. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  2451. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  2452. FreeFall.Font = Enum.Font.SourceSans
  2453. FreeFall.FontSize = Enum.FontSize.Size24
  2454. FreeFall.Text = "Free Fall"
  2455. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2456. FreeFall.TextSize = 22
  2457.  
  2458. Attach.Name = "Attach"
  2459. Attach.Parent = othersBaseBackground3
  2460. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2461. Attach.BorderSizePixel = 0
  2462. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  2463. Attach.Size = UDim2.new(0, 92, 0, 25)
  2464. Attach.Font = Enum.Font.SourceSans
  2465. Attach.FontSize = Enum.FontSize.Size24
  2466. Attach.Text = "Attach"
  2467. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2468. Attach.TextSize = 22
  2469.  
  2470. Bring.Name = "Bring"
  2471. Bring.Parent = othersBaseBackground3
  2472. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2473. Bring.BorderSizePixel = 0
  2474. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  2475. Bring.Size = UDim2.new(0, 92, 0, 25)
  2476. Bring.Font = Enum.Font.SourceSans
  2477. Bring.FontSize = Enum.FontSize.Size24
  2478. Bring.Text = "Bring"
  2479. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2480. Bring.TextSize = 22
  2481.  
  2482. SafeKill.Name = "SafeKill"
  2483. SafeKill.Parent = othersBaseBackground3
  2484. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2485. SafeKill.BorderSizePixel = 0
  2486. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  2487. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  2488. SafeKill.Font = Enum.Font.SourceSans
  2489. SafeKill.FontSize = Enum.FontSize.Size24
  2490. SafeKill.Text = "SafeKill"
  2491. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2492. SafeKill.TextSize = 22
  2493.  
  2494. SuperSpin.Name = "SuperSpin"
  2495. SuperSpin.Parent = othersBaseBackground3
  2496. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2497. SuperSpin.BorderSizePixel = 0
  2498. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  2499. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  2500. SuperSpin.Font = Enum.Font.SourceSans
  2501. SuperSpin.FontSize = Enum.FontSize.Size24
  2502. SuperSpin.Text = "SuperSpin"
  2503. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2504. SuperSpin.TextSize = 22
  2505.  
  2506. Kill.Name = "Kill"
  2507. Kill.Parent = othersBaseBackground3
  2508. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  2509. Kill.BorderSizePixel = 0
  2510. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  2511. Kill.Size = UDim2.new(0, 92, 0, 25)
  2512. Kill.Font = Enum.Font.SourceSans
  2513. Kill.FontSize = Enum.FontSize.Size24
  2514. Kill.Text = "Kill"
  2515. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2516. Kill.TextSize = 22
  2517.  
  2518. Others_backPAGE2.Name = "Others_backPAGE2"
  2519. Others_backPAGE2.Parent = Others_3
  2520. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2521. Others_backPAGE2.BorderSizePixel = 0
  2522. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2523. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2524. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  2525. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  2526. Others_backPAGE2.Text = "Prev"
  2527. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2528. Others_backPAGE2.TextSize = 22
  2529.  
  2530. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  2531. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  2532. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2533. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  2534. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  2535. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  2536. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  2537.  
  2538. Games.Name = "Games"
  2539. Games.Parent = Pages
  2540. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2541. Games.BorderSizePixel = 0
  2542. Games.Position = UDim2.new(1, 0, 0, 0)
  2543. Games.Size = UDim2.new(1, 0, 1, 0)
  2544.  
  2545. Games_IMAGE.Name = "Games_IMAGE"
  2546. Games_IMAGE.Parent = Games
  2547. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  2548. Games_IMAGE.BackgroundTransparency = 1
  2549. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  2550. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2551. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  2552.  
  2553. GamesText.Name = "GamesText"
  2554. GamesText.Parent = Games
  2555. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  2556. GamesText.BackgroundTransparency = 1
  2557. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2558. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  2559. GamesText.Font = Enum.Font.SourceSansItalic
  2560. GamesText.FontSize = Enum.FontSize.Size24
  2561. GamesText.Text = "Not a completed part, I will be updating with more games."
  2562. GamesText.TextSize = 19
  2563. GamesText.TextWrapped = true
  2564.  
  2565. Games_TITLE.Name = "Games_TITLE"
  2566. Games_TITLE.Parent = Games
  2567. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  2568. Games_TITLE.BackgroundTransparency = 1
  2569. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  2570. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2571. Games_TITLE.Font = Enum.Font.SourceSansBold
  2572. Games_TITLE.FontSize = Enum.FontSize.Size28
  2573. Games_TITLE.Text = "Games"
  2574. Games_TITLE.TextSize = 25
  2575.  
  2576. Games_IMAGE2.Name = "Games_IMAGE2"
  2577. Games_IMAGE2.Parent = Games
  2578. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  2579. Games_IMAGE2.BackgroundTransparency = 1
  2580. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  2581. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2582. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  2583.  
  2584. SwordFightingTournament.Name = "SwordFightingTournament"
  2585. SwordFightingTournament.Parent = Games
  2586. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2587. SwordFightingTournament.BorderSizePixel = 0
  2588. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  2589. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2590. SwordFightingTournament.Font = Enum.Font.SourceSans
  2591. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  2592. SwordFightingTournament.Text = "Sword Fighting Tournament"
  2593. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2594. SwordFightingTournament.TextScaled = true
  2595. SwordFightingTournament.TextSize = 14
  2596. SwordFightingTournament.TextWrapped = true
  2597.  
  2598. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  2599. PlatesOfFateMayhem.Parent = Games
  2600. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2601. PlatesOfFateMayhem.BorderSizePixel = 0
  2602. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  2603. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2604. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  2605. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  2606. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  2607. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2608. PlatesOfFateMayhem.TextScaled = true
  2609. PlatesOfFateMayhem.TextSize = 14
  2610. PlatesOfFateMayhem.TextWrapped = true
  2611.  
  2612. GamesText2.Name = "GamesText2"
  2613. GamesText2.Parent = Games
  2614. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  2615. GamesText2.BackgroundTransparency = 1
  2616. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  2617. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  2618. GamesText2.Font = Enum.Font.SourceSansItalic
  2619. GamesText2.FontSize = Enum.FontSize.Size24
  2620. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  2621. GamesText2.TextSize = 19
  2622. GamesText2.TextWrapped = true
  2623.  
  2624. Frappe.Name = "Frappe"
  2625. Frappe.Parent = Games
  2626. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2627. Frappe.BorderSizePixel = 0
  2628. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  2629. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2630. Frappe.Font = Enum.Font.SourceSans
  2631. Frappe.FontSize = Enum.FontSize.Size14
  2632. Frappe.Text = "Frappe"
  2633. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2634. Frappe.TextScaled = true
  2635. Frappe.TextSize = 14
  2636. Frappe.TextWrapped = true
  2637.  
  2638. Frappe_2.Name = "Frappe"
  2639. Frappe_2.Parent = Games
  2640. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2641. Frappe_2.BorderSizePixel = 0
  2642. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  2643. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2644. Frappe_2.Font = Enum.Font.SourceSans
  2645. Frappe_2.FontSize = Enum.FontSize.Size14
  2646. Frappe_2.Text = "Frappe"
  2647. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2648. Frappe_2.TextScaled = true
  2649. Frappe_2.TextSize = 14
  2650. Frappe_2.TextWrapped = true
  2651.  
  2652. MenuFrame.Name = "MenuFrame"
  2653. MenuFrame.Parent = MainFrame
  2654. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2655. MenuFrame.BorderSizePixel = 0
  2656. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2657. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  2658.  
  2659. Welcome.Name = "Welcome"
  2660. Welcome.Parent = MenuFrame
  2661. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  2662. Welcome.BackgroundTransparency = 1
  2663. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  2664. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  2665. Welcome.Font = Enum.Font.SourceSansLight
  2666. Welcome.FontSize = Enum.FontSize.Size14
  2667. Welcome.Text = "Welcome,"
  2668. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2669. Welcome.TextScaled = true
  2670. Welcome.TextSize = 14
  2671. Welcome.TextWrapped = true
  2672.  
  2673. NameOfPlayer.Name = "NameOfPlayer"
  2674. NameOfPlayer.Parent = MenuFrame
  2675. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  2676. NameOfPlayer.BackgroundTransparency = 1
  2677. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  2678. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  2679. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  2680. NameOfPlayer.FontSize = Enum.FontSize.Size14
  2681. NameOfPlayer.Text = "PlayerName"
  2682. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2683. NameOfPlayer.TextScaled = true
  2684. NameOfPlayer.TextSize = 14
  2685. NameOfPlayer.TextWrapped = true
  2686.  
  2687. T_Information.Name = "T_Information"
  2688. T_Information.Parent = MenuFrame
  2689. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2690. T_Information.BorderSizePixel = 0
  2691. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  2692. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2693. T_Information.Font = Enum.Font.SourceSans
  2694. T_Information.FontSize = Enum.FontSize.Size18
  2695. T_Information.Text = "Information"
  2696. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2697. T_Information.TextSize = 16
  2698. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  2699.  
  2700. T_InfoImage.Name = "T_InfoImage"
  2701. T_InfoImage.Parent = T_Information
  2702. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2703. T_InfoImage.BackgroundTransparency = 1
  2704. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2705. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2706. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  2707.  
  2708. T_Character.Name = "T_Character"
  2709. T_Character.Parent = MenuFrame
  2710. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2711. T_Character.BorderSizePixel = 0
  2712. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  2713. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2714. T_Character.Font = Enum.Font.SourceSans
  2715. T_Character.FontSize = Enum.FontSize.Size18
  2716. T_Character.Text = "Character"
  2717. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2718. T_Character.TextSize = 16
  2719. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  2720.  
  2721. T_CharImage.Name = "T_CharImage"
  2722. T_CharImage.Parent = T_Character
  2723. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2724. T_CharImage.BackgroundTransparency = 1
  2725. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2726. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2727. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  2728.  
  2729. T_Games.Name = "T_Games"
  2730. T_Games.Parent = MenuFrame
  2731. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2732. T_Games.BorderSizePixel = 0
  2733. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  2734. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2735. T_Games.Font = Enum.Font.SourceSans
  2736. T_Games.FontSize = Enum.FontSize.Size18
  2737. T_Games.Text = "Games"
  2738. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2739. T_Games.TextSize = 16
  2740. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  2741.  
  2742. T_GameImage.Name = "T_GameImage"
  2743. T_GameImage.Parent = T_Games
  2744. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2745. T_GameImage.BackgroundTransparency = 1
  2746. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2747. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2748. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  2749.  
  2750. T_Others.Name = "T_Others"
  2751. T_Others.Parent = MenuFrame
  2752. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2753. T_Others.BorderSizePixel = 0
  2754. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  2755. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2756. T_Others.Font = Enum.Font.SourceSans
  2757. T_Others.FontSize = Enum.FontSize.Size18
  2758. T_Others.Text = "Others"
  2759. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2760. T_Others.TextSize = 16
  2761. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  2762.  
  2763. T_OtherImage.Name = "T_OtherImage"
  2764. T_OtherImage.Parent = T_Others
  2765. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2766. T_OtherImage.BackgroundTransparency = 1
  2767. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  2768. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  2769. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  2770.  
  2771. T_Extra.Name = "T_Extra"
  2772. T_Extra.Parent = MenuFrame
  2773. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2774. T_Extra.BorderSizePixel = 0
  2775. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  2776. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2777. T_Extra.Font = Enum.Font.SourceSans
  2778. T_Extra.FontSize = Enum.FontSize.Size18
  2779. T_Extra.Text = "Extra"
  2780. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2781. T_Extra.TextSize = 16
  2782. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  2783.  
  2784. T_ExtraImage.Name = "T_ExtraImage"
  2785. T_ExtraImage.Parent = T_Extra
  2786. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2787. T_ExtraImage.BackgroundTransparency = 1
  2788. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2789. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2790. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  2791.  
  2792. DeleteGUI.Name = "DeleteGUI"
  2793. DeleteGUI.Parent = MenuFrame
  2794. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  2795. DeleteGUI.BorderSizePixel = 0
  2796. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  2797. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2798. DeleteGUI.Font = Enum.Font.SourceSans
  2799. DeleteGUI.FontSize = Enum.FontSize.Size18
  2800. DeleteGUI.Text = "Delete GUI"
  2801. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2802. DeleteGUI.TextSize = 16
  2803. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  2804.  
  2805. DELETEIMAGE.Name = "DELETEIMAGE"
  2806. DELETEIMAGE.Parent = DeleteGUI
  2807. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  2808. DELETEIMAGE.BackgroundTransparency = 1
  2809. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  2810. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  2811. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  2812.  
  2813. Darkness.Name = "Darkness"
  2814. Darkness.Parent = MainFrame
  2815. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  2816. Darkness.BackgroundTransparency = 0.8
  2817. Darkness.BorderSizePixel = 0
  2818. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  2819. Darkness.Size = UDim2.new(0, 272, 0, 271)
  2820. Darkness.Visible = false
  2821. Darkness.ZIndex = 7
  2822. Darkness.Font = Enum.Font.SourceSans
  2823. Darkness.FontSize = Enum.FontSize.Size14
  2824. Darkness.Text = ""
  2825. Darkness.TextSize = 14
  2826.  
  2827. -----------------------------------------------------------------
  2828. -----------------------------------------------------------------
  2829. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  2830. if game.Workspace.FilteringEnabled == true then
  2831. Image_FE_ENABLED.Visible = true
  2832. Image_FE_DISABLED.Visible = false
  2833. Text_FE_ENABLED.Visible = true
  2834. Text_FE_DISABLED.Visible = false
  2835. else
  2836. Image_FE_ENABLED.Visible = false
  2837. Image_FE_DISABLED.Visible = true
  2838. Text_FE_ENABLED.Visible = false
  2839. Text_FE_DISABLED.Visible = true
  2840. end
  2841.  
  2842. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2843. local Found = {}
  2844. local strl = String:lower()
  2845. if strl == "all" then
  2846. for i,v in pairs(game.Players:GetPlayers()) do
  2847. table.insert(Found,v)
  2848. end
  2849. elseif strl == "others" then
  2850. for i,v in pairs(game.Players:GetPlayers()) do
  2851. if v.Name ~= game.Players.LocalPlayer.Name then
  2852. table.insert(Found,v)
  2853. end
  2854. end
  2855. else
  2856. for i,v in pairs(game.Players:GetPlayers()) do
  2857. if v.Name:lower():sub(1, #String) == String:lower() then
  2858. table.insert(Found,v)
  2859. end
  2860. end
  2861. end
  2862. return Found
  2863. end
  2864.  
  2865. OpenMenu.MouseButton1Click:connect(function()
  2866. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  2867. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  2868. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  2869. wait(0.7)
  2870. Darkness.Visible = true
  2871. Darkness.BackgroundTransparency = 0.8
  2872. end)
  2873.  
  2874. Darkness.MouseButton1Click:connect(function()
  2875. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  2876. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  2877. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  2878. Darkness.Visible = false
  2879. end)
  2880.  
  2881. closedgui = true
  2882. CloseGUI.MouseButton1Click:connect(function()
  2883. wait(0.3)
  2884. if closedgui then
  2885. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  2886. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  2887. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2888. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2889. Darkness.Visible = false
  2890. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  2891. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  2892. wait(1.6)
  2893. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2894. Darkness.Visible = false
  2895. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2896. closedgui = false
  2897. else
  2898. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  2899. wait(1.5)
  2900. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2901. wait(0.6)
  2902. closedgui = true
  2903. end
  2904. end)
  2905.  
  2906. DeleteGUI.MouseButton1Click:connect(function()
  2907. game.CoreGui.OPFinality:Destroy()
  2908. end)
  2909.  
  2910. T_Character.MouseButton1Click:connect(function()
  2911. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2912. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2913. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2914. Darkness.Visible = false
  2915. wait(0.5)
  2916. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2917. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2918. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2919. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2920. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2921. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2922. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2923. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2924. wait(0.5)
  2925. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2926. end)
  2927.  
  2928. T_Extra.MouseButton1Click:connect(function()
  2929. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2930. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2931. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2932. Darkness.Visible = false
  2933. wait(0.5)
  2934. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2935. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2936. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2937. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2938. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2939. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2940. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2941. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2942. wait(0.5)
  2943. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2944. end)
  2945.  
  2946. T_Games.MouseButton1Click:connect(function()
  2947. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2948. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2949. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2950. Darkness.Visible = false
  2951. wait(0.5)
  2952. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2953. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2954. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2955. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2956. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2957. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2958. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2959. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2960. wait(0.5)
  2961. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2962. end)
  2963.  
  2964. T_Information.MouseButton1Click:connect(function()
  2965. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2966. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2967. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2968. Darkness.Visible = false
  2969. wait(0.5)
  2970. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2971. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2972. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2973. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2974. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2975. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2976. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2977. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2978. wait(0.5)
  2979. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2980. end)
  2981.  
  2982. T_Others.MouseButton1Click:connect(function()
  2983. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2984. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2985. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2986. Darkness.Visible = false
  2987. wait(0.5)
  2988. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2989. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2990. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2991. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2992. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2993. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2994. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2995. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2996. wait(0.5)
  2997. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2998. end)
  2999.  
  3000. Character_toPAGE2.MouseButton1Click:connect(function()
  3001. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3002. wait(0.5)
  3003. Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3004. end)
  3005. Character_backPAGE1.MouseButton1Click:connect(function()
  3006. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3007. wait(0.5)
  3008. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3009. end)
  3010. Extra_toPAGE2.MouseButton1Click:connect(function()
  3011. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3012. wait(0.5)
  3013. Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3014. end)
  3015. Extra_backPAGE1.MouseButton1Click:connect(function()
  3016. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3017. wait(0.5)
  3018. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3019. end)
  3020. Others_toPAGE2.MouseButton1Click:connect(function()
  3021. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3022. wait(0.5)
  3023. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3024. end)
  3025. Others_toPAGE3.MouseButton1Click:connect(function()
  3026. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3027. wait(0.5)
  3028. Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3029. end)
  3030. Others_backPAGE1.MouseButton1Click:connect(function()
  3031. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3032. wait(0.5)
  3033. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3034. end)
  3035. Others_backPAGE2.MouseButton1Click:connect(function()
  3036. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3037. wait(0.5)
  3038. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3039. end)
  3040.  
  3041. -------------------------------------------------------------------------------
  3042. -------------------------------------------------------------------------------
  3043.  
  3044. HipHeight.MouseButton1Click:connect(function()
  3045. game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  3046. end)
  3047. Speed.MouseButton1Click:connect(function()
  3048. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  3049. end)
  3050. JumpHeight.MouseButton1Click:connect(function()
  3051. game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  3052. end)
  3053. Chat.MouseButton1Click:connect(function()
  3054. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  3055. end)
  3056. SpammingChar = false
  3057. Spam_2.MouseButton1Click:connect(function()
  3058. SpammingChar = not SpammingChar
  3059. end)
  3060.  
  3061. local flying = false
  3062. Fly.MouseButton1Click:connect(function()
  3063. flying = not flying
  3064. repeat wait()
  3065. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3066. local mouse = game.Players.LocalPlayer:GetMouse()
  3067. repeat wait() until mouse
  3068. local plr = game.Players.LocalPlayer
  3069. local torso = plr.Character.Torso
  3070. local deb = true
  3071. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3072. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3073. local maxspeed = 80
  3074. local speed = 0
  3075. if flying then
  3076. Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  3077. else
  3078. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3079. end
  3080.  
  3081. function FlyFunction()
  3082. local bg = Instance.new("BodyGyro", torso)
  3083. bg.P = 9e4
  3084. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3085. bg.cframe = torso.CFrame
  3086. local bv = Instance.new("BodyVelocity", torso)
  3087. bv.velocity = Vector3.new(0,0.1,0)
  3088. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3089. repeat wait()
  3090. plr.Character.Humanoid.PlatformStand = true
  3091. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3092. speed = speed+.5+(speed/maxspeed)
  3093. if speed > maxspeed then
  3094. speed = maxspeed
  3095. end
  3096. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3097. speed = speed-1
  3098. if speed < 0 then
  3099. speed = 0
  3100. end
  3101. end
  3102. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3103. 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
  3104. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3105. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3106. 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
  3107. else
  3108. bv.velocity = Vector3.new(0,0.1,0)
  3109. end
  3110. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3111. until not flying
  3112. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3113. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3114. speed = 0
  3115. bg:Destroy()
  3116. bv:Destroy()
  3117. plr.Character.Humanoid.PlatformStand = false
  3118. end
  3119. mouse.KeyDown:connect(function(key)
  3120. if key:lower() == "w" then
  3121. ctrl.f = 1
  3122. elseif key:lower() == "s" then
  3123. ctrl.b = -1
  3124. elseif key:lower() == "a" then
  3125. ctrl.l = -1
  3126. elseif key:lower() == "d" then
  3127. ctrl.r = 1
  3128. end
  3129. end)
  3130. mouse.KeyUp:connect(function(key)
  3131. if key:lower() == "w" then
  3132. ctrl.f = 0
  3133. elseif key:lower() == "s" then
  3134. ctrl.b = 0
  3135. elseif key:lower() == "a" then
  3136. ctrl.l = 0
  3137. elseif key:lower() == "d" then
  3138. ctrl.r = 0
  3139. end
  3140. end)
  3141. FlyFunction()
  3142. end)
  3143.  
  3144. clip = true
  3145. Noclip.MouseButton1Click:connect(function()
  3146. clip = not clip
  3147. game:GetService('RunService').Stepped:connect(function()
  3148. if not clip then
  3149. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  3150. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3151. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3152. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3153. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3154. else
  3155. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3156. end
  3157. end)
  3158. end)
  3159.  
  3160. local Anim = Instance.new("Animation")
  3161. Anim.AnimationId = "rbxassetid://33169583"
  3162. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3163. local armsareoff = false
  3164. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3165. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3166. armsareoff = false
  3167. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3168. end)
  3169. armsoff.MouseButton1Click:connect(function()
  3170. armsareoff = not armsareoff
  3171. if armsareoff then
  3172. armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3173. while wait() do
  3174. if track.IsPlaying == false then
  3175. if armsareoff then
  3176. track:Play(.1, 1, 1e6)
  3177. end
  3178. end
  3179. end
  3180. else
  3181. track:Stop()
  3182. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3183. end
  3184. end)
  3185.  
  3186. local Anim = Instance.new("Animation")
  3187. Anim.AnimationId = "rbxassetid://121572214"
  3188. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3189. headfloatACTIVE = false
  3190. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3191. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3192. headfloatACTIVE = false
  3193. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3194. end)
  3195. headfloat.MouseButton1Click:connect(function()
  3196. headfloatACTIVE = not headfloatACTIVE
  3197. if headfloatACTIVE then
  3198. headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3199. while wait() do
  3200. if track.IsPlaying == false then
  3201. if headfloatACTIVE then
  3202. track:Play(.1, 1, 1)
  3203. end
  3204. end
  3205. end
  3206. else
  3207. track:Stop()
  3208. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3209. end
  3210. end)
  3211.  
  3212. local Anim = Instance.new("Animation")
  3213. Anim.AnimationId = "rbxassetid://35154961"
  3214. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3215. local headthrowACTIVE = false
  3216. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3217. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3218. headthrowACTIVE = false
  3219. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3220. end)
  3221. headthrow.MouseButton1Click:connect(function()
  3222. headthrowACTIVE = not headthrowACTIVE
  3223. if headthrowACTIVE then
  3224. headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3225. while wait() do
  3226. if track.IsPlaying == false then
  3227. if headthrowACTIVE then
  3228. track:Play(.1, 1, 1)
  3229. end
  3230. end
  3231. end
  3232. else
  3233. track:Stop()
  3234. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3235. end
  3236. end)
  3237.  
  3238. local Anim = Instance.new("Animation")
  3239. Anim.AnimationId = "rbxassetid://35154961"
  3240. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3241. local loopheadACTIVE = false
  3242. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3243. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3244. loopheadACTIVE = false
  3245. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3246. end)
  3247. loophead.MouseButton1Click:connect(function()
  3248. loopheadACTIVE = not loopheadACTIVE
  3249. if loopheadACTIVE then
  3250. loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3251. while wait() do
  3252. if track.IsPlaying == false then
  3253. if loopheadACTIVE then
  3254. track:Play(.1, 1, 1e6)
  3255. end
  3256. end
  3257. end
  3258. else
  3259. track:Stop()
  3260. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3261. end
  3262. end)
  3263.  
  3264. local Anim = Instance.new("Animation")
  3265. Anim.AnimationId = "rbxassetid://313762630"
  3266. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3267. local levitateACTIVE = false
  3268. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3269. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3270. levitateACTIVE = false
  3271. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3272. end)
  3273. levitate.MouseButton1Click:connect(function()
  3274. levitateACTIVE = not levitateACTIVE
  3275. if levitateACTIVE then
  3276. levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3277. while wait() do
  3278. if track.IsPlaying == false then
  3279. if levitateACTIVE then
  3280. track:Play(.1, 1, 1)
  3281. end
  3282. end
  3283. end
  3284. else
  3285. track:Stop()
  3286. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3287. end
  3288. end)
  3289.  
  3290. local Anim = Instance.new("Animation")
  3291. Anim.AnimationId = "rbxassetid://282574440"
  3292. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3293. local crawlACTIVE = false
  3294. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3295. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3296. crawlACTIVE = false
  3297. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3298. end)
  3299. crawl.MouseButton1Click:connect(function()
  3300. crawlACTIVE = not crawlACTIVE
  3301. if crawlACTIVE then
  3302. crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3303. while wait() do
  3304. if track.IsPlaying == false then
  3305. if crawlACTIVE then
  3306. track:Play(.1, 1, 1)
  3307. end
  3308. end
  3309. end
  3310. else
  3311. track:Stop()
  3312. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3313. end
  3314. end)
  3315.  
  3316. local Anim = Instance.new("Animation")
  3317. Anim.AnimationId = "rbxassetid://184574340"
  3318. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3319. local jumplandACTIVE = false
  3320. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3321. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3322. jumplandACTIVE = false
  3323. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3324. end)
  3325. jumpland.MouseButton1Click:connect(function()
  3326. jumplandACTIVE = not jumplandACTIVE
  3327. if jumplandACTIVE then
  3328. jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3329. while wait() do
  3330. if track.IsPlaying == false then
  3331. if jumplandACTIVE then
  3332. track:Play(.1, 1, 1)
  3333. end
  3334. end
  3335. end
  3336. else
  3337. track:Stop()
  3338. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3339. end
  3340. end)
  3341.  
  3342. local Anim = Instance.new("Animation")
  3343. Anim.AnimationId = "rbxassetid://126753849"
  3344. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3345. local punchesACTIVE = false
  3346. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3347. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3348. punchesACTIVE = false
  3349. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3350. end)
  3351. punches.MouseButton1Click:connect(function()
  3352. punchesACTIVE = not punchesACTIVE
  3353. if punchesACTIVE then
  3354. punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3355. while wait() do
  3356. if track.IsPlaying == false then
  3357. if punchesACTIVE then
  3358. track:Play(.1, 1, 1)
  3359. end
  3360. end
  3361. end
  3362. else
  3363. track:Stop()
  3364. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3365. end
  3366. end)
  3367.  
  3368. local Anim = Instance.new("Animation")
  3369. Anim.AnimationId = "rbxassetid://204062532"
  3370. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3371. local swingACTIVE = false
  3372. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3373. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3374. swingACTIVE = false
  3375. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3376. end)
  3377. swing.MouseButton1Click:connect(function()
  3378. swingACTIVE = not swingACTIVE
  3379. if swingACTIVE then
  3380. swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3381. while wait() do
  3382. if track.IsPlaying == false then
  3383. if swingACTIVE then
  3384. track:Play(.1, 1, 1)
  3385. end
  3386. end
  3387. end
  3388. else
  3389. track:Stop()
  3390. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3391. end
  3392. end)
  3393.  
  3394. local Anim = Instance.new("Animation")
  3395. Anim.AnimationId = "rbxassetid://204295235"
  3396. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3397. local swordstrikeACTIVE = false
  3398. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3399. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3400. swordstrikeACTIVE = false
  3401. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3402. end)
  3403. swordstrike.MouseButton1Click:connect(function()
  3404. swordstrikeACTIVE = not swordstrikeACTIVE
  3405. if swordstrikeACTIVE then
  3406. swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3407. while wait() do
  3408. if track.IsPlaying == false then
  3409. if swordstrikeACTIVE then
  3410. track:Play(.1, 1, 1)
  3411. end
  3412. end
  3413. end
  3414. else
  3415. track:Stop()
  3416. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3417. end
  3418. end)
  3419.  
  3420. local Anim = Instance.new("Animation")
  3421. Anim.AnimationId = "rbxassetid://45834924"
  3422. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3423. local happyACTIVE = false
  3424. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3425. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3426. happyACTIVE = false
  3427. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3428. end)
  3429. happy.MouseButton1Click:connect(function()
  3430. happyACTIVE = not happyACTIVE
  3431. if happyACTIVE then
  3432. happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3433. while wait() do
  3434. if track.IsPlaying == false then
  3435. if happyACTIVE then
  3436. track:Play(.1, 1, 1)
  3437. end
  3438. end
  3439. end
  3440. else
  3441. track:Stop()
  3442. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3443. end
  3444. end)
  3445.  
  3446. local Anim = Instance.new("Animation")
  3447. Anim.AnimationId = "rbxassetid://33796059"
  3448. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3449. local insaneACTIVE = false
  3450. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3451. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3452. insaneACTIVE = false
  3453. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3454. end)
  3455. insane.MouseButton1Click:connect(function()
  3456. insaneACTIVE = not insaneACTIVE
  3457. if insaneACTIVE then
  3458. insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3459. while wait() do
  3460. if track.IsPlaying == false then
  3461. if insaneACTIVE then
  3462. track:Play(.1, 1, 1e6)
  3463. end
  3464. end
  3465. end
  3466. else
  3467. track:Stop()
  3468. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3469. end
  3470. end)
  3471.  
  3472. local Anim = Instance.new("Animation")
  3473. Anim.AnimationId = "rbxassetid://429703734"
  3474. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3475. local movingdanceACTIVE = false
  3476. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3477. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3478. movingdanceACTIVE = false
  3479. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3480. end)
  3481. movingdance.MouseButton1Click:connect(function()
  3482. movingdanceACTIVE = not movingdanceACTIVE
  3483. if movingdanceACTIVE then
  3484. movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3485. while wait() do
  3486. if track.IsPlaying == false then
  3487. if movingdanceACTIVE then
  3488. track:Play(.1, 1, 1)
  3489. end
  3490. end
  3491. end
  3492. else
  3493. track:Stop()
  3494. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3495. end
  3496. end)
  3497.  
  3498. local Anim = Instance.new("Animation")
  3499. Anim.AnimationId = "rbxassetid://35654637"
  3500. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3501. local normalACTIVE = false
  3502. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3503. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3504. normalACTIVE = false
  3505. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3506. end)
  3507. normal.MouseButton1Click:connect(function()
  3508. normalACTIVE = not normalACTIVE
  3509. if normalACTIVE then
  3510. normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3511. while wait() do
  3512. if track.IsPlaying == false then
  3513. if normalACTIVE then
  3514. track:Play(.1, 1, 1)
  3515. end
  3516. end
  3517. end
  3518. else
  3519. track:Stop()
  3520. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3521. end
  3522. end)
  3523.  
  3524. local Anim = Instance.new("Animation")
  3525. Anim.AnimationId = "rbxassetid://186934910"
  3526. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3527. local spindanceACTIVE = false
  3528. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3529. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3530. spindanceACTIVE = false
  3531. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3532. end)
  3533. spindance.MouseButton1Click:connect(function()
  3534. spindanceACTIVE = not spindanceACTIVE
  3535. if spindanceACTIVE then
  3536. spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3537. while wait() do
  3538. if track.IsPlaying == false then
  3539. if spindanceACTIVE then
  3540. track:Play(.1, 1, 1)
  3541. end
  3542. end
  3543. end
  3544. else
  3545. track:Stop()
  3546. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3547. end
  3548. end)
  3549.  
  3550. local Anim = Instance.new("Animation")
  3551. Anim.AnimationId = "rbxassetid://215384594"
  3552. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3553. local CloneIllusionACTIVE = false
  3554. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3555. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3556. CloneIllusionACTIVE = false
  3557. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3558. end)
  3559. CloneIllusion.MouseButton1Click:connect(function()
  3560. CloneIllusionACTIVE = not CloneIllusionACTIVE
  3561. if CloneIllusionACTIVE then
  3562. CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3563. while wait() do
  3564. if track.IsPlaying == false then
  3565. if CloneIllusionACTIVE then
  3566. track:Play(.1, 1, 1e6)
  3567. end
  3568. end
  3569. end
  3570. else
  3571. track:Stop()
  3572. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3573. end
  3574. end)
  3575.  
  3576. spinning = false
  3577. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3578. spinning = false
  3579. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3580. end)
  3581. CoolSpin.MouseButton1Click:connect(function()
  3582. spinning = not spinning
  3583. if spinning then
  3584. local p = Instance.new("RocketPropulsion")
  3585. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3586. p.Name = "CrazySpin"
  3587. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  3588. p:Fire()
  3589. CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3590. else
  3591. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  3592. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3593. end
  3594. end)
  3595.  
  3596. local Anim = Instance.new("Animation")
  3597. Anim.AnimationId = "rbxassetid://180612465"
  3598. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3599. local ScaredACTIVE = false
  3600. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3601. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3602. ScaredACTIVE = false
  3603. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3604. end)
  3605. CrouchRocket.MouseButton1Click:connect(function()
  3606. ScaredACTIVE = not ScaredACTIVE
  3607. if ScaredACTIVE then
  3608. local u = Instance.new("RocketPropulsion")
  3609. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3610. u.Name = "CrouchRocket"
  3611. u.Target = game.Players.LocalPlayer.Character.Head
  3612. u:Fire()
  3613. CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3614. while wait() do
  3615. if track.IsPlaying == false then
  3616. if ScaredACTIVE then
  3617. track:Play(.1, 1, 1)
  3618. end
  3619. end
  3620. end
  3621. else
  3622. track:Stop()
  3623. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3624. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  3625. end
  3626. end)
  3627.  
  3628. local Anim = Instance.new("Animation")
  3629. Anim.AnimationId = "rbxassetid://184574340"
  3630. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3631. local jumprocketnow = false
  3632. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3633. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3634. jumprocketnow = false
  3635. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3636. end)
  3637. JumpRocket.MouseButton1Click:connect(function()
  3638. jumprocketnow = not jumprocketnow
  3639. if jumprocketnow then
  3640. local u = Instance.new("RocketPropulsion")
  3641. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3642. u.Name = "JumpRocket"
  3643. u.Target = game.Players.LocalPlayer.Character.Head
  3644. u:Fire()
  3645. JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3646. while wait() do
  3647. if track.IsPlaying == false then
  3648. if jumprocketnow then
  3649. track:Play(.1, 1, 1)
  3650. end
  3651. end
  3652. end
  3653. else
  3654. track:Stop()
  3655. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3656. game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  3657. end
  3658. end)
  3659.  
  3660. local Anim = Instance.new("Animation")
  3661. Anim.AnimationId = "rbxassetid://126753849"
  3662. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3663. local RapidPunchACTIVE = false
  3664. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3665. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3666. RapidPunchACTIVE = false
  3667. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3668. end)
  3669. RapidPunch.MouseButton1Click:connect(function()
  3670. RapidPunchACTIVE = not RapidPunchACTIVE
  3671. if RapidPunchACTIVE then
  3672. RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  3673. while wait() do
  3674. if track.IsPlaying == false then
  3675. if RapidPunchACTIVE then
  3676. track:Play(.1, 1, 10)
  3677. end
  3678. end
  3679. end
  3680. else
  3681. track:Stop()
  3682. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3683. end
  3684. end)
  3685.  
  3686. FEGodmode.MouseButton1Click:connect(function()
  3687. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3688. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3689. l.Parent = game.Players.LocalPlayer.Character
  3690. l.Name = "Humanoid"
  3691. wait(0.1)
  3692. game.Players.LocalPlayer.Character["1"]:Destroy()
  3693. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3694. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3695. wait(0.1)
  3696. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3697. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3698. end)
  3699.  
  3700. NoLimbs.MouseButton1Click:connect(function()
  3701. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  3702. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  3703. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  3704. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  3705. end)
  3706.  
  3707. BrickHats.MouseButton1Click:connect(function()
  3708. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3709. if (v:IsA("Accessory")) then
  3710. v.Handle.Mesh:Destroy()
  3711. end
  3712. end
  3713. end)
  3714.  
  3715. local Anim = Instance.new("Animation")
  3716. Anim.AnimationId = "rbxassetid://181525546"
  3717. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3718. local FaintACTIVE = false
  3719. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3720. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3721. FaintACTIVE = false
  3722. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3723. end)
  3724. Faint.MouseButton1Click:connect(function()
  3725. FaintACTIVE = not FaintACTIVE
  3726. if FaintACTIVE then
  3727. Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3728. while wait() do
  3729. if track.IsPlaying == false then
  3730. if FaintACTIVE then
  3731. track:Play(.1, 1, 1)
  3732. end
  3733. end
  3734. end
  3735. else
  3736. track:Stop()
  3737. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3738. end
  3739. end)
  3740.  
  3741. local Anim = Instance.new("Animation")
  3742. Anim.AnimationId = "rbxassetid://188632011"
  3743. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3744. local SpinACTIVE = false
  3745. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3746. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3747. SpinACTIVE = false
  3748. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3749. end)
  3750. Spin.MouseButton1Click:connect(function()
  3751. SpinACTIVE = not SpinACTIVE
  3752. if SpinACTIVE then
  3753. Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3754. while wait() do
  3755. if track.IsPlaying == false then
  3756. if SpinACTIVE then
  3757. track:Play(.1, 1, 1)
  3758. end
  3759. end
  3760. end
  3761. else
  3762. track:Stop()
  3763. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3764. end
  3765. end)
  3766.  
  3767. local Anim = Instance.new("Animation")
  3768. Anim.AnimationId = "rbxassetid://33169583"
  3769. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3770. local ArmFollowACTIVE = false
  3771. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3772. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3773. ArmFollowACTIVE = false
  3774. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3775. end)
  3776. ArmFollow.MouseButton1Click:connect(function()
  3777. ArmFollowACTIVE = not ArmFollowACTIVE
  3778. if ArmFollowACTIVE then
  3779. local u = Instance.new("RocketPropulsion")
  3780. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3781. u.Name = "ArmFollow"
  3782. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3783. u:Fire()
  3784. ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3785. while wait() do
  3786. if track.IsPlaying == false then
  3787. if ArmFollowACTIVE then
  3788. track:Play(.1, 1, 1)
  3789. end
  3790. end
  3791. end
  3792. else
  3793. track:Stop()
  3794. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3795. game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  3796. end
  3797. end)
  3798.  
  3799. local Anim = Instance.new("Animation")
  3800. Anim.AnimationId = "rbxassetid://126753849"
  3801. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3802. local PunchFollowACTIVE = false
  3803. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3804. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3805. PunchFollowACTIVE = false
  3806. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3807. end)
  3808. PunchFollow.MouseButton1Click:connect(function()
  3809. PunchFollowACTIVE = not PunchFollowACTIVE
  3810. if PunchFollowACTIVE then
  3811. local u = Instance.new("RocketPropulsion")
  3812. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3813. u.Name = "PunchFollow"
  3814. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3815. u:Fire()
  3816. PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3817. while wait() do
  3818. if track.IsPlaying == false then
  3819. if PunchFollowACTIVE then
  3820. track:Play(.1, 1, 1)
  3821. end
  3822. end
  3823. end
  3824. else
  3825. track:Stop()
  3826. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3827. game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  3828. end
  3829. end)
  3830.  
  3831. AnimationId = "148840371"
  3832. local Anim = Instance.new("Animation")
  3833. Anim.AnimationId = "rbxassetid://"..AnimationId
  3834. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3835. _18active = false
  3836. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3837. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3838. _18active = false
  3839. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3840. end)
  3841. _18.MouseButton1Click:connect(function()
  3842. _18active = not _18active
  3843. if _18active then
  3844. _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3845. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3846. track:Play()
  3847. while wait() do
  3848. if _18active then
  3849. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3850. end
  3851. end
  3852. end
  3853. else
  3854. track:Stop()
  3855. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3856. end
  3857. end)
  3858.  
  3859. local Anim = Instance.new("Animation")
  3860. Anim.AnimationId = "rbxassetid://180612465"
  3861. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3862. local crouchattacking = false
  3863. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3864. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3865. crouchattacking = false
  3866. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3867. end)
  3868. CrouchAttack.MouseButton1Click:connect(function()
  3869. crouchattacking = not crouchattacking
  3870. if crouchattacking then
  3871. local u = Instance.new("RocketPropulsion")
  3872. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3873. u.Name = "CrouchAttack"
  3874. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3875. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3876. end
  3877. u:Fire()
  3878. CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3879. while wait() do
  3880. if track.IsPlaying == false then
  3881. if crouchattacking then
  3882. track:Play(.1, 1, 1)
  3883. end
  3884. end
  3885. end
  3886. else
  3887. track:Stop()
  3888. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3889. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  3890. end
  3891. end)
  3892.  
  3893. local Anim = Instance.new("Animation")
  3894. Anim.AnimationId = "rbxassetid://184574340"
  3895. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3896. local SlamPropulsioning = false
  3897. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3898. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3899. SlamPropulsioning = false
  3900. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3901. end)
  3902. SlamPropulsion.MouseButton1Click:connect(function()
  3903. SlamPropulsioning = not SlamPropulsioning
  3904. if SlamPropulsioning then
  3905. local u = Instance.new("RocketPropulsion")
  3906. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3907. u.Name = "SlamPropulsion"
  3908. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3909. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3910. end
  3911. u:Fire()
  3912. SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3913. while wait() do
  3914. if track.IsPlaying == false then
  3915. if SlamPropulsioning then
  3916. track:Play(.1, 1, 1)
  3917. end
  3918. end
  3919. end
  3920. else
  3921. track:Stop()
  3922. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3923. game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  3924. end
  3925. end)
  3926.  
  3927. local Anim = Instance.new("Animation")
  3928. Anim.AnimationId = "rbxassetid://429730430"
  3929. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3930. local SpinAttacking = false
  3931. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3932. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3933. SpinAttacking = false
  3934. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3935. end)
  3936. SpinAttack.MouseButton1Click:connect(function()
  3937. SpinAttacking = not SpinAttacking
  3938. if SpinAttacking then
  3939. local u = Instance.new("RocketPropulsion")
  3940. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3941. u.Name = "SpinAttack"
  3942. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3943. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3944. end
  3945. u:Fire()
  3946. SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3947. while wait() do
  3948. if track.IsPlaying == false then
  3949. if SpinAttacking then
  3950. track:Play(.1, 1, 1)
  3951. end
  3952. end
  3953. end
  3954. else
  3955. track:Stop()
  3956. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3957. game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  3958. end
  3959. end)
  3960.  
  3961. watching = false
  3962. CreepyWatch.MouseButton1Click:connect(function()
  3963. watching = not watching
  3964. end)
  3965.  
  3966. local Anim = Instance.new("Animation")
  3967. Anim.AnimationId = "rbxassetid://215384594"
  3968. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3969. walkingthrough = false
  3970. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3971. walkingthrough = false
  3972. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3973. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3974. end)
  3975. WalkThrough.MouseButton1Click:connect(function()
  3976. walkingthrough = not walkingthrough
  3977. if walkingthrough then
  3978. WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3979. while wait() do
  3980. if walkingthrough then
  3981. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3982. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3983. if track.IsPlaying == false then
  3984. if walkingthrough then
  3985. track:Play(.1, 1, 1e6)
  3986. end
  3987. end
  3988. end
  3989. end
  3990. end
  3991. else
  3992. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3993. track:Stop()
  3994. end
  3995. end)
  3996.  
  3997. annoying = false
  3998. Annoy.MouseButton1Click:connect(function()
  3999. annoying = not annoying
  4000. end)
  4001. local Anim = Instance.new("Animation")
  4002. Anim.AnimationId = "rbxassetid://282574440"
  4003. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4004. local crawlACTIVE = false
  4005. Carpett = false
  4006. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4007. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4008. Carpett = false
  4009. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4010. end)
  4011. Carpet.MouseButton1Click:connect(function()
  4012. Carpett = not Carpett
  4013. if Carpett then
  4014. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4015. while wait() do
  4016. if track.IsPlaying == false then
  4017. if Carpett then
  4018. track:Play(.1, 1, 1)
  4019. end
  4020. end
  4021. end
  4022. else
  4023. track:Stop()
  4024. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4025. end
  4026. end)
  4027. following = false
  4028. Follow.MouseButton1Click:connect(function()
  4029. following = not following
  4030. end)
  4031. headwalking = false
  4032. HeadWalk.MouseButton1Click:connect(function()
  4033. headwalking = not headwalking
  4034. end)
  4035. Spammer = false
  4036. Spam.MouseButton1Click:connect(function()
  4037. Spammer = not Spammer
  4038. end)
  4039. stuck = false
  4040. Stick.MouseButton1Click:connect(function()
  4041. stuck = not stuck
  4042. end)
  4043. TeleportTo.MouseButton1Click:connect(function()
  4044. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4045. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4046. end
  4047. end)
  4048.  
  4049. orbital = false
  4050. Orbit.MouseButton1Click:connect(function()
  4051. orbital = not orbital
  4052. if orbital then
  4053. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4054. local o = Instance.new("RocketPropulsion")
  4055. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4056. o.Name = "Orbit"
  4057. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4058. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  4059. o:Fire()
  4060. game:GetService('RunService').Stepped:connect(function()
  4061. if orbital then
  4062. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4063. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4064. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4065. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4066. end
  4067. end)
  4068. end
  4069. else
  4070. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  4071. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4072. end
  4073. end)
  4074.  
  4075. currentview = false
  4076. View.MouseButton1Click:connect(function()
  4077. currentview = not currentview
  4078. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4079. if currentview then
  4080. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4081. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4082. else
  4083. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  4084. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4085. end
  4086. end
  4087. end)
  4088.  
  4089. floating = false
  4090. Float.MouseButton1Click:connect(function()
  4091. floating = not floating
  4092. if floating then
  4093. Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4094. local y = Instance.new("RocketPropulsion")
  4095. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4096. y.CartoonFactor = 1
  4097. y.MaxThrust = 50000
  4098. y.MaxSpeed = 1000
  4099. y.ThrustP = 50000
  4100. y.Name = "Float"
  4101. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4102. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4103. y.Target = game.Players[v.Name].Character.Head
  4104. y:Fire()
  4105. game:GetService('RunService').Stepped:connect(function()
  4106. if floating then
  4107. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4108. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4109. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4110. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4111. end
  4112. end)
  4113. while wait(0.3) do
  4114. if floating then
  4115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  4116. end
  4117. end
  4118. end
  4119. else
  4120. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4121. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  4122. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4123. end
  4124. end)
  4125.  
  4126. local Anim = Instance.new("Animation")
  4127. Anim.AnimationId = "rbxassetid://282574440"
  4128. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4129. flattening = false
  4130. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4131. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4132. flattening = false
  4133. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4134. end)
  4135. Flatten.MouseButton1Click:connect(function()
  4136. flattening = not flattening
  4137. if flattening then
  4138. Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4139. local y = Instance.new("RocketPropulsion")
  4140. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4141. y.CartoonFactor = 1
  4142. y.MaxThrust = 50000
  4143. y.MaxSpeed = 1000
  4144. y.ThrustP = 50000
  4145. y.Name = "Flatten"
  4146. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4147. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4148. y.Target = game.Players[v.Name].Character["Left Leg"]
  4149. y:Fire()
  4150. track:Play(.1, 1, 1)
  4151. game:GetService('RunService').Stepped:connect(function()
  4152. if flattening then
  4153. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4154. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4155. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4156. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4157. end
  4158. end)
  4159. while wait(0.3) do
  4160. if flattening then
  4161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  4162. end
  4163. end
  4164. end
  4165. else
  4166. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4167. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  4168. track:Stop()
  4169. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4170. end
  4171. end)
  4172.  
  4173. SlowAttracting = false
  4174. SlowAttract.MouseButton1Click:connect(function()
  4175. SlowAttracting = not SlowAttracting
  4176. if SlowAttracting then
  4177. SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4178. local b = Instance.new("RocketPropulsion")
  4179. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4180. b.TurnD = 5000
  4181. b.MaxThrust = 5000
  4182. b.MaxSpeed = 200
  4183. b.ThrustP = 5000
  4184. b.CartoonFactor = 1
  4185. b.Name = "SlowAttract"
  4186. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4187. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  4188. b:Fire()
  4189. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4190. game:GetService('RunService').Stepped:connect(function()
  4191. if SlowAttracting then
  4192. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4193. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4194. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4195. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4196. end
  4197. end)
  4198. end
  4199. else
  4200. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4201. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  4202. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4203. end
  4204. end)
  4205.  
  4206. AimHeading = false
  4207. AimHead.MouseButton1Click:connect(function()
  4208. AimHeading = not AimHeading
  4209. if AimHeading then
  4210. AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4211. local b = Instance.new("RocketPropulsion")
  4212. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4213. b.TurnP = 2500
  4214. b.MaxThrust = 50000
  4215. b.MaxSpeed = 1000
  4216. b.ThrustP = 50000
  4217. b.CartoonFactor = 1
  4218. b.Name = "AimHead"
  4219. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4220. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4221. b.Target = game.Players[v.Name].Character.Head
  4222. b:Fire()
  4223. game:GetService('RunService').Stepped:connect(function()
  4224. if AimHeading then
  4225. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4226. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4227. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4228. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4229. end
  4230. end)
  4231. end
  4232. else
  4233. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4234. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  4235. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4236. end
  4237. end)
  4238.  
  4239. Multipleing = false
  4240. Multiple.MouseButton1Click:connect(function()
  4241. Multipleing = not Multipleing
  4242. if Multipleing then
  4243. Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4244. local t1 = Instance.new("RocketPropulsion")
  4245. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4246. t1.TurnP = 30000
  4247. t1.MaxThrust = 30000
  4248. t1.MaxSpeed = 1000
  4249. t1.ThrustP = 30000
  4250. t1.CartoonFactor = 1
  4251. t1.Name = "one"
  4252. local t2 = Instance.new("RocketPropulsion")
  4253. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4254. t2.TurnP = 30000
  4255. t2.MaxThrust = 30000
  4256. t2.MaxSpeed = 1000
  4257. t2.ThrustP = 30000
  4258. t2.CartoonFactor = 1
  4259. t2.Name = "two"
  4260. local t3 = Instance.new("RocketPropulsion")
  4261. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4262. t3.TurnP = 30000
  4263. t3.MaxThrust = 30000
  4264. t3.MaxSpeed = 1000
  4265. t3.ThrustP = 30000
  4266. t3.CartoonFactor = 1
  4267. t3.Name = "three"
  4268. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4269. t1.Target = game.Players[v.Name].Character.Torso
  4270. t1:Fire()
  4271. t2.Target = game.Players[v.Name].Character["Right Leg"]
  4272. t2:Fire()
  4273. t3.Target = game.Players[v.Name].Character["Left Arm"]
  4274. t3:Fire()
  4275. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4276. game:GetService('RunService').Stepped:connect(function()
  4277. if Multipleing then
  4278. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4279. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4280. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4281. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4282. end
  4283. end)
  4284. end
  4285. else
  4286. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4287. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  4288. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  4289. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  4290. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4291. end
  4292. end)
  4293.  
  4294. local Anim = Instance.new("Animation")
  4295. Anim.AnimationId = "rbxassetid://215384594"
  4296. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4297. Violenting = false
  4298. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4299. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4300. Violenting = false
  4301. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4302. end)
  4303. Violent.MouseButton1Click:connect(function()
  4304. Violenting = not Violenting
  4305. if Violenting then
  4306. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4307. local y = Instance.new("RocketPropulsion")
  4308. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4309. y.CartoonFactor = 1
  4310. y.MaxThrust = 50000
  4311. y.MaxSpeed = 1000
  4312. y.ThrustP = 50000
  4313. y.Name = "Violent"
  4314. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4315. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4316. y:Fire()
  4317. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4318. track:Play(.1, 1, 10)
  4319. game:GetService('RunService').Stepped:connect(function()
  4320. if Violenting then
  4321. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4322. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4323. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4324. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4325. end
  4326. end)
  4327. end
  4328. else
  4329. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4330. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  4331. track:Stop()
  4332. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4333. end
  4334. end)
  4335.  
  4336. local Anim = Instance.new("Animation")
  4337. Anim.AnimationId = "rbxassetid://215384594"
  4338. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4339. Violenting = false
  4340. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4341. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4342. Violenting = false
  4343. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4344. end)
  4345. Violent.MouseButton1Click:connect(function()
  4346. Violenting = not Violenting
  4347. if Violenting then
  4348. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4349. local y = Instance.new("RocketPropulsion")
  4350. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4351. y.CartoonFactor = 1
  4352. y.MaxThrust = 500000
  4353. y.MaxSpeed = 1000
  4354. y.ThrustP = 50000
  4355. y.Name = "Violent"
  4356. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4357. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4358. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4359. y:Fire()
  4360. track:Play(.1, 1, 10)
  4361. game:GetService('RunService').Stepped:connect(function()
  4362. if Violenting then
  4363. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4364. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4365. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4366. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4367. end
  4368. end)
  4369. end
  4370. else
  4371. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4372. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  4373. track:Stop()
  4374. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4375. end
  4376. end)
  4377.  
  4378. WeirdOrbital = false
  4379. WeirdOrbit.MouseButton1Click:connect(function()
  4380. WeirdOrbital = not WeirdOrbital
  4381. if WeirdOrbital then
  4382. WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4383. local o = Instance.new("RocketPropulsion")
  4384. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4385. o.TurnD = 50000
  4386. o.Name = "WeirdOrbit"
  4387. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4388. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  4389. o:Fire()
  4390. game:GetService('RunService').Stepped:connect(function()
  4391. if WeirdOrbital then
  4392. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4393. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4394. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4395. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4396. end
  4397. end)
  4398. end
  4399. else
  4400. game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  4401. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4402. end
  4403. end)
  4404.  
  4405. Maxing = false
  4406. Max.MouseButton1Click:connect(function()
  4407. Maxing = not Maxing
  4408. if Maxing then
  4409. Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4410. local t1 = Instance.new("RocketPropulsion")
  4411. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4412. t1.TurnP = 100000
  4413. t1.MaxThrust = 100000
  4414. t1.MaxSpeed = 5000
  4415. t1.ThrustP = 100000
  4416. t1.CartoonFactor = 1
  4417. t1.Name = "onee"
  4418. local t2 = Instance.new("RocketPropulsion")
  4419. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4420. t2.TurnP = 100000
  4421. t2.MaxThrust = 100000
  4422. t2.MaxSpeed = 5000
  4423. t2.ThrustP = 100000
  4424. t2.CartoonFactor = 1
  4425. t2.Name = "twoo"
  4426. local t3 = Instance.new("RocketPropulsion")
  4427. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4428. t3.TurnP = 100000
  4429. t3.MaxThrust = 100000
  4430. t3.MaxSpeed = 5000
  4431. t3.ThrustP = 100000
  4432. t3.CartoonFactor = 1
  4433. t3.Name = "threee"
  4434. local t4 = Instance.new("RocketPropulsion")
  4435. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4436. t4.TurnP = 100000
  4437. t4.MaxThrust = 100000
  4438. t4.MaxSpeed = 5000
  4439. t4.ThrustP = 100000
  4440. t4.CartoonFactor = 1
  4441. t4.Name = "fourr"
  4442. local t5 = Instance.new("RocketPropulsion")
  4443. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4444. t5.TurnP = 100000
  4445. t5.MaxThrust = 100000
  4446. t5.MaxSpeed = 5000
  4447. t5.ThrustP = 100000
  4448. t5.CartoonFactor = 1
  4449. t5.Name = "fivee"
  4450. local t6 = Instance.new("RocketPropulsion")
  4451. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4452. t6.TurnP = 100000
  4453. t6.MaxThrust = 100000
  4454. t6.MaxSpeed = 5000
  4455. t6.ThrustP = 100000
  4456. t6.CartoonFactor = 1
  4457. t6.Name = "sixx"
  4458. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4459. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4460. t1.Target = game.Players[v.Name].Character.Torso
  4461. t1:Fire()
  4462. t2.Target = game.Players[v.Name].Character["Right Leg"]
  4463. t2:Fire()
  4464. t3.Target = game.Players[v.Name].Character["Left Arm"]
  4465. t3:Fire()
  4466. t4.Target = game.Players[v.Name].Character["Left Leg"]
  4467. t4:Fire()
  4468. t5.Target = game.Players[v.Name].Character["Right Arm"]
  4469. t5:Fire()
  4470. t6.Target = game.Players[v.Name].Character.Head
  4471. t6:Fire()
  4472. game:GetService('RunService').Stepped:connect(function()
  4473. if Maxing then
  4474. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4475. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4476. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4477. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4478. end
  4479. end)
  4480. end
  4481. else
  4482. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4483. game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  4484. game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  4485. game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  4486. game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  4487. game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  4488. game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  4489. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4490. end
  4491. end)
  4492.  
  4493. local Anim = Instance.new("Animation")
  4494. Anim.AnimationId = "rbxassetid://184574340"
  4495. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4496. Animateding = false
  4497. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4498. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4499. Animateding = false
  4500. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4501. end)
  4502. Animated.MouseButton1Click:connect(function()
  4503. Animateding = not Animateding
  4504. if Animateding then
  4505. Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4506. local y = Instance.new("RocketPropulsion")
  4507. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4508. y.CartoonFactor = 1
  4509. y.MaxThrust = 200000
  4510. y.MaxSpeed = 1000
  4511. y.ThrustP = 50000
  4512. y.Name = "Animated"
  4513. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4514. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4515. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4516. y:Fire()
  4517. track:Play(.1, 1, 10)
  4518. game:GetService('RunService').Stepped:connect(function()
  4519. if Animateding then
  4520. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4521. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4522. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4523. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4524. end
  4525. end)
  4526. end
  4527. else
  4528. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4529. game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  4530. track:Stop()
  4531. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4532. end
  4533. end)
  4534.  
  4535. Attach.MouseButton1Click:connect(function()
  4536. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4537. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4538. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4539. l.Parent = game.Players.LocalPlayer.Character
  4540. l.Name = "Humanoid"
  4541. wait(0.1)
  4542. game.Players.LocalPlayer.Character["1"]:Destroy()
  4543. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4544. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4545. wait(0.1)
  4546. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4547. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4548. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4549. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4550. end
  4551. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  4552. end
  4553. end)
  4554.  
  4555. superspinning = false
  4556. SuperSpin.MouseButton1Click:connect(function()
  4557. superspinning = not superspinning
  4558. if superspinning then
  4559. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  4560. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4561. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4562. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4563. l.Parent = game.Players.LocalPlayer.Character
  4564. l.Name = "Humanoid"
  4565. wait(0.1)
  4566. game.Players.LocalPlayer.Character["1"]:Destroy()
  4567. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4568. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4569. wait(0.1)
  4570. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4571. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4572. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4573. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4574. end
  4575. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  4576. wait(1)
  4577. while wait() do
  4578. if superspinning then
  4579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4580. end
  4581. end
  4582. end
  4583. else
  4584. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4585. end
  4586. end)
  4587.  
  4588. Kill.MouseButton1Click:connect(function()
  4589. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4590. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4591. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4592. l.Parent = game.Players.LocalPlayer.Character
  4593. l.Name = "Humanoid"
  4594. wait(0.1)
  4595. game.Players.LocalPlayer.Character["1"]:Destroy()
  4596. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4597. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4598. wait(0.1)
  4599. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4600. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4601. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4602. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4603. end
  4604. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4605. wait(0.2)
  4606. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4607. wait(0.4)
  4608. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  4609. end
  4610. end)
  4611.  
  4612. SafeKill.MouseButton1Click:connect(function()
  4613. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4614. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4615. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4616. l.Parent = game.Players.LocalPlayer.Character
  4617. l.Name = "Humanoid"
  4618. wait(0.1)
  4619. game.Players.LocalPlayer.Character["1"]:Destroy()
  4620. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4621. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4622. wait(0.1)
  4623. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4624. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4625. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4626. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4627. end
  4628. local function tp(player,player2)
  4629. local char1,char2=player.Character,player2.Character
  4630. if char1 and char2 then
  4631. char1:MoveTo(char2.Head.Position)
  4632. end
  4633. end
  4634. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4635. wait(0.1)
  4636. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4637. wait(0.2)
  4638. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4639. wait(0.2)
  4640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  4641. wait(0.7)
  4642. tp(game.Players.LocalPlayer,game.Players[v.Name])
  4643. wait(0.7)
  4644. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4645. end
  4646. end)
  4647.  
  4648. Bring.MouseButton1Click:connect(function()
  4649. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4650. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4651. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4652. l.Parent = game.Players.LocalPlayer.Character
  4653. l.Name = "Humanoid"
  4654. wait(0.1)
  4655. game.Players.LocalPlayer.Character["1"]:Destroy()
  4656. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4657. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4658. wait(0.1)
  4659. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4660. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4661. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4662. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4663. end
  4664.  
  4665. local function tp(player,player2)
  4666. local char1,char2=player.Character,player2.Character
  4667. if char1 and char2 then
  4668. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  4669. end
  4670. end
  4671.  
  4672. local function getout(player,player2)
  4673. local char1,char2=player.Character,player2.Character
  4674. if char1 and char2 then
  4675. char1:MoveTo(char2.Head.Position)
  4676. end
  4677. end
  4678.  
  4679. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4680. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4681. wait(0.2)
  4682. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4683. wait(0.5)
  4684. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4685. wait(0.5)
  4686. getout(game.Players.LocalPlayer, game.Players[v.Name])
  4687. wait(0.3)
  4688. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4689. end
  4690. end)
  4691.  
  4692. FreeFall.MouseButton1Click:connect(function()
  4693. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4694. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4695. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4696. l.Parent = game.Players.LocalPlayer.Character
  4697. l.Name = "Humanoid"
  4698. wait(0.1)
  4699. game.Players.LocalPlayer.Character["1"]:Destroy()
  4700. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4701. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4702. wait(0.1)
  4703. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4704. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4705. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4706. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4707. end
  4708. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4709. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4710. wait(0.2)
  4711. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4712. wait(0.6)
  4713. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4714. wait(0.6)
  4715. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4716. end
  4717. end)
  4718.  
  4719. while wait() do
  4720. if SpammingChar then
  4721. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  4722. Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  4723. wait(0.5)
  4724. else
  4725. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4726. end
  4727. if annoying then
  4728. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4729. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4730. Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4731. end
  4732. else
  4733. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4734. end
  4735. if Carpett then
  4736. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4737. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4738. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4739. end
  4740. else
  4741. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4742. end
  4743. if following then
  4744. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4745. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  4746. Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4747. end
  4748. else
  4749. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4750. end
  4751. if headwalking then
  4752. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  4754. HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4755. end
  4756. else
  4757. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4758. end
  4759. if Spammer then
  4760. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4761. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  4762. Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4763. wait(0.5)
  4764. end
  4765. else
  4766. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4767. end
  4768. if watching then
  4769. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4770. CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4771. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  4772. end
  4773. else
  4774. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4775. end
  4776. end
  4777. end)
  4778.  
  4779. Strucid.Name = "Strucid"
  4780. Strucid.Parent = Main
  4781. Strucid.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  4782. Strucid.Position = UDim2.new(0.589618444, 0, 0.758996725, 0)
  4783. Strucid.Size = UDim2.new(0, 94, 0, 23)
  4784. Strucid.Font = Enum.Font.SourceSans
  4785. Strucid.Text = "Strucid"
  4786. Strucid.TextColor3 = Color3.new(0, 0, 0)
  4787. Strucid.TextScaled = true
  4788. Strucid.TextSize = 14
  4789. Strucid.TextWrapped = true
  4790. Strucid.MouseButton1Down:connect(function()
  4791. loadstring(game:HttpGet("https://pastebin.com/raw/61vdJN2e", true))()
  4792. end)
  4793.  
  4794. Credits.Name = "Credits"
  4795. Credits.Parent = Main
  4796. Credits.BackgroundColor3 = Color3.new(0.137255, 1, 0.498039)
  4797. Credits.Position = UDim2.new(-1.29796281e-05, 0, 0.96125859, 0)
  4798. Credits.Size = UDim2.new(0, 395, 0, 31)
  4799. Credits.Font = Enum.Font.SourceSans
  4800. Credits.Text = "Made by Meliodas#3448 dm to join the discord for constant updates"
  4801. Credits.TextColor3 = Color3.new(0, 0, 0)
  4802. Credits.TextScaled = true
  4803. Credits.TextSize = 14
  4804. Credits.TextWrapped = true
  4805.  
  4806. title.Name = "title"
  4807. title.Parent = Main
  4808. title.BackgroundColor3 = Color3.new(0.113725, 1, 0.556863)
  4809. title.Position = UDim2.new(-0.00114049064, 0, -0.0437130332, 0)
  4810. title.Size = UDim2.new(0, 359, 0, 29)
  4811. title.Font = Enum.Font.SourceSans
  4812. title.Text = "Rezerect v0.2"
  4813. title.TextColor3 = Color3.new(0, 0, 0)
  4814. title.TextScaled = true
  4815. title.TextSize = 14
  4816. title.TextWrapped = true
  4817.  
  4818. Dungeonquest.Name = "Dungeon quest"
  4819. Dungeonquest.Parent = Main
  4820. Dungeonquest.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  4821. Dungeonquest.Position = UDim2.new(0.584529519, 0, 0.168726861, 0)
  4822. Dungeonquest.Size = UDim2.new(0, 94, 0, 23)
  4823. Dungeonquest.Font = Enum.Font.SourceSans
  4824. Dungeonquest.Text = "Coming soon"
  4825. Dungeonquest.TextColor3 = Color3.new(0, 0, 0)
  4826. Dungeonquest.TextScaled = true
  4827. Dungeonquest.TextSize = 14
  4828. Dungeonquest.TextWrapped = true
  4829.  
  4830. BoogaBooga.Name = "Booga Booga"
  4831. BoogaBooga.Parent = Main
  4832. BoogaBooga.BackgroundColor3 = Color3.new(0.192157, 1, 0.596078)
  4833. BoogaBooga.Position = UDim2.new(0.148338959, 0, 0.166924119, 0)
  4834. BoogaBooga.Size = UDim2.new(0, 95, 0, 23)
  4835. BoogaBooga.Font = Enum.Font.SourceSans
  4836. BoogaBooga.Text = "Booga Booga"
  4837. BoogaBooga.TextColor3 = Color3.new(0, 0, 0)
  4838. BoogaBooga.TextSize = 14
  4839. BoogaBooga.MouseButton1Down:connect(function()
  4840. -- Objects
  4841.  
  4842. local ScreenGui = Instance.new("ScreenGui")
  4843. local Open = Instance.new("TextButton")
  4844. local Booga = Instance.new("Frame")
  4845. local BoogaTop = Instance.new("Frame")
  4846. local Title = Instance.new("TextLabel")
  4847. local Exit = Instance.new("TextButton")
  4848. local Speed = Instance.new("TextButton")
  4849. local SpeedBind = Instance.new("TextBox")
  4850. local AutoPickUp = Instance.new("TextButton")
  4851. local AutoPickUpBind = Instance.new("TextBox")
  4852. local AutoBreak = Instance.new("TextButton")
  4853. local Breakkey = Instance.new("TextBox")
  4854. local InfinityChest = Instance.new("TextButton")
  4855. local GodHut = Instance.new("TextButton")
  4856. local RevizV2 = Instance.new("TextButton")
  4857. local AutoEatbtn = Instance.new("TextButton")
  4858. local VoidTpbtn = Instance.new("TextButton")
  4859. local RemoveAllEffectsbtn = Instance.new("TextButton")
  4860. local CraftAnyItem = Instance.new("TextButton")
  4861. local CraftItem = Instance.new("TextBox")
  4862. local ESPbtn = Instance.new("TextButton")
  4863. local DropAllItemsbtn = Instance.new("TextButton")
  4864. local RemoveRainbtn = Instance.new("TextButton")
  4865. local TpSpambtn = Instance.new("TextButton")
  4866. local AutoCampfirebtn = Instance.new("TextButton")
  4867. local AutoWallTrapbtn = Instance.new("TextButton")
  4868. local AutoEatFoodNamekb = Instance.new("TextBox")
  4869. local TpSpamPlayerNamekb = Instance.new("TextBox")
  4870. local DropAllItemsItemNamekb = Instance.new("TextBox")
  4871. local DropAllItemskb = Instance.new("TextBox")
  4872. local AutoEatkb = Instance.new("TextBox")
  4873. local Recipes = Instance.new("TextButton")
  4874. local Credits = Instance.new("TextLabel")
  4875. local Booga2 = Instance.new("Frame")
  4876. local BoogaTop2 = Instance.new("Frame")
  4877. local Exit2 = Instance.new("TextButton")
  4878. local EmeraldHelmet = Instance.new("TextButton")
  4879. local EmeraldDivider = Instance.new("Frame")
  4880. local EmeraldChestplate = Instance.new("TextButton")
  4881. local EmeraldPick = Instance.new("TextButton")
  4882. local EmeraldGreaves = Instance.new("TextButton")
  4883. local EmeraldBlade = Instance.new("TextButton")
  4884. local EmeraldAxe = Instance.new("TextButton")
  4885. local EmeraldBag = Instance.new("TextButton")
  4886. local VoidShroud = Instance.new("TextButton")
  4887. local EmeraldDivider2 = Instance.new("Frame")
  4888. local GodDivider = Instance.new("Frame")
  4889. local GodDivider2 = Instance.new("Frame")
  4890. local GodRock = Instance.new("TextButton")
  4891. local GodHalo = Instance.new("TextButton")
  4892. local GodChestplate = Instance.new("TextButton")
  4893. local GodAxe = Instance.new("TextButton")
  4894. local GodBag = Instance.new("TextButton")
  4895. local GodLegs = Instance.new("TextButton")
  4896. local GodPick = Instance.new("TextButton")
  4897. local VoidChestplate = Instance.new("TextButton")
  4898. local VoidDivider2 = Instance.new("Frame")
  4899. local VoidDivider = Instance.new("Frame")
  4900. local VoidBag = Instance.new("TextButton")
  4901. local VoidGreaves = Instance.new("TextButton")
  4902. local OOFHorn = Instance.new("TextButton")
  4903.  
  4904. -- Properties
  4905.  
  4906. ScreenGui.Parent = game.CoreGui
  4907.  
  4908. Open.Name = "Open"
  4909. Open.Parent = ScreenGui
  4910. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4911. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  4912. Open.BorderSizePixel = 2
  4913. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
  4914. Open.Size = UDim2.new(0, 151, 0, 26)
  4915. Open.Font = Enum.Font.SourceSansSemibold
  4916. Open.Text = "Open/Close"
  4917. Open.TextColor3 = Color3.new(1, 1, 1)
  4918. Open.TextScaled = true
  4919. Open.TextSize = 14
  4920. Open.TextWrapped = true
  4921.  
  4922. Booga.Name = "Booga"
  4923. Booga.Parent = ScreenGui
  4924. Booga.Active = true
  4925. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4926. Booga.BackgroundTransparency = 0.30000001192093
  4927. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
  4928. Booga.BorderSizePixel = 2
  4929. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  4930. Booga.Size = UDim2.new(0, 474, 0, 468)
  4931.  
  4932. BoogaTop.Name = "BoogaTop"
  4933. BoogaTop.Parent = Booga
  4934. BoogaTop.Active = true
  4935. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4936. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  4937. BoogaTop.BorderSizePixel = 2
  4938. BoogaTop.Size = UDim2.new(0, 474, 0, 27)
  4939.  
  4940. Title.Name = "Title"
  4941. Title.Parent = BoogaTop
  4942. Title.Active = true
  4943. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  4944. Title.BackgroundTransparency = 1
  4945. Title.BorderSizePixel = 0
  4946. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
  4947. Title.Size = UDim2.new(0, 473, 0, 27)
  4948. Title.Font = Enum.Font.SourceSansSemibold
  4949. Title.Text = "Booga Bitches Revamp V2"
  4950. Title.TextColor3 = Color3.new(1, 1, 1)
  4951. Title.TextScaled = true
  4952. Title.TextSize = 14
  4953. Title.TextWrapped = true
  4954.  
  4955. Exit.Name = "Exit"
  4956. Exit.Parent = Booga
  4957. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  4958. Exit.BorderSizePixel = 0
  4959. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  4960. Exit.Size = UDim2.new(0, 28, 0, 19)
  4961. Exit.Font = Enum.Font.SourceSans
  4962. Exit.Text = "X"
  4963. Exit.TextColor3 = Color3.new(1, 1, 1)
  4964. Exit.TextSize = 14
  4965.  
  4966. Speed.Name = "Speed"
  4967. Speed.Parent = Booga
  4968. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4969. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  4970. Speed.BorderSizePixel = 2
  4971. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
  4972. Speed.Size = UDim2.new(0, 116, 0, 27)
  4973. Speed.Font = Enum.Font.SourceSansSemibold
  4974. Speed.Text = "Speed"
  4975. Speed.TextColor3 = Color3.new(1, 1, 1)
  4976. Speed.TextScaled = true
  4977. Speed.TextSize = 14
  4978. Speed.TextWrapped = true
  4979.  
  4980. SpeedBind.Name = "SpeedBind"
  4981. SpeedBind.Parent = Booga
  4982. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4983. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  4984. SpeedBind.BorderSizePixel = 2
  4985. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
  4986. SpeedBind.Size = UDim2.new(0, 116, 0, 27)
  4987. SpeedBind.Font = Enum.Font.SourceSans
  4988. SpeedBind.Text = "Keybind"
  4989. SpeedBind.TextColor3 = Color3.new(1, 1, 1)
  4990. SpeedBind.TextScaled = true
  4991. SpeedBind.TextSize = 14
  4992. SpeedBind.TextWrapped = true
  4993.  
  4994. AutoPickUp.Name = "AutoPickUp"
  4995. AutoPickUp.Parent = Booga
  4996. AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  4997. AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  4998. AutoPickUp.BorderSizePixel = 2
  4999. AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
  5000. AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
  5001. AutoPickUp.Font = Enum.Font.SourceSansSemibold
  5002. AutoPickUp.Text = "Auto Pickup"
  5003. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  5004. AutoPickUp.TextScaled = true
  5005. AutoPickUp.TextSize = 14
  5006. AutoPickUp.TextWrapped = true
  5007.  
  5008. AutoPickUpBind.Name = "AutoPickUpBind"
  5009. AutoPickUpBind.Parent = Booga
  5010. AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5011. AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5012. AutoPickUpBind.BorderSizePixel = 2
  5013. AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
  5014. AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
  5015. AutoPickUpBind.Font = Enum.Font.SourceSans
  5016. AutoPickUpBind.Text = "Keybind"
  5017. AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
  5018. AutoPickUpBind.TextScaled = true
  5019. AutoPickUpBind.TextSize = 14
  5020. AutoPickUpBind.TextWrapped = true
  5021.  
  5022. AutoBreak.Name = "AutoBreak"
  5023. AutoBreak.Parent = Booga
  5024. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5025. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5026. AutoBreak.BorderSizePixel = 2
  5027. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
  5028. AutoBreak.Size = UDim2.new(0, 116, 0, 27)
  5029. AutoBreak.Font = Enum.Font.SourceSansSemibold
  5030. AutoBreak.Text = "Autobreak"
  5031. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  5032. AutoBreak.TextScaled = true
  5033. AutoBreak.TextSize = 14
  5034. AutoBreak.TextWrapped = true
  5035.  
  5036. Breakkey.Name = "Breakkey"
  5037. Breakkey.Parent = Booga
  5038. Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5039. Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5040. Breakkey.BorderSizePixel = 2
  5041. Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
  5042. Breakkey.Size = UDim2.new(0, 116, 0, 27)
  5043. Breakkey.Font = Enum.Font.SourceSans
  5044. Breakkey.Text = "Keybind"
  5045. Breakkey.TextColor3 = Color3.new(1, 1, 1)
  5046. Breakkey.TextScaled = true
  5047. Breakkey.TextSize = 14
  5048. Breakkey.TextWrapped = true
  5049.  
  5050. InfinityChest.Name = "InfinityChest"
  5051. InfinityChest.Parent = Booga
  5052. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5053. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5054. InfinityChest.BorderSizePixel = 2
  5055. InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
  5056. InfinityChest.Size = UDim2.new(0, 116, 0, 27)
  5057. InfinityChest.Font = Enum.Font.SourceSansSemibold
  5058. InfinityChest.Text = "Infinity Chest (q)"
  5059. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  5060. InfinityChest.TextScaled = true
  5061. InfinityChest.TextSize = 14
  5062. InfinityChest.TextWrapped = true
  5063.  
  5064. GodHut.Name = "GodHut"
  5065. GodHut.Parent = Booga
  5066. GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5067. GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5068. GodHut.BorderSizePixel = 2
  5069. GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
  5070. GodHut.Size = UDim2.new(0, 116, 0, 27)
  5071. GodHut.Font = Enum.Font.SourceSansSemibold
  5072. GodHut.Text = "Godhut (g)"
  5073. GodHut.TextColor3 = Color3.new(1, 1, 1)
  5074. GodHut.TextScaled = true
  5075. GodHut.TextSize = 14
  5076. GodHut.TextWrapped = true
  5077.  
  5078. RevizV2.Name = "RevizV2"
  5079. RevizV2.Parent = Booga
  5080. RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5081. RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5082. RevizV2.BorderSizePixel = 2
  5083. RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
  5084. RevizV2.Size = UDim2.new(0, 116, 0, 27)
  5085. RevizV2.Font = Enum.Font.SourceSansSemibold
  5086. RevizV2.Text = "Reviz Admin"
  5087. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  5088. RevizV2.TextScaled = true
  5089. RevizV2.TextSize = 14
  5090. RevizV2.TextWrapped = true
  5091.  
  5092. AutoEatbtn.Name = "AutoEatbtn"
  5093. AutoEatbtn.Parent = Booga
  5094. AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5095. AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5096. AutoEatbtn.BorderSizePixel = 2
  5097. AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
  5098. AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
  5099. AutoEatbtn.Font = Enum.Font.SourceSansSemibold
  5100. AutoEatbtn.Text = "Auto Eat"
  5101. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
  5102. AutoEatbtn.TextScaled = true
  5103. AutoEatbtn.TextSize = 14
  5104. AutoEatbtn.TextWrapped = true
  5105.  
  5106. VoidTpbtn.Name = "VoidTpbtn"
  5107. VoidTpbtn.Parent = Booga
  5108. VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5109. VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5110. VoidTpbtn.BorderSizePixel = 2
  5111. VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
  5112. VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
  5113. VoidTpbtn.Font = Enum.Font.SourceSansSemibold
  5114. VoidTpbtn.Text = "Void TP"
  5115. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
  5116. VoidTpbtn.TextScaled = true
  5117. VoidTpbtn.TextSize = 14
  5118. VoidTpbtn.TextWrapped = true
  5119.  
  5120. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
  5121. RemoveAllEffectsbtn.Parent = Booga
  5122. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5123. RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5124. RemoveAllEffectsbtn.BorderSizePixel = 2
  5125. RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
  5126. RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
  5127. RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
  5128. RemoveAllEffectsbtn.Text = "Remove All Effects"
  5129. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
  5130. RemoveAllEffectsbtn.TextScaled = true
  5131. RemoveAllEffectsbtn.TextSize = 14
  5132. RemoveAllEffectsbtn.TextWrapped = true
  5133.  
  5134. CraftAnyItem.Name = "CraftAnyItem"
  5135. CraftAnyItem.Parent = Booga
  5136. CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5137. CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5138. CraftAnyItem.BorderSizePixel = 2
  5139. CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
  5140. CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
  5141. CraftAnyItem.Font = Enum.Font.SourceSansSemibold
  5142. CraftAnyItem.Text = "Craft Any Item"
  5143. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  5144. CraftAnyItem.TextScaled = true
  5145. CraftAnyItem.TextSize = 14
  5146. CraftAnyItem.TextWrapped = true
  5147.  
  5148. CraftItem.Name = "CraftItem"
  5149. CraftItem.Parent = Booga
  5150. CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5151. CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5152. CraftItem.BorderSizePixel = 2
  5153. CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
  5154. CraftItem.Size = UDim2.new(0, 116, 0, 27)
  5155. CraftItem.Font = Enum.Font.SourceSans
  5156. CraftItem.Text = "Item Name"
  5157. CraftItem.TextColor3 = Color3.new(1, 1, 1)
  5158. CraftItem.TextScaled = true
  5159. CraftItem.TextSize = 14
  5160. CraftItem.TextWrapped = true
  5161.  
  5162. ESPbtn.Name = "ESPbtn"
  5163. ESPbtn.Parent = Booga
  5164. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5165. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5166. ESPbtn.BorderSizePixel = 2
  5167. ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
  5168. ESPbtn.Size = UDim2.new(0, 116, 0, 27)
  5169. ESPbtn.Font = Enum.Font.SourceSansSemibold
  5170. ESPbtn.Text = "ESP"
  5171. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  5172. ESPbtn.TextScaled = true
  5173. ESPbtn.TextSize = 14
  5174. ESPbtn.TextWrapped = true
  5175.  
  5176. DropAllItemsbtn.Name = "DropAllItemsbtn"
  5177. DropAllItemsbtn.Parent = Booga
  5178. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5179. DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5180. DropAllItemsbtn.BorderSizePixel = 2
  5181. DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
  5182. DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
  5183. DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
  5184. DropAllItemsbtn.Text = "Drop All Items"
  5185. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
  5186. DropAllItemsbtn.TextScaled = true
  5187. DropAllItemsbtn.TextSize = 14
  5188. DropAllItemsbtn.TextWrapped = true
  5189.  
  5190. RemoveRainbtn.Name = "RemoveRainbtn"
  5191. RemoveRainbtn.Parent = Booga
  5192. RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5193. RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5194. RemoveRainbtn.BorderSizePixel = 2
  5195. RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
  5196. RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
  5197. RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
  5198. RemoveRainbtn.Text = "Remove Rain"
  5199. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  5200. RemoveRainbtn.TextScaled = true
  5201. RemoveRainbtn.TextSize = 14
  5202. RemoveRainbtn.TextWrapped = true
  5203.  
  5204. TpSpambtn.Name = "TpSpambtn"
  5205. TpSpambtn.Parent = Booga
  5206. TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5207. TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5208. TpSpambtn.BorderSizePixel = 2
  5209. TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
  5210. TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
  5211. TpSpambtn.Font = Enum.Font.SourceSansSemibold
  5212. TpSpambtn.Text = "TP Spam"
  5213. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  5214. TpSpambtn.TextScaled = true
  5215. TpSpambtn.TextSize = 14
  5216. TpSpambtn.TextWrapped = true
  5217.  
  5218. AutoCampfirebtn.Name = "AutoCampfirebtn"
  5219. AutoCampfirebtn.Parent = Booga
  5220. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5221. AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5222. AutoCampfirebtn.BorderSizePixel = 2
  5223. AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
  5224. AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
  5225. AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
  5226. AutoCampfirebtn.Text = "Auto Campfire"
  5227. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
  5228. AutoCampfirebtn.TextScaled = true
  5229. AutoCampfirebtn.TextSize = 14
  5230. AutoCampfirebtn.TextWrapped = true
  5231.  
  5232. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  5233. AutoWallTrapbtn.Parent = Booga
  5234. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5235. AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5236. AutoWallTrapbtn.BorderSizePixel = 2
  5237. AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
  5238. AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
  5239. AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
  5240. AutoWallTrapbtn.Text = "Auto Wall"
  5241. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  5242. AutoWallTrapbtn.TextScaled = true
  5243. AutoWallTrapbtn.TextSize = 14
  5244. AutoWallTrapbtn.TextWrapped = true
  5245.  
  5246. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
  5247. AutoEatFoodNamekb.Parent = Booga
  5248. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5249. AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5250. AutoEatFoodNamekb.BorderSizePixel = 2
  5251. AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
  5252. AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
  5253. AutoEatFoodNamekb.Font = Enum.Font.SourceSans
  5254. AutoEatFoodNamekb.Text = "Item Name"
  5255. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
  5256. AutoEatFoodNamekb.TextScaled = true
  5257. AutoEatFoodNamekb.TextSize = 14
  5258. AutoEatFoodNamekb.TextWrapped = true
  5259.  
  5260. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
  5261. TpSpamPlayerNamekb.Parent = Booga
  5262. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5263. TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5264. TpSpamPlayerNamekb.BorderSizePixel = 2
  5265. TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
  5266. TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
  5267. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
  5268. TpSpamPlayerNamekb.Text = "Player Name"
  5269. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
  5270. TpSpamPlayerNamekb.TextScaled = true
  5271. TpSpamPlayerNamekb.TextSize = 14
  5272. TpSpamPlayerNamekb.TextWrapped = true
  5273.  
  5274. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
  5275. DropAllItemsItemNamekb.Parent = Booga
  5276. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5277. DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5278. DropAllItemsItemNamekb.BorderSizePixel = 2
  5279. DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
  5280. DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
  5281. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
  5282. DropAllItemsItemNamekb.Text = "Item Name"
  5283. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  5284. DropAllItemsItemNamekb.TextScaled = true
  5285. DropAllItemsItemNamekb.TextSize = 14
  5286. DropAllItemsItemNamekb.TextWrapped = true
  5287.  
  5288. DropAllItemskb.Name = "DropAllItemskb"
  5289. DropAllItemskb.Parent = Booga
  5290. DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5291. DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5292. DropAllItemskb.BorderSizePixel = 2
  5293. DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
  5294. DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
  5295. DropAllItemskb.Font = Enum.Font.SourceSans
  5296. DropAllItemskb.Text = "Keybind"
  5297. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
  5298. DropAllItemskb.TextScaled = true
  5299. DropAllItemskb.TextSize = 14
  5300. DropAllItemskb.TextWrapped = true
  5301.  
  5302. AutoEatkb.Name = "AutoEatkb"
  5303. AutoEatkb.Parent = Booga
  5304. AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5305. AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5306. AutoEatkb.BorderSizePixel = 2
  5307. AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
  5308. AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
  5309. AutoEatkb.Font = Enum.Font.SourceSans
  5310. AutoEatkb.Text = "Keybind"
  5311. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
  5312. AutoEatkb.TextScaled = true
  5313. AutoEatkb.TextSize = 14
  5314. AutoEatkb.TextWrapped = true
  5315.  
  5316. Recipes.Name = "Recipes"
  5317. Recipes.Parent = Booga
  5318. Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5319. Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5320. Recipes.BorderSizePixel = 2
  5321. Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
  5322. Recipes.Size = UDim2.new(0, 116, 0, 27)
  5323. Recipes.Font = Enum.Font.SourceSansSemibold
  5324. Recipes.Text = "Recipes"
  5325. Recipes.TextColor3 = Color3.new(1, 1, 1)
  5326. Recipes.TextScaled = true
  5327. Recipes.TextSize = 14
  5328. Recipes.TextWrapped = true
  5329.  
  5330. Credits.Name = "Credits"
  5331. Credits.Parent = Booga
  5332. Credits.Active = true
  5333. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  5334. Credits.BackgroundTransparency = 1
  5335. Credits.BorderColor3 = Color3.new(1, 1, 0)
  5336. Credits.BorderSizePixel = 2
  5337. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
  5338. Credits.Size = UDim2.new(0, 473, 0, 34)
  5339. Credits.Font = Enum.Font.SourceSansSemibold
  5340. Credits.Text = "GUI Made by Miu Iruma#4693"
  5341. Credits.TextColor3 = Color3.new(1, 1, 1)
  5342. Credits.TextScaled = true
  5343. Credits.TextSize = 14
  5344. Credits.TextWrapped = true
  5345.  
  5346. Booga2.Name = "Booga2"
  5347. Booga2.Parent = ScreenGui
  5348. Booga2.Active = true
  5349. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5350. Booga2.BackgroundTransparency = 0.30000001192093
  5351. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
  5352. Booga2.BorderSizePixel = 2
  5353. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  5354. Booga2.Size = UDim2.new(0, 474, 0, 468)
  5355.  
  5356. BoogaTop2.Name = "BoogaTop2"
  5357. BoogaTop2.Parent = Booga2
  5358. BoogaTop2.Active = true
  5359. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5360. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5361. BoogaTop2.BorderSizePixel = 2
  5362. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
  5363.  
  5364. Exit2.Name = "Exit2"
  5365. Exit2.Parent = Booga2
  5366. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  5367. Exit2.BorderSizePixel = 0
  5368. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  5369. Exit2.Size = UDim2.new(0, 28, 0, 19)
  5370. Exit2.Font = Enum.Font.SourceSans
  5371. Exit2.Text = "X"
  5372. Exit2.TextColor3 = Color3.new(1, 1, 1)
  5373. Exit2.TextSize = 14
  5374.  
  5375. EmeraldHelmet.Name = "EmeraldHelmet"
  5376. EmeraldHelmet.Parent = Booga2
  5377. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5378. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5379. EmeraldHelmet.BorderSizePixel = 2
  5380. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
  5381. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
  5382. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
  5383. EmeraldHelmet.Text = "Emerald Helmet"
  5384. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
  5385. EmeraldHelmet.TextScaled = true
  5386. EmeraldHelmet.TextSize = 14
  5387. EmeraldHelmet.TextWrapped = true
  5388.  
  5389. EmeraldDivider.Name = "EmeraldDivider"
  5390. EmeraldDivider.Parent = Booga2
  5391. EmeraldDivider.Active = true
  5392. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5393. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5394. EmeraldDivider.BorderSizePixel = 2
  5395. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
  5396. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
  5397.  
  5398. EmeraldChestplate.Name = "EmeraldChestplate"
  5399. EmeraldChestplate.Parent = Booga2
  5400. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5401. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5402. EmeraldChestplate.BorderSizePixel = 2
  5403. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
  5404. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
  5405. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
  5406. EmeraldChestplate.Text = "Emerald Chestplate"
  5407. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
  5408. EmeraldChestplate.TextScaled = true
  5409. EmeraldChestplate.TextSize = 14
  5410. EmeraldChestplate.TextWrapped = true
  5411.  
  5412. EmeraldPick.Name = "EmeraldPick"
  5413. EmeraldPick.Parent = Booga2
  5414. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5415. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5416. EmeraldPick.BorderSizePixel = 2
  5417. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
  5418. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
  5419. EmeraldPick.Font = Enum.Font.SourceSansSemibold
  5420. EmeraldPick.Text = "Emerald Pick"
  5421. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
  5422. EmeraldPick.TextScaled = true
  5423. EmeraldPick.TextSize = 14
  5424. EmeraldPick.TextWrapped = true
  5425.  
  5426. EmeraldGreaves.Name = "EmeraldGreaves"
  5427. EmeraldGreaves.Parent = Booga2
  5428. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5429. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5430. EmeraldGreaves.BorderSizePixel = 2
  5431. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
  5432. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
  5433. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
  5434. EmeraldGreaves.Text = "Emerald Greaves"
  5435. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
  5436. EmeraldGreaves.TextScaled = true
  5437. EmeraldGreaves.TextSize = 14
  5438. EmeraldGreaves.TextWrapped = true
  5439.  
  5440. EmeraldBlade.Name = "EmeraldBlade"
  5441. EmeraldBlade.Parent = Booga2
  5442. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5443. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5444. EmeraldBlade.BorderSizePixel = 2
  5445. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
  5446. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
  5447. EmeraldBlade.Font = Enum.Font.SourceSansSemibold
  5448. EmeraldBlade.Text = "Emerald Blade"
  5449. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
  5450. EmeraldBlade.TextScaled = true
  5451. EmeraldBlade.TextSize = 14
  5452. EmeraldBlade.TextWrapped = true
  5453.  
  5454. EmeraldAxe.Name = "EmeraldAxe"
  5455. EmeraldAxe.Parent = Booga2
  5456. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5457. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5458. EmeraldAxe.BorderSizePixel = 2
  5459. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
  5460. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
  5461. EmeraldAxe.Font = Enum.Font.SourceSansSemibold
  5462. EmeraldAxe.Text = "Emerald Axe"
  5463. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
  5464. EmeraldAxe.TextScaled = true
  5465. EmeraldAxe.TextSize = 14
  5466. EmeraldAxe.TextWrapped = true
  5467.  
  5468. EmeraldBag.Name = "EmeraldBag"
  5469. EmeraldBag.Parent = Booga2
  5470. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5471. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5472. EmeraldBag.BorderSizePixel = 2
  5473. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
  5474. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
  5475. EmeraldBag.Font = Enum.Font.SourceSansSemibold
  5476. EmeraldBag.Text = "EmeraldBag"
  5477. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
  5478. EmeraldBag.TextScaled = true
  5479. EmeraldBag.TextSize = 14
  5480. EmeraldBag.TextWrapped = true
  5481.  
  5482. VoidShroud.Name = "VoidShroud"
  5483. VoidShroud.Parent = Booga2
  5484. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5485. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5486. VoidShroud.BorderSizePixel = 2
  5487. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
  5488. VoidShroud.Size = UDim2.new(0, 93, 0, 27)
  5489. VoidShroud.Font = Enum.Font.SourceSansSemibold
  5490. VoidShroud.Text = "Void Shroud"
  5491. VoidShroud.TextColor3 = Color3.new(1, 1, 1)
  5492. VoidShroud.TextScaled = true
  5493. VoidShroud.TextSize = 14
  5494. VoidShroud.TextWrapped = true
  5495.  
  5496. EmeraldDivider2.Name = "EmeraldDivider2"
  5497. EmeraldDivider2.Parent = Booga2
  5498. EmeraldDivider2.Active = true
  5499. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5500. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5501. EmeraldDivider2.BorderSizePixel = 2
  5502. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
  5503. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
  5504.  
  5505. GodDivider.Name = "GodDivider"
  5506. GodDivider.Parent = Booga2
  5507. GodDivider.Active = true
  5508. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5509. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5510. GodDivider.BorderSizePixel = 2
  5511. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
  5512. GodDivider.Size = UDim2.new(0, 447, 0, 11)
  5513.  
  5514. GodDivider2.Name = "GodDivider2"
  5515. GodDivider2.Parent = Booga2
  5516. GodDivider2.Active = true
  5517. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5518. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5519. GodDivider2.BorderSizePixel = 2
  5520. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
  5521. GodDivider2.Size = UDim2.new(0, 447, 0, 11)
  5522.  
  5523. GodRock.Name = "GodRock"
  5524. GodRock.Parent = Booga2
  5525. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5526. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5527. GodRock.BorderSizePixel = 2
  5528. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
  5529. GodRock.Size = UDim2.new(0, 93, 0, 27)
  5530. GodRock.Font = Enum.Font.SourceSansSemibold
  5531. GodRock.Text = "God Rock"
  5532. GodRock.TextColor3 = Color3.new(1, 1, 1)
  5533. GodRock.TextScaled = true
  5534. GodRock.TextSize = 14
  5535. GodRock.TextWrapped = true
  5536.  
  5537. GodHalo.Name = "GodHalo"
  5538. GodHalo.Parent = Booga2
  5539. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5540. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5541. GodHalo.BorderSizePixel = 2
  5542. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
  5543. GodHalo.Size = UDim2.new(0, 93, 0, 27)
  5544. GodHalo.Font = Enum.Font.SourceSansSemibold
  5545. GodHalo.Text = "God Halo"
  5546. GodHalo.TextColor3 = Color3.new(1, 1, 1)
  5547. GodHalo.TextScaled = true
  5548. GodHalo.TextSize = 14
  5549. GodHalo.TextWrapped = true
  5550.  
  5551. GodChestplate.Name = "GodChestplate"
  5552. GodChestplate.Parent = Booga2
  5553. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5554. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5555. GodChestplate.BorderSizePixel = 2
  5556. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
  5557. GodChestplate.Size = UDim2.new(0, 93, 0, 27)
  5558. GodChestplate.Font = Enum.Font.SourceSansSemibold
  5559. GodChestplate.Text = "God Chestplate"
  5560. GodChestplate.TextColor3 = Color3.new(1, 1, 1)
  5561. GodChestplate.TextScaled = true
  5562. GodChestplate.TextSize = 14
  5563. GodChestplate.TextWrapped = true
  5564.  
  5565. GodAxe.Name = "GodAxe"
  5566. GodAxe.Parent = Booga2
  5567. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5568. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5569. GodAxe.BorderSizePixel = 2
  5570. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
  5571. GodAxe.Size = UDim2.new(0, 93, 0, 27)
  5572. GodAxe.Font = Enum.Font.SourceSansSemibold
  5573. GodAxe.Text = "God Axe"
  5574. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  5575. GodAxe.TextScaled = true
  5576. GodAxe.TextSize = 14
  5577. GodAxe.TextWrapped = true
  5578.  
  5579. GodBag.Name = "GodBag"
  5580. GodBag.Parent = Booga2
  5581. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5582. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5583. GodBag.BorderSizePixel = 2
  5584. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
  5585. GodBag.Size = UDim2.new(0, 93, 0, 27)
  5586. GodBag.Font = Enum.Font.SourceSansSemibold
  5587. GodBag.Text = "God Bag"
  5588. GodBag.TextColor3 = Color3.new(1, 1, 1)
  5589. GodBag.TextScaled = true
  5590. GodBag.TextSize = 14
  5591. GodBag.TextWrapped = true
  5592.  
  5593. GodLegs.Name = "GodLegs"
  5594. GodLegs.Parent = Booga2
  5595. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5596. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5597. GodLegs.BorderSizePixel = 2
  5598. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
  5599. GodLegs.Size = UDim2.new(0, 93, 0, 27)
  5600. GodLegs.Font = Enum.Font.SourceSansSemibold
  5601. GodLegs.Text = "God Legs"
  5602. GodLegs.TextColor3 = Color3.new(1, 1, 1)
  5603. GodLegs.TextScaled = true
  5604. GodLegs.TextSize = 14
  5605. GodLegs.TextWrapped = true
  5606.  
  5607. GodPick.Name = "GodPick"
  5608. GodPick.Parent = Booga2
  5609. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5610. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5611. GodPick.BorderSizePixel = 2
  5612. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
  5613. GodPick.Size = UDim2.new(0, 93, 0, 27)
  5614. GodPick.Font = Enum.Font.SourceSansSemibold
  5615. GodPick.Text = "God Pick"
  5616. GodPick.TextColor3 = Color3.new(1, 1, 1)
  5617. GodPick.TextScaled = true
  5618. GodPick.TextSize = 14
  5619. GodPick.TextWrapped = true
  5620.  
  5621. VoidChestplate.Name = "VoidChestplate"
  5622. VoidChestplate.Parent = Booga2
  5623. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5624. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5625. VoidChestplate.BorderSizePixel = 2
  5626. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
  5627. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
  5628. VoidChestplate.Font = Enum.Font.SourceSansSemibold
  5629. VoidChestplate.Text = "Void Chestplate"
  5630. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
  5631. VoidChestplate.TextScaled = true
  5632. VoidChestplate.TextSize = 14
  5633. VoidChestplate.TextWrapped = true
  5634.  
  5635. VoidDivider2.Name = "VoidDivider2"
  5636. VoidDivider2.Parent = Booga2
  5637. VoidDivider2.Active = true
  5638. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5639. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5640. VoidDivider2.BorderSizePixel = 2
  5641. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
  5642. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
  5643.  
  5644. VoidDivider.Name = "VoidDivider"
  5645. VoidDivider.Parent = Booga2
  5646. VoidDivider.Active = true
  5647. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5648. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5649. VoidDivider.BorderSizePixel = 2
  5650. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
  5651. VoidDivider.Size = UDim2.new(0, 447, 0, 11)
  5652.  
  5653. VoidBag.Name = "VoidBag"
  5654. VoidBag.Parent = Booga2
  5655. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5656. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5657. VoidBag.BorderSizePixel = 2
  5658. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
  5659. VoidBag.Size = UDim2.new(0, 93, 0, 27)
  5660. VoidBag.Font = Enum.Font.SourceSansSemibold
  5661. VoidBag.Text = "Void Bag"
  5662. VoidBag.TextColor3 = Color3.new(1, 1, 1)
  5663. VoidBag.TextScaled = true
  5664. VoidBag.TextSize = 14
  5665. VoidBag.TextWrapped = true
  5666.  
  5667. VoidGreaves.Name = "VoidGreaves"
  5668. VoidGreaves.Parent = Booga2
  5669. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5670. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5671. VoidGreaves.BorderSizePixel = 2
  5672. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
  5673. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
  5674. VoidGreaves.Font = Enum.Font.SourceSansSemibold
  5675. VoidGreaves.Text = "Void Greaves"
  5676. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
  5677. VoidGreaves.TextScaled = true
  5678. VoidGreaves.TextSize = 14
  5679. VoidGreaves.TextWrapped = true
  5680.  
  5681. OOFHorn.Name = "OOFHorn"
  5682. OOFHorn.Parent = Booga2
  5683. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5684. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5685. OOFHorn.BorderSizePixel = 2
  5686. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
  5687. OOFHorn.Size = UDim2.new(0, 93, 0, 27)
  5688. OOFHorn.Font = Enum.Font.SourceSansSemibold
  5689. OOFHorn.Text = "OOF Horn"
  5690. OOFHorn.TextColor3 = Color3.new(1, 1, 1)
  5691. OOFHorn.TextScaled = true
  5692. OOFHorn.TextSize = 14
  5693. OOFHorn.TextWrapped = true
  5694.  
  5695. Open.MouseButton1Down:connect(function()
  5696. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  5697. Open.Visible = true
  5698. Booga.Visible = true
  5699. end)
  5700.  
  5701. Exit.MouseButton1Down:connect(function()
  5702. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  5703. Open.Visible = true
  5704. end)
  5705.  
  5706. Recipes.MouseButton1Down:connect(function()
  5707. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
  5708. Booga2.Visible = true
  5709. end)
  5710.  
  5711. Exit2.MouseButton1Down:connect(function()
  5712. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  5713. end)
  5714.  
  5715. VoidBag.MouseButton1Click:connect(function()
  5716. local A_1 = "Void Bag"
  5717. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5718. Event:FireServer(A_1)
  5719. end)
  5720.  
  5721. VoidShroud.MouseButton1Click:connect(function()
  5722. local A_1 = "Void Shroud"
  5723. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5724. Event:FireServer(A_1)
  5725. end)
  5726.  
  5727. VoidChestplate.MouseButton1Click:connect(function()
  5728. local A_1 = "Void Chestplate"
  5729. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5730. Event:FireServer(A_1)
  5731. end)
  5732.  
  5733. VoidGreaves.MouseButton1Click:connect(function()
  5734. local A_1 = "Void Greaves"
  5735. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5736. Event:FireServer(A_1)
  5737. end)
  5738.  
  5739.  
  5740.  
  5741. EmeraldAxe.MouseButton1Click:connect(function()
  5742. local A_1 = "Emerald Axe"
  5743. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5744. Event:FireServer(A_1)
  5745. end)
  5746.  
  5747. EmeraldBlade.MouseButton1Click:connect(function()
  5748. local A_1 = "Emerald Blade"
  5749. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5750. Event:FireServer(A_1)
  5751. end)
  5752.  
  5753. EmeraldPick.MouseButton1Click:connect(function()
  5754. local A_1 = "Emerald Pick"
  5755. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5756. Event:FireServer(A_1)
  5757. end)
  5758.  
  5759. EmeraldBag.MouseButton1Click:connect(function()
  5760. local A_1 = "Emerald Bag"
  5761. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5762. Event:FireServer(A_1)
  5763. end)
  5764.  
  5765. EmeraldHelmet.MouseButton1Click:connect(function()
  5766. local A_1 = "Emerald Helmet"
  5767. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5768. Event:FireServer(A_1)
  5769. end)
  5770.  
  5771. EmeraldChestplate.MouseButton1Click:connect(function()
  5772. local A_1 = "Emerald Chestplate"
  5773. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5774. Event:FireServer(A_1)
  5775. end)
  5776.  
  5777. EmeraldGreaves.MouseButton1Click:connect(function()
  5778. local A_1 = "Emerald Greaves"
  5779. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5780. Event:FireServer(A_1)
  5781. end)
  5782.  
  5783.  
  5784.  
  5785. GodAxe.MouseButton1Click:connect(function()
  5786. local A_1 = "God Axe"
  5787. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5788. Event:FireServer(A_1)
  5789. end)
  5790.  
  5791. GodRock.MouseButton1Click:connect(function()
  5792. local A_1 = "God Rock"
  5793. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5794. Event:FireServer(A_1)
  5795. end)
  5796.  
  5797. GodPick.MouseButton1Click:connect(function()
  5798. local A_1 = "God Pick"
  5799. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5800. Event:FireServer(A_1)
  5801. end)
  5802.  
  5803. GodHalo.MouseButton1Click:connect(function()
  5804. local A_1 = "God Halo"
  5805. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5806. Event:FireServer(A_1)
  5807. end)
  5808.  
  5809. GodChestplate.MouseButton1Click:connect(function()
  5810. local A_1 = "God Chestplate"
  5811. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5812. Event:FireServer(A_1)
  5813. end)
  5814.  
  5815. GodLegs.MouseButton1Click:connect(function()
  5816. local A_1 = "God Legs"
  5817. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5818. Event:FireServer(A_1)
  5819. end)
  5820.  
  5821. GodBag.MouseButton1Click:connect(function()
  5822. local A_1 = "God Bag"
  5823. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5824. Event:FireServer(A_1)
  5825. end)
  5826.  
  5827.  
  5828. OOFHorn.MouseButton1Click:connect(function()
  5829. local A_1 = "OOF Horn"
  5830. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5831. Event:FireServer(A_1)
  5832. end)
  5833.  
  5834.  
  5835.  
  5836. InfinityChest.MouseButton1Down:connect(function()
  5837. local plr = game:GetService("Players").LocalPlayer
  5838. local mouse = plr:GetMouse()
  5839. mouse.KeyDown:connect(function(key)
  5840. if key == "q" then
  5841. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  5842. Torso = game.Players.LocalPlayer.Character.UpperTorso
  5843. b = Torso.Position + Torso.CFrame.lookVector * 10
  5844. local c = b.x
  5845. local d = b.y - 2
  5846. local e = b.z
  5847. for i = 1,1 do
  5848. local A_1 = "Infinity Chest"
  5849. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  5850. local A_3 = 0
  5851. Event:FireServer(A_1, A_2, A_3)
  5852. end end end)
  5853. end)
  5854.  
  5855.  
  5856. CraftAnyItem.MouseButton1Click:connect(function()
  5857. local event = game.ReplicatedStorage.Events.CraftItem
  5858. local item = CraftItem.Text
  5859. event:FireServer(item)
  5860. end)
  5861.  
  5862. GodHut.MouseButton1Click:connect(function()
  5863. local plr = game:GetService("Players").LocalPlayer
  5864. local mouse = plr:GetMouse()
  5865. mouse.KeyDown:connect(function(key)
  5866. if key == "g" then
  5867. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  5868. Torso = game.Players.LocalPlayer.Character.UpperTorso
  5869. b = Torso.Position + Torso.CFrame.lookVector * 10
  5870. local c = b.x
  5871. local d = b.y - 2
  5872. local e = b.z
  5873. for i = 1,1 do
  5874. local A_1 = "God Hut"
  5875. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  5876. local A_3 = 0
  5877. Event:FireServer(A_1, A_2, A_3)
  5878. end end end)
  5879. end)
  5880.  
  5881. AutoPickUp.MouseButton1Click:connect(function()
  5882. local Objects;
  5883. local Pickup = function(Character)
  5884. local myPos = Character.HumanoidRootPart.Position
  5885. local Objects = {}
  5886. for i,v in pairs(workspace:GetChildren()) do
  5887. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  5888. local Pos = v.Position
  5889. local Distance = (myPos - Pos).magnitude
  5890. if Distance < 40 then
  5891. table.insert(Objects, v)
  5892. end
  5893. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  5894. local Pos = v.Part.Position
  5895. local Distance = (myPos - Pos).magnitude
  5896. if Distance < 40 then
  5897. table.insert(Objects, v)
  5898. end
  5899. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  5900. local Pos = v.Position
  5901. local Distance = (myPos - Pos).magnitude
  5902. if Distance < 40 then
  5903. table.insert(Objects, v)
  5904. end
  5905. end
  5906. end
  5907. for i,v in pairs(Objects) do
  5908. for i=1,10 do
  5909. v.Position = myPos
  5910. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  5911. end
  5912. end
  5913. end
  5914. wait(1)
  5915. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  5916.  
  5917. mouse.KeyDown:connect(function(key)
  5918. if key == AutoPickUpBind.Text then
  5919. print'AutoPicked-up YEET'
  5920. Pickup(game.Players.LocalPlayer.Character)
  5921. end
  5922. end)
  5923. end)
  5924.  
  5925. local plr = game:GetService("Players").LocalPlayer
  5926. local char = plr.Character
  5927. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  5928. local hum = char:FindFirstChild("HumanoidRootPart")
  5929.  
  5930. --SpeedVariables
  5931. local plr = game:GetService("Players").LocalPlayer
  5932. local char = plr.Character
  5933. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  5934. local hum = char:FindFirstChild("HumanoidRootPart")
  5935. --yeet
  5936. Speed.MouseButton1Down:connect(function()
  5937. local plr = game:GetService("Players").LocalPlayer
  5938. local char = plr.Character
  5939. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  5940. local hum = char:FindFirstChild("HumanoidRootPart")
  5941. mouse.KeyDown:connect(function(key)
  5942. if key == SpeedBind.Text then
  5943. loop = true
  5944. while loop do
  5945. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  5946. wait()
  5947. end
  5948. end
  5949. end)
  5950. end)
  5951.  
  5952. mouse.KeyUp:connect(function(key)
  5953. if key == SpeedBind.Text then
  5954. loop = false
  5955. end
  5956. end)
  5957.  
  5958. AutoBreak.MouseButton1Click:connect(function()
  5959. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  5960. local breaking=false
  5961. mouse.KeyDown:connect(function(key)
  5962. if key == Breakkey.Text then
  5963. breaking = true
  5964. while breaking and wait(0.1) do
  5965. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  5966. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  5967. local two = {part,part,part,part}
  5968. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  5969. end
  5970. end
  5971. end)
  5972. mouse.KeyUp:connect(function(key)
  5973. if key == Breakkey.Text then
  5974. breaking = false
  5975. end
  5976. end)
  5977. end)
  5978.  
  5979. RevizV2.MouseButton1Click:connect(function()
  5980. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  5981. end)
  5982.  
  5983. RemoveRainbtn.MouseButton1Click:Connect(function()
  5984. if workspace:FindFirstChild('RainPart') ~= nil then
  5985. workspace.RainPart:Destroy()
  5986. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  5987. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  5988. game.Lighting.Rain:Destroy()
  5989. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  5990. end
  5991. end)
  5992.  
  5993. TpSpambtn.MouseButton1Down:connect(function()
  5994. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  5995. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  5996. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  5997. print("Fools you cannot kill the devs")
  5998. else
  5999. player = game.Players.LocalPlayer.Character
  6000. repeat
  6001. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  6002. wait(.001)
  6003. until v.Character.Humanoid.Health <= 0
  6004. end
  6005. end
  6006. end
  6007. end)
  6008.  
  6009. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  6010.  
  6011. local enabledesp = false
  6012.  
  6013. function CreateESP(plr)
  6014.  
  6015. if plr ~= nil then
  6016.  
  6017. local GetChar = plr.Character
  6018. if not GetChar then return end
  6019.  
  6020. local GetHead do
  6021.  
  6022. repeat wait() until GetChar:FindFirstChild("Head")
  6023.  
  6024. end
  6025. GetHead = GetChar.Head
  6026.  
  6027. local bb = Instance.new("BillboardGui", Important.CoreGui)
  6028. bb.Adornee = GetHead
  6029. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  6030. bb.AlwaysOnTop = true
  6031. bb.Size = UDim2.new(0, 5, 0, 5)
  6032. bb.StudsOffset = Vector3.new(0, 3, 0)
  6033. bb.Name = "ESP_PLAYER_" .. plr.Name
  6034.  
  6035. local displayframe = Instance.new("Frame", bb)
  6036. displayframe.ZIndex = 10
  6037. displayframe.BackgroundTransparency = 1
  6038. displayframe.Size = UDim2.new(1,0,1,0)
  6039.  
  6040. local name = Instance.new("TextLabel", displayframe)
  6041. name.Name = "Name"
  6042. name.ZIndex = 10
  6043. name.Text = plr.Name
  6044. name.Visible = true
  6045. name.TextColor3 = Color3.new(170,0,0)
  6046. name.BackgroundTransparency = 1
  6047. name.Size = UDim2.new(1,0,10,0)
  6048. name.Font = Enum.Font.SourceSansLight
  6049. name.TextSize = 20
  6050. name.TextStrokeTransparency = .5
  6051.  
  6052. end
  6053.  
  6054. end
  6055.  
  6056. ESPbtn.MouseButton1Click:Connect(function()
  6057. for i,v in pairs(Important.Players:GetChildren()) do
  6058.  
  6059. CreateESP(v)
  6060. end
  6061. end)
  6062.  
  6063. DropAllItemsbtn.MouseButton1Click:Connect(function()
  6064.  
  6065. Player = game.Players.LocalPlayer
  6066. Mouse = Player:GetMouse()
  6067.  
  6068. function PressedE(key)
  6069. Key = key:lower()
  6070. if Key == DropAllItemskb.Text then
  6071. for i=1, 100 do
  6072. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  6073. end
  6074. end
  6075. end
  6076. Mouse.KeyDown:connect(PressedE)
  6077. end)
  6078.  
  6079.  
  6080. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  6081. game.Lighting.FogEnd = 1200000
  6082. game.Lighting.Brightness = 3
  6083. game.Lighting.GlobalShadows = false
  6084. end)
  6085.  
  6086. VoidTpbtn.MouseButton1Click:Connect(function()
  6087. game:GetService("TeleportService"):Teleport(2021740958)
  6088. print('VoidTP Credits: Flareo!')
  6089. end)
  6090.  
  6091. AutoEatbtn.MouseButton1Click:Connect(function()
  6092. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  6093. local lol = 1
  6094. local plr = game:GetService("Players").LocalPlayer
  6095. local mouse = plr:GetMouse()
  6096. mouse.KeyDown:connect(function(key)
  6097. if key == AutoEatkb.Text then
  6098. lol = 0
  6099. while lol == 0 do
  6100. wait()
  6101. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  6102. Event:FireServer(AutoEatFoodNamekb.Text)
  6103. Event:FireServer(AutoEatFoodNamekb.Text)
  6104. Event:FireServer(AutoEatFoodNamekb.Text)
  6105. end end end)
  6106. local plr = game:GetService("Players").LocalPlayer
  6107. local mouse = plr:GetMouse()
  6108. mouse.KeyUp:connect(function(key)
  6109. if key == AutoEatkb.Text then
  6110. lol = 1
  6111. end end) end
  6112. end)
  6113. AutoCampfirebtn.MouseButton1Click:Connect(function()
  6114. local Fires = 1
  6115. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6116. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6117. local c = h.x + 5
  6118. local d = h.y - 2
  6119. local e = h.z
  6120. local j = h.x
  6121. local k = h.y - 2
  6122. local l = h.z
  6123. local aa = h.x - 5
  6124. local bb = h.y - 2
  6125. local cc = h.z
  6126. local aaa = h.x
  6127. local bbb = h.y - 2
  6128. local ccc = h.z + 5
  6129. local aaaa = h.x
  6130. local bbbb = h.y - 2
  6131. local cccc = h.z - 5
  6132. for i = 1,1 do
  6133. local C_1 = "Chest"
  6134. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6135. local C_3 = 0
  6136. Event:FireServer(C_1, C_2, C_3)
  6137. end
  6138. for i = 1,Fires do
  6139. local A_1 = "Campfire"
  6140. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6141. local A_3 = 0
  6142. Event:FireServer(A_1, A_2, A_3)
  6143. end
  6144. for i = 1,Fires do
  6145. local B_1 = "Campfire"
  6146. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6147. local B_3 = 0
  6148. Event:FireServer(B_1, B_2, B_3)
  6149. end
  6150. for i = 1,Fires do
  6151. local D_1 = "Campfire"
  6152. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6153. local D_3 = 0
  6154. Event:FireServer(D_1, D_2, D_3)
  6155. end
  6156. for i = 1,Fires do
  6157. local E_1 = "Campfire"
  6158. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6159. local E_3 = 0
  6160. Event:FireServer(E_1, E_2, E_3)
  6161. end
  6162. end)
  6163.  
  6164. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  6165. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6166. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6167. local aa = h.x + 13
  6168. local bb = h.y - 2
  6169. local cc = h.z
  6170. local aaa = h.x - 13
  6171. local bbb = h.y - 2
  6172. local ccc = h.z
  6173. local aaaa = h.x
  6174. local bbbb = h.y - 2
  6175. local cccc = h.z + 13
  6176. local aaaaa = h.x
  6177. local bbbbb = h.y - 2
  6178. local ccccc = h.z - 13
  6179. local k_1 = "Stone Wall"
  6180. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6181. local k_3 = 177
  6182. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6183. Event:FireServer(k_1, k_2, k_3)
  6184. local l_1 = "Stone Wall"
  6185. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6186. local l_3 = 177
  6187. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6188. Event:FireServer(l_1, l_2, l_3)
  6189. local m_1 = "Stone Wall"
  6190. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6191. local m_3 = 270
  6192. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6193. Event:FireServer(m_1, m_2, m_3)
  6194. local n_1 = "Stone Wall"
  6195. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6196. local n_3 = 270
  6197. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6198. Event:FireServer(n_1, n_2, n_3)
  6199. end)
  6200. end)
  6201.  
  6202.  
  6203. TextButton_2.Parent = Main
  6204. TextButton_2.BackgroundColor3 = Color3.new(0.0470588, 1, 0.572549)
  6205. TextButton_2.BackgroundTransparency = 0.40000000596046
  6206. TextButton_2.Position = UDim2.new(0, -1, 0, 255)
  6207. TextButton_2.Size = UDim2.new(0, 395, 0, 84)
  6208. TextButton_2.Font = Enum.Font.SourceSans
  6209. TextButton_2.Text = "Changelog : Rezerect V0.3 Released, Added new Login feature, Bug fixes"
  6210. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  6211. TextButton_2.TextSize = 14
Add Comment
Please, Sign In to add comment