Advertisement
Jerlous

Xeon Hub Alpha Script

Mar 2nd, 2020
1,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.11 KB | None | 0 0
  1. wait(1)
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local SideBar = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local SelectionBar = Instance.new("Frame")
  8. local UIGridLayout = Instance.new("UIGridLayout")
  9. local HomeButton = Instance.new("TextButton")
  10. local LocalButton = Instance.new("TextButton")
  11. local ScriptsButton = Instance.new("TextButton")
  12. local ExecutorButton = Instance.new("TextButton")
  13. local ExplorerButton = Instance.new("TextButton")
  14. local RemSpyButton = Instance.new("TextButton")
  15. local TopBar = Instance.new("Frame")
  16. local ExitButton = Instance.new("ImageButton")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local Pages = Instance.new("Frame")
  19. local HomePage = Instance.new("Frame")
  20. local ImageLabel_2 = Instance.new("ImageLabel")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22. local Frame = Instance.new("Frame")
  23. local ChangelogButton = Instance.new("ImageButton")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local SettingButton = Instance.new("ImageButton")
  26. local TextLabel_5 = Instance.new("TextLabel")
  27. local FeCheckHomePage = Instance.new("TextLabel")
  28. local ImageLabel_3 = Instance.new("ImageLabel")
  29. local LocalPlayerPage = Instance.new("Frame")
  30. local Values = Instance.new("Frame")
  31. local WalkspeedValue = Instance.new("TextBox")
  32. local UIGridLayout_2 = Instance.new("UIGridLayout")
  33. local JumpPowerValue = Instance.new("TextBox")
  34. local HealthValue = Instance.new("TextBox")
  35. local Confirm = Instance.new("Frame")
  36. local UIGridLayout_3 = Instance.new("UIGridLayout")
  37. local HealthConfirmation = Instance.new("TextButton")
  38. local JumpPowerConfirmation = Instance.new("TextButton")
  39. local WalkspeedConfirmation = Instance.new("TextButton")
  40. local Icons = Instance.new("Frame")
  41. local UIGridLayout_4 = Instance.new("UIGridLayout")
  42. local ImageLabel_4 = Instance.new("ImageLabel")
  43. local ImageLabel_5 = Instance.new("ImageLabel")
  44. local ImageLabel_6 = Instance.new("ImageLabel")
  45. local Others = Instance.new("Frame")
  46. local UIGridLayout_5 = Instance.new("UIGridLayout")
  47. local ToolsButton = Instance.new("TextButton")
  48. local Fly = Instance.new("TextButton")
  49. local Invisble = Instance.new("TextButton")
  50. local Kick = Instance.new("TextButton")
  51. local RemoveCharacter = Instance.new("TextButton")
  52. local Ban = Instance.new("TextButton")
  53. local Freeze = Instance.new("TextButton")
  54. local LoopKill = Instance.new("TextButton")
  55. local Thaw = Instance.new("TextButton")
  56. local SOON = Instance.new("TextButton")
  57. local SOON_2 = Instance.new("TextButton")
  58. local SOON_3 = Instance.new("TextButton")
  59. local PlayerValue = Instance.new("TextBox")
  60. local ScriptsPage = Instance.new("Frame")
  61. local Frame_2 = Instance.new("Frame")
  62. local Swordburst = Instance.new("ImageButton")
  63. local UIGridLayout_6 = Instance.new("UIGridLayout")
  64. local JailBreak = Instance.new("ImageButton")
  65. local ImageButton = Instance.new("ImageButton")
  66. local ImageButton_2 = Instance.new("ImageButton")
  67. local ImageButton_3 = Instance.new("ImageButton")
  68. local ImageButton_4 = Instance.new("ImageButton")
  69. local ImageButton_5 = Instance.new("ImageButton")
  70. local ImageButton_6 = Instance.new("ImageButton")
  71. local ImageButton_7 = Instance.new("ImageButton")
  72. local ImageButton_8 = Instance.new("ImageButton")
  73. local ImageButton_9 = Instance.new("ImageButton")
  74. local ImageButton_10 = Instance.new("ImageButton")
  75. local ImageButton_11 = Instance.new("ImageButton")
  76. local ImageButton_12 = Instance.new("ImageButton")
  77. local ImageButton_13 = Instance.new("ImageButton")
  78. local ImageButton_14 = Instance.new("ImageButton")
  79. local ImageButton_15 = Instance.new("ImageButton")
  80. local ImageButton_16 = Instance.new("ImageButton")
  81. local ImageButton_17 = Instance.new("ImageButton")
  82. local ImageButton_18 = Instance.new("ImageButton")
  83. local Shade = Instance.new("Frame")
  84. local Executor = Instance.new("Frame")
  85. local ScrollingFrame = Instance.new("ScrollingFrame")
  86. local ExecutorScript = Instance.new("TextBox")
  87. local RunScript = Instance.new("TextButton")
  88. local ExecutorMinimize = Instance.new("TextButton")
  89. local Intro = Instance.new("Frame")
  90. local Sspinny = Instance.new("ImageLabel")
  91. local TextLabel_6 = Instance.new("TextLabel")
  92. --Properties:
  93. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  94. ScreenGui.ResetOnSpawn = false
  95.  
  96. Main.Name = "Main"
  97. Main.Parent = ScreenGui
  98. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Main.BorderColor3 = Color3.new(1, 1, 1)
  100. Main.Position = UDim2.new(1, 0, 0.5, -250)
  101. Main.Size = UDim2.new(0, 800, 0, 500)
  102.  
  103. SideBar.Name = "SideBar"
  104. SideBar.Parent = Main
  105. SideBar.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  106. SideBar.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  107. SideBar.Size = UDim2.new(0, 150, 0, 500)
  108.  
  109. ImageLabel.Parent = SideBar
  110. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ImageLabel.BackgroundTransparency = 1
  112. ImageLabel.Position = UDim2.new(0.5, -25, 0, 75)
  113. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  114. ImageLabel.Image = "rbxassetid://2101970439"
  115.  
  116. TextLabel.Parent = SideBar
  117. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  118. TextLabel.BackgroundTransparency = 1
  119. TextLabel.Position = UDim2.new(0, 0, 0, 120)
  120. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  121. TextLabel.Font = Enum.Font.SourceSansBold
  122. TextLabel.Text = "Xeno Hub"
  123. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel.TextSize = 25
  125. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  126. TextLabel.TextWrapped = true
  127.  
  128. SelectionBar.Name = "SelectionBar"
  129. SelectionBar.Parent = SideBar
  130. SelectionBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. SelectionBar.BackgroundTransparency = 1
  132. SelectionBar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  133. SelectionBar.Position = UDim2.new(0.5, -60, 0, 185)
  134. SelectionBar.Size = UDim2.new(0, 120, 0, 300)
  135.  
  136. UIGridLayout.Parent = SelectionBar
  137. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  138. UIGridLayout.CellPadding = UDim2.new(0, 0, 0, 12)
  139. UIGridLayout.CellSize = UDim2.new(0, 120, 0, 40)
  140.  
  141. HomeButton.Name = "HomeButton"
  142. HomeButton.Parent = SelectionBar
  143. HomeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  144. HomeButton.BorderColor3 = Color3.new(1, 1, 1)
  145. HomeButton.Size = UDim2.new(0, 200, 0, 50)
  146. HomeButton.Font = Enum.Font.SourceSansBold
  147. HomeButton.Text = "Home"
  148. HomeButton.TextColor3 = Color3.new(0, 0, 0)
  149. HomeButton.TextSize = 20
  150.  
  151. LocalButton.Name = "LocalButton"
  152. LocalButton.Parent = SelectionBar
  153. LocalButton.BackgroundColor3 = Color3.new(1, 1, 1)
  154. LocalButton.BorderColor3 = Color3.new(1, 1, 1)
  155. LocalButton.Size = UDim2.new(0, 200, 0, 50)
  156. LocalButton.Font = Enum.Font.SourceSansBold
  157. LocalButton.Text = "Local Player"
  158. LocalButton.TextColor3 = Color3.new(0, 0, 0)
  159. LocalButton.TextSize = 20
  160.  
  161. ScriptsButton.Name = "ScriptsButton"
  162. ScriptsButton.Parent = SelectionBar
  163. ScriptsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  164. ScriptsButton.BorderColor3 = Color3.new(1, 1, 1)
  165. ScriptsButton.Size = UDim2.new(0, 200, 0, 50)
  166. ScriptsButton.Font = Enum.Font.SourceSansBold
  167. ScriptsButton.Text = "Scripts"
  168. ScriptsButton.TextColor3 = Color3.new(0, 0, 0)
  169. ScriptsButton.TextSize = 20
  170.  
  171. ExecutorButton.Name = "ExecutorButton"
  172. ExecutorButton.Parent = SelectionBar
  173. ExecutorButton.BackgroundColor3 = Color3.new(1, 1, 1)
  174. ExecutorButton.BorderColor3 = Color3.new(1, 1, 1)
  175. ExecutorButton.Position = UDim2.new(1.125, 0, 0.0500000007, 0)
  176. ExecutorButton.Size = UDim2.new(0, 200, 0, 50)
  177. ExecutorButton.Font = Enum.Font.SourceSansBold
  178. ExecutorButton.Text = "Exeuctor"
  179. ExecutorButton.TextColor3 = Color3.new(0, 0, 0)
  180. ExecutorButton.TextSize = 20
  181.  
  182. ExplorerButton.Name = "ExplorerButton"
  183. ExplorerButton.Parent = SelectionBar
  184. ExplorerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  185. ExplorerButton.BorderColor3 = Color3.new(1, 1, 1)
  186. ExplorerButton.Position = UDim2.new(8.75833321, 0, 0.813333333, 0)
  187. ExplorerButton.Size = UDim2.new(0, 200, 0, 50)
  188. ExplorerButton.Font = Enum.Font.SourceSansBold
  189. ExplorerButton.Text = "Explorer"
  190. ExplorerButton.TextColor3 = Color3.new(0, 0, 0)
  191. ExplorerButton.TextSize = 20
  192.  
  193. RemSpyButton.Name = "RemSpyButton"
  194. RemSpyButton.Parent = SelectionBar
  195. RemSpyButton.BackgroundColor3 = Color3.new(1, 1, 1)
  196. RemSpyButton.BorderColor3 = Color3.new(1, 1, 1)
  197. RemSpyButton.Size = UDim2.new(0, 200, 0, 50)
  198. RemSpyButton.Font = Enum.Font.SourceSansBold
  199. RemSpyButton.Text = "Remote Spy"
  200. RemSpyButton.TextColor3 = Color3.new(0, 0, 0)
  201. RemSpyButton.TextSize = 20
  202.  
  203. TopBar.Name = "TopBar"
  204. TopBar.Parent = Main
  205. TopBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  206. TopBar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  207. TopBar.Size = UDim2.new(0, 800, 0, 30)
  208.  
  209. ExitButton.Name = "ExitButton"
  210. ExitButton.Parent = TopBar
  211. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  212. ExitButton.BackgroundTransparency = 1
  213. ExitButton.Position = UDim2.new(0, 770, 0.5, -13)
  214. ExitButton.Size = UDim2.new(0, 26, 0, 26)
  215. ExitButton.Image = "rbxassetid://2102061269"
  216.  
  217. TextLabel_2.Parent = TopBar
  218. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  219. TextLabel_2.BackgroundTransparency = 1
  220. TextLabel_2.Size = UDim2.new(0, 200, 0, 30)
  221. TextLabel_2.Font = Enum.Font.SourceSansBold
  222. TextLabel_2.Text = "Created by UniversalCheese"
  223. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  224. TextLabel_2.TextSize = 15
  225. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  226.  
  227. Pages.Name = "Pages"
  228. Pages.Parent = Main
  229. Pages.BackgroundColor3 = Color3.new(1, 1, 1)
  230. Pages.BackgroundTransparency = 1
  231. Pages.Position = UDim2.new(0, 150, 0, 50)
  232. Pages.Size = UDim2.new(0, 650, 0, 450)
  233.  
  234. HomePage.Name = "HomePage"
  235. HomePage.Parent = Pages
  236. HomePage.BackgroundColor3 = Color3.new(1, 1, 1)
  237. HomePage.BackgroundTransparency = 1
  238. HomePage.Size = UDim2.new(0, 650, 0, 450)
  239.  
  240. ImageLabel_2.Parent = HomePage
  241. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  242. ImageLabel_2.BackgroundTransparency = 1
  243. ImageLabel_2.Position = UDim2.new(0.5, -50, 0, 10)
  244. ImageLabel_2.Size = UDim2.new(0, 100, 0, 100)
  245. ImageLabel_2.Image = "rbxassetid://2059837970"
  246.  
  247. TextLabel_3.Parent = HomePage
  248. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  249. TextLabel_3.BackgroundTransparency = 1
  250. TextLabel_3.Position = UDim2.new(0.5, -100, 0, 100)
  251. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  252. TextLabel_3.Font = Enum.Font.SourceSansBold
  253. TextLabel_3.Text = "Oh hey, welcome back!"
  254. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  255. TextLabel_3.TextSize = 25
  256.  
  257. Frame.Parent = HomePage
  258. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Frame.BackgroundTransparency = 1
  260. Frame.Position = UDim2.new(0.5, -200, 0, 200)
  261. Frame.Size = UDim2.new(0, 400, 0, 75)
  262.  
  263. ChangelogButton.Name = "ChangelogButton"
  264. ChangelogButton.Parent = Frame
  265. ChangelogButton.BackgroundColor3 = Color3.new(1, 1, 1)
  266. ChangelogButton.BackgroundTransparency = 1
  267. ChangelogButton.Size = UDim2.new(0, 75, 0, 75)
  268. ChangelogButton.Image = "rbxassetid://2102153920"
  269.  
  270. TextLabel_4.Parent = ChangelogButton
  271. TextLabel_4.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  272. TextLabel_4.BackgroundTransparency = 1
  273. TextLabel_4.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  274. TextLabel_4.Position = UDim2.new(0, 0, 1, 0)
  275. TextLabel_4.Size = UDim2.new(0, 75, 0, 20)
  276. TextLabel_4.Font = Enum.Font.SourceSansBold
  277. TextLabel_4.Text = "Changlog"
  278. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  279. TextLabel_4.TextSize = 20
  280.  
  281. SettingButton.Name = "SettingButton"
  282. SettingButton.Parent = Frame
  283. SettingButton.BackgroundColor3 = Color3.new(1, 1, 1)
  284. SettingButton.BackgroundTransparency = 1
  285. SettingButton.Position = UDim2.new(1, -75, 0, 0)
  286. SettingButton.Size = UDim2.new(0, 75, 0, 75)
  287. SettingButton.Image = "rbxassetid://2105946592"
  288.  
  289. TextLabel_5.Parent = SettingButton
  290. TextLabel_5.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  291. TextLabel_5.BackgroundTransparency = 1
  292. TextLabel_5.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  293. TextLabel_5.Position = UDim2.new(0, 0, 1, 0)
  294. TextLabel_5.Size = UDim2.new(0, 75, 0, 20)
  295. TextLabel_5.Font = Enum.Font.SourceSansBold
  296. TextLabel_5.Text = "Settings"
  297. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  298. TextLabel_5.TextSize = 20
  299.  
  300. FeCheckHomePage.Name = "FeCheckHomePage"
  301. FeCheckHomePage.Parent = HomePage
  302. FeCheckHomePage.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  303. FeCheckHomePage.BackgroundTransparency = 1
  304. FeCheckHomePage.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  305. FeCheckHomePage.Position = UDim2.new(0.5, -100, 0, 420)
  306. FeCheckHomePage.Size = UDim2.new(0, 200, 0, 30)
  307. FeCheckHomePage.Font = Enum.Font.SourceSansBold
  308. FeCheckHomePage.Text = "Fe is : Enabled"
  309. FeCheckHomePage.TextColor3 = Color3.new(0, 0, 0)
  310. FeCheckHomePage.TextSize = 25
  311.  
  312. ImageLabel_3.Parent = HomePage
  313. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  314. ImageLabel_3.BackgroundTransparency = 1
  315. ImageLabel_3.Position = UDim2.new(0.5, -27, 0, 365)
  316. ImageLabel_3.Size = UDim2.new(0, 50, 0, 50)
  317. ImageLabel_3.Image = "rbxassetid://2108948664"
  318.  
  319. LocalPlayerPage.Name = "LocalPlayerPage"
  320. LocalPlayerPage.Parent = Pages
  321. LocalPlayerPage.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  322. LocalPlayerPage.BackgroundTransparency = 1
  323. LocalPlayerPage.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  324. LocalPlayerPage.Position = UDim2.new(0, 2, 0, -18)
  325. LocalPlayerPage.Size = UDim2.new(0, 648, 0, 468)
  326. LocalPlayerPage.Visible = false
  327.  
  328. Values.Name = "Values"
  329. Values.Parent = LocalPlayerPage
  330. Values.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Values.BackgroundTransparency = 1
  332. Values.Position = UDim2.new(0, 10, 0, 10)
  333. Values.Size = UDim2.new(0, 200, 2, 0)
  334.  
  335. WalkspeedValue.Name = "WalkspeedValue"
  336. WalkspeedValue.Parent = Values
  337. WalkspeedValue.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  338. WalkspeedValue.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  339. WalkspeedValue.Size = UDim2.new(0, 200, 0, 40)
  340. WalkspeedValue.ClearTextOnFocus = false
  341. WalkspeedValue.Font = Enum.Font.SourceSansBold
  342. WalkspeedValue.PlaceholderText = "Enter walkspeed value"
  343. WalkspeedValue.Text = ""
  344. WalkspeedValue.TextColor3 = Color3.new(1, 1, 1)
  345. WalkspeedValue.TextSize = 15
  346. WalkspeedValue.TextStrokeColor3 = Color3.new(1, 1, 1)
  347. WalkspeedValue.TextWrapped = true
  348.  
  349. UIGridLayout_2.Parent = Values
  350. UIGridLayout_2.CellPadding = UDim2.new(0, 0, 0, 10)
  351. UIGridLayout_2.CellSize = UDim2.new(0, 200, 0, 40)
  352.  
  353. JumpPowerValue.Name = "JumpPowerValue"
  354. JumpPowerValue.Parent = Values
  355. JumpPowerValue.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  356. JumpPowerValue.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  357. JumpPowerValue.Size = UDim2.new(0, 200, 0, 40)
  358. JumpPowerValue.ClearTextOnFocus = false
  359. JumpPowerValue.Font = Enum.Font.SourceSansBold
  360. JumpPowerValue.PlaceholderText = "Enter jump power value"
  361. JumpPowerValue.Text = ""
  362. JumpPowerValue.TextColor3 = Color3.new(1, 1, 1)
  363. JumpPowerValue.TextSize = 15
  364. JumpPowerValue.TextStrokeColor3 = Color3.new(1, 1, 1)
  365. JumpPowerValue.TextWrapped = true
  366.  
  367. HealthValue.Name = "HealthValue"
  368. HealthValue.Parent = Values
  369. HealthValue.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  370. HealthValue.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  371. HealthValue.Position = UDim2.new(2.74499989, 0, 0.0926339254, 0)
  372. HealthValue.Size = UDim2.new(0, 200, 0, 40)
  373. HealthValue.ClearTextOnFocus = false
  374. HealthValue.Font = Enum.Font.SourceSansBold
  375. HealthValue.PlaceholderText = "Enter health value"
  376. HealthValue.Text = ""
  377. HealthValue.TextColor3 = Color3.new(1, 1, 1)
  378. HealthValue.TextSize = 15
  379. HealthValue.TextStrokeColor3 = Color3.new(1, 1, 1)
  380. HealthValue.TextWrapped = true
  381.  
  382. Confirm.Name = "Confirm"
  383. Confirm.Parent = LocalPlayerPage
  384. Confirm.BackgroundColor3 = Color3.new(1, 1, 1)
  385. Confirm.BackgroundTransparency = 1
  386. Confirm.Position = UDim2.new(0, 270, 0, 10)
  387. Confirm.Size = UDim2.new(0, 200, 2, 0)
  388.  
  389. UIGridLayout_3.Parent = Confirm
  390. UIGridLayout_3.CellPadding = UDim2.new(0, 0, 0, 10)
  391. UIGridLayout_3.CellSize = UDim2.new(0, 200, 0, 40)
  392.  
  393. HealthConfirmation.Name = "HealthConfirmation"
  394. HealthConfirmation.Parent = Confirm
  395. HealthConfirmation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  396. HealthConfirmation.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  397. HealthConfirmation.Size = UDim2.new(0, 200, 0, 50)
  398. HealthConfirmation.Font = Enum.Font.SourceSansBold
  399. HealthConfirmation.Text = "Confirm"
  400. HealthConfirmation.TextColor3 = Color3.new(1, 1, 1)
  401. HealthConfirmation.TextSize = 20
  402. HealthConfirmation.TextStrokeColor3 = Color3.new(1, 1, 1)
  403.  
  404. JumpPowerConfirmation.Name = "JumpPowerConfirmation"
  405. JumpPowerConfirmation.Parent = Confirm
  406. JumpPowerConfirmation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  407. JumpPowerConfirmation.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  408. JumpPowerConfirmation.Size = UDim2.new(0, 200, 0, 50)
  409. JumpPowerConfirmation.Font = Enum.Font.SourceSansBold
  410. JumpPowerConfirmation.Text = "Confirm"
  411. JumpPowerConfirmation.TextColor3 = Color3.new(1, 1, 1)
  412. JumpPowerConfirmation.TextSize = 20
  413. JumpPowerConfirmation.TextStrokeColor3 = Color3.new(1, 1, 1)
  414.  
  415. WalkspeedConfirmation.Name = "WalkspeedConfirmation"
  416. WalkspeedConfirmation.Parent = Confirm
  417. WalkspeedConfirmation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  418. WalkspeedConfirmation.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  419. WalkspeedConfirmation.Size = UDim2.new(0, 200, 0, 50)
  420. WalkspeedConfirmation.Font = Enum.Font.SourceSansBold
  421. WalkspeedConfirmation.Text = "Confirm"
  422. WalkspeedConfirmation.TextColor3 = Color3.new(1, 1, 1)
  423. WalkspeedConfirmation.TextSize = 20
  424. WalkspeedConfirmation.TextStrokeColor3 = Color3.new(1, 1, 1)
  425.  
  426. Icons.Name = "Icons"
  427. Icons.Parent = LocalPlayerPage
  428. Icons.BackgroundColor3 = Color3.new(1, 1, 1)
  429. Icons.BackgroundTransparency = 1
  430. Icons.Position = UDim2.new(0, 530, 0, 10)
  431. Icons.Size = UDim2.new(0, 40, 2, 0)
  432.  
  433. UIGridLayout_4.Parent = Icons
  434. UIGridLayout_4.CellPadding = UDim2.new(0, 0, 0, 10)
  435. UIGridLayout_4.CellSize = UDim2.new(0, 40, 0, 40)
  436.  
  437. ImageLabel_4.Parent = Icons
  438. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  439. ImageLabel_4.BackgroundTransparency = 1
  440. ImageLabel_4.Size = UDim2.new(0, 100, 0, 100)
  441. ImageLabel_4.Image = "rbxassetid://2106244823"
  442.  
  443. ImageLabel_5.Parent = Icons
  444. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  445. ImageLabel_5.BackgroundTransparency = 1
  446. ImageLabel_5.Size = UDim2.new(0, 100, 0, 100)
  447. ImageLabel_5.Image = "rbxassetid://2106236305"
  448.  
  449. ImageLabel_6.Parent = Icons
  450. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  451. ImageLabel_6.BackgroundTransparency = 1
  452. ImageLabel_6.Size = UDim2.new(0, 100, 0, 100)
  453. ImageLabel_6.Image = "rbxassetid://2106229145"
  454.  
  455. Others.Name = "Others"
  456. Others.Parent = LocalPlayerPage
  457. Others.BackgroundColor3 = Color3.new(1, 1, 1)
  458. Others.BackgroundTransparency = 1
  459. Others.Position = UDim2.new(0, 10, 0, 200)
  460. Others.Size = UDim2.new(0, 460, 0, 1000)
  461.  
  462. UIGridLayout_5.Parent = Others
  463. UIGridLayout_5.CellSize = UDim2.new(0, 150, 0, 40)
  464.  
  465. ToolsButton.Name = "ToolsButton"
  466. ToolsButton.Parent = Others
  467. ToolsButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  468. ToolsButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  469. ToolsButton.Size = UDim2.new(0, 200, 0, 50)
  470. ToolsButton.Font = Enum.Font.SourceSansBold
  471. ToolsButton.Text = "BTools"
  472. ToolsButton.TextColor3 = Color3.new(1, 1, 1)
  473. ToolsButton.TextSize = 20
  474. ToolsButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  475.  
  476. Fly.Name = "Fly"
  477. Fly.Parent = Others
  478. Fly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  479. Fly.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  480. Fly.Size = UDim2.new(0, 200, 0, 50)
  481. Fly.Font = Enum.Font.SourceSansBold
  482. Fly.Text = "Fly (e)"
  483. Fly.TextColor3 = Color3.new(1, 1, 1)
  484. Fly.TextSize = 20
  485. Fly.TextStrokeColor3 = Color3.new(1, 1, 1)
  486.  
  487. Invisble.Name = "Invisble"
  488. Invisble.Parent = Others
  489. Invisble.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  490. Invisble.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  491. Invisble.Size = UDim2.new(0, 200, 0, 50)
  492. Invisble.Font = Enum.Font.SourceSansBold
  493. Invisble.Text = "Invisible"
  494. Invisble.TextColor3 = Color3.new(1, 1, 1)
  495. Invisble.TextSize = 20
  496. Invisble.TextStrokeColor3 = Color3.new(1, 1, 1)
  497.  
  498. Kick.Name = "Kick"
  499. Kick.Parent = Others
  500. Kick.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  501. Kick.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  502. Kick.Size = UDim2.new(0, 200, 0, 50)
  503. Kick.Font = Enum.Font.SourceSansBold
  504. Kick.Text = "Kick"
  505. Kick.TextColor3 = Color3.new(1, 1, 1)
  506. Kick.TextSize = 20
  507. Kick.TextStrokeColor3 = Color3.new(1, 1, 1)
  508.  
  509. RemoveCharacter.Name = "RemoveCharacter"
  510. RemoveCharacter.Parent = Others
  511. RemoveCharacter.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  512. RemoveCharacter.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  513. RemoveCharacter.Size = UDim2.new(0, 200, 0, 50)
  514. RemoveCharacter.Font = Enum.Font.SourceSansBold
  515. RemoveCharacter.Text = "Remove character"
  516. RemoveCharacter.TextColor3 = Color3.new(1, 1, 1)
  517. RemoveCharacter.TextSize = 20
  518. RemoveCharacter.TextStrokeColor3 = Color3.new(1, 1, 1)
  519.  
  520. Ban.Name = "Ban"
  521. Ban.Parent = Others
  522. Ban.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  523. Ban.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  524. Ban.Size = UDim2.new(0, 200, 0, 50)
  525. Ban.Font = Enum.Font.SourceSansBold
  526. Ban.Text = "Ban"
  527. Ban.TextColor3 = Color3.new(1, 1, 1)
  528. Ban.TextSize = 20
  529. Ban.TextStrokeColor3 = Color3.new(1, 1, 1)
  530.  
  531. Freeze.Name = "Freeze"
  532. Freeze.Parent = Others
  533. Freeze.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  534. Freeze.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  535. Freeze.Size = UDim2.new(0, 200, 0, 50)
  536. Freeze.Font = Enum.Font.SourceSansBold
  537. Freeze.Text = "Freeze"
  538. Freeze.TextColor3 = Color3.new(1, 1, 1)
  539. Freeze.TextSize = 20
  540. Freeze.TextStrokeColor3 = Color3.new(1, 1, 1)
  541.  
  542. LoopKill.Name = "LoopKill"
  543. LoopKill.Parent = Others
  544. LoopKill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  545. LoopKill.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  546. LoopKill.Size = UDim2.new(0, 200, 0, 50)
  547. LoopKill.Font = Enum.Font.SourceSansBold
  548. LoopKill.Text = "Loop Kill"
  549. LoopKill.TextColor3 = Color3.new(1, 1, 1)
  550. LoopKill.TextSize = 20
  551. LoopKill.TextStrokeColor3 = Color3.new(1, 1, 1)
  552.  
  553. Thaw.Name = "Thaw"
  554. Thaw.Parent = Others
  555. Thaw.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  556. Thaw.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  557. Thaw.Size = UDim2.new(0, 200, 0, 50)
  558. Thaw.Font = Enum.Font.SourceSansBold
  559. Thaw.Text = "Thaw"
  560. Thaw.TextColor3 = Color3.new(1, 1, 1)
  561. Thaw.TextSize = 20
  562. Thaw.TextStrokeColor3 = Color3.new(1, 1, 1)
  563.  
  564. SOON.Name = "SOON"
  565. SOON.Parent = Others
  566. SOON.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  567. SOON.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  568. SOON.Size = UDim2.new(0, 200, 0, 50)
  569. SOON.Font = Enum.Font.SourceSansBold
  570. SOON.Text = "SOON"
  571. SOON.TextColor3 = Color3.new(1, 1, 1)
  572. SOON.TextSize = 20
  573. SOON.TextStrokeColor3 = Color3.new(1, 1, 1)
  574.  
  575. SOON_2.Name = "SOON"
  576. SOON_2.Parent = Others
  577. SOON_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  578. SOON_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  579. SOON_2.Size = UDim2.new(0, 200, 0, 50)
  580. SOON_2.Font = Enum.Font.SourceSansBold
  581. SOON_2.Text = "SOON"
  582. SOON_2.TextColor3 = Color3.new(1, 1, 1)
  583. SOON_2.TextSize = 20
  584. SOON_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  585.  
  586. SOON_3.Name = "SOON"
  587. SOON_3.Parent = Others
  588. SOON_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  589. SOON_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  590. SOON_3.Size = UDim2.new(0, 200, 0, 50)
  591. SOON_3.Font = Enum.Font.SourceSansBold
  592. SOON_3.Text = "SOON"
  593. SOON_3.TextColor3 = Color3.new(1, 1, 1)
  594. SOON_3.TextSize = 20
  595. SOON_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  596.  
  597. PlayerValue.Name = "PlayerValue"
  598. PlayerValue.Parent = LocalPlayerPage
  599. PlayerValue.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  600. PlayerValue.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  601. PlayerValue.Position = UDim2.new(0, 10, 0, 400)
  602. PlayerValue.Size = UDim2.new(0, 460, 0, 50)
  603. PlayerValue.ClearTextOnFocus = false
  604. PlayerValue.Font = Enum.Font.SourceSansBold
  605. PlayerValue.PlaceholderText = "Enter the player you want to affect"
  606. PlayerValue.Text = ""
  607. PlayerValue.TextColor3 = Color3.new(1, 1, 1)
  608. PlayerValue.TextSize = 20
  609. PlayerValue.TextStrokeColor3 = Color3.new(1, 1, 1)
  610.  
  611. ScriptsPage.Name = "ScriptsPage"
  612. ScriptsPage.Parent = Pages
  613. ScriptsPage.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  614. ScriptsPage.BackgroundTransparency = 1
  615. ScriptsPage.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  616. ScriptsPage.Position = UDim2.new(0, 2, 0, -18)
  617. ScriptsPage.Size = UDim2.new(0, 648, 0, 468)
  618. ScriptsPage.Visible = false
  619.  
  620. Frame_2.Parent = ScriptsPage
  621. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  622. Frame_2.BackgroundTransparency = 1
  623. Frame_2.Position = UDim2.new(0, 20, 0, 10)
  624. Frame_2.Size = UDim2.new(0, 600, 0, 450)
  625.  
  626. Swordburst.Name = "Swordburst"
  627. Swordburst.Parent = Frame_2
  628. Swordburst.BackgroundColor3 = Color3.new(1, 1, 1)
  629. Swordburst.BorderColor3 = Color3.new(1, 1, 1)
  630. Swordburst.Size = UDim2.new(0, 100, 0, 100)
  631. Swordburst.Image = "rbxassetid://2109066126"
  632.  
  633. UIGridLayout_6.Parent = Frame_2
  634. UIGridLayout_6.CellPadding = UDim2.new(0, 25, 0, 15)
  635.  
  636. JailBreak.Name = "JailBreak"
  637. JailBreak.Parent = Frame_2
  638. JailBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  639. JailBreak.BorderColor3 = Color3.new(1, 1, 1)
  640. JailBreak.Size = UDim2.new(0, 100, 0, 100)
  641. JailBreak.Image = "rbxassetid://2109080936"
  642.  
  643. ImageButton.Parent = Frame_2
  644. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  645. ImageButton.BorderColor3 = Color3.new(1, 1, 1)
  646. ImageButton.Size = UDim2.new(0, 100, 0, 100)
  647. ImageButton.Image = "rbxassetid://924320031"
  648.  
  649. ImageButton_2.Parent = Frame_2
  650. ImageButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  651. ImageButton_2.BorderColor3 = Color3.new(1, 1, 1)
  652. ImageButton_2.Size = UDim2.new(0, 100, 0, 100)
  653. ImageButton_2.Image = "rbxassetid://924320031"
  654.  
  655. ImageButton_3.Parent = Frame_2
  656. ImageButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  657. ImageButton_3.BorderColor3 = Color3.new(1, 1, 1)
  658. ImageButton_3.Size = UDim2.new(0, 100, 0, 100)
  659. ImageButton_3.Image = "rbxassetid://924320031"
  660.  
  661. ImageButton_4.Parent = Frame_2
  662. ImageButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  663. ImageButton_4.BorderColor3 = Color3.new(1, 1, 1)
  664. ImageButton_4.Size = UDim2.new(0, 100, 0, 100)
  665. ImageButton_4.Image = "rbxassetid://924320031"
  666.  
  667. ImageButton_5.Parent = Frame_2
  668. ImageButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  669. ImageButton_5.BorderColor3 = Color3.new(1, 1, 1)
  670. ImageButton_5.Size = UDim2.new(0, 100, 0, 100)
  671. ImageButton_5.Image = "rbxassetid://924320031"
  672.  
  673. ImageButton_6.Parent = Frame_2
  674. ImageButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  675. ImageButton_6.BorderColor3 = Color3.new(1, 1, 1)
  676. ImageButton_6.Size = UDim2.new(0, 100, 0, 100)
  677. ImageButton_6.Image = "rbxassetid://924320031"
  678.  
  679. ImageButton_7.Parent = Frame_2
  680. ImageButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  681. ImageButton_7.BorderColor3 = Color3.new(1, 1, 1)
  682. ImageButton_7.Size = UDim2.new(0, 100, 0, 100)
  683. ImageButton_7.Image = "rbxassetid://924320031"
  684.  
  685. ImageButton_8.Parent = Frame_2
  686. ImageButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  687. ImageButton_8.BorderColor3 = Color3.new(1, 1, 1)
  688. ImageButton_8.Size = UDim2.new(0, 100, 0, 100)
  689. ImageButton_8.Image = "rbxassetid://924320031"
  690.  
  691. ImageButton_9.Parent = Frame_2
  692. ImageButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  693. ImageButton_9.BorderColor3 = Color3.new(1, 1, 1)
  694. ImageButton_9.Size = UDim2.new(0, 100, 0, 100)
  695. ImageButton_9.Image = "rbxassetid://924320031"
  696.  
  697. ImageButton_10.Parent = Frame_2
  698. ImageButton_10.BackgroundColor3 = Color3.new(1, 1, 1)
  699. ImageButton_10.BorderColor3 = Color3.new(1, 1, 1)
  700. ImageButton_10.Size = UDim2.new(0, 100, 0, 100)
  701. ImageButton_10.Image = "rbxassetid://924320031"
  702.  
  703. ImageButton_11.Parent = Frame_2
  704. ImageButton_11.BackgroundColor3 = Color3.new(1, 1, 1)
  705. ImageButton_11.BorderColor3 = Color3.new(1, 1, 1)
  706. ImageButton_11.Size = UDim2.new(0, 100, 0, 100)
  707. ImageButton_11.Image = "rbxassetid://924320031"
  708.  
  709. ImageButton_12.Parent = Frame_2
  710. ImageButton_12.BackgroundColor3 = Color3.new(1, 1, 1)
  711. ImageButton_12.BorderColor3 = Color3.new(1, 1, 1)
  712. ImageButton_12.Size = UDim2.new(0, 100, 0, 100)
  713. ImageButton_12.Image = "rbxassetid://924320031"
  714.  
  715. ImageButton_13.Parent = Frame_2
  716. ImageButton_13.BackgroundColor3 = Color3.new(1, 1, 1)
  717. ImageButton_13.BorderColor3 = Color3.new(1, 1, 1)
  718. ImageButton_13.Size = UDim2.new(0, 100, 0, 100)
  719. ImageButton_13.Image = "rbxassetid://924320031"
  720.  
  721. ImageButton_14.Parent = Frame_2
  722. ImageButton_14.BackgroundColor3 = Color3.new(1, 1, 1)
  723. ImageButton_14.BorderColor3 = Color3.new(1, 1, 1)
  724. ImageButton_14.Size = UDim2.new(0, 100, 0, 100)
  725. ImageButton_14.Image = "rbxassetid://924320031"
  726.  
  727. ImageButton_15.Parent = Frame_2
  728. ImageButton_15.BackgroundColor3 = Color3.new(1, 1, 1)
  729. ImageButton_15.BorderColor3 = Color3.new(1, 1, 1)
  730. ImageButton_15.Size = UDim2.new(0, 100, 0, 100)
  731. ImageButton_15.Image = "rbxassetid://924320031"
  732.  
  733. ImageButton_16.Parent = Frame_2
  734. ImageButton_16.BackgroundColor3 = Color3.new(1, 1, 1)
  735. ImageButton_16.BorderColor3 = Color3.new(1, 1, 1)
  736. ImageButton_16.Size = UDim2.new(0, 100, 0, 100)
  737. ImageButton_16.Image = "rbxassetid://924320031"
  738.  
  739. ImageButton_17.Parent = Frame_2
  740. ImageButton_17.BackgroundColor3 = Color3.new(1, 1, 1)
  741. ImageButton_17.BorderColor3 = Color3.new(1, 1, 1)
  742. ImageButton_17.Size = UDim2.new(0, 100, 0, 100)
  743. ImageButton_17.Image = "rbxassetid://924320031"
  744.  
  745. ImageButton_18.Parent = Frame_2
  746. ImageButton_18.BackgroundColor3 = Color3.new(1, 1, 1)
  747. ImageButton_18.BorderColor3 = Color3.new(1, 1, 1)
  748. ImageButton_18.Size = UDim2.new(0, 100, 0, 100)
  749. ImageButton_18.Image = "rbxassetid://924320031"
  750.  
  751. Shade.Name = "Shade"
  752. Shade.Parent = Main
  753. Shade.BackgroundColor3 = Color3.new(1, 1, 1)
  754. Shade.BorderColor3 = Color3.new(1, 1, 1)
  755. Shade.Position = UDim2.new(0, 150, 0, 32)
  756. Shade.Size = UDim2.new(0, 0, 0, 468)
  757.  
  758. Executor.Name = "Executor"
  759. Executor.Parent = ScreenGui
  760. Executor.BackgroundColor3 = Color3.new(0, 0, 0)
  761. Executor.BorderColor3 = Color3.new(0, 0, 0)
  762. Executor.Position = UDim2.new(1, 0, 0.5, -200)
  763. Executor.Size = UDim2.new(0, 600, 0, 400)
  764.  
  765. ScrollingFrame.Parent = Executor
  766. ScrollingFrame.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  767. ScrollingFrame.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  768. ScrollingFrame.Size = UDim2.new(0, 600, 0, 340)
  769. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 50, 0)
  770.  
  771. ExecutorScript.Name = "ExecutorScript"
  772. ExecutorScript.Parent = ScrollingFrame
  773. ExecutorScript.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  774. ExecutorScript.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  775. ExecutorScript.Size = UDim2.new(1, 0, 50, 0)
  776. ExecutorScript.ClearTextOnFocus = false
  777. ExecutorScript.Font = Enum.Font.SourceSans
  778. ExecutorScript.PlaceholderText = "Enter your script."
  779. ExecutorScript.Text = ""
  780. ExecutorScript.TextColor3 = Color3.new(0, 0, 0)
  781. ExecutorScript.TextSize = 15
  782. ExecutorScript.TextYAlignment = Enum.TextYAlignment.Top
  783.  
  784. RunScript.Name = "RunScript"
  785. RunScript.Parent = Executor
  786. RunScript.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  787. RunScript.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  788. RunScript.Position = UDim2.new(0.5, -75, 0, 350)
  789. RunScript.Size = UDim2.new(0, 150, 0, 40)
  790. RunScript.Font = Enum.Font.SourceSansBold
  791. RunScript.Text = "Execute"
  792. RunScript.TextColor3 = Color3.new(1, 1, 1)
  793. RunScript.TextSize = 30
  794. RunScript.TextStrokeColor3 = Color3.new(1, 1, 1)
  795.  
  796. ExecutorMinimize.Name = "ExecutorMinimize"
  797. ExecutorMinimize.Parent = Executor
  798. ExecutorMinimize.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  799. ExecutorMinimize.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  800. ExecutorMinimize.Position = UDim2.new(0, 10, 0, 350)
  801. ExecutorMinimize.Size = UDim2.new(0, 40, 0, 40)
  802. ExecutorMinimize.Font = Enum.Font.SourceSansBold
  803. ExecutorMinimize.Text = "~"
  804. ExecutorMinimize.TextColor3 = Color3.new(1, 1, 1)
  805. ExecutorMinimize.TextSize = 70
  806. ExecutorMinimize.TextStrokeColor3 = Color3.new(1, 1, 1)
  807.  
  808. Intro.Name = "Intro"
  809. Intro.Parent = ScreenGui
  810. Intro.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  811. Intro.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  812. Intro.Position = UDim2.new(0.5, -100, 0.5, -100)
  813. Intro.Size = UDim2.new(0, 200, 0, 200)
  814.  
  815. Sspinny.Name = "Sspinny"
  816. Sspinny.Parent = Intro
  817. Sspinny.BackgroundColor3 = Color3.new(1, 1, 1)
  818. Sspinny.BackgroundTransparency = 1
  819. Sspinny.Position = UDim2.new(0, 50, 0, 50)
  820. Sspinny.Size = UDim2.new(0, 100, 0, 100)
  821. Sspinny.Image = "rbxassetid://2105946592"
  822.  
  823. TextLabel_6.Parent = Intro
  824. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  825. TextLabel_6.BackgroundTransparency = 1
  826. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  827. TextLabel_6.Font = Enum.Font.SourceSansBold
  828. TextLabel_6.Text = "No u suck"
  829. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  830. TextLabel_6.TextSize = 20
  831. TextLabel_6.TextStrokeColor3 = Color3.new(1, 1, 1)
  832. --// basic shit
  833. ExitButton.MouseButton1Click:connect(function()
  834. ScreenGui:Destroy()
  835. end)
  836. Main.Draggable = true
  837. Main.Active = true
  838. Main.Selectable = true
  839. -- Intro shit
  840. for i = 100,0,-1 do
  841. wait(0.1)
  842. Sspinny.Rotation = Sspinny.Rotation + 2
  843. end
  844. Intro:TweenPosition(UDim2.new(1,0,0.5,-100),"Out","Linear", 0.5)
  845. wait(0.5)
  846. Main:TweenPosition(UDim2.new(0.5,-400,0.5,-250),"Out","Linear",0.5)
  847.  
  848.  
  849. --// fe check
  850. if game.Workspace.FilteringEnabled == true then
  851. FeCheckHomePage.Text = "Fe is : Enabled"
  852. else
  853. FeCheckHomePage.Text = "Fe is : Disabled"
  854. end
  855. --// explorer and remote spy
  856. ExplorerButton.MouseButton1Click:connect(function()
  857. loadstring(game:GetObjects("rbxassetid://02109178923")[1].Source)()
  858. end)
  859. --// SWITCHING PAGES
  860.  
  861. go = false
  862.  
  863. HomeButton.MouseButton1Click:connect(function()
  864. if not go then
  865. Shade:TweenSize(UDim2.new(0,650,0,448),"Out","Linear",0.5)
  866. wait(0.7)
  867. HomePage.Visible = true
  868. LocalPlayerPage.Visible = false
  869. ScriptsPage.Visible = false
  870. Shade:TweenSize(UDim2.new(0,0,0,448),"Out","Linear",0.5)
  871. else
  872. wait(2)
  873. go = true
  874. end
  875. end)
  876.  
  877. LocalButton.MouseButton1Click:connect(function()
  878. if not go then
  879. Shade:TweenSize(UDim2.new(0,650,0,448),"Out","Linear",0.5)
  880. wait(0.7)
  881. HomePage.Visible = false
  882. LocalPlayerPage.Visible = true
  883. ScriptsPage.Visible = false
  884. Shade:TweenSize(UDim2.new(0,0,0,448),"Out","Linear",0.5)
  885. else
  886. wait(2)
  887. go = true
  888. end
  889. end)
  890.  
  891. ScriptsButton.MouseButton1Click:connect(function()
  892. if not go then
  893. Shade:TweenSize(UDim2.new(0,650,0,448),"Out","Linear",0.5)
  894. wait(0.7)
  895. HomePage.Visible = false
  896. LocalPlayerPage.Visible = false
  897. ScriptsPage.Visible = true
  898. Shade:TweenSize(UDim2.new(0,0,0,448),"Out","Linear",0.5)
  899. else
  900. wait(2)
  901. go = true
  902. end
  903. end)
  904.  
  905. ExecutorButton.MouseButton1Click:connect(function()
  906. if not go then
  907. Main:TweenPosition(UDim2.new(1,0,0.5,-250),"Out","Linear",0.5)
  908. Executor:TweenPosition(UDim2.new(0.5,-300,0.5,-200),"Out","Linear",0.5)
  909. end
  910. end)
  911.  
  912. ExecutorMinimize.MouseButton1Click:connect(function()
  913. if not go then
  914. Main:TweenPosition(UDim2.new(0.5,-400,0.5,-250),"Out","Linear",0.5)
  915. Executor:TweenPosition(UDim2.new(1,0,0.5,-200),"Out","Linear",0.5)
  916. end
  917. end)
  918.  
  919. --// LOCAL PLAYER PAGE FUNCTIONS
  920. HealthConfirmation.MouseButton1Click:connect(function()
  921. local lol = game.Players[PlayerValue.Text].Character
  922. local oof = lol:FindFirstChild("Humanoid")
  923. oof.Health = tonumber(HealthValue.Text)
  924. end)
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931. WalkspeedConfirmation.MouseButton1Click:connect(function()
  932. local lol = game.Players[PlayerValue.Text].Character
  933. local oof = lol:FindFirstChild("Humanoid")
  934. oof.WalkSpeed = tonumber(WalkspeedValue.Text)
  935. end)
  936.  
  937.  
  938.  
  939.  
  940. JumpPowerConfirmation.MouseButton1Click:connect(function()
  941. local lol = game.Players[PlayerValue.Text].Character
  942. local oof = lol:FindFirstChild("Humanoid")
  943. oof.JumpPower = tonumber(JumpPowerValue.Text)
  944. end)
  945.  
  946.  
  947.  
  948.  
  949. LoopKill.MouseButton1Click:connect(function()
  950. while true do
  951. local lol = game.Players[PlayerValue.Text].Character
  952. local oof = lol:FindFirstChild("Humanoid")
  953. oof.Health = 0
  954. end
  955. end)
  956.  
  957.  
  958.  
  959.  
  960.  
  961. Fly.MouseButton1Click:connect(function()
  962. repeat wait()
  963. until game.Players[PlayerValue.Text] and game.Players[PlayerValue.Text].Character and game.Players[PlayerValue.Text].Character:findFirstChild("Head") and game.Players[PlayerValue.Text].Character:findFirstChild("Humanoid")
  964. local mouse = game.Players.LocalPlayer:GetMouse()
  965. repeat wait() until mouse
  966. local plr = game.Players.LocalPlayer
  967. local torso = plr.Character.Head
  968. local flying = false
  969. local deb = true
  970. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  971. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  972. local maxspeed = 50
  973. local speed = 0
  974.  
  975. function Fly()
  976. local bg = Instance.new("BodyGyro", torso)
  977. bg.P = 9e4
  978. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  979. bg.cframe = torso.CFrame
  980. local bv = Instance.new("BodyVelocity", torso)
  981. bv.velocity = Vector3.new(0,0.1,0)
  982. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  983. repeat wait()
  984. plr.Character.Humanoid.PlatformStand = true
  985. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  986. speed = speed+.5+(speed/maxspeed)
  987. if speed > maxspeed then
  988. speed = maxspeed
  989. end
  990. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  991. speed = speed-1
  992. if speed < 0 then
  993. speed = 0
  994. end
  995. end
  996. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  997. 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
  998. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  999. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1000. 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
  1001. else
  1002. bv.velocity = Vector3.new(0,0.1,0)
  1003. end
  1004. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1005. until not flying
  1006. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1007. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1008. speed = 0
  1009. bg:Destroy()
  1010. bv:Destroy()
  1011. plr.Character.Humanoid.PlatformStand = false
  1012. end
  1013. mouse.KeyDown:connect(function(key)
  1014. if key:lower() == "e" then
  1015. if flying then flying = false
  1016. else
  1017. flying = true
  1018. Fly()
  1019. end
  1020. elseif key:lower() == "w" then
  1021. ctrl.f = 1
  1022. elseif key:lower() == "s" then
  1023. ctrl.b = -1
  1024. elseif key:lower() == "a" then
  1025. ctrl.l = -1
  1026. elseif key:lower() == "d" then
  1027. ctrl.r = 1
  1028. end
  1029. end)
  1030. mouse.KeyUp:connect(function(key)
  1031. if key:lower() == "w" then
  1032. ctrl.f = 0
  1033. elseif key:lower() == "s" then
  1034. ctrl.b = 0
  1035. elseif key:lower() == "a" then
  1036. ctrl.l = 0
  1037. elseif key:lower() == "d" then
  1038. ctrl.r = 0
  1039. end
  1040. end)
  1041. Fly()
  1042. end)
  1043. --// end of fly script
  1044.  
  1045.  
  1046.  
  1047.  
  1048. ToolsButton.MouseButton1Click:connect(function()
  1049.  
  1050. local clone = Instance.new("HopperBin")
  1051. clone.BinType = "Clone"
  1052. clone.Parent = game.Players[PlayerValue.Text].Backpack
  1053. local delete = Instance.new("HopperBin")
  1054. delete.BinType = "Hammer"
  1055. delete.Parent = game.Players[PlayerValue.Text].Backpack
  1056. local drag = Instance.new("HopperBin")
  1057. drag.BinType = "GameTool"
  1058. drag.Parent = game.Players[PlayerValue.Text].Backpack
  1059. end)
  1060.  
  1061.  
  1062.  
  1063. --// THE EXECUTOR FUNCTIONS
  1064. RunScript.MouseButton1Click:connect(function()
  1065. local code = ExecutorScript.Text
  1066. loadstring(code)()
  1067. end)
  1068.  
  1069. --// REMOTE SPY
  1070. RemSpyButton.MouseButton1Click:connect(function()
  1071. loadstring(game:GetObjects("rbxassetid://02109313951")[1].Source)()
  1072. end)
  1073.  
  1074. Swordburst.MouseButton1Click:connect(function()
  1075. -- Farewell Infortality.
  1076. -- Version: 2.82
  1077. -- Instances:
  1078. local ScreenGui = Instance.new("ScreenGui")
  1079. local Frame = Instance.new("Frame")
  1080. local Frame_2 = Instance.new("Frame")
  1081. local Close = Instance.new("TextButton")
  1082. local TextLabel = Instance.new("TextLabel")
  1083. local Frame_3 = Instance.new("Frame")
  1084. local ImageLabel = Instance.new("ImageLabel")
  1085. local Frame_4 = Instance.new("Frame")
  1086. local TextButton = Instance.new("TextButton")
  1087. --Properties:
  1088. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1089.  
  1090. Frame.Parent = ScreenGui
  1091. Frame.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  1092. Frame.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  1093. Frame.Position = UDim2.new(0.5, -250, 0.5, -150)
  1094. Frame.Size = UDim2.new(0, 500, 0, 300)
  1095. Frame.Selectable = true
  1096. Frame.Active = true
  1097. Frame.Draggable = true
  1098.  
  1099. Frame_2.Parent = Frame
  1100. Frame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1101. Frame_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1102. Frame_2.Size = UDim2.new(0, 500, 0, 20)
  1103.  
  1104. Close.Name = "Close"
  1105. Close.Parent = Frame_2
  1106. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1107. Close.BackgroundTransparency = 1
  1108. Close.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1109. Close.Size = UDim2.new(0, 20, 0, 20)
  1110. Close.Font = Enum.Font.SciFi
  1111. Close.Text = "X"
  1112. Close.TextColor3 = Color3.new(1, 1, 1)
  1113. Close.TextSize = 25
  1114. Close.TextStrokeColor3 = Color3.new(1, 1, 1)
  1115.  
  1116. TextLabel.Parent = Frame_2
  1117. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1118. TextLabel.BackgroundTransparency = 1
  1119. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  1120. TextLabel.Position = UDim2.new(0, 100, 0, 0)
  1121. TextLabel.Size = UDim2.new(0, 200, 0, 20)
  1122. TextLabel.Font = Enum.Font.SourceSansBold
  1123. TextLabel.Text = "Created by UniversalCheese"
  1124. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1125. TextLabel.TextSize = 15
  1126. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  1127.  
  1128. Frame_3.Parent = Frame
  1129. Frame_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1130. Frame_3.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1131. Frame_3.Position = UDim2.new(0, 0, 0, 22)
  1132. Frame_3.Size = UDim2.new(0, 100, 0, 278)
  1133.  
  1134. ImageLabel.Parent = Frame_3
  1135. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1136. ImageLabel.BackgroundTransparency = 1
  1137. ImageLabel.Position = UDim2.new(0, 0, 0.5, -50)
  1138. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  1139. ImageLabel.Image = "rbxassetid://2109066126"
  1140.  
  1141. Frame_4.Parent = Frame
  1142. Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1143. Frame_4.BackgroundTransparency = 1
  1144. Frame_4.Position = UDim2.new(0, 100, 0, 22)
  1145. Frame_4.Size = UDim2.new(0, 400, 0, 270)
  1146.  
  1147. TextButton.Parent = Frame_4
  1148. TextButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1149. TextButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1150. TextButton.Position = UDim2.new(0, 100, 0, 50)
  1151. TextButton.Size = UDim2.new(0, 200, 0, 50)
  1152. TextButton.Font = Enum.Font.SourceSansBold
  1153. TextButton.Text = "Auto Farm (Autoclicker required)"
  1154. TextButton.TextColor3 = Color3.new(1, 1, 1)
  1155. TextButton.TextSize = 20
  1156. TextButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  1157. TextButton.TextWrapped = true
  1158.  
  1159. Close.MouseButton1Click:connect(function()
  1160. ScreenGui:Destroy()
  1161. end)
  1162.  
  1163. TextButton.MouseButton1Click:connect(function()
  1164.  
  1165. local Rawr = {}
  1166. local Api = {}
  1167. local Log = {}
  1168.  
  1169. local function Service(name)
  1170. return game:GetService(name)
  1171. end
  1172.  
  1173. local function SecondsToClock(seconds)
  1174.  
  1175. local seconds = tonumber(seconds)
  1176. if seconds <= 0 then
  1177. return "00:00:00";
  1178. else
  1179. local hours = string.format("%02.f", math.floor(seconds/3600));
  1180. local mins = string.format("%02.f", math.floor(seconds/60 - (hours*60)));
  1181. local secs = string.format("%02.f", math.floor(seconds - hours*3600 - mins *60));
  1182. return hours..":"..mins..":"..secs
  1183. end
  1184. end
  1185.  
  1186. function Log:Init()
  1187. local Profile = game:GetService("ReplicatedStorage").Profiles[Api.GetPlayer().Name]
  1188. local Vel = Profile.Stats.Vel
  1189. local LastVel = Vel.Value
  1190. Log.Earned = {
  1191. Vel = 0,
  1192. Items = {},
  1193. }
  1194. Profile.Inventory.ChildAdded:Connect(function(item)
  1195. table.insert(Log.Earned.Items, item.Name)
  1196. if(Api.GetSetting("auto_dismantle") == true)then
  1197. Api.Dismantle(item.Name)
  1198. end
  1199. end)
  1200. Vel.Changed:Connect(function()
  1201. local earn = Vel.Value - LastVel
  1202. LastVel = Vel.Value
  1203. Log.Earned.Vel = Log.Earned.Vel + earn
  1204. end)
  1205. end
  1206.  
  1207. function Log.Save()
  1208. Log.Earned.RunTime = SecondsToClock(tick()-Api.Start)
  1209. Synapse:WriteFile(tick() .. "_log.dat", game:GetService("HttpService"):JSONEncode(Log.Earned))
  1210. end
  1211.  
  1212. function Rawr:Check(...) --secret sauce
  1213. local player = Api.GetPlayer()
  1214. local character = Api.GetCharacter()
  1215. local args = {...}
  1216.  
  1217. if(character and character.PrimaryPart and args[1]:lower()=="cframe")then
  1218. --player.Character = Api.FakeCharacter
  1219. player.Character.RobloxLocked = true
  1220. wait(Api.GetSetting("rawr_bypass_speed"))
  1221. character:SetPrimaryPartCFrame(args[2])
  1222. wait(Api.GetSetting("rawr_bypass_speed"))
  1223. --player.Character = character
  1224. player.Character.RobloxLocked = false
  1225. end
  1226. end
  1227.  
  1228. function Api.GetPlayer()
  1229. return game:GetService("Players").LocalPlayer
  1230. end
  1231.  
  1232. function Api.Dismantle(name)
  1233. game.ReplicatedStorage.Event:FireServer("Equipment", {
  1234. "Dismantle",
  1235. game:GetService("ReplicatedStorage").Profiles[Api.GetPlayer().Name].Inventory[name]
  1236. })
  1237. end
  1238.  
  1239. function Api.Replicate(object)
  1240. local Model = Instance.new("Model")
  1241. Model.Name = object.Name
  1242. for index, child in pairs(object:GetChildren()) do
  1243. local c = child:Clone()
  1244. c.Parent = Model
  1245. end
  1246. if(object.PrimaryPart)then
  1247. Model.PrimaryPart = Model[object.PrimaryPart.Name]
  1248. end
  1249. return Model
  1250. end
  1251.  
  1252. function Api.GetCharacter()
  1253. return Api.Character or Api.GetPlayer().Character
  1254. end
  1255.  
  1256. function Api.GetEntity(model)
  1257. return model:FindFirstChild("Entity")
  1258. end
  1259.  
  1260. function Api.Settings(...)
  1261. Api.Settings = {}
  1262. for name, value in pairs(...) do
  1263. Api.Settings[name] = value
  1264. end
  1265. end
  1266.  
  1267. function Api.GetSetting(name)
  1268. return Api.Settings[name]
  1269. end
  1270.  
  1271. function Api.IsValid(model)
  1272. if(model.PrimaryPart and model:FindFirstChild("Entity") and model.Entity:FindFirstChild("Health") and model.Parent~=nil and model:FindFirstChild("Nameplate"))then
  1273. return true
  1274. end
  1275. end
  1276.  
  1277. function Api.GetPlayerDistances(model)
  1278. local localPlayer = Api.GetPlayer()
  1279. local distances = {}
  1280. for index, player in pairs(Service("Players"):GetChildren()) do
  1281. if(player~=localPlayer and player.Character and player.Character:FindFirstChild("HumanoidRootPart") and model:FindFirstChild("HumanoidRootPart"))then
  1282. distances[player.Name] = (model.HumanoidRootPart.Position - player.Character.HumanoidRootPart.Position).magnitude
  1283. end
  1284. end
  1285. return distances
  1286. end
  1287.  
  1288. function Api.CheckNear(monster)
  1289. if(Api.GetSetting("avoid_players_nearby")["Enabled"] == true)then
  1290. local max_distance = Api.GetSetting("avoid_players_nearby")["Distance"]
  1291. local distances = Api.GetPlayerDistances(monster)
  1292. for player, distance in pairs(distances)do
  1293. if(distance <= max_distance)then
  1294. return false
  1295. end
  1296. end
  1297. end
  1298. return true
  1299. end
  1300.  
  1301. function Api.CheckBlacklist(monster)
  1302. for index, blacklist in pairs(Api.Blacklist) do
  1303. if(monster == blacklist)then
  1304. return false
  1305. end
  1306. end
  1307. return true
  1308. end
  1309.  
  1310. function Api.GetMonsters()
  1311. local targets = {}
  1312. for index, monster in pairs(Service("Workspace").Mobs:GetChildren()) do
  1313. local entity = monster:FindFirstChildOfClass("Folder")
  1314. local filterApplied = false
  1315. local distanceCheck = Api.CheckNear(monster)
  1316. if(monster.PrimaryPart and Api.IsValid(monster) and distanceCheck and Api.CheckBlacklist(monster))then
  1317. if(Api.GetSetting("monster_filter")["Enabled"] == true)then
  1318. if(entity.Health.Value >= Api.GetSetting("monster_filter")["max_monster_health"] and entity.Exp.Value >= Api.GetSetting("monster_filter")["min_exp_earned"])then
  1319. table.insert(targets, monster)
  1320. end
  1321. filterApplied = true
  1322. elseif(Api.GetSetting("target_specific_enemy").Enabled == true)then
  1323. if(Api.GetSetting("target_specific_enemy").Names[monster.Nameplate.SurfaceGui.TextLabel.Text] == true)then
  1324. table.insert(targets, monster)
  1325. end
  1326. filterApplied = true
  1327. end
  1328. if(filterApplied == false)then
  1329. table.insert(targets, monster)
  1330. end
  1331. end
  1332. end
  1333. return targets
  1334. end
  1335.  
  1336. function Api:Connect()
  1337. local player = Api.GetPlayer()
  1338. local character = Api.GetCharacter()
  1339. local setupCharacter = function(character)
  1340. Api.FakeCharacter = Api.Replicate(character)
  1341. end
  1342.  
  1343. setupCharacter(character)
  1344. player.CharacterAdded:Connect(setupCharacter)
  1345. end
  1346.  
  1347. function Api:SetKeys()
  1348. game:GetService("UserInputService").InputBegan:connect(function(Key)
  1349. if(Key.KeyCode == Api.GetSetting("stop_key"))then
  1350. Api.Enabled = false
  1351. elseif(Key.KeyCode == Api.GetSetting("pause_key"))then
  1352. Api.Paused = true
  1353. elseif(Key.KeyCode == Api.GetSetting("unpause_key"))then
  1354. Api.Paused = false
  1355. end
  1356. end)
  1357. end
  1358.  
  1359. function Api:Init()
  1360. Api.Blacklist = {}
  1361. Api.Start = tick()
  1362. Api.Paused = false
  1363. Api.CanClick = false
  1364. Api.Enabled = true
  1365. wait(Api.GetSetting("StartDelay"))
  1366. spawn(function()
  1367. while wait(Api.GetSetting("click_break_speed")) and Api.Enabled do
  1368. if(Api.Paused == false and Api.CanClick == true)then
  1369. if(mouse1click)then
  1370. mouse1click()
  1371. end
  1372. else
  1373. wait()
  1374. end
  1375. end
  1376. end)
  1377. while wait() and Api.Enabled do
  1378. if(Api.Paused == false)then
  1379. for index, monster in pairs(Api.GetMonsters()) do
  1380. local distanceCheck = Api.CheckNear(monster)
  1381. if(distanceCheck and Api.IsValid(monster) and Api.Enabled)then -- recheck
  1382. Rawr:Check("CFrame", monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3)) -- bypass
  1383. wait(Api.GetSetting("swap_monster_speed"))
  1384. local entity = Api.GetEntity(monster)
  1385. local base = entity.Health.Value
  1386. entity.Health.Changed:Connect(function()
  1387. if(entity.Health.Value == base)then
  1388. dontBreak = false
  1389. end
  1390. end)
  1391. dontBreak = true
  1392. local timer = 0
  1393. while dontBreak and Api.Enabled do
  1394. if(Api.Paused == false)then
  1395. local thisTime = wait()
  1396. wait(thisTime)
  1397. timer = timer + thisTime
  1398. if(timer >= Api.GetSetting("timeout")["time"])then
  1399. warn('Timeout exceeded!')
  1400. if(Api.GetSetting("timeout")["blacklist_monster_after_timeout"] == true)then
  1401. table.insert(Api.Blacklist, monster)
  1402. end
  1403. break
  1404. end
  1405. if(Api.IsValid(monster) and entity.Health.Value > 0)then
  1406. local character = Api.GetCharacter()
  1407. if(character)then
  1408. Api.CanClick = true
  1409. character:SetPrimaryPartCFrame(monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3))
  1410. else
  1411. character = Api.GetCharacter()
  1412. if(character)then
  1413. Rawr:Check("CFrame", monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3)) -- bypass
  1414. wait(Api.GetSetting("swap_monster_speed"))
  1415. end
  1416. end
  1417. else
  1418. Api.CanClick = false
  1419. break
  1420. end
  1421. else
  1422. wait()
  1423. end
  1424. end
  1425. wait(Api.GetSetting("swap_monster_speed"))
  1426. end
  1427. end
  1428. end
  1429. end
  1430. Log.Save()
  1431. end
  1432.  
  1433. Api.Settings({
  1434. ["start_delay"] = 2,
  1435. ["stop_key"] = Enum.KeyCode.Escape,
  1436. ["pause_key"] = Enum.KeyCode.LeftControl,
  1437. ["unpause_key"] = Enum.KeyCode.RightControl,
  1438. ["rawr_bypass_speed"] = 0.5, -- 0.65
  1439. ["swap_monster_speed"] = 0.2, -- 0.7,
  1440. ["click_break_speed"] = .01,
  1441. ["auto_dismantle"] = false,
  1442. ["timeout"] = {
  1443. ["time"] = 100000000,
  1444. ["blacklist_monster_after_timeout"] = false
  1445. },
  1446. ["monster_filter"] = {
  1447. ["Enabled"] = false,
  1448. ["max_monster_health"] = 0,
  1449. ["min_exp_earned"] = 0,
  1450. },
  1451. ["avoid_players_nearby"] = {
  1452. ["Enabled"] = true,
  1453. ["Distance"] = 200
  1454. },
  1455. ["target_specific_enemy"] = {
  1456. ["Enabled"] = true,
  1457. ["Names"] = {
  1458. ["Giant Ruins Hornet"] = false,
  1459. ["Enraged Lingerer"] = false,
  1460. ["Undead Berserker"] = false,
  1461. ["Undead Warrior"] = false,
  1462. ["Gargoyle Reaper"] = false,
  1463. ["Mortis the Flaming Sear"] = true,
  1464. }
  1465. }
  1466. })
  1467.  
  1468. Api:SetKeys()
  1469. Api:Connect()
  1470. Log:Init()
  1471. Api:Init()
  1472. end)
  1473.  
  1474. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement