Advertisement
Ihaveashortname

BorkHUB Source Code

Nov 26th, 2019
3,479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 115.46 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Security 2.0"; -- the title (ofc)
  3. Text = "Hey, if the script dosen't work then take out stuff of auto exec"; -- what the text says (ofc)
  4. Duration = 10; -- how long the notification should in secounds
  5. })
  6. wait(1.1)
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "Security 2.0"; -- the title (ofc)
  9. Text = "Key Sill don't work then hand type key: crack_head"; -- what the text says (ofc)
  10. Duration = 10; -- how long the notification should in secounds
  11. })
  12. --BorkHUB Strucid
  13. --[[ Instances ]]--
  14. local BorkHub = Instance.new("ScreenGui")
  15. local BorkTopMain = Instance.new("Frame")
  16. local BorkFrame = Instance.new("Frame")
  17. local Enterbtn = Instance.new("TextButton")
  18. local Input = Instance.new("TextBox")
  19. local BorkUpdateLog = Instance.new("Frame")
  20. local ChangeLogTitle = Instance.new("TextLabel")
  21. local Underline = Instance.new("Frame")
  22. local Change1 = Instance.new("TextLabel")
  23. local Change2 = Instance.new("TextLabel")
  24. local Change3 = Instance.new("TextLabel")
  25. local Date2 = Instance.new("TextLabel")
  26. local Date1 = Instance.new("TextLabel")
  27. local Date3 = Instance.new("TextLabel")
  28. local TitleBorker = Instance.new("TextLabel")
  29. local Frame = Instance.new("Frame")
  30. local Inject = Instance.new("TextButton")
  31. local Title = Instance.new("TextLabel")
  32. --[[ Properties ]]--
  33. BorkHub.Name = "BorkHub"
  34. BorkHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. BorkHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36. BorkHub.ResetOnSpawn = false
  37.  
  38. BorkTopMain.Name = "BorkTopMain"
  39. BorkTopMain.Parent = BorkHub
  40. BorkTopMain.Active = true
  41. BorkTopMain.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  42. BorkTopMain.BorderSizePixel = 0
  43. BorkTopMain.Position = UDim2.new(0.37227723, 0, 0.299472302, 0)
  44. BorkTopMain.Size = UDim2.new(0, 257, 0, 26)
  45.  
  46. BorkFrame.Name = "BorkFrame"
  47. BorkFrame.Parent = BorkTopMain
  48. BorkFrame.Active = true
  49. BorkFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  50. BorkFrame.BorderSizePixel = 0
  51. BorkFrame.Position = UDim2.new(0, 0, 0.985780597, 0)
  52. BorkFrame.Size = UDim2.new(0.999999881, 0, 10.1133595, 0)
  53.  
  54. Enterbtn.Name = "Enterbtn"
  55. Enterbtn.Parent = BorkFrame
  56. Enterbtn.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  57. Enterbtn.BorderSizePixel = 0
  58. Enterbtn.Position = UDim2.new(0.700389206, 0, 0.866920114, 0)
  59. Enterbtn.Size = UDim2.new(0.272373527, 0, 0.0798479095, 0)
  60. Enterbtn.Font = Enum.Font.SourceSans
  61. Enterbtn.Text = "Enter"
  62. Enterbtn.TextColor3 = Color3.new(1, 1, 1)
  63. Enterbtn.TextSize = 14
  64. Enterbtn.MouseButton1Down:connect(function()
  65. wait(1.5)
  66. game.StarterGui:SetCore("SendNotification", {
  67. Title = "BorkHUB"; -- the title (ofc)
  68. Text = "Thanks for using BorkHUB share this with your friends have a nice day"; -- what the text says (ofc)
  69. Duration = 25; -- how long the notification should in secounds
  70. })
  71. local players = game:GetService("Players")
  72. local player = players.LocalPlayer
  73.  
  74. if game.PlaceId == not 2377868063 and game.PlaceId == not 3606833500 and game.PlaceId == not 2633045061 and game.PlaceId == not 2674164583 then
  75. game.Players.LocalPlayer:Kick("This is not universal Please Enter STRUCID!!!")
  76. end
  77.  
  78. local CoreGui = game:GetService("CoreGui")
  79. local f8df987syg8 = Instance.new("ScreenGui")
  80. local LoginFrame = Instance.new("Frame")
  81. local ScriptTitle = Instance.new("TextLabel")
  82. local Close = Instance.new("TextButton")
  83. local LoginPrompt = Instance.new("TextLabel")
  84. local Key = Instance.new("TextBox")
  85. local Login = Instance.new("TextButton")
  86. local MainUI = Instance.new("Frame")
  87. local HomeM = Instance.new("Frame")
  88. local Welcome = Instance.new("TextLabel")
  89. local W1 = Instance.new("TextLabel")
  90. local W2 = Instance.new("TextLabel")
  91. local W3 = Instance.new("TextLabel")
  92. local W4 = Instance.new("TextLabel")
  93. local TOS = Instance.new("TextLabel")
  94. local Copy = Instance.new("TextButton")
  95. local Help = Instance.new("TextButton")
  96. local Line1 = Instance.new("TextLabel")
  97. local Line2 = Instance.new("TextLabel")
  98. local Line3 = Instance.new("TextLabel")
  99. local Line4 = Instance.new("TextLabel")
  100. local HelpM = Instance.new("Frame")
  101. local HelpTitle = Instance.new("TextLabel")
  102. local KeybindTitle = Instance.new("TextLabel")
  103. local K1 = Instance.new("TextLabel")
  104. local K2 = Instance.new("TextLabel")
  105. local NewBindDisclaimer = Instance.new("TextLabel")
  106. local Line1_2 = Instance.new("TextLabel")
  107. local Navigationtitle = Instance.new("TextLabel")
  108. local Line2_2 = Instance.new("TextLabel")
  109. local N1 = Instance.new("TextLabel")
  110. local Line3_2 = Instance.new("TextLabel")
  111. local N2 = Instance.new("TextLabel")
  112. local Line4_2 = Instance.new("TextLabel")
  113. local N1_2 = Instance.new("TextLabel")
  114. local Line4_3 = Instance.new("TextLabel")
  115. local Line4_4 = Instance.new("TextLabel")
  116. local CombatM = Instance.new("Frame")
  117. local CombatT = Instance.new("TextLabel")
  118. local SilentAim = Instance.new("TextButton")
  119. local Help_2 = Instance.new("TextButton")
  120. local Line1_3 = Instance.new("TextLabel")
  121. local SilentT = Instance.new("TextLabel")
  122. local AimbotT = Instance.new("TextLabel")
  123. local Aimbot = Instance.new("TextButton")
  124. local HitboxesT = Instance.new("TextLabel")
  125. local Hitboxes = Instance.new("TextButton")
  126. local Line6 = Instance.new("TextLabel")
  127. local GunModsT = Instance.new("TextLabel")
  128. local Line3_3 = Instance.new("TextLabel")
  129. local Line2_3 = Instance.new("TextLabel")
  130. local RapidFireT = Instance.new("TextLabel")
  131. local RapidFire = Instance.new("TextButton")
  132. local Line4_5 = Instance.new("TextLabel")
  133. local AutoReloadT = Instance.new("TextLabel")
  134. local AutoReload = Instance.new("TextButton")
  135. local NoSpreadT = Instance.new("TextLabel")
  136. local NoSpread = Instance.new("TextButton")
  137. local Line5 = Instance.new("TextLabel")
  138. local RenderM = Instance.new("Frame")
  139. local RenderT = Instance.new("TextLabel")
  140. local BoxESP = Instance.new("TextButton")
  141. local Help_3 = Instance.new("TextButton")
  142. local BoxESPT = Instance.new("TextLabel")
  143. local ChamsT = Instance.new("TextLabel")
  144. local Chams = Instance.new("TextButton")
  145. local Tracers = Instance.new("TextButton")
  146. local Line3_4 = Instance.new("TextLabel")
  147. local TracersT = Instance.new("TextLabel")
  148. local Line2_4 = Instance.new("TextLabel")
  149. local Line1_4 = Instance.new("TextLabel")
  150. local CreditsM = Instance.new("Frame")
  151. local CreditsT = Instance.new("TextLabel")
  152. local oof4dayz = Instance.new("TextLabel")
  153. local SantaModz = Instance.new("TextLabel")
  154. local Line1_5 = Instance.new("TextLabel")
  155. local Line2_5 = Instance.new("TextLabel")
  156. local PlayBoosterCheats = Instance.new("TextLabel")
  157. local Line3_5 = Instance.new("TextLabel")
  158. local litideagiver = Instance.new("TextLabel")
  159. local AboutM = Instance.new("Frame")
  160. local CreditsT_2 = Instance.new("TextLabel")
  161. local Version = Instance.new("TextLabel")
  162. local PatchFree = Instance.new("TextLabel")
  163. local Line1_6 = Instance.new("TextLabel")
  164. local Line2_6 = Instance.new("TextLabel")
  165. local UpdatedOn = Instance.new("TextLabel")
  166. local PlayBoosterCheats_2 = Instance.new("TextLabel")
  167. local Line3_6 = Instance.new("TextLabel")
  168. local SFLogo = Instance.new("ImageLabel")
  169. local MiscM = Instance.new("Frame")
  170. local MiscT = Instance.new("TextLabel")
  171. local Spinbot = Instance.new("TextButton")
  172. local Help_4 = Instance.new("TextButton")
  173. local SpinbotT = Instance.new("TextLabel")
  174. local InfJumpT = Instance.new("TextLabel")
  175. local InfJump = Instance.new("TextButton")
  176. local Line3_7 = Instance.new("TextLabel")
  177. local NoMapT = Instance.new("TextLabel")
  178. local Line1_7 = Instance.new("TextLabel")
  179. local Fly = Instance.new("TextButton")
  180. local Line2_7 = Instance.new("TextLabel")
  181. local NoMapT_2 = Instance.new("TextLabel")
  182. local NoMap = Instance.new("TextButton")
  183. local ScriptyGayM = Instance.new("Frame")
  184. local SG = Instance.new("TextLabel")
  185. local About = Instance.new("TextButton")
  186. local Combat = Instance.new("TextButton")
  187. local Credits = Instance.new("TextButton")
  188. local Home = Instance.new("TextButton")
  189. local Misc = Instance.new("TextButton")
  190. local Render = Instance.new("TextButton")
  191. --Properties:
  192. f8df987syg8.Name = "f8df987syg8"
  193. f8df987syg8.Parent = CoreGui
  194. f8df987syg8.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  195.  
  196. LoginFrame.Name = "LoginFrame"
  197. LoginFrame.Parent = f8df987syg8
  198. LoginFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  199. LoginFrame.BorderColor3 = Color3.new(1, 1, 1)
  200. LoginFrame.Position = UDim2.new(0.387814671, 0, 0.415783346, 0)
  201. LoginFrame.Size = UDim2.new(0, 200, 0, 182)
  202. LoginFrame.Active = true
  203. LoginFrame.Draggable = true
  204.  
  205. ScriptTitle.Name = "ScriptTitle"
  206. ScriptTitle.Parent = LoginFrame
  207. ScriptTitle.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  208. ScriptTitle.BorderSizePixel = 0
  209. ScriptTitle.Size = UDim2.new(0, 175, 0, 30)
  210. ScriptTitle.Font = Enum.Font.Gotham
  211. ScriptTitle.Text = "BorkHUB Login"
  212. ScriptTitle.TextColor3 = Color3.new(1, 1, 1)
  213. ScriptTitle.TextSize = 18
  214.  
  215. Close.Name = "Close"
  216. Close.Parent = LoginFrame
  217. Close.BackgroundColor3 = Color3.new(0.670588, 0.0784314, 0.105882)
  218. Close.BorderSizePixel = 0
  219. Close.Position = UDim2.new(0.875, 0, 0, 0)
  220. Close.Size = UDim2.new(0, 25, 0, 30)
  221. Close.Font = Enum.Font.Gotham
  222. Close.Text = "X"
  223. Close.TextColor3 = Color3.new(0, 0, 0)
  224. Close.TextSize = 14
  225.  
  226. LoginPrompt.Name = "LoginPrompt"
  227. LoginPrompt.Parent = LoginFrame
  228. LoginPrompt.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  229. LoginPrompt.BorderSizePixel = 0
  230. LoginPrompt.Position = UDim2.new(0, 0, 0.330894411, 0)
  231. LoginPrompt.Size = UDim2.new(0, 200, 0, 30)
  232. LoginPrompt.Font = Enum.Font.Gotham
  233. LoginPrompt.Text = "Welcome To BorkHUB"
  234. LoginPrompt.TextColor3 = Color3.new(1, 1, 1)
  235. LoginPrompt.TextSize = 16
  236.  
  237. Key.Name = "Key"
  238. Key.Parent = LoginFrame
  239. Key.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  240. Key.BorderSizePixel = 0
  241. Key.Position = UDim2.new(0, 0, 0.501172125, 0)
  242. Key.Size = UDim2.new(0, 200, 0, 30)
  243. Key.Font = Enum.Font.GothamSemibold
  244. Key.Text = "Whitelist key: PLEASE MOVE THIS UI HERE"
  245. Key.TextColor3 = Color3.new(1, 1, 1)
  246. Key.TextSize = 14
  247.  
  248. MainUI.Name = "MainUI"
  249. MainUI.Parent = f8df987syg8
  250. MainUI.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  251. MainUI.BorderColor3 = Color3.new(1, 1, 1)
  252. MainUI.Position = UDim2.new(0.277577668, 0, 0.254543483, 0)
  253. MainUI.Size = UDim2.new(0, 400, 0, 300)
  254. MainUI.Visible = true
  255. MainUI.Active = true
  256. MainUI.Draggable = true
  257.  
  258. HomeM.Name = "HomeM"
  259. HomeM.Parent = MainUI
  260. HomeM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  261. HomeM.BorderColor3 = Color3.new(1, 1, 1)
  262. HomeM.Position = UDim2.new(0.375, 0, 0, 0)
  263. HomeM.Size = UDim2.new(0, 250, 0, 300)
  264.  
  265. Welcome.Name = "Welcome"
  266. Welcome.Parent = HomeM
  267. Welcome.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  268. Welcome.BorderColor3 = Color3.new(1, 1, 1)
  269. Welcome.Size = UDim2.new(0, 250, 0, 30)
  270. Welcome.Font = Enum.Font.Gotham
  271. Welcome.Text = "Welcome to BorkHUB"
  272. Welcome.TextColor3 = Color3.new(1, 1, 1)
  273. Welcome.TextSize = 14
  274.  
  275. W1.Name = "W1"
  276. W1.Parent = HomeM
  277. W1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  278. W1.BorderColor3 = Color3.new(1, 1, 1)
  279. W1.BorderSizePixel = 0
  280. W1.Position = UDim2.new(0, 0, 0.100000024, 0)
  281. W1.Size = UDim2.new(0, 250, 0, 30)
  282. W1.Font = Enum.Font.Gotham
  283. W1.Text = "If you are a new buyer, we sincerely"
  284. W1.TextColor3 = Color3.new(1, 1, 1)
  285. W1.TextSize = 14
  286.  
  287. W2.Name = "W2"
  288. W2.Parent = HomeM
  289. W2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  290. W2.BorderSizePixel = 0
  291. W2.Position = UDim2.new(0, 0, 0.200000018, 0)
  292. W2.Size = UDim2.new(0, 250, 0, 30)
  293. W2.Font = Enum.Font.Gotham
  294. W2.Text = "thank you for choosing BorkHUB."
  295. W2.TextColor3 = Color3.new(1, 1, 1)
  296. W2.TextSize = 14
  297.  
  298. W3.Name = "W3"
  299. W3.Parent = HomeM
  300. W3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  301. W3.BorderSizePixel = 0
  302. W3.Position = UDim2.new(0, 0, 0.300000012, 0)
  303. W3.Size = UDim2.new(0, 250, 0, 30)
  304. W3.Font = Enum.Font.Gotham
  305. W3.Text = "We hope you enjoy our script."
  306. W3.TextColor3 = Color3.new(1, 1, 1)
  307. W3.TextSize = 14
  308.  
  309. W4.Name = "W4"
  310. W4.Parent = HomeM
  311. W4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  312. W4.BorderSizePixel = 0
  313. W4.Position = UDim2.new(0, 0, 0.400000006, 0)
  314. W4.Size = UDim2.new(0, 250, 0, 30)
  315. W4.Font = Enum.Font.Gotham
  316. W4.Text = "- BorkHUB Developers"
  317. W4.TextColor3 = Color3.new(1, 1, 1)
  318. W4.TextSize = 14
  319.  
  320. TOS.Name = "TOS"
  321. TOS.Parent = HomeM
  322. TOS.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  323. TOS.BorderSizePixel = 0
  324. TOS.Position = UDim2.new(0, 0, 0.699999988, 0)
  325. TOS.Size = UDim2.new(0, 250, 0, 30)
  326. TOS.Font = Enum.Font.Gotham
  327. TOS.Text = "Please read the ToS on our Discord."
  328. TOS.TextColor3 = Color3.new(1, 1, 1)
  329. TOS.TextSize = 14
  330.  
  331. Copy.Name = "Copy"
  332. Copy.Parent = HomeM
  333. Copy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  334. Copy.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  335. Copy.BorderSizePixel = 0
  336. Copy.Position = UDim2.new(0, 0, 0.796666622, 0)
  337. Copy.Size = UDim2.new(0, 250, 0, 30)
  338. Copy.Font = Enum.Font.Gotham
  339. Copy.Text = "Copy Discord Invite"
  340. Copy.TextColor3 = Color3.new(0.203922, 0.988235, 1)
  341. Copy.TextSize = 20
  342.  
  343. Help.Name = "Help"
  344. Help.Parent = HomeM
  345. Help.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  346. Help.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  347. Help.BorderSizePixel = 0
  348. Help.Position = UDim2.new(2.18860805e-08, 0, 0.896666646, 0)
  349. Help.Size = UDim2.new(0, 250, 0, 30)
  350. Help.Font = Enum.Font.Gotham
  351. Help.Text = "Need help? Click here."
  352. Help.TextColor3 = Color3.new(0.792157, 0.772549, 0.113725)
  353. Help.TextSize = 20
  354.  
  355. Line1.Name = "Line1"
  356. Line1.Parent = HomeM
  357. Line1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  358. Line1.BorderColor3 = Color3.new(1, 1, 1)
  359. Line1.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  360. Line1.Size = UDim2.new(0, 250, 0, 0)
  361. Line1.Font = Enum.Font.Gotham
  362. Line1.Text = ""
  363. Line1.TextColor3 = Color3.new(1, 1, 1)
  364. Line1.TextSize = 14
  365.  
  366. Line2.Name = "Line2"
  367. Line2.Parent = HomeM
  368. Line2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  369. Line2.BorderColor3 = Color3.new(1, 1, 1)
  370. Line2.Position = UDim2.new(-0.000999987125, 0, 0.5, 0)
  371. Line2.Size = UDim2.new(0, 250, 0, 0)
  372. Line2.Font = Enum.Font.Gotham
  373. Line2.Text = ""
  374. Line2.TextColor3 = Color3.new(1, 1, 1)
  375. Line2.TextSize = 14
  376.  
  377. Line3.Name = "Line3"
  378. Line3.Parent = HomeM
  379. Line3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  380. Line3.BorderColor3 = Color3.new(1, 1, 1)
  381. Line3.Position = UDim2.new(-0.000999987125, 0, 0.699999988, 0)
  382. Line3.Size = UDim2.new(0, 250, 0, 0)
  383. Line3.Font = Enum.Font.Gotham
  384. Line3.Text = ""
  385. Line3.TextColor3 = Color3.new(1, 1, 1)
  386. Line3.TextSize = 14
  387.  
  388. Line4.Name = "Line4"
  389. Line4.Parent = HomeM
  390. Line4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  391. Line4.BorderColor3 = Color3.new(1, 1, 1)
  392. Line4.Position = UDim2.new(-0.000999987125, 0, 0.800000012, 0)
  393. Line4.Size = UDim2.new(0, 250, 0, 0)
  394. Line4.Font = Enum.Font.Gotham
  395. Line4.Text = ""
  396. Line4.TextColor3 = Color3.new(1, 1, 1)
  397. Line4.TextSize = 14
  398.  
  399. HelpM.Name = "HelpM"
  400. HelpM.Parent = MainUI
  401. HelpM.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  402. HelpM.BorderColor3 = Color3.new(1, 1, 1)
  403. HelpM.Position = UDim2.new(0.375, 0, 0, 0)
  404. HelpM.Size = UDim2.new(0, 250, 0, 300)
  405. HelpM.Visible = false
  406.  
  407. HelpTitle.Name = "HelpTitle"
  408. HelpTitle.Parent = HelpM
  409. HelpTitle.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  410. HelpTitle.BorderColor3 = Color3.new(1, 1, 1)
  411. HelpTitle.Size = UDim2.new(0, 250, 0, 30)
  412. HelpTitle.Font = Enum.Font.Gotham
  413. HelpTitle.Text = "Here is some info that can help you."
  414. HelpTitle.TextColor3 = Color3.new(1, 1, 1)
  415. HelpTitle.TextSize = 14
  416.  
  417. KeybindTitle.Name = "KeybindTitle"
  418. KeybindTitle.Parent = HelpM
  419. KeybindTitle.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  420. KeybindTitle.BorderColor3 = Color3.new(1, 1, 1)
  421. KeybindTitle.Position = UDim2.new(0, 0, 0.100000001, 0)
  422. KeybindTitle.Size = UDim2.new(0, 250, 0, 30)
  423. KeybindTitle.Font = Enum.Font.Gotham
  424. KeybindTitle.Text = "GUI Keybinds:"
  425. KeybindTitle.TextColor3 = Color3.new(1, 1, 1)
  426. KeybindTitle.TextSize = 14
  427.  
  428. K1.Name = "K1"
  429. K1.Parent = HelpM
  430. K1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  431. K1.BorderColor3 = Color3.new(1, 1, 1)
  432. K1.BorderSizePixel = 0
  433. K1.Position = UDim2.new(0, 0, 0.200000003, 0)
  434. K1.Size = UDim2.new(0, 250, 0, 30)
  435. K1.Font = Enum.Font.Gotham
  436. K1.Text = "HOME - Hide/Show GUI"
  437. K1.TextColor3 = Color3.new(1, 1, 1)
  438. K1.TextSize = 14
  439.  
  440. K2.Name = "K2"
  441. K2.Parent = HelpM
  442. K2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  443. K2.BorderColor3 = Color3.new(1, 1, 1)
  444. K2.BorderSizePixel = 0
  445. K2.Position = UDim2.new(0, 0, 0.300000012, 0)
  446. K2.Size = UDim2.new(0, 250, 0, 30)
  447. K2.Font = Enum.Font.Gotham
  448. K2.Text = "END - Destroy GUI/Self Destruct"
  449. K2.TextColor3 = Color3.new(1, 1, 1)
  450. K2.TextSize = 14
  451.  
  452. NewBindDisclaimer.Name = "NewBindDisclaimer"
  453. NewBindDisclaimer.Parent = HelpM
  454. NewBindDisclaimer.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  455. NewBindDisclaimer.BorderColor3 = Color3.new(1, 1, 1)
  456. NewBindDisclaimer.BorderSizePixel = 0
  457. NewBindDisclaimer.Position = UDim2.new(0, 0, 0.400000006, 0)
  458. NewBindDisclaimer.Size = UDim2.new(0, 250, 0, 30)
  459. NewBindDisclaimer.Font = Enum.Font.Gotham
  460. NewBindDisclaimer.Text = "All new binds we add will be here!"
  461. NewBindDisclaimer.TextColor3 = Color3.new(1, 1, 1)
  462. NewBindDisclaimer.TextSize = 14
  463.  
  464. Line1_2.Name = "Line1"
  465. Line1_2.Parent = HelpM
  466. Line1_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  467. Line1_2.BorderColor3 = Color3.new(1, 1, 1)
  468. Line1_2.Position = UDim2.new(0, 0, 0.099999994, 0)
  469. Line1_2.Size = UDim2.new(0, 250, 0, 0)
  470. Line1_2.Font = Enum.Font.Gotham
  471. Line1_2.Text = ""
  472. Line1_2.TextColor3 = Color3.new(1, 1, 1)
  473. Line1_2.TextSize = 14
  474.  
  475. Navigationtitle.Name = "Navigationtitle"
  476. Navigationtitle.Parent = HelpM
  477. Navigationtitle.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  478. Navigationtitle.BorderColor3 = Color3.new(1, 1, 1)
  479. Navigationtitle.Position = UDim2.new(0, 0, 0.529999971, 0)
  480. Navigationtitle.Size = UDim2.new(0, 250, 0, 30)
  481. Navigationtitle.Font = Enum.Font.Gotham
  482. Navigationtitle.Text = "Navigation:"
  483. Navigationtitle.TextColor3 = Color3.new(1, 1, 1)
  484. Navigationtitle.TextSize = 14
  485.  
  486. Line2_2.Name = "Line2"
  487. Line2_2.Parent = HelpM
  488. Line2_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  489. Line2_2.BorderColor3 = Color3.new(1, 1, 1)
  490. Line2_2.Position = UDim2.new(0, 0, 0.5, 0)
  491. Line2_2.Size = UDim2.new(0, 250, 0, 0)
  492. Line2_2.Font = Enum.Font.Gotham
  493. Line2_2.Text = ""
  494. Line2_2.TextColor3 = Color3.new(1, 1, 1)
  495. Line2_2.TextSize = 14
  496.  
  497. N1.Name = "N1"
  498. N1.Parent = HelpM
  499. N1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  500. N1.BorderColor3 = Color3.new(1, 1, 1)
  501. N1.BorderSizePixel = 0
  502. N1.Position = UDim2.new(0, 0, 0.629999995, 0)
  503. N1.Size = UDim2.new(0, 250, 0, 30)
  504. N1.Font = Enum.Font.Gotham
  505. N1.Text = "Click any button on the left side"
  506. N1.TextColor3 = Color3.new(1, 1, 1)
  507. N1.TextSize = 14
  508.  
  509. Line3_2.Name = "Line3"
  510. Line3_2.Parent = HelpM
  511. Line3_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  512. Line3_2.BorderColor3 = Color3.new(1, 1, 1)
  513. Line3_2.Position = UDim2.new(0, 0, 0.529999971, 0)
  514. Line3_2.Size = UDim2.new(0, 250, 0, 0)
  515. Line3_2.Font = Enum.Font.Gotham
  516. Line3_2.Text = ""
  517. Line3_2.TextColor3 = Color3.new(1, 1, 1)
  518. Line3_2.TextSize = 14
  519.  
  520. N2.Name = "N2"
  521. N2.Parent = HelpM
  522. N2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  523. N2.BorderColor3 = Color3.new(1, 1, 1)
  524. N2.BorderSizePixel = 0
  525. N2.Position = UDim2.new(0, 0, 0.730000019, 0)
  526. N2.Size = UDim2.new(0, 250, 0, 30)
  527. N2.Font = Enum.Font.Gotham
  528. N2.Text = "and this side's menu will change!"
  529. N2.TextColor3 = Color3.new(1, 1, 1)
  530. N2.TextSize = 14
  531.  
  532. Line4_2.Name = "Line4"
  533. Line4_2.Parent = HelpM
  534. Line4_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  535. Line4_2.BorderColor3 = Color3.new(1, 1, 1)
  536. Line4_2.Position = UDim2.new(0, 0, 0.829999983, 0)
  537. Line4_2.Size = UDim2.new(0, 250, 0, 0)
  538. Line4_2.Font = Enum.Font.Gotham
  539. Line4_2.Text = ""
  540. Line4_2.TextColor3 = Color3.new(1, 1, 1)
  541. Line4_2.TextSize = 14
  542.  
  543. N1_2.Name = "N1"
  544. N1_2.Parent = HelpM
  545. N1_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  546. N1_2.BorderColor3 = Color3.new(1, 1, 1)
  547. N1_2.BorderSizePixel = 0
  548. N1_2.Position = UDim2.new(0, 0, 0.866666675, 0)
  549. N1_2.Size = UDim2.new(0, 250, 0, 30)
  550. N1_2.Font = Enum.Font.Gotham
  551. N1_2.Text = "We are not responsible for any manual bans."
  552. N1_2.TextColor3 = Color3.new(1, 0.137255, 0.137255)
  553. N1_2.TextSize = 10
  554.  
  555. Line4_3.Name = "Line4"
  556. Line4_3.Parent = HelpM
  557. Line4_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  558. Line4_3.BorderColor3 = Color3.new(1, 1, 1)
  559. Line4_3.Position = UDim2.new(0, 0, 0.866666675, 0)
  560. Line4_3.Size = UDim2.new(0, 250, 0, 0)
  561. Line4_3.Font = Enum.Font.Gotham
  562. Line4_3.Text = ""
  563. Line4_3.TextColor3 = Color3.new(1, 1, 1)
  564. Line4_3.TextSize = 14
  565.  
  566. Line4_4.Name = "Line4"
  567. Line4_4.Parent = HelpM
  568. Line4_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  569. Line4_4.BorderColor3 = Color3.new(1, 1, 1)
  570. Line4_4.Position = UDim2.new(0, 0, 0.966666818, 0)
  571. Line4_4.Size = UDim2.new(0, 250, 0, 0)
  572. Line4_4.Font = Enum.Font.Gotham
  573. Line4_4.Text = ""
  574. Line4_4.TextColor3 = Color3.new(1, 1, 1)
  575. Line4_4.TextSize = 14
  576.  
  577. CombatM.Name = "CombatM"
  578. CombatM.Parent = MainUI
  579. CombatM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  580. CombatM.BorderColor3 = Color3.new(1, 1, 1)
  581. CombatM.Position = UDim2.new(0.375, 0, 0, 0)
  582. CombatM.Size = UDim2.new(0, 250, 0, 300)
  583. CombatM.Visible = false
  584.  
  585. CombatT.Name = "CombatT"
  586. CombatT.Parent = CombatM
  587. CombatT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  588. CombatT.BorderColor3 = Color3.new(1, 1, 1)
  589. CombatT.Size = UDim2.new(0, 250, 0, 30)
  590. CombatT.Font = Enum.Font.Gotham
  591. CombatT.Text = "Combat"
  592. CombatT.TextColor3 = Color3.new(1, 1, 1)
  593. CombatT.TextSize = 14
  594.  
  595. SilentAim.Name = "SilentAim"
  596. SilentAim.Parent = CombatM
  597. SilentAim.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  598. SilentAim.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  599. SilentAim.BorderSizePixel = 0
  600. SilentAim.Position = UDim2.new(0.5, 0, 0.106666617, 0)
  601. SilentAim.Size = UDim2.new(0, 124, 0, 30)
  602. SilentAim.Font = Enum.Font.Gotham
  603. SilentAim.Text = "ACTIVATE"
  604. SilentAim.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  605. SilentAim.TextSize = 20
  606. SilentAim.MouseButton1Down:connect(function()
  607. local localPlayer = game:GetService("Players").LocalPlayer
  608. local currentCamera = game:GetService("Workspace").CurrentCamera
  609. local mouse = localPlayer:GetMouse()
  610. local teamCheck = true
  611.  
  612. local function getClosestPlayerToCursor()
  613. local closestPlayer = nil
  614. local shortestDistance = math.huge
  615.  
  616. for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  617. if v.Name ~= localPlayer.Name then
  618. if v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and teamCheck and v.Team ~= localPlayer.Team then
  619. local pos = currentCamera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  620. local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  621.  
  622. if magnitude < shortestDistance then
  623. closestPlayer = v
  624. shortestDistance = magnitude
  625. end
  626. elseif v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and not teamCheck then
  627. local pos = currentCamera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  628. local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  629.  
  630. if magnitude < shortestDistance then
  631. closestPlayer = v
  632. shortestDistance = magnitude
  633. end
  634. end
  635. end
  636. end
  637.  
  638. return closestPlayer
  639. end
  640.  
  641. game:GetService("UserInputService").InputBegan:Connect(function(input, onGui)
  642. if not onGui and input.KeyCode == Enum.KeyCode.T then
  643. teamCheck = not teamCheck
  644. end
  645. end)
  646.  
  647. local mt = getrawmetatable(game)
  648. local oldIndex = mt.__index
  649. local oldNamecall = mt.__namecall
  650. if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end
  651. local nameCallMethod = getnamecallmethod or get_namecall_method
  652. local newClose = newcclosure or function(f) return f end
  653.  
  654. mt.__index = newClose(function(t, k)
  655. if t == mouse and tostring(k) == "Hit" and getClosestPlayerToCursor() and getClosestPlayerToCursor().Character:FindFirstChild("Head") then
  656. return getClosestPlayerToCursor().Character.Head.CFrame
  657. end
  658.  
  659. return oldIndex(t, k)
  660. end)
  661.  
  662. mt.__namecall = newClose(function(...)
  663. local method = nameCallMethod()
  664. local args = {...}
  665.  
  666. if tostring(method) == "FindPartOnRayWithIgnoreList" and getClosestPlayerToCursor() and getClosestPlayerToCursor().Character then
  667. return oldNamecall(args[1], args[2], {game:GetService("Workspace").IgnoreThese, game:GetService("Players").LocalPlayer.Character, game:GetService("Workspace").BuildStuff, game:GetService("Workspace").Map})
  668. end
  669.  
  670. return oldNamecall(...)
  671. end)
  672.  
  673. if setreadonly then setreadonly(mt, true) else make_writeable(mt, false) end
  674.  
  675. local oldFunc
  676.  
  677. oldFunc = hookfunction(workspace.FindPartOnRayWithIgnoreList, function(...)
  678. local args = {...}
  679.  
  680. args[3] = {game:GetService("Workspace").IgnoreThese, game:GetService("Players").LocalPlayer.Character, game:GetService("Workspace").BuildStuff, game:GetService("Workspace").Map}
  681.  
  682. return oldFunc(unpack(args))
  683. end)
  684. end)
  685.  
  686. Help_2.Name = "Help"
  687. Help_2.Parent = CombatM
  688. Help_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  689. Help_2.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  690. Help_2.BorderSizePixel = 0
  691. Help_2.Position = UDim2.new(0, 0, 0.899999976, 0)
  692. Help_2.Size = UDim2.new(0, 250, 0, 30)
  693. Help_2.Font = Enum.Font.Gotham
  694. Help_2.Text = "Need help? Click here."
  695. Help_2.TextColor3 = Color3.new(0.792157, 0.772549, 0.113725)
  696. Help_2.TextSize = 20
  697.  
  698. Line1_3.Name = "Line1"
  699. Line1_3.Parent = CombatM
  700. Line1_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  701. Line1_3.BorderColor3 = Color3.new(1, 1, 1)
  702. Line1_3.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  703. Line1_3.Size = UDim2.new(0, 250, 0, 0)
  704. Line1_3.Font = Enum.Font.Gotham
  705. Line1_3.Text = ""
  706. Line1_3.TextColor3 = Color3.new(1, 1, 1)
  707. Line1_3.TextSize = 14
  708.  
  709. SilentT.Name = "SilentT"
  710. SilentT.Parent = CombatM
  711. SilentT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  712. SilentT.BorderColor3 = Color3.new(1, 1, 1)
  713. SilentT.BorderSizePixel = 0
  714. SilentT.Position = UDim2.new(0.00800000038, 0, 0.103333339, 0)
  715. SilentT.Size = UDim2.new(0, 124, 0, 30)
  716. SilentT.Font = Enum.Font.Gotham
  717. SilentT.Text = "Silent Aim/pSilent"
  718. SilentT.TextColor3 = Color3.new(1, 1, 1)
  719. SilentT.TextSize = 14
  720.  
  721. AimbotT.Name = "AimbotT"
  722. AimbotT.Parent = CombatM
  723. AimbotT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  724. AimbotT.BorderColor3 = Color3.new(1, 1, 1)
  725. AimbotT.BorderSizePixel = 0
  726. AimbotT.Position = UDim2.new(0.00800000038, 0, 0.203333333, 0)
  727. AimbotT.Size = UDim2.new(0, 124, 0, 30)
  728. AimbotT.Font = Enum.Font.Gotham
  729. AimbotT.Text = "Aimbot (BETA)"
  730. AimbotT.TextColor3 = Color3.new(1, 1, 1)
  731. AimbotT.TextSize = 14
  732.  
  733. Aimbot.Name = "Aimbot"
  734. Aimbot.Parent = CombatM
  735. Aimbot.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  736. Aimbot.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  737. Aimbot.BorderSizePixel = 0
  738. Aimbot.Position = UDim2.new(0.5, 0, 0.206666559, 0)
  739. Aimbot.Size = UDim2.new(0, 124, 0, 30)
  740. Aimbot.Font = Enum.Font.Gotham
  741. Aimbot.Text = "ACTIVATE"
  742. Aimbot.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  743. Aimbot.TextSize = 20
  744.  
  745. HitboxesT.Name = "HitboxesT"
  746. HitboxesT.Parent = CombatM
  747. HitboxesT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  748. HitboxesT.BorderColor3 = Color3.new(1, 1, 1)
  749. HitboxesT.BorderSizePixel = 0
  750. HitboxesT.Position = UDim2.new(0.00800000038, 0, 0.303333342, 0)
  751. HitboxesT.Size = UDim2.new(0, 124, 0, 30)
  752. HitboxesT.Font = Enum.Font.Gotham
  753. HitboxesT.Text = "Hitboxes v1.4"
  754. HitboxesT.TextColor3 = Color3.new(1, 1, 1)
  755. HitboxesT.TextSize = 14
  756.  
  757. Hitboxes.Name = "Hitboxes"
  758. Hitboxes.Parent = CombatM
  759. Hitboxes.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  760. Hitboxes.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  761. Hitboxes.BorderSizePixel = 0
  762. Hitboxes.Position = UDim2.new(0.5, 0, 0.306666553, 0)
  763. Hitboxes.Size = UDim2.new(0, 124, 0, 30)
  764. Hitboxes.Font = Enum.Font.Gotham
  765. Hitboxes.Text = "ACTIVATE"
  766. Hitboxes.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  767. Hitboxes.TextSize = 20
  768.  
  769. Line6.Name = "Line6"
  770. Line6.Parent = CombatM
  771. Line6.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  772. Line6.BorderColor3 = Color3.new(1, 1, 1)
  773. Line6.Position = UDim2.new(-0.00100000005, 0, 0.899999976, 0)
  774. Line6.Size = UDim2.new(0, 250, 0, 0)
  775. Line6.Font = Enum.Font.Gotham
  776. Line6.Text = ""
  777. Line6.TextColor3 = Color3.new(1, 1, 1)
  778. Line6.TextSize = 14
  779.  
  780. GunModsT.Name = "GunModsT"
  781. GunModsT.Parent = CombatM
  782. GunModsT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  783. GunModsT.BorderColor3 = Color3.new(1, 1, 1)
  784. GunModsT.Position = UDim2.new(0, 0, 0.430000007, 0)
  785. GunModsT.Size = UDim2.new(0, 250, 0, 30)
  786. GunModsT.Font = Enum.Font.Gotham
  787. GunModsT.Text = "Gun Mods"
  788. GunModsT.TextColor3 = Color3.new(1, 1, 1)
  789. GunModsT.TextSize = 14
  790.  
  791. Line3_3.Name = "Line3"
  792. Line3_3.Parent = CombatM
  793. Line3_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  794. Line3_3.BorderColor3 = Color3.new(1, 1, 1)
  795. Line3_3.Position = UDim2.new(-0.00100000005, 0, 0.430000007, 0)
  796. Line3_3.Size = UDim2.new(0, 250, 0, 0)
  797. Line3_3.Font = Enum.Font.Gotham
  798. Line3_3.Text = ""
  799. Line3_3.TextColor3 = Color3.new(1, 1, 1)
  800. Line3_3.TextSize = 14
  801.  
  802. Line2_3.Name = "Line2"
  803. Line2_3.Parent = CombatM
  804. Line2_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  805. Line2_3.BorderColor3 = Color3.new(1, 1, 1)
  806. Line2_3.Position = UDim2.new(-0.00100000005, 0, 0.403333336, 0)
  807. Line2_3.Size = UDim2.new(0, 250, 0, 0)
  808. Line2_3.Font = Enum.Font.Gotham
  809. Line2_3.Text = ""
  810. Line2_3.TextColor3 = Color3.new(1, 1, 1)
  811. Line2_3.TextSize = 14
  812.  
  813. RapidFireT.Name = "RapidFireT"
  814. RapidFireT.Parent = CombatM
  815. RapidFireT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  816. RapidFireT.BorderColor3 = Color3.new(1, 1, 1)
  817. RapidFireT.BorderSizePixel = 0
  818. RapidFireT.Position = UDim2.new(0, 0, 0.530000031, 0)
  819. RapidFireT.Size = UDim2.new(0, 124, 0, 30)
  820. RapidFireT.Font = Enum.Font.Gotham
  821. RapidFireT.Text = "RapidFire"
  822. RapidFireT.TextColor3 = Color3.new(1, 1, 1)
  823. RapidFireT.TextSize = 14
  824.  
  825. RapidFire.Name = "RapidFire"
  826. RapidFire.Parent = CombatM
  827. RapidFire.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  828. RapidFire.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  829. RapidFire.BorderSizePixel = 0
  830. RapidFire.Position = UDim2.new(0.496000022, 0, 0.529999912, 0)
  831. RapidFire.Size = UDim2.new(0, 124, 0, 30)
  832. RapidFire.Font = Enum.Font.Gotham
  833. RapidFire.Text = "ACTIVATE"
  834. RapidFire.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  835. RapidFire.TextSize = 20
  836.  
  837. Line4_5.Name = "Line4"
  838. Line4_5.Parent = CombatM
  839. Line4_5.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  840. Line4_5.BorderColor3 = Color3.new(1, 1, 1)
  841. Line4_5.Position = UDim2.new(-0.00100000005, 0, 0.529999971, 0)
  842. Line4_5.Size = UDim2.new(0, 250, 0, 0)
  843. Line4_5.Font = Enum.Font.Gotham
  844. Line4_5.Text = ""
  845. Line4_5.TextColor3 = Color3.new(1, 1, 1)
  846. Line4_5.TextSize = 14
  847.  
  848. AutoReloadT.Name = "AutoReloadT"
  849. AutoReloadT.Parent = CombatM
  850. AutoReloadT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  851. AutoReloadT.BorderColor3 = Color3.new(1, 1, 1)
  852. AutoReloadT.BorderSizePixel = 0
  853. AutoReloadT.Position = UDim2.new(0.00399999972, 0, 0.630000055, 0)
  854. AutoReloadT.Size = UDim2.new(0, 124, 0, 30)
  855. AutoReloadT.Font = Enum.Font.Gotham
  856. AutoReloadT.Text = "AutoReload"
  857. AutoReloadT.TextColor3 = Color3.new(1, 1, 1)
  858. AutoReloadT.TextSize = 14
  859.  
  860. AutoReload.Name = "AutoReload"
  861. AutoReload.Parent = CombatM
  862. AutoReload.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  863. AutoReload.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  864. AutoReload.BorderSizePixel = 0
  865. AutoReload.Position = UDim2.new(0.495999992, 0, 0.629999995, 0)
  866. AutoReload.Size = UDim2.new(0, 124, 0, 30)
  867. AutoReload.Font = Enum.Font.Gotham
  868. AutoReload.Text = "X"
  869. AutoReload.TextColor3 = Color3.new(0.760784, 0.141176, 0.141176)
  870. AutoReload.TextSize = 20
  871.  
  872. NoSpreadT.Name = "NoSpreadT"
  873. NoSpreadT.Parent = CombatM
  874. NoSpreadT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  875. NoSpreadT.BorderColor3 = Color3.new(1, 1, 1)
  876. NoSpreadT.BorderSizePixel = 0
  877. NoSpreadT.Position = UDim2.new(0.00399999972, 0, 0.730000079, 0)
  878. NoSpreadT.Size = UDim2.new(0, 124, 0, 30)
  879. NoSpreadT.Font = Enum.Font.Gotham
  880. NoSpreadT.Text = "NoSpread"
  881. NoSpreadT.TextColor3 = Color3.new(1, 1, 1)
  882. NoSpreadT.TextSize = 14
  883.  
  884. NoSpread.Name = "NoSpread/Wallbang"
  885. NoSpread.Parent = CombatM
  886. NoSpread.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  887. NoSpread.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  888. NoSpread.BorderSizePixel = 0
  889. NoSpread.Position = UDim2.new(0.495999992, 0, 0.730000019, 0)
  890. NoSpread.Size = UDim2.new(0, 124, 0, 30)
  891. NoSpread.Font = Enum.Font.Gotham
  892. NoSpread.Text = "ACTIVATE"
  893. NoSpread.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  894. NoSpread.TextSize = 20
  895. NoSpread.MouseButton1Down:connect(function()
  896. local ModTac = require(game.ReplicatedStorage.Weapons.Modules["Tac Shotgun"]);
  897. local ModSupAR = require(game.ReplicatedStorage.Weapons.Modules["Suppressed AR"]);
  898. local ModPistol = require(game.ReplicatedStorage.Weapons.Modules["Machine Pistol"]);
  899. local ModRPG = require(game.ReplicatedStorage.Weapons.Modules["RPG"]);
  900. local ModPick = require(game.ReplicatedStorage.Weapons.Modules["Pickaxe"]);
  901. local ModAR = require(game.ReplicatedStorage.Weapons.Modules["AR"]);
  902. local ModDrum = require(game.ReplicatedStorage.Weapons.Modules["Drum Gun"]);
  903. local ModSMG = require(game.ReplicatedStorage.Weapons.Modules["SMG 101"]);
  904. local ModHawk = require(game.ReplicatedStorage.Weapons.Modules["Desert Hawk"]);
  905.  
  906. ModTac["Innaccuracy"] = 0.209786354
  907. ModHawk["Innaccuracy"] = 0.209786354
  908. ModSMG["Innaccuracy"] = 0.209786354
  909. ModSniper["Innaccuracy"] = 0.209786354
  910. ModAR["Innaccuracy"] = 0.209786354
  911. ModSupAR["Innaccuracy"] = 0.209786354
  912. ModPistol["Innaccuracy"] = 0.209786354
  913. ModDrum["Innaccuracy"] = 0.209786354
  914. ModRPG["Innaccuracy"] = 0.209786354
  915. end)
  916.  
  917. Line5.Name = "Line5"
  918. Line5.Parent = CombatM
  919. Line5.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  920. Line5.BorderColor3 = Color3.new(1, 1, 1)
  921. Line5.Position = UDim2.new(-0.00100000005, 0, 0.829999983, 0)
  922. Line5.Size = UDim2.new(0, 250, 0, 0)
  923. Line5.Font = Enum.Font.Gotham
  924. Line5.Text = ""
  925. Line5.TextColor3 = Color3.new(1, 1, 1)
  926. Line5.TextSize = 14
  927.  
  928. RenderM.Name = "RenderM"
  929. RenderM.Parent = MainUI
  930. RenderM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  931. RenderM.BorderColor3 = Color3.new(1, 1, 1)
  932. RenderM.Position = UDim2.new(0.375, 0, 0, 0)
  933. RenderM.Size = UDim2.new(0, 250, 0, 300)
  934. RenderM.Visible = false
  935.  
  936. RenderT.Name = "RenderT"
  937. RenderT.Parent = RenderM
  938. RenderT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  939. RenderT.BorderColor3 = Color3.new(1, 1, 1)
  940. RenderT.Size = UDim2.new(0, 250, 0, 30)
  941. RenderT.Font = Enum.Font.Gotham
  942. RenderT.Text = "Render"
  943. RenderT.TextColor3 = Color3.new(1, 1, 1)
  944. RenderT.TextSize = 14
  945.  
  946. BoxESP.Name = "BoxESP"
  947. BoxESP.Parent = RenderM
  948. BoxESP.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  949. BoxESP.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  950. BoxESP.BorderSizePixel = 0
  951. BoxESP.Position = UDim2.new(0.5, 0, 0.106666617, 0)
  952. BoxESP.Size = UDim2.new(0, 124, 0, 30)
  953. BoxESP.Font = Enum.Font.Gotham
  954. BoxESP.Text = "ACTIVATE"
  955. BoxESP.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  956. BoxESP.TextSize = 20
  957.  
  958. Help_3.Name = "Help"
  959. Help_3.Parent = RenderM
  960. Help_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  961. Help_3.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  962. Help_3.BorderSizePixel = 0
  963. Help_3.Position = UDim2.new(0, 0, 0.899999976, 0)
  964. Help_3.Size = UDim2.new(0, 250, 0, 30)
  965. Help_3.Font = Enum.Font.Gotham
  966. Help_3.Text = "Need help? Click here."
  967. Help_3.TextColor3 = Color3.new(0.792157, 0.772549, 0.113725)
  968. Help_3.TextSize = 20
  969.  
  970. BoxESPT.Name = "BoxESPT"
  971. BoxESPT.Parent = RenderM
  972. BoxESPT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  973. BoxESPT.BorderColor3 = Color3.new(1, 1, 1)
  974. BoxESPT.BorderSizePixel = 0
  975. BoxESPT.Position = UDim2.new(0.00800000038, 0, 0.103333339, 0)
  976. BoxESPT.Size = UDim2.new(0, 124, 0, 30)
  977. BoxESPT.Font = Enum.Font.Gotham
  978. BoxESPT.Text = "BoxESP"
  979. BoxESPT.TextColor3 = Color3.new(1, 1, 1)
  980. BoxESPT.TextSize = 14
  981.  
  982. ChamsT.Name = "ChamsT"
  983. ChamsT.Parent = RenderM
  984. ChamsT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  985. ChamsT.BorderColor3 = Color3.new(1, 1, 1)
  986. ChamsT.BorderSizePixel = 0
  987. ChamsT.Position = UDim2.new(0.00800000038, 0, 0.203333333, 0)
  988. ChamsT.Size = UDim2.new(0, 124, 0, 30)
  989. ChamsT.Font = Enum.Font.Gotham
  990. ChamsT.Text = "Chams"
  991. ChamsT.TextColor3 = Color3.new(1, 1, 1)
  992. ChamsT.TextSize = 14
  993.  
  994. Chams.Name = "Chams"
  995. Chams.Parent = RenderM
  996. Chams.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  997. Chams.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  998. Chams.BorderSizePixel = 0
  999. Chams.Position = UDim2.new(0.5, 0, 0.206666559, 0)
  1000. Chams.Size = UDim2.new(0, 124, 0, 30)
  1001. Chams.Font = Enum.Font.Gotham
  1002. Chams.Text = "ACTIVATE"
  1003. Chams.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  1004. Chams.TextSize = 20
  1005.  
  1006. Tracers.Name = "Tracers"
  1007. Tracers.Parent = RenderM
  1008. Tracers.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1009. Tracers.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1010. Tracers.BorderSizePixel = 0
  1011. Tracers.Position = UDim2.new(0.5, 0, 0.306666553, 0)
  1012. Tracers.Size = UDim2.new(0, 124, 0, 30)
  1013. Tracers.Font = Enum.Font.Gotham
  1014. Tracers.Text = "X"
  1015. Tracers.TextColor3 = Color3.new(0.760784, 0.141176, 0.141176)
  1016. Tracers.TextSize = 20
  1017.  
  1018. Line3_4.Name = "Line3"
  1019. Line3_4.Parent = RenderM
  1020. Line3_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1021. Line3_4.BorderColor3 = Color3.new(1, 1, 1)
  1022. Line3_4.Position = UDim2.new(-0.00100000005, 0, 0.899999976, 0)
  1023. Line3_4.Size = UDim2.new(0, 250, 0, 0)
  1024. Line3_4.Font = Enum.Font.Gotham
  1025. Line3_4.Text = ""
  1026. Line3_4.TextColor3 = Color3.new(1, 1, 1)
  1027. Line3_4.TextSize = 14
  1028.  
  1029. TracersT.Name = "TracersT"
  1030. TracersT.Parent = RenderM
  1031. TracersT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1032. TracersT.BorderColor3 = Color3.new(1, 1, 1)
  1033. TracersT.BorderSizePixel = 0
  1034. TracersT.Position = UDim2.new(0.00800000038, 0, 0.303333342, 0)
  1035. TracersT.Size = UDim2.new(0, 124, 0, 30)
  1036. TracersT.Font = Enum.Font.Gotham
  1037. TracersT.Text = "Tracers"
  1038. TracersT.TextColor3 = Color3.new(1, 1, 1)
  1039. TracersT.TextSize = 14
  1040.  
  1041. Line2_4.Name = "Line2"
  1042. Line2_4.Parent = RenderM
  1043. Line2_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1044. Line2_4.BorderColor3 = Color3.new(1, 1, 1)
  1045. Line2_4.Position = UDim2.new(-0.000999999698, 0, 0.416666687, 0)
  1046. Line2_4.Size = UDim2.new(0, 250, 0, 0)
  1047. Line2_4.Font = Enum.Font.Gotham
  1048. Line2_4.Text = ""
  1049. Line2_4.TextColor3 = Color3.new(1, 1, 1)
  1050. Line2_4.TextSize = 14
  1051.  
  1052. Line1_4.Name = "Line1"
  1053. Line1_4.Parent = RenderM
  1054. Line1_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1055. Line1_4.BorderColor3 = Color3.new(1, 1, 1)
  1056. Line1_4.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  1057. Line1_4.Size = UDim2.new(0, 250, 0, 0)
  1058. Line1_4.Font = Enum.Font.Gotham
  1059. Line1_4.Text = ""
  1060. Line1_4.TextColor3 = Color3.new(1, 1, 1)
  1061. Line1_4.TextSize = 14
  1062.  
  1063. CreditsM.Name = "CreditsM"
  1064. CreditsM.Parent = MainUI
  1065. CreditsM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1066. CreditsM.BorderColor3 = Color3.new(1, 1, 1)
  1067. CreditsM.Position = UDim2.new(0.375, 0, 0, 0)
  1068. CreditsM.Size = UDim2.new(0, 250, 0, 300)
  1069. CreditsM.Visible = false
  1070.  
  1071. CreditsT.Name = "CreditsT"
  1072. CreditsT.Parent = CreditsM
  1073. CreditsT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1074. CreditsT.BorderColor3 = Color3.new(1, 1, 1)
  1075. CreditsT.Size = UDim2.new(0, 250, 0, 30)
  1076. CreditsT.Font = Enum.Font.Gotham
  1077. CreditsT.Text = "BorkHUB Credits"
  1078. CreditsT.TextColor3 = Color3.new(1, 1, 1)
  1079. CreditsT.TextSize = 14
  1080.  
  1081. oof4dayz.Name = "YoungStar"
  1082. oof4dayz.Parent = CreditsM
  1083. oof4dayz.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1084. oof4dayz.BorderColor3 = Color3.new(1, 1, 1)
  1085. oof4dayz.BorderSizePixel = 0
  1086. oof4dayz.Position = UDim2.new(0, 0, 0.100000024, 0)
  1087. oof4dayz.Size = UDim2.new(0, 250, 0, 30)
  1088. oof4dayz.Font = Enum.Font.Gotham
  1089. oof4dayz.Text = "Owner of BorkHUB - Bork#1622"
  1090. oof4dayz.TextColor3 = Color3.new(1, 1, 1)
  1091. oof4dayz.TextSize = 14
  1092.  
  1093. SantaModz.Name = "BORK"
  1094. SantaModz.Parent = CreditsM
  1095. SantaModz.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1096. SantaModz.BorderSizePixel = 0
  1097. SantaModz.Position = UDim2.new(0, 0, 0.200000018, 0)
  1098. SantaModz.Size = UDim2.new(0, 250, 0, 30)
  1099. SantaModz.Font = Enum.Font.Gotham
  1100. SantaModz.Text = "Dev - Ihaveashortnamefordiscord#0587"
  1101. SantaModz.TextColor3 = Color3.new(1, 1, 1)
  1102. SantaModz.TextSize = 14
  1103.  
  1104. Line1_5.Name = "Line1"
  1105. Line1_5.Parent = CreditsM
  1106. Line1_5.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1107. Line1_5.BorderColor3 = Color3.new(1, 1, 1)
  1108. Line1_5.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  1109. Line1_5.Size = UDim2.new(0, 250, 0, 0)
  1110. Line1_5.Font = Enum.Font.Gotham
  1111. Line1_5.Text = ""
  1112. Line1_5.TextColor3 = Color3.new(1, 1, 1)
  1113. Line1_5.TextSize = 14
  1114.  
  1115. Line2_5.Name = "Line2"
  1116. Line2_5.Parent = CreditsM
  1117. Line2_5.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1118. Line2_5.BorderColor3 = Color3.new(1, 1, 1)
  1119. Line2_5.Position = UDim2.new(-0.00100000005, 0, 0.409999996, 0)
  1120. Line2_5.Size = UDim2.new(0, 250, 0, 0)
  1121. Line2_5.Font = Enum.Font.Gotham
  1122. Line2_5.Text = ""
  1123. Line2_5.TextColor3 = Color3.new(1, 1, 1)
  1124. Line2_5.TextSize = 14
  1125.  
  1126. PlayBoosterCheats.Name = "THE SKIDDERS"
  1127. PlayBoosterCheats.Parent = CreditsM
  1128. PlayBoosterCheats.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1129. PlayBoosterCheats.BorderSizePixel = 0
  1130. PlayBoosterCheats.Position = UDim2.new(0, 0, 0.900000036, 0)
  1131. PlayBoosterCheats.Size = UDim2.new(0, 250, 0, 30)
  1132. PlayBoosterCheats.Font = Enum.Font.Gotham
  1133. PlayBoosterCheats.Text = "Made by BorkHUB"
  1134. PlayBoosterCheats.TextColor3 = Color3.new(1, 1, 1)
  1135. PlayBoosterCheats.TextSize = 14
  1136.  
  1137. Line3_5.Name = "Line3"
  1138. Line3_5.Parent = CreditsM
  1139. Line3_5.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1140. Line3_5.BorderColor3 = Color3.new(1, 1, 1)
  1141. Line3_5.Position = UDim2.new(0, 0, 0.899999976, 0)
  1142. Line3_5.Size = UDim2.new(0, 250, 0, 0)
  1143. Line3_5.Font = Enum.Font.Gotham
  1144. Line3_5.Text = ""
  1145. Line3_5.TextColor3 = Color3.new(1, 1, 1)
  1146. Line3_5.TextSize = 14
  1147.  
  1148. litideagiver.Name = "lit idea giver"
  1149. litideagiver.Parent = CreditsM
  1150. litideagiver.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1151. litideagiver.BorderSizePixel = 0
  1152. litideagiver.Position = UDim2.new(0, 0, 0.300000012, 0)
  1153. litideagiver.Size = UDim2.new(0, 250, 0, 30)
  1154. litideagiver.Font = Enum.Font.Gotham
  1155. litideagiver.Text = "Head Dev - YoungStar#0001"
  1156. litideagiver.TextColor3 = Color3.new(1, 1, 1)
  1157. litideagiver.TextSize = 14
  1158.  
  1159. AboutM.Name = "AboutM"
  1160. AboutM.Parent = MainUI
  1161. AboutM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1162. AboutM.BorderColor3 = Color3.new(1, 1, 1)
  1163. AboutM.Position = UDim2.new(0.375, 0, 0, 0)
  1164. AboutM.Size = UDim2.new(0, 250, 0, 300)
  1165. AboutM.Visible = false
  1166.  
  1167. CreditsT_2.Name = "CreditsT"
  1168. CreditsT_2.Parent = AboutM
  1169. CreditsT_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1170. CreditsT_2.BorderColor3 = Color3.new(1, 1, 1)
  1171. CreditsT_2.Size = UDim2.new(0, 250, 0, 30)
  1172. CreditsT_2.Font = Enum.Font.Gotham
  1173. CreditsT_2.Text = "About BorkHUB"
  1174. CreditsT_2.TextColor3 = Color3.new(1, 1, 1)
  1175. CreditsT_2.TextSize = 14
  1176.  
  1177. Version.Name = "Version"
  1178. Version.Parent = AboutM
  1179. Version.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1180. Version.BorderColor3 = Color3.new(1, 1, 1)
  1181. Version.BorderSizePixel = 0
  1182. Version.Position = UDim2.new(0, 0, 0.100000024, 0)
  1183. Version.Size = UDim2.new(0, 250, 0, 30)
  1184. Version.Font = Enum.Font.Gotham
  1185. Version.Text = "Script Version: v1.0 BETA"
  1186. Version.TextColor3 = Color3.new(1, 1, 1)
  1187. Version.TextSize = 14
  1188.  
  1189. PatchFree.Name = "PatchFree"
  1190. PatchFree.Parent = AboutM
  1191. PatchFree.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1192. PatchFree.BorderSizePixel = 0
  1193. PatchFree.Position = UDim2.new(0, 0, 0.300000042, 0)
  1194. PatchFree.Size = UDim2.new(0, 250, 0, 30)
  1195. PatchFree.Font = Enum.Font.Gotham
  1196. PatchFree.Text = "Patch-free since: 10/06/19"
  1197. PatchFree.TextColor3 = Color3.new(1, 1, 1)
  1198. PatchFree.TextSize = 14
  1199.  
  1200. Line1_6.Name = "Line1"
  1201. Line1_6.Parent = AboutM
  1202. Line1_6.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1203. Line1_6.BorderColor3 = Color3.new(1, 1, 1)
  1204. Line1_6.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  1205. Line1_6.Size = UDim2.new(0, 250, 0, 0)
  1206. Line1_6.Font = Enum.Font.Gotham
  1207. Line1_6.Text = ""
  1208. Line1_6.TextColor3 = Color3.new(1, 1, 1)
  1209. Line1_6.TextSize = 14
  1210.  
  1211. Line2_6.Name = "Line2"
  1212. Line2_6.Parent = AboutM
  1213. Line2_6.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1214. Line2_6.BorderColor3 = Color3.new(1, 1, 1)
  1215. Line2_6.Position = UDim2.new(-0.000999987125, 0, 0.400000006, 0)
  1216. Line2_6.Size = UDim2.new(0, 250, 0, 0)
  1217. Line2_6.Font = Enum.Font.Gotham
  1218. Line2_6.Text = ""
  1219. Line2_6.TextColor3 = Color3.new(1, 1, 1)
  1220. Line2_6.TextSize = 14
  1221.  
  1222. UpdatedOn.Name = "UpdatedOn"
  1223. UpdatedOn.Parent = AboutM
  1224. UpdatedOn.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1225. UpdatedOn.BorderSizePixel = 0
  1226. UpdatedOn.Position = UDim2.new(0, 0, 0.200000018, 0)
  1227. UpdatedOn.Size = UDim2.new(0, 250, 0, 30)
  1228. UpdatedOn.Font = Enum.Font.Gotham
  1229. UpdatedOn.Text = "Updated on: 10/06/2019"
  1230. UpdatedOn.TextColor3 = Color3.new(1, 1, 1)
  1231. UpdatedOn.TextSize = 14
  1232.  
  1233. PlayBoosterCheats_2.Name = "THE SKIDDERS"
  1234. PlayBoosterCheats_2.Parent = AboutM
  1235. PlayBoosterCheats_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1236. PlayBoosterCheats_2.BorderSizePixel = 0
  1237. PlayBoosterCheats_2.Position = UDim2.new(0, 0, 0.900000036, 0)
  1238. PlayBoosterCheats_2.Size = UDim2.new(0, 250, 0, 30)
  1239. PlayBoosterCheats_2.Font = Enum.Font.Gotham
  1240. PlayBoosterCheats_2.Text = "Made by BorkHUB"
  1241. PlayBoosterCheats_2.TextColor3 = Color3.new(1, 1, 1)
  1242. PlayBoosterCheats_2.TextSize = 14
  1243.  
  1244. Line3_6.Name = "Line3"
  1245. Line3_6.Parent = AboutM
  1246. Line3_6.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1247. Line3_6.BorderColor3 = Color3.new(1, 1, 1)
  1248. Line3_6.Position = UDim2.new(0, 0, 0.899999976, 0)
  1249. Line3_6.Size = UDim2.new(0, 250, 0, 0)
  1250. Line3_6.Font = Enum.Font.Gotham
  1251. Line3_6.Text = ""
  1252. Line3_6.TextColor3 = Color3.new(1, 1, 1)
  1253. Line3_6.TextSize = 14
  1254.  
  1255. SFLogo.Name = "SFLogo"
  1256. SFLogo.Parent = AboutM
  1257. SFLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1258. SFLogo.BorderColor3 = Color3.new(1, 1, 1)
  1259. SFLogo.Position = UDim2.new(0.13301146, 0, 0.430000007, 0)
  1260. SFLogo.Size = UDim2.new(0, 183, 0, 130)
  1261. SFLogo.Image = "http://www.roblox.com/asset/?id=966751823"
  1262.  
  1263. MiscM.Name = "MiscM"
  1264. MiscM.Parent = MainUI
  1265. MiscM.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1266. MiscM.BorderColor3 = Color3.new(1, 1, 1)
  1267. MiscM.Position = UDim2.new(0.375, 0, 0, 0)
  1268. MiscM.Size = UDim2.new(0, 250, 0, 300)
  1269. MiscM.Visible = false
  1270.  
  1271. MiscT.Name = "MiscT"
  1272. MiscT.Parent = MiscM
  1273. MiscT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1274. MiscT.BorderColor3 = Color3.new(1, 1, 1)
  1275. MiscT.Size = UDim2.new(0, 250, 0, 30)
  1276. MiscT.Font = Enum.Font.Gotham
  1277. MiscT.Text = "Misc"
  1278. MiscT.TextColor3 = Color3.new(1, 1, 1)
  1279. MiscT.TextSize = 14
  1280.  
  1281. Spinbot.Name = "Spinbot"
  1282. Spinbot.Parent = MiscM
  1283. Spinbot.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1284. Spinbot.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1285. Spinbot.BorderSizePixel = 0
  1286. Spinbot.Position = UDim2.new(0.5, 0, 0.106666617, 0)
  1287. Spinbot.Size = UDim2.new(0, 124, 0, 30)
  1288. Spinbot.Font = Enum.Font.Gotham
  1289. Spinbot.Text = "ACTIVATE"
  1290. Spinbot.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  1291. Spinbot.TextSize = 20
  1292.  
  1293. Help_4.Name = "Help"
  1294. Help_4.Parent = MiscM
  1295. Help_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1296. Help_4.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1297. Help_4.BorderSizePixel = 0
  1298. Help_4.Position = UDim2.new(0, 0, 0.899999976, 0)
  1299. Help_4.Size = UDim2.new(0, 250, 0, 30)
  1300. Help_4.Font = Enum.Font.Gotham
  1301. Help_4.Text = "Need help? Click here."
  1302. Help_4.TextColor3 = Color3.new(0.792157, 0.772549, 0.113725)
  1303. Help_4.TextSize = 20
  1304.  
  1305. SpinbotT.Name = "SpinbotT"
  1306. SpinbotT.Parent = MiscM
  1307. SpinbotT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1308. SpinbotT.BorderColor3 = Color3.new(1, 1, 1)
  1309. SpinbotT.BorderSizePixel = 0
  1310. SpinbotT.Position = UDim2.new(0.00800000038, 0, 0.103333339, 0)
  1311. SpinbotT.Size = UDim2.new(0, 124, 0, 30)
  1312. SpinbotT.Font = Enum.Font.Gotham
  1313. SpinbotT.Text = "Spinbot"
  1314. SpinbotT.TextColor3 = Color3.new(1, 1, 1)
  1315. SpinbotT.TextSize = 14
  1316.  
  1317. InfJumpT.Name = "InfJumpT"
  1318. InfJumpT.Parent = MiscM
  1319. InfJumpT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1320. InfJumpT.BorderColor3 = Color3.new(1, 1, 1)
  1321. InfJumpT.BorderSizePixel = 0
  1322. InfJumpT.Position = UDim2.new(0.00800000038, 0, 0.203333333, 0)
  1323. InfJumpT.Size = UDim2.new(0, 124, 0, 30)
  1324. InfJumpT.Font = Enum.Font.Gotham
  1325. InfJumpT.Text = "Infinite Jump"
  1326. InfJumpT.TextColor3 = Color3.new(1, 1, 1)
  1327. InfJumpT.TextSize = 14
  1328.  
  1329. InfJump.Name = "InfJump"
  1330. InfJump.Parent = MiscM
  1331. InfJump.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1332. InfJump.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1333. InfJump.BorderSizePixel = 0
  1334. InfJump.Position = UDim2.new(0.5, 0, 0.206666559, 0)
  1335. InfJump.Size = UDim2.new(0, 124, 0, 30)
  1336. InfJump.Font = Enum.Font.Gotham
  1337. InfJump.Text = "ACTIVATE"
  1338. InfJump.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  1339. InfJump.TextSize = 20
  1340.  
  1341. Line3_7.Name = "Line3"
  1342. Line3_7.Parent = MiscM
  1343. Line3_7.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1344. Line3_7.BorderColor3 = Color3.new(1, 1, 1)
  1345. Line3_7.Position = UDim2.new(-0.00100000005, 0, 0.899999976, 0)
  1346. Line3_7.Size = UDim2.new(0, 250, 0, 0)
  1347. Line3_7.Font = Enum.Font.Gotham
  1348. Line3_7.Text = ""
  1349. Line3_7.TextColor3 = Color3.new(1, 1, 1)
  1350. Line3_7.TextSize = 14
  1351.  
  1352. NoMapT.Name = "NoMapT"
  1353. NoMapT.Parent = MiscM
  1354. NoMapT.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1355. NoMapT.BorderColor3 = Color3.new(1, 1, 1)
  1356. NoMapT.BorderSizePixel = 0
  1357. NoMapT.Position = UDim2.new(0.00800000038, 0, 0.303333342, 0)
  1358. NoMapT.Size = UDim2.new(0, 124, 0, 30)
  1359. NoMapT.Font = Enum.Font.Gotham
  1360. NoMapT.Text = "Fly (BETA)"
  1361. NoMapT.TextColor3 = Color3.new(1, 1, 1)
  1362. NoMapT.TextSize = 14
  1363.  
  1364. Line1_7.Name = "Line1"
  1365. Line1_7.Parent = MiscM
  1366. Line1_7.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1367. Line1_7.BorderColor3 = Color3.new(1, 1, 1)
  1368. Line1_7.Position = UDim2.new(-0.000999987125, 0, 0.099999994, 0)
  1369. Line1_7.Size = UDim2.new(0, 250, 0, 0)
  1370. Line1_7.Font = Enum.Font.Gotham
  1371. Line1_7.Text = ""
  1372. Line1_7.TextColor3 = Color3.new(1, 1, 1)
  1373. Line1_7.TextSize = 14
  1374.  
  1375. Fly.Name = "Fly"
  1376. Fly.Parent = MiscM
  1377. Fly.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1378. Fly.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1379. Fly.BorderSizePixel = 0
  1380. Fly.Position = UDim2.new(0.5, 0, 0.306666553, 0)
  1381. Fly.Size = UDim2.new(0, 124, 0, 30)
  1382. Fly.Font = Enum.Font.Gotham
  1383. Fly.Text = "ACTIVATE"
  1384. Fly.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  1385. Fly.TextSize = 20
  1386.  
  1387. Line2_7.Name = "Line2"
  1388. Line2_7.Parent = MiscM
  1389. Line2_7.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1390. Line2_7.BorderColor3 = Color3.new(1, 1, 1)
  1391. Line2_7.Position = UDim2.new(0, 0, 0.50666678, 0)
  1392. Line2_7.Size = UDim2.new(0, 250, 0, 0)
  1393. Line2_7.Font = Enum.Font.Gotham
  1394. Line2_7.Text = ""
  1395. Line2_7.TextColor3 = Color3.new(1, 1, 1)
  1396. Line2_7.TextSize = 14
  1397.  
  1398. NoMapT_2.Name = "NoMapT"
  1399. NoMapT_2.Parent = MiscM
  1400. NoMapT_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1401. NoMapT_2.BorderColor3 = Color3.new(1, 1, 1)
  1402. NoMapT_2.BorderSizePixel = 0
  1403. NoMapT_2.Position = UDim2.new(0.00800000038, 0, 0.403333336, 0)
  1404. NoMapT_2.Size = UDim2.new(0, 124, 0, 30)
  1405. NoMapT_2.Font = Enum.Font.Gotham
  1406. NoMapT_2.Text = "NoMap (BETA)"
  1407. NoMapT_2.TextColor3 = Color3.new(1, 1, 1)
  1408. NoMapT_2.TextSize = 14
  1409.  
  1410. NoMap.Name = "NoMap"
  1411. NoMap.Parent = MiscM
  1412. NoMap.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1413. NoMap.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1414. NoMap.BorderSizePixel = 0
  1415. NoMap.Position = UDim2.new(0.5, 0, 0.399999887, 0)
  1416. NoMap.Size = UDim2.new(0, 124, 0, 30)
  1417. NoMap.Font = Enum.Font.Gotham
  1418. NoMap.Text = "ACTIVATE"
  1419. NoMap.TextColor3 = Color3.new(0.286275, 0.760784, 0.0862745)
  1420. NoMap.TextSize = 20
  1421.  
  1422. ScriptyGayM.Name = "ScriptyGayM"
  1423. ScriptyGayM.Parent = MainUI
  1424. ScriptyGayM.BackgroundColor3 = Color3.new(0.384314, 1, 0)
  1425. ScriptyGayM.BorderColor3 = Color3.new(1, 1, 1)
  1426. ScriptyGayM.BorderSizePixel = 0
  1427. ScriptyGayM.Position = UDim2.new(0.375, 0, 0, 0)
  1428. ScriptyGayM.Size = UDim2.new(0, 250, 0, 300)
  1429. ScriptyGayM.Visible = false
  1430.  
  1431. SG.Name = "SG"
  1432. SG.Parent = ScriptyGayM
  1433. SG.BackgroundColor3 = Color3.new(0.215686, 1, 0)
  1434. SG.BorderColor3 = Color3.new(1, 1, 1)
  1435. SG.Size = UDim2.new(0, 250, 0, 300)
  1436. SG.Font = Enum.Font.GothamBlack
  1437. SG.Text = "Scripty Gay"
  1438. SG.TextColor3 = Color3.new(1, 0.933333, 0)
  1439. SG.TextScaled = true
  1440. SG.TextSize = 14
  1441. SG.TextWrapped = true
  1442.  
  1443. About.Name = "About"
  1444. About.Parent = MainUI
  1445. About.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1446. About.BorderColor3 = Color3.new(0.862745, 0.505882, 0.0705882)
  1447. About.BorderSizePixel = 2
  1448. About.Position = UDim2.new(0.0309999846, 0, 0.864942551, 0)
  1449. About.Size = UDim2.new(0, 121, 0, 30)
  1450. About.Selected = true
  1451. About.Font = Enum.Font.Gotham
  1452. About.Text = "About BorkHUB"
  1453. About.TextColor3 = Color3.new(1, 1, 1)
  1454. About.TextSize = 20
  1455.  
  1456. Combat.Name = "Combat"
  1457. Combat.Parent = MainUI
  1458. Combat.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1459. Combat.BorderColor3 = Color3.new(0.67451, 0, 0.00784314)
  1460. Combat.BorderSizePixel = 2
  1461. Combat.Position = UDim2.new(0.0309999995, 0, 0.200000003, 0)
  1462. Combat.Size = UDim2.new(0, 121, 0, 30)
  1463. Combat.Font = Enum.Font.Gotham
  1464. Combat.Text = "Combat"
  1465. Combat.TextColor3 = Color3.new(1, 1, 1)
  1466. Combat.TextSize = 20
  1467.  
  1468. Credits.Name = "Credits"
  1469. Credits.Parent = MainUI
  1470. Credits.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1471. Credits.BorderColor3 = Color3.new(0.615686, 0.615686, 0)
  1472. Credits.BorderSizePixel = 2
  1473. Credits.Position = UDim2.new(0.0309999995, 0, 0.699999988, 0)
  1474. Credits.Size = UDim2.new(0, 121, 0, 30)
  1475. Credits.Font = Enum.Font.Gotham
  1476. Credits.Text = "Credits"
  1477. Credits.TextColor3 = Color3.new(1, 1, 1)
  1478. Credits.TextSize = 20
  1479.  
  1480. Home.Name = "Home"
  1481. Home.Parent = MainUI
  1482. Home.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1483. Home.BorderColor3 = Color3.new(0.0627451, 0.67451, 0.67451)
  1484. Home.BorderSizePixel = 2
  1485. Home.Position = UDim2.new(0.0309999995, 0, 0.0350000001, 0)
  1486. Home.Size = UDim2.new(0, 121, 0, 30)
  1487. Home.Font = Enum.Font.Gotham
  1488. Home.Text = "Home"
  1489. Home.TextColor3 = Color3.new(1, 1, 1)
  1490. Home.TextSize = 20
  1491.  
  1492. Misc.Name = "Misc"
  1493. Misc.Parent = MainUI
  1494. Misc.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1495. Misc.BorderColor3 = Color3.new(0.635294, 0.0980392, 0.67451)
  1496. Misc.BorderSizePixel = 2
  1497. Misc.Position = UDim2.new(0.0309999995, 0, 0.532000005, 0)
  1498. Misc.Size = UDim2.new(0, 121, 0, 30)
  1499. Misc.Font = Enum.Font.Gotham
  1500. Misc.Text = "Misc"
  1501. Misc.TextColor3 = Color3.new(1, 1, 1)
  1502. Misc.TextSize = 20
  1503.  
  1504. Render.Name = "Render"
  1505. Render.Parent = MainUI
  1506. Render.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1507. Render.BorderColor3 = Color3.new(0.152941, 0.67451, 0.113725)
  1508. Render.BorderSizePixel = 2
  1509. Render.Position = UDim2.new(0.0309999846, 0, 0.369000047, 0)
  1510. Render.Size = UDim2.new(0, 121, 0, 30)
  1511. Render.Font = Enum.Font.Gotham
  1512. Render.Text = "Render"
  1513. Render.TextColor3 = Color3.new(1, 1, 1)
  1514. Render.TextSize = 20
  1515. -- Scripts:
  1516. function SCRIPT_JQBJ80_FAKESCRIPT() -- Close.LocalScript
  1517. local script = Instance.new('LocalScript')
  1518. script.Parent = Close
  1519. script.Parent.MouseButton1Click:Connect(function()
  1520. script.Parent.Parent.Parent:Remove()
  1521. end)
  1522.  
  1523. end
  1524. coroutine.resume(coroutine.create(SCRIPT_JQBJ80_FAKESCRIPT))
  1525. function SCRIPT_GDEZ85_FAKESCRIPT() -- Login.f
  1526. local script = Instance.new('LocalScript')
  1527. script.Parent = Login
  1528. local authID = 0
  1529.  
  1530. local script = Instance.new('LocalScript')
  1531. script.Parent = Login
  1532. local script = Instance.new('LocalScript')
  1533. script.Parent = Login
  1534. function loadUI()
  1535. LoginFrame.Visible=false
  1536. MainUI.Visible=true
  1537. HomeM.Visible=true
  1538. CombatM.Visible=false
  1539. MiscM.Visible=false
  1540. RenderM.Visible=false
  1541. end
  1542.  
  1543. script.Parent.MouseButton1Click:Connect(function(plr)
  1544. loadUi()
  1545. end)
  1546.  
  1547.  
  1548. end
  1549. coroutine.resume(coroutine.create(SCRIPT_GDEZ85_FAKESCRIPT))
  1550. function SCRIPT_QPJA66_FAKESCRIPT() -- Copy.LocalScript
  1551. local script = Instance.new('LocalScript')
  1552. script.Parent = Copy
  1553. script.Parent.MouseButton1Click:Connect(function()
  1554. setclipboard("https://discord.gg/Vtuy4Up")
  1555. end)
  1556.  
  1557.  
  1558. end
  1559. coroutine.resume(coroutine.create(SCRIPT_QPJA66_FAKESCRIPT))
  1560. function SCRIPT_CPGM65_FAKESCRIPT() -- Help.LocalScript
  1561. local script = Instance.new('LocalScript')
  1562. script.Parent = Help
  1563. script.Parent.MouseButton1Click:Connect(function()
  1564. script.Parent.Parent.Parent.HomeM.Visible=false
  1565. script.Parent.Parent.Parent.HelpM.Visible=true
  1566. end)
  1567.  
  1568. end
  1569. coroutine.resume(coroutine.create(SCRIPT_CPGM65_FAKESCRIPT))
  1570. function SCRIPT_TBKL68_FAKESCRIPT() -- Help_2.LocalScript
  1571. local script = Instance.new('LocalScript')
  1572. script.Parent = Help_2
  1573. script.Parent.MouseButton1Click:Connect(function()
  1574. script.Parent.Parent.Parent.CombatM.Visible = false
  1575. script.Parent.Parent.Parent.HelpM.Visible = true
  1576. end)
  1577.  
  1578. end
  1579. coroutine.resume(coroutine.create(SCRIPT_TBKL68_FAKESCRIPT))
  1580. function SCRIPT_CAKM70_FAKESCRIPT() -- Aimbot.LocalScript
  1581. local script = Instance.new('LocalScript')
  1582. script.Parent = Aimbot
  1583. script.Parent.MouseButton1Click:Connect(function()
  1584. local UIS = game:GetService('UserInputService')
  1585. local RS = game:GetService('RunService')
  1586. local Players = game:GetService('Players')
  1587. local StarterGui = game:GetService('StarterGui')
  1588. local Player = Players.LocalPlayer
  1589. local Studio = RS:IsStudio()
  1590. local PlayerGui = game.CoreGui
  1591. local Mouse = Player:GetMouse()
  1592. local old_icon = Mouse.Icon
  1593. local Camera = workspace.CurrentCamera
  1594. targetpart = 'Head' -- Don't change this.
  1595. -- It can be changed with the targetpart_change hotkey ingame.
  1596. local target
  1597. local alert = false
  1598. local lockedon = false
  1599. local settingkey = false
  1600. local upvals = nil
  1601. local val = 1
  1602. local windows = {}
  1603.  
  1604.  
  1605. local version = 1.25
  1606. local Spawn = nil or game.PlaceId == 292439477 and workspace:WaitForChild('Lobby',2):WaitForChild('Spawn1',2)
  1607. local spawned = false
  1608.  
  1609. script.Name = 'SF Aimbot!'
  1610. Mouse.TargetFilter = Camera
  1611.  
  1612. -- hotkey
  1613. toggle_aim = Enum.UserInputType.MouseButton2
  1614. toggle_aimbot = Enum.KeyCode.Delete
  1615. toggle_trigger = Enum.KeyCode.I
  1616. toggle_esp = Enum.KeyCode.Delete
  1617. toggle_gui = Enum.KeyCode.Delete
  1618. toggle_bottompos = Enum.KeyCode.Delete
  1619. toggle_performance = Enum.KeyCode.Delete
  1620. toggle_bones = Enum.KeyCode.Delete
  1621. toggle_chams = Enum.KeyCode.Delete
  1622. toggle_tracers = Enum.KeyCode.Delete
  1623. toggle_boxes = Enum.KeyCode.Delete
  1624. toggle_font = Enum.KeyCode.Delete
  1625. ffatoggle = Enum.KeyCode.Delete
  1626. targetpart_change = Enum.KeyCode.L
  1627. priority_toggle = Enum.KeyCode.Delete
  1628. sethotkey = Enum.KeyCode.Delete
  1629. -- aim fov
  1630. fov_increase = Enum.KeyCode.KeypadPlus
  1631. fov_decrease = Enum.KeyCode.KeypadMinus
  1632. -- aim sens (how smooth your crosshair will move)
  1633. sens_increase = Enum.KeyCode.RightBracket
  1634. sens_decrease = Enum.KeyCode.LeftBracket
  1635.  
  1636. -- parts
  1637. parts = {
  1638.  
  1639. }
  1640.  
  1641. fonts = {
  1642. Enum.Font.SourceSansBold,
  1643. Enum.Font.Cartoon,
  1644. Enum.Font.Arcade,
  1645. Enum.Font.SciFi,
  1646. Enum.Font.Fantasy,
  1647. Enum.Font.Code,
  1648. Enum.Font.Highway,
  1649. Enum.Font.Bodoni
  1650. }
  1651.  
  1652. textSet = false
  1653.  
  1654. currentfont = 4
  1655. hidden = false
  1656. performance = false
  1657. -- aim
  1658. fov = 7
  1659. ffa = true
  1660. sens = 0.75
  1661. drop = 0
  1662. aim_toggled = false
  1663. bottompos = true
  1664. aim_priority = 2
  1665. -- [2] FOV or [1] Distance
  1666. aimingcolor = Color3.fromRGB(1,1,0)
  1667. aimbot_toggled = true
  1668. aim_line = true
  1669. locksoundid = 538769304
  1670. mouseiconid = 18671553
  1671.  
  1672. -- trigger
  1673. trigger_toggled = true
  1674. trigger_delay = 1/20
  1675.  
  1676. -- esp
  1677. esp_toggled = false
  1678. esp_bones = false
  1679. esp_chams = false
  1680. esp_tracers = false
  1681. -- item_esp (coming soon)
  1682. linesize = 5
  1683. showdists = true
  1684. textsize = 14
  1685. textoffset = 20
  1686. visiblecolor = Color3.fromRGB(38,255,99)
  1687. hiddencolor = Color3.fromRGB(255,37,40)
  1688. headboxsize = 1
  1689. headboxaimsize = 2
  1690. headboxshape = 'rectangle'
  1691. -- rectangle or diamond
  1692.  
  1693. -- box esp
  1694. bounding_box = true
  1695. -- box_pointsize = 0 [UNUSED]
  1696. box_line_size = 1
  1697. -- box_line_size_visible = 2 [UNUSED]
  1698.  
  1699. local GUI = Instance.new('ScreenGui',PlayerGui)
  1700. GUI.Name = 'SF Aimbot '..version
  1701. GUI.ResetOnSpawn = false
  1702.  
  1703. ESP = Instance.new('Folder',GUI)
  1704. ESP.Name = 'ESP'
  1705. local Bottom = Instance.new('Frame',ESP)
  1706. Bottom.Name = 'Bottom'
  1707. Bottom.BackgroundTransparency = 1
  1708. Bottom.Size = UDim2.new(0,1,0,1)
  1709. Bottom.Position = UDim2.new(.5,0,1,1)
  1710.  
  1711. local FovGui = Instance.new('Frame',GUI)
  1712. FovGui.Name = 'FovGui'
  1713. FovGui.Size = UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2)
  1714. FovGui.Position = UDim2.new(0.5,-FovGui.AbsoluteSize.X/2,0.5,-FovGui.AbsoluteSize.Y/2)
  1715. FovGui.BackgroundTransparency = 1
  1716.  
  1717. local Indicator = Instance.new('TextLabel',GUI)
  1718. Indicator.Name = 'Indicator'
  1719. Indicator.Font = Enum.Font.SourceSans
  1720. Indicator.TextSize = 0
  1721. Indicator.TextXAlignment = Enum.TextXAlignment.Center
  1722. Indicator.TextYAlignment = Enum.TextYAlignment.Center
  1723. Indicator.TextStrokeTransparency = 1
  1724. Indicator.Text = aim_priority>1 and 'FOV: '..fov or 'Distance'
  1725.  
  1726. local KeysList = Instance.new('TextLabel',GUI)
  1727. KeysList.Name = 'KeysList'
  1728. KeysList.Font = Enum.Font.SourceSans
  1729. KeysList.TextStrokeTransparency = 1
  1730. KeysList.TextSize = 0
  1731. KeysList.TextColor3 = Color3.new(1,1,1)
  1732. KeysList.Size = UDim2.new(0,0,1,0)
  1733. KeysList.Position = UDim2.new(0,5,0,-280)
  1734. KeysList.BackgroundTransparency = 1
  1735. KeysList.Active = false
  1736.  
  1737. local n = 0
  1738.  
  1739. spawn(function()
  1740. while Status do
  1741. Indicator.TextColor3 = Color3.fromHSV(n,.5,1)
  1742. FovGui.ImageColor3 = Indicator.TextColor3
  1743. if not textSet then
  1744. if aim_toggled and target then
  1745. Status.TextColor3 = aimingcolor
  1746. Status.Text = ('Aiming at '..target.Name)
  1747. else
  1748. Status.TextColor3 = Color3.fromHSV(n,.5,1)
  1749. Status.Text = 'On Standby'
  1750. end
  1751. end
  1752. n = 0
  1753.  
  1754. end
  1755. end)
  1756. local function distfromspawn(x)
  1757. if Spawn then
  1758. return x:DistanceFromCharacter(Spawn.Position)
  1759. else
  1760. return 201
  1761. end
  1762. end
  1763.  
  1764. local function playsound(id)
  1765. local sound = Instance.new('Sound',Camera)
  1766. sound.Volume = 3
  1767. sound:Play()
  1768. game:GetService('Debris'):AddItem(sound,5)
  1769. end
  1770.  
  1771.  
  1772. local function DrawLine(Folder,P1,P2,Thickness,Color,LineTransparency,BorderThickness,BorderColor)
  1773. -- Declare variables
  1774. local Point1,Point2 = P1.Position,P2.Position
  1775. if Point1 and Point2 then
  1776. local X,Y = Camera.ViewportSize.X, Camera.ViewportSize.Y
  1777. local X1,X2 = (X * Point1.X.Scale + Point1.X.Offset + P1.Size.X.Offset/2), (X * Point2.X.Scale + Point2.X.Offset + P2.Size.X.Offset/2)
  1778. local Y1,Y2 = (Y * Point1.Y.Scale + Point1.Y.Offset + P1.Size.Y.Offset/2), (Y * Point2.Y.Scale + Point2.Y.Offset + P2.Size.Y.Offset/2)
  1779. local MidX,MidY = (X1+X2)/2, (Y1+Y2)/2
  1780. -- Set defaults to prevent errors
  1781. Thickness = Thickness or 1
  1782. Color = Color or Color3.new(1,1,1)
  1783. LineTransparency = LineTransparency or 0
  1784. BorderThickness = BorderThickness or 0
  1785. BorderColor = BorderColor or Color3.new(0,0,0)
  1786. -- Draw the line
  1787. local Line = Folder:FindFirstChild(P1.Name..'-'..P2.Name) or Instance.new('Frame',Folder)
  1788. Line.Visible = false
  1789. Line.BackgroundTransparency = LineTransparency
  1790. Line.BorderSizePixel = BorderThickness
  1791. Line.BorderColor3 = BorderColor
  1792. Line.Size = UDim2.new(0,(Vector2.new(X1,Y1) - Vector2.new(X2,Y2)).magnitude-1,0,Thickness)
  1793. Line.Position = UDim2.new(0,MidX-Line.AbsoluteSize.X/2,0,MidY-Line.AbsoluteSize.Y)
  1794. Line.BackgroundColor3 = Color
  1795. Line.Rotation = math.deg(math.atan2((Y2-Y1),(X2-X1)))
  1796. Line.Name = P1.Name..'-'..P2.Name
  1797. Line.Visible = true
  1798. return Line
  1799. else
  1800. return nil
  1801. end
  1802. end
  1803.  
  1804. local function GetNearest(e)
  1805. local lowest,nearest,gui = math.huge,nil,nil
  1806. if e==1 then
  1807. for _,plr in next,Players:GetPlayers() do
  1808. if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
  1809. local dist = Player:DistanceFromCharacter(plr.Character[targetpart].Position)
  1810. local ray = Ray.new(Player.Character.Head.Position,(plr.Character[targetpart].Position-Player.Character.Head.Position).unit*2000)
  1811. local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
  1812. local Z = Camera:WorldToScreenPoint(plr.Character[targetpart].Position).x
  1813. if part and part:IsDescendantOf(plr.Character) and Z>0 and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
  1814. end
  1815. end
  1816. elseif e==2 then
  1817. for _,plr in next,Players:GetPlayers() do
  1818. if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
  1819. local pos = Camera:WorldToScreenPoint(plr.Character[targetpart].Position)
  1820. local ray = Ray.new(Player.Character[targetpart].Position,(plr.Character[targetpart].Position-Player.Character[targetpart].Position).unit*2048)
  1821. local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
  1822. local dist = (Vector2.new(Mouse.X,Mouse.Y)-Vector2.new(pos.X,pos.Y)).magnitude
  1823. if part and part:IsDescendantOf(plr.Character) and pos.Z>0 and dist <= Camera.ViewportSize.X/(90/fov) and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
  1824. end
  1825. end
  1826. end
  1827. return nearest
  1828. end
  1829.  
  1830. Mouse.Move:Connect(function()
  1831. cursor = ESP:FindFirstChild('Cursor') or Instance.new('Frame',ESP)
  1832. cursor.Name = 'Cursor'
  1833. cursor.BackgroundTransparency = 1
  1834. cursor.Size = UDim2.new(0,1,0,1)
  1835. cursor.Position = UDim2.new(0,Mouse.X,0,Mouse.Y)
  1836. end)
  1837.  
  1838. UIS.InputBegan:Connect(function(Input)
  1839. if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  1840. aim_toggled = true
  1841. alert = true
  1842. while aim_toggled and aimbot_toggled do
  1843. target = GetNearest(aim_priority)
  1844. if target then
  1845. local dist = Player:DistanceFromCharacter(target[targetpart].Position)
  1846. local headpos = Camera:WorldToScreenPoint(target[targetpart].Position+Vector3.new(0,dist/(100/drop),0))
  1847. local moveto = Vector2.new((headpos.X-Mouse.X)*sens,(headpos.Y-Mouse.Y)*sens)
  1848. mousemoverel(moveto.X,moveto.Y)
  1849. end
  1850. wait()
  1851. end
  1852. lockedon = false
  1853. elseif Input.KeyCode == toggle_trigger then
  1854. trigger_toggled = not trigger_toggled
  1855. local Box = Instance.new('SelectionBox',PlayerGui)
  1856. Box.Color3 = Color3.new(1,0,0)
  1857. Box.LineThickness = .05
  1858. Box.Adornee = nil
  1859. if trigger_delay>0 then wait(trigger_delay) end
  1860. while trigger_toggled do
  1861. local Target = Mouse.Target
  1862. local plr = Players:FindFirstChild(Target.Parent.Name)
  1863. if Target and Target.Parent and plr~=nil and plr~=Player and ffa or plr~=nil and plr.TeamColor~=Player.TeamColor then
  1864. Box.Adornee = Mouse.Target
  1865. mouse1press()
  1866. wait()
  1867. mouse1release()
  1868. end
  1869. RS.Heartbeat:wait()
  1870. end
  1871. Box:Destroy()
  1872. elseif Input.KeyCode == toggle_esp then
  1873. esp_toggled = not esp_toggled
  1874. elseif Input.KeyCode == toggle_aimbot then
  1875. aimbot_toggled = not aimbot_toggled
  1876.  
  1877. elseif Input.KeyCode == fov_increase then
  1878. fov = fov + .5
  1879.  
  1880. if FovGui.Visible then
  1881. FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  1882. end
  1883.  
  1884. elseif Input.KeyCode == fov_decrease and fov>0 then
  1885. fov = fov - .5
  1886.  
  1887. if FovGui.Visible then
  1888. FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  1889. end
  1890.  
  1891. elseif Input.KeyCode == sens_increase then
  1892. sens = sens + .05
  1893.  
  1894.  
  1895. elseif Input.KeyCode == sens_decrease then
  1896. sens = sens - .05
  1897.  
  1898.  
  1899. elseif Input.KeyCode == targetpart_change then
  1900. val = val+1
  1901. targetpart = val<=#parts and parts[val] or parts[1]
  1902. if parts[1]==targetpart then val = 1 end
  1903. elseif Input.KeyCode == ffatoggle then
  1904. ffa = not ffa
  1905. elseif Input.KeyCode == priority_toggle then
  1906. aim_priority = aim_priority+1>2 and 0 or 1
  1907. aim_priority = aim_priority+1
  1908. FovGui.Visible = aim_priority>1
  1909. elseif Input.KeyCode == toggle_bones then
  1910. esp_bones = not esp_bones
  1911. if not esp_bones then
  1912. for _,v in next,ESP:GetDescendants() do
  1913. if v:IsA('Frame') and v.Name:match('-') then
  1914. v:Destroy()
  1915. end
  1916. end
  1917. end
  1918. elseif Input.KeyCode == toggle_gui then
  1919. hidden = not hidden
  1920. for _,gui in next,GUI:GetDescendants() do
  1921. if gui:IsA('GuiObject') and not hidden and not gui.Visible then
  1922. gui.Visible = true
  1923. Mouse.Icon = 'rbxassetid://'..mouseiconid
  1924. elseif gui:IsA('GuiObject') and gui.Visible then
  1925. gui.Visible = false
  1926. esp_toggled = false
  1927. Mouse.Icon = old_icon
  1928. end
  1929. end
  1930. elseif Input.KeyCode == toggle_bottompos then
  1931. bottompos = not bottompos
  1932. if bottompos then
  1933. Bottom.Position = UDim2.new(.5,0,1,1)
  1934. end
  1935. elseif Input.KeyCode == toggle_performance then
  1936. performancee = not performancee
  1937. elseif Input.KeyCode == toggle_chams then
  1938. esp_chams = not esp_chams
  1939. elseif Input.KeyCode == toggle_tracers then
  1940. esp_tracers = not esp_tracers
  1941. elseif Input.KeyCode == toggle_boxes then
  1942. bounding_box = not bounding_box
  1943. elseif Input.KeyCode == toggle_font then
  1944. currentfont = (currentfont+1)>#fonts and 1 or currentfont+1
  1945. for _,v in next,GUI:GetDescendants() do
  1946. if v.Name~='KeysList' then
  1947. if v:IsA('TextLabel') or v:IsA('TextButton') then
  1948. v.Font = fonts[currentfont]
  1949. end
  1950. end
  1951. end
  1952. end
  1953. end)
  1954.  
  1955. UIS.InputEnded:Connect(function(Input)
  1956. if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  1957. aim_toggled = false
  1958. end
  1959. end)
  1960.  
  1961. local function checkifspawned(x)
  1962. spawned = false
  1963. while not spawned and game.PlaceId==292439477 do
  1964. spawned = distfromspawn(x)>200 and true or false
  1965. wait(1/5)
  1966. end
  1967. spawned = true
  1968. end
  1969.  
  1970. checkifspawned(Player)
  1971. Player.CharacterAdded:Connect(function(c)
  1972. checkifspawned(Player)
  1973.  
  1974. for _,v in next,ESP:GetDescendants() do
  1975. if v:IsA('Frame') and v.Name:match('-') then
  1976. v:Destroy()
  1977. end
  1978. end
  1979. end)
  1980.  
  1981. wait(.5)
  1982.  
  1983. RS.RenderStepped:Connect(function()
  1984. if cursor then
  1985. FovGui.Position = cursor.Position-UDim2.new(0,FovGui.AbsoluteSize.X/2,0,FovGui.AbsoluteSize.Y/2)
  1986. Indicator.Position = cursor.Position+UDim2.new(0,0,0,40)
  1987. end
  1988. end)
  1989.  
  1990. Mouse.Button1Down:Connect(function()
  1991. spawn(function()
  1992. if FovGui.Visible then
  1993. FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2.35,0,Camera.ViewportSize.X/(90/fov)*2.35),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  1994. wait(.1)
  1995. FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2,0,Camera.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  1996. end
  1997. end)
  1998. end)
  1999.  
  2000. while true do
  2001. Indicator.Text = (aim_priority>1 and 'FOV: '..fov or 'Distance') ..'\nSens: '..sens..(aim_toggled and '\nAiming' or '')
  2002. if not bottompos then Bottom.Position = cursor.Position end
  2003. if esp_toggled then
  2004. for _,v in next,ESP:children() do
  2005. if v~=Bottom and not Players:FindFirstChild(v.Name) then
  2006. v:Destroy()
  2007. end
  2008. end
  2009. for _,v in next,Players:GetPlayers() do
  2010. local Char = v.Character
  2011. if Char and spawned and v~=Player and Char:FindFirstChild(targetpart) and distfromspawn(v)>100 then
  2012. if ffa or v.TeamColor~=Player.TeamColor then
  2013. local X = Camera:GetPartsObscuringTarget({Camera.CFrame.p,Char[targetpart].CFrame.p},{v.Character,Char,Camera,unpack(windows)})
  2014. local Dist = Player:DistanceFromCharacter(Char:FindFirstChild(targetpart).Position)
  2015. local Color = hiddencolor
  2016. local Folder = ESP:FindFirstChild(v.Name) or Instance.new('Folder',ESP)
  2017. Folder.Name = v.Name
  2018. -- ESP
  2019. local Head = Folder:FindFirstChild('Head') or Instance.new('Frame',Folder)
  2020. if not Folder:FindFirstChild('Head') then
  2021. Head.Name = 'Head'
  2022. Head.BorderSizePixel = 1
  2023. Head.BorderColor3 = Color3.new(0,0,0)
  2024. Head.BackgroundTransparency = 1
  2025. end
  2026. Head.BackgroundColor3 = #X>0 and hiddencolor or #X==0 and visiblecolor
  2027. Head.Rotation = headboxshape=='diamond' and 45 or 0
  2028. Head.ZIndex = 3
  2029. local HP = Folder:FindFirstChild('HP') or Instance.new('TextLabel',Folder)
  2030. if not Folder:FindFirstChild('HP') then
  2031. HP.Name = 'HP'
  2032. HP.TextTransparency = Head.BackgroundTransparency- 1
  2033. HP.Font = fonts[currentfont]
  2034. HP.TextStrokeTransparency = 1
  2035. HP.BackgroundTransparency = 1
  2036. HP.TextSize = 14
  2037. end
  2038. HP.Text = showdists and Char.Name..'\n'..math.floor(Dist+.5) or Char.Name
  2039. if aim_toggled and target==Char then
  2040. Head.Size = UDim2.new(0,headboxaimsize,0,headboxaimsize)
  2041. Head.BackgroundColor3 = aimingcolor
  2042. HP.Text = showdists and '['..Char.Name..']'..'\n'..math.floor(Dist+.5) or '['..Char.Name..']'
  2043. HP.TextSize = 16
  2044. else
  2045. Head.Size = UDim2.new(0,headboxsize,0,headboxsize)
  2046. end
  2047. HP.TextColor3 = Head.BackgroundColor3
  2048. local toScreen = Camera:WorldToScreenPoint(Char[targetpart].CFrame.p)
  2049. if #X==0 then Color = visiblecolor end
  2050. Head.Position = UDim2.new(0,toScreen.X-Head.Size.X.Offset/2,0,toScreen.Y-Head.Size.Y.Offset/2)
  2051. HP.Position = Head.Position-UDim2.new(0,0,0,textoffset)
  2052. if esp_tracers then
  2053. local Line = DrawLine(Folder,ESP.Bottom,Head,linesize,Head.BackgroundColor3,.75,1,Color3.new(0,0,0))
  2054. Line.Visible = Head.Visible
  2055. else
  2056. local imtired = Folder:FindFirstChild(ESP.Bottom.Name..'-'..Head.Name)
  2057. if imtired then
  2058. imtired:Destroy()
  2059. end
  2060. end
  2061. if toScreen.Z<=0 then Head.Visible = false else Head.Visible = true end
  2062. HP.Visible = Head.Visible
  2063. if Char:FindFirstChild('Humanoid') and Char.Humanoid.RigType==Enum.HumanoidRigType.R6 then
  2064. local Neck = Folder:FindFirstChild('Neck') or Instance.new('Frame',Folder)
  2065. Neck.Name = 'Neck'
  2066. Neck.ZIndex = 2
  2067. if Char['Torso']~=nil then
  2068. local Pos = (Char.Torso.CFrame*CFrame.new(0,.8,0)).p
  2069. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2070. Neck.Position = UDim2.new(0,X,0,Y)
  2071. Neck.BorderSizePixel = 0
  2072. if Z<=0 then Neck.Visible = false else Neck.Visible = true end
  2073. else
  2074. Neck.Visible = false
  2075. end
  2076. --
  2077. local Pelvis = Folder:FindFirstChild('Pelvis') or Instance.new('Frame',Folder)
  2078. Pelvis.Name = 'Pelvis'
  2079. Pelvis.ZIndex = 2
  2080. Pelvis.BorderSizePixel = 0
  2081. if Char['Torso']~=nil then
  2082. local Pos = (Char.Torso.CFrame*CFrame.new(0,-1,0)).p
  2083. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2084. Pelvis.Position = UDim2.new(0,X,0,Y)
  2085. if Z<=0 then Pelvis.Visible = false else Pelvis.Visible = true end
  2086. else
  2087. Pelvis.Visible = false
  2088. end
  2089. --
  2090. local RightFoot = Folder:FindFirstChild('Right Foot') or Instance.new('Frame',Folder)
  2091. RightFoot.Name = 'Right Foot'
  2092. RightFoot.ZIndex = 2
  2093. RightFoot.BorderSizePixel = 0
  2094. if Char['Right Leg']~=nil then
  2095. local Pos = (Char['Right Leg'].CFrame*CFrame.new(0,-1,0)).p
  2096. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2097. RightFoot.Position = UDim2.new(0,X,0,Y)
  2098. if Z<=0 then RightFoot.Visible = false else RightFoot.Visible = true end
  2099. else
  2100. RightFoot.Visible = false
  2101. end
  2102. --
  2103. local LeftFoot = Folder:FindFirstChild('Left Foot') or Instance.new('Frame',Folder)
  2104. LeftFoot.Name = 'Left Foot'
  2105. if Char['Left Leg']~=nil then
  2106. local Pos = (Char['Left Leg'].CFrame*CFrame.new(0,-1,0)).p
  2107. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2108. LeftFoot.Position = UDim2.new(0,X,0,Y)
  2109. LeftFoot.BorderSizePixel = 0
  2110. if Z<=0 then LeftFoot.Visible = false else LeftFoot.Visible = true end
  2111. else
  2112. LeftFoot.Visible = false
  2113. end
  2114. --
  2115. local RightHand = Folder:FindFirstChild('Right Hand') or Instance.new('Frame',Folder)
  2116. RightHand.Name = 'Right Hand'
  2117. RightHand.ZIndex = 2
  2118. RightHand.BorderSizePixel = 0
  2119. if Char['Right Arm']~=nil then
  2120. local Pos = (Char['Right Arm'].CFrame*CFrame.new(0,-1,0)).p
  2121. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2122. RightHand.Position = UDim2.new(0,X,0,Y)
  2123. if Z<=0 then RightHand.Visible = false else RightHand.Visible = true end
  2124. else
  2125. RightHand.Visible = false
  2126. end
  2127. --
  2128. local LeftHand = Folder:FindFirstChild('Left Hand') or Instance.new('Frame',Folder)
  2129. LeftHand.Name = 'Left Hand'
  2130. LeftHand.ZIndex = 2
  2131. LeftHand.BorderSizePixel = 0
  2132. if Char['Left Arm']~=nil then
  2133. local Pos = (Char['Left Arm'].CFrame*CFrame.new(0,-1,0)).p
  2134. local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  2135. LeftHand.Position = UDim2.new(0,X,0,Y)
  2136. if Z<=0 then LeftHand.Visible = false else LeftHand.Visible = true end
  2137. else
  2138. LeftHand.Visible = false
  2139. end
  2140. -- draw joints
  2141. if esp_bones then
  2142. if Head.Visible then DrawLine(Folder,Head,Neck,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2143. if Neck.Visible then DrawLine(Folder,Neck,Pelvis,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2144. if Neck.Visible then DrawLine(Folder,Neck,RightHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2145. if Neck.Visible then DrawLine(Folder,Neck,LeftHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2146. if Pelvis.Visible then DrawLine(Folder,Pelvis,RightFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2147. if Pelvis.Visible then DrawLine(Folder,Pelvis,LeftFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  2148. end
  2149. end
  2150.  
  2151. if esp_chams then
  2152. for _,Part in next,Char:children() do
  2153. if Part:IsA('BasePart') and Part.Name~='HumanoidRootPart' then
  2154. local Adornment = Folder:FindFirstChild(Part.Name..'_Cham') or Instance.new('BoxHandleAdornment',Folder)
  2155. if not Folder:FindFirstChild(Part.Name..'_Cham') then
  2156. Adornment.Name = Part.Name..'_Cham'
  2157. Adornment.Adornee = Part
  2158. Adornment.AlwaysOnTop = true
  2159. Adornment.Size = Part.Name=='Head' and Vector3.new(1,1,1) or Part.Size
  2160. Adornment.ZIndex = 1
  2161. end
  2162. Adornment.Color3 = Head.BackgroundColor3
  2163. end
  2164. end
  2165. else
  2166. for _,v in next,Folder:GetDescendants() do
  2167. if v.Name:match('Cham') then
  2168. v:Destroy()
  2169. end
  2170. end
  2171. end
  2172.  
  2173. if bounding_box and Char:FindFirstChild('HumanoidRootPart') then
  2174. local Box = Char:FindFirstChild('Box') or Instance.new('BillboardGui',Char)
  2175. if not Char:FindFirstChild('Box') then
  2176. Box.Name = 'Box'
  2177. Box.Adornee = Char:FindFirstChild('HumanoidRootPart')
  2178. Box.AlwaysOnTop = true
  2179. Box.LightInfluence = 0
  2180. Box.StudsOffset = Vector3.new(0,-Box.Adornee.Size.Y/4,0)
  2181. Box.Size = UDim2.new(4,1,5,1)
  2182. local Top = Instance.new('Frame',Box)
  2183. Top.Size = UDim2.new(1,0,0,box_line_size)
  2184. Top.BorderSizePixel = 0
  2185. local Bot = Top:Clone()
  2186. Bot.Position = UDim2.new(0,0,1,-box_line_size)
  2187. Bot.Parent = Box
  2188. local Left = Top:Clone()
  2189. Left.Size = UDim2.new(0,1,1,0)
  2190. Left.Parent = Box
  2191. local Right = Left:Clone()
  2192. Right.Position = UDim2.new(1,-box_line_size,0,0)
  2193. Right.Parent = Box
  2194. end
  2195. for _,v in next,Box:children() do
  2196. if v:IsA('Frame') then
  2197. v.BackgroundColor3 = Head.BackgroundColor3
  2198. end
  2199. end
  2200. else
  2201. local Box = Char:FindFirstChild('Box')
  2202. if Box then
  2203. Box:Destroy()
  2204. end
  2205. end
  2206.  
  2207. if lockedon and target and aim_line and ESP:FindFirstChild(target.Name) then
  2208. DrawLine(ESP,cursor,ESP:FindFirstChild(target.Name).Head,1,Head.BackgroundColor3,.5)
  2209. end
  2210.  
  2211. else
  2212. if ESP:FindFirstChild(v.Name) then
  2213. ESP:FindFirstChild(v.Name):Destroy()
  2214. end
  2215. end
  2216. else
  2217. if ESP:FindFirstChild(v.Name) then
  2218. ESP:FindFirstChild(v.Name):Destroy()
  2219. end
  2220. end
  2221. end
  2222. else
  2223. for _,v in next,ESP:children() do
  2224. if v:IsA('Folder') then
  2225. v:Destroy()
  2226. end
  2227. end
  2228. end
  2229. if performancee then
  2230. wait(1/(workspace:GetRealPhysicsFPS()))
  2231. else
  2232. RS.Stepped:wait()
  2233. end
  2234. end
  2235. end)
  2236.  
  2237. end
  2238. coroutine.resume(coroutine.create(SCRIPT_CAKM70_FAKESCRIPT))
  2239. function SCRIPT_OPZC86_FAKESCRIPT() -- Hitboxes.LocalScript
  2240. local script = Instance.new('LocalScript')
  2241. script.Parent = Hitboxes
  2242. script.Parent.MouseButton1Click:Connect(function()
  2243. while true do
  2244. for i,v in next, game:GetService('Players'):GetPlayers() do
  2245. if v ~= plr then
  2246. pcall(function()
  2247. v.Character.HDetector.Size = Vector3.new(5,5,7,8)
  2248. v.Character.HDetector.Transparency=0.65
  2249. v.Character.HDetector.Color = Color3.fromHSV(i,3,5,2)
  2250. end)
  2251. end
  2252. end
  2253. wait()
  2254. end
  2255. end)
  2256. end
  2257. coroutine.resume(coroutine.create(SCRIPT_OPZC86_FAKESCRIPT))
  2258. function SCRIPT_AQSK82_FAKESCRIPT() -- RapidFire.LocalScript
  2259. local script = Instance.new('LocalScript')
  2260. script.Parent = RapidFire
  2261. script.Parent.MouseButton1Click:Connect(function()
  2262. for a,b in pairs(getreg())do if typeof(b)=="table"then if b.Debounce then b.Debounce=0.060912 end end end
  2263. end)
  2264.  
  2265. end
  2266. coroutine.resume(coroutine.create(SCRIPT_AQSK82_FAKESCRIPT))
  2267. function SCRIPT_WCIN88_FAKESCRIPT() -- BoxESP.LocalScript
  2268. local script = Instance.new('LocalScript')
  2269. script.Parent = BoxESP
  2270. script.Parent.MouseButton1Click:Connect(function()
  2271. local gui = Instance.new("BillboardGui");
  2272. gui.Name = "";
  2273. gui.AlwaysOnTop = true;
  2274. gui.LightInfluence = 0;
  2275. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  2276. local frame = Instance.new("Frame", gui);
  2277. frame.BackgroundColor3 = Color3.fromRGB(250, 0, 0);
  2278. frame.BackgroundTransparency = 0.1
  2279. frame.Size = UDim2.new(1, 1, 3, 1);
  2280. frame.BorderSizePixel = 2;
  2281. frame.BorderColor3 = Color3.fromRGB(40, 40, 40);
  2282. local gi = gui:Clone();
  2283. local body = frame:Clone();
  2284. body.Parent = gi;
  2285. body.BackgroundColor3 = Color3.fromRGB(0, 160, 160);
  2286.  
  2287. while true do
  2288. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  2289. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  2290. gui:Clone().Parent = v.Character.Head;
  2291. end
  2292. wait()
  2293. end
  2294. end
  2295. end)
  2296.  
  2297. end
  2298. coroutine.resume(coroutine.create(SCRIPT_WCIN88_FAKESCRIPT))
  2299. function SCRIPT_JRHS89_FAKESCRIPT() -- Help_3.LocalScript
  2300. local script = Instance.new('LocalScript')
  2301. script.Parent = Help_3
  2302. script.Parent.MouseButton1Click:Connect(function()
  2303. script.Parent.Parent.Parent.RenderM.Visible = false
  2304. script.Parent.Parent.Parent.HelpM.Visible = true
  2305. end)
  2306.  
  2307. end
  2308. coroutine.resume(coroutine.create(SCRIPT_JRHS89_FAKESCRIPT))
  2309. function SCRIPT_SHMH78_FAKESCRIPT() -- Chams.LocalScript
  2310. local script = Instance.new('LocalScript')
  2311. script.Parent = Chams
  2312. script.Parent.MouseButton1Click:Connect(function()
  2313. -- -----------------------------------
  2314. -- ___ _ _ _ --
  2315. -- / __| ___| |_| |_(_)_ _ __ _ ___--
  2316. -- \__ \/ -_) _| _| | ' \/ _` (_-<--
  2317. -- |___/\___|\__|\__|_|_||_\__, /__/--
  2318. -- |___/ --
  2319. -- -----------------------------------
  2320. -- -----------------------------------
  2321. ALLYCOLOR = {0,255,255} --//Color of the ESP of people on the same team
  2322. ENEMYCOLOR = {255,0,0} --//Color of the ESP of people on NOT the same team
  2323. TRANSPARENCY = 0.5 --//Transparency of the ESP
  2324. HEALTHBAR_ACTIVATED = true --//Renders the Healthbar
  2325. --
  2326. --
  2327.  
  2328. -- !!!Don't Change Anything Below Here Unless You Know What You're Doing!!!
  2329.  
  2330. function createFlex()
  2331. -- -----------------------------------------------------------------------------------
  2332. --[VARIABLES] //Changing may result in Errors!
  2333. players = game:GetService("Players") --//Required for PF
  2334. faces = {"Front","Back","Bottom","Left","Right","Top"} --//Every possible Enum face
  2335. currentPlayer = nil --//Used for the Team-Check
  2336. lplayer = players.LocalPlayer --//The LocalPlayer
  2337. -- -----------------------------------------------------------------------------------
  2338. players.PlayerAdded:Connect(function(p)
  2339. currentPlayer = p
  2340. p.CharacterAdded:Connect(function(character) --//For when a new Player joins the game
  2341. createESP(character)
  2342. end)
  2343. end)
  2344. -- -----------------------------------------------------------------------------------
  2345. function checkPart(obj) if (obj:IsA("Part") or obj:IsA("MeshPart")) and obj.Name~="HumanoidRootPart" then return true end end --//Check if the Part is suitable
  2346. -- -----------------------------------------------------------------------------------
  2347. function actualESP(obj)
  2348.  
  2349. for i=0,5 do
  2350. surface = Instance.new("SurfaceGui",obj) --//Creates the SurfaceGui
  2351. surface.Face = Enum.NormalId[faces[i+1]] --//Adjusts the Face and chooses from the face table
  2352. surface.AlwaysOnTop = true
  2353.  
  2354. frame = Instance.new("Frame",surface) --//Creates the viewable Frame
  2355. frame.Size = UDim2.new(2,0,2,0)
  2356. frame.BorderSizePixel = 0
  2357. frame.BackgroundTransparency = TRANSPARENCY
  2358. if currentPlayer.Team == players.LocalPlayer.Team then --//Checks the Players Team
  2359. frame.BackgroundColor3 = Color3.new(ALLYCOLOR[1],ALLYCOLOR[2],ALLYCOLOR[3]) --//If in same Team
  2360. else
  2361. frame.BackgroundColor3 = Color3.new(ENEMYCOLOR[1],ENEMYCOLOR[2],ENEMYCOLOR[3]) --//If in another Team
  2362. end
  2363.  
  2364. end
  2365. end
  2366. -- -----------------------------------------------------------------------------------
  2367. function createHealthbar(hrp)
  2368. board =Instance.new("BillboardGui",hrp) --//Creates the BillboardGui with HumanoidRootPart as the Parent
  2369. board.Name = "total"
  2370. board.Size = UDim2.new(2,0,2,0)
  2371. board.StudsOffset = Vector3.new(3,1,0)
  2372. board.AlwaysOnTop = true
  2373.  
  2374. bar = Instance.new("Frame",board) --//Creates the red background
  2375. bar.BackgroundColor3 = Color3.new(255,0,0)
  2376. bar.BorderSizePixel = 0
  2377. bar.Size = UDim2.new(0.2,0,4,0)
  2378. bar.Name = "total2"
  2379.  
  2380. health = Instance.new("Frame",bar) --//Creates the changing green Frame
  2381. health.BackgroundColor3 = Color3.new(0,255,0)
  2382. health.BorderSizePixel = 0
  2383. health.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0)
  2384. hrp.Parent.Humanoid.Changed:Connect(function(property) --//Triggers when any Property changed
  2385. hrp.total.total2.Frame.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0) --//Adjusts the size of the green Frame
  2386. end)
  2387. end
  2388. -- -----------------------------------------------------------------------------------
  2389. function createESP(c) --//Checks and calls the proper function
  2390. bugfix = c:WaitForChild("Head") --// *Used so the children of the character arent nil.
  2391. for i,v in pairs(c:GetChildren()) do
  2392. if checkPart(v) then
  2393. actualESP(v)
  2394. end
  2395. end
  2396. if HEALTHBAR_ACTIVATED then --//If the user decided to
  2397. createHealthbar(c:WaitForChild("HumanoidRootPart")) --//Calls the function of the creation
  2398. end
  2399. end
  2400. -- -----------------------------------------------------------------------------------
  2401. for i,people in pairs(players:GetChildren())do
  2402. if people ~= players.LocalPlayer then
  2403. currentPlayer = people
  2404. --//Used for Players already in the Game
  2405. createESP(people.Character)
  2406. people.CharacterAdded:Connect(function(character)
  2407. createESP(character)
  2408. end)
  2409. end
  2410. end
  2411. -- -----------------------------------------------------------------------------------
  2412. end --//End of the entire function
  2413.  
  2414. createFlex() --// Does exactly that :)
  2415. end)
  2416.  
  2417. end
  2418. coroutine.resume(coroutine.create(SCRIPT_SHMH78_FAKESCRIPT))
  2419. function SCRIPT_KELN78_FAKESCRIPT() -- Spinbot.LocalScript
  2420. local script = Instance.new('LocalScript')
  2421. script.Parent = Spinbot
  2422. script.Parent.MouseButton1Click:connect(function()
  2423. local plr=game:GetService('Players').LocalPlayer
  2424. plr.CharacterAdded:Connect(function(plrc)
  2425. while wait() do
  2426. plrc.HumanoidRootPart.Rotation = Vector3.new(0,math.random(-150,150),0)
  2427. plrc.LowerTorso.Rotation = plrc.HumanoidRootPart.Rotation
  2428. plrc.UpperTorso.Rotation = plrc.HumanoidRootPart.Rotation
  2429. plrc.Head.Rotation = plrc.HumanoidRootPart.Rotation
  2430. end
  2431. end)
  2432. end)
  2433.  
  2434.  
  2435. end
  2436. coroutine.resume(coroutine.create(SCRIPT_KELN78_FAKESCRIPT))
  2437. function SCRIPT_UIAN89_FAKESCRIPT() -- Help_4.LocalScript
  2438. local script = Instance.new('LocalScript')
  2439. script.Parent = Help_4
  2440. script.Parent.MouseButton1Click:Connect(function()
  2441. script.Parent.Parent.Parent.MiscM.Visible = false
  2442. script.Parent.Parent.Parent.HelpM.Visible = true
  2443. end)
  2444.  
  2445. end
  2446. coroutine.resume(coroutine.create(SCRIPT_UIAN89_FAKESCRIPT))
  2447. function SCRIPT_STHA79_FAKESCRIPT() -- InfJump.LocalScript
  2448. local script = Instance.new('LocalScript')
  2449. script.Parent = InfJump
  2450. script.Parent.MouseButton1Click:Connect(function()
  2451. local Player = game:GetService'Players'.LocalPlayer;
  2452. local UIS = game:GetService'UserInputService';
  2453.  
  2454. _G.JumpHeight = 50;
  2455.  
  2456. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  2457.  
  2458. UIS.InputBegan:connect(function(UserInput)
  2459. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  2460. Action(Player.Character.Humanoid, function(self)
  2461. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  2462. Action(self.Parent.HumanoidRootPart, function(self)
  2463. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  2464. end)
  2465. end
  2466. end)
  2467. end
  2468. end)
  2469. end)
  2470.  
  2471. end
  2472. coroutine.resume(coroutine.create(SCRIPT_STHA79_FAKESCRIPT))
  2473. function SCRIPT_ARYE72_FAKESCRIPT() -- Fly.LocalScript
  2474. local script = Instance.new('LocalScript')
  2475. script.Parent = Fly
  2476. script.Parent.MouseButton1Click:Connect(function()
  2477. local Player = game:GetService("Players").LocalPlayer;
  2478. local UserInputService = game:GetService("UserInputService");
  2479. local Bricks = {};
  2480. local Space;
  2481. local WalkInAir = false;
  2482.  
  2483. UserInputService.InputBegan:Connect(function(
  2484. InputObject,
  2485. GameProcessedEvent
  2486. )
  2487. if (
  2488. (not GameProcessedEvent) and
  2489. (InputObject.UserInputType == Enum.UserInputType.Keyboard)
  2490. ) then
  2491. if (InputObject.KeyCode == Enum.KeyCode.P) then
  2492. for Key, Value in next, Bricks do
  2493. Value:Destroy();
  2494. end;
  2495. elseif (InputObject.KeyCode == Enum.KeyCode.Space) then
  2496. Space = true;
  2497. elseif (InputObject.KeyCode == Enum.KeyCode.L) then
  2498. WalkInAir = (not WalkInAir);
  2499. end;
  2500. end;
  2501. end);
  2502.  
  2503. UserInputService.InputEnded:Connect(function(
  2504. InputObject,
  2505. GameProcessedEvent
  2506. )
  2507. if (
  2508. (not GameProcessedEvent) and
  2509. (InputObject.UserInputType == Enum.UserInputType.Keyboard)
  2510. ) then
  2511. if (InputObject.KeyCode == Enum.KeyCode.Space) then
  2512. Space = nil;
  2513. end;
  2514. end;
  2515. end);
  2516.  
  2517. local LastPosition = Vector3.new(0, 0, 0);
  2518.  
  2519. game:GetService("RunService").RenderStepped:Connect(function()
  2520. local PositionChanged;
  2521. local LowerTorso = (
  2522. Player.Character or
  2523. Player.CharacterAdded:wait()
  2524. ):WaitForChild("LowerTorso");
  2525. if ((LowerTorso.Position - LastPosition).Magnitude > 0.75) then
  2526. PositionChanged = true;
  2527. end;
  2528. if (Space or (WalkInAir and PositionChanged)) then
  2529. local FlyBrick = Instance.new("Part",
  2530. (
  2531. LowerTorso:GetChildren()[1] or
  2532. LowerTorso
  2533. )
  2534. );
  2535. FlyBrick.Transparency = 1;
  2536. FlyBrick.Anchored = true;
  2537. FlyBrick.CFrame = (
  2538. LowerTorso.CFrame *
  2539. CFrame.new(0, -2.25, 0)
  2540. );
  2541. FlyBrick.Size = Vector3.new(5, 0.05, 5);
  2542. FlyBrick.BrickColor = BrickColor.new("Institutional white");
  2543. FlyBrick.Locked = true;
  2544. FlyBrick.TopSurface = Enum.SurfaceType.SmoothNoOutlines;
  2545. FlyBrick.BottomSurface = FlyBrick.TopSurface;
  2546. FlyBrick.RightSurface = FlyBrick.TopSurface;
  2547. FlyBrick.LeftSurface = FlyBrick.TopSurface;
  2548. FlyBrick.FrontSurface = FlyBrick.TopSurface;
  2549. FlyBrick.BackSurface = FlyBrick.TopSurface;
  2550. Bricks[#Bricks + 1] = FlyBrick;
  2551. end;
  2552. LastPosition = LowerTorso.Position;
  2553. end);
  2554. end);
  2555.  
  2556. end
  2557. coroutine.resume(coroutine.create(SCRIPT_ARYE72_FAKESCRIPT))
  2558. function SCRIPT_JNIZ79_FAKESCRIPT() -- NoMap.LocalScript
  2559. local script = Instance.new('LocalScript')
  2560. script.Parent = NoMap
  2561. script.Parent.MouseButton1Click:Connect(function()
  2562. while wait(0.1) do
  2563. for i,v in pairs(game.Workspace.BuildStuff:GetChildren()) do
  2564. v.Size = Vector3.new(0.1,0.1,0.1)
  2565. end
  2566. end
  2567. end)
  2568.  
  2569. end
  2570. coroutine.resume(coroutine.create(SCRIPT_JNIZ79_FAKESCRIPT))
  2571. function SCRIPT_RHSP86_FAKESCRIPT() -- MainUI.LocalScript
  2572. local script = Instance.new('LocalScript')
  2573. script.Parent = MainUI
  2574. local GUI = script.Parent.Parent.Parent.f8df987syg8
  2575.  
  2576. local UserInputService = game:GetService("UserInputService")
  2577.  
  2578. UserInputService.InputBegan:connect(function(keyCode)
  2579. if keyCode.keyCode == Enum.KeyCode.Home then
  2580. if GUI.Enabled == true then
  2581. GUI.Enabled = false
  2582. else
  2583. GUI.Enabled = true
  2584. end
  2585. end
  2586. end)
  2587.  
  2588. UserInputService.InputBegan:connect(function(keyCode)
  2589. if keyCode.keyCode == Enum.KeyCode.Delete then
  2590. if script.Parent.ScriptyGayM.Visible == true then
  2591. script.Parent.ScriptyGayM.Visible = false
  2592. else
  2593. script.Parent.ScriptyGayM.Visible = true
  2594. end
  2595. end
  2596. end)
  2597.  
  2598. UserInputService.InputBegan:connect(function(keyCode)
  2599. if keyCode.keyCode == Enum.KeyCode.End then
  2600. script.Parent.Parent.Parent.f8df987syg8:Destroy()
  2601. end
  2602. end)
  2603.  
  2604. end
  2605. coroutine.resume(coroutine.create(SCRIPT_RHSP86_FAKESCRIPT))
  2606. function SCRIPT_XNIJ89_FAKESCRIPT() -- About.LocalScript
  2607. local script = Instance.new('LocalScript')
  2608. script.Parent = About
  2609. script.Parent.MouseButton1Click:Connect(function()
  2610. script.Parent.Parent.CombatM.Visible = false
  2611. script.Parent.Parent.CreditsM.Visible = false
  2612. script.Parent.Parent.RenderM.Visible = false
  2613. script.Parent.Parent.HelpM.Visible = false
  2614. script.Parent.Parent.HomeM.Visible = false
  2615. script.Parent.Parent.MiscM.Visible = false
  2616. script.Parent.Parent.AboutM.Visible = true
  2617. end)
  2618.  
  2619. end
  2620. coroutine.resume(coroutine.create(SCRIPT_XNIJ89_FAKESCRIPT))
  2621. function SCRIPT_DSHE90_FAKESCRIPT() -- Combat.LocalScript
  2622. local script = Instance.new('LocalScript')
  2623. script.Parent = Combat
  2624. script.Parent.MouseButton1Click:Connect(function()
  2625. script.Parent.Parent.AboutM.Visible = false
  2626. script.Parent.Parent.CreditsM.Visible = false
  2627. script.Parent.Parent.RenderM.Visible = false
  2628. script.Parent.Parent.HelpM.Visible = false
  2629. script.Parent.Parent.HomeM.Visible = false
  2630. script.Parent.Parent.MiscM.Visible = false
  2631. script.Parent.Parent.CombatM.Visible = true
  2632. end)
  2633.  
  2634. end
  2635. coroutine.resume(coroutine.create(SCRIPT_DSHE90_FAKESCRIPT))
  2636. function SCRIPT_VUGK82_FAKESCRIPT() -- Credits.LocalScript
  2637. local script = Instance.new('LocalScript')
  2638. script.Parent = Credits
  2639. script.Parent.MouseButton1Click:Connect(function()
  2640. script.Parent.Parent.AboutM.Visible = false
  2641. script.Parent.Parent.CombatM.Visible = false
  2642. script.Parent.Parent.RenderM.Visible = false
  2643. script.Parent.Parent.HelpM.Visible = false
  2644. script.Parent.Parent.HomeM.Visible = false
  2645. script.Parent.Parent.MiscM.Visible = false
  2646. script.Parent.Parent.CreditsM.Visible = true
  2647. end)
  2648.  
  2649. end
  2650. coroutine.resume(coroutine.create(SCRIPT_VUGK82_FAKESCRIPT))
  2651. function SCRIPT_ILFR69_FAKESCRIPT() -- Home.LocalScript
  2652. local script = Instance.new('LocalScript')
  2653. script.Parent = Home
  2654. script.Parent.MouseButton1Click:Connect(function()
  2655. script.Parent.Parent.AboutM.Visible = false
  2656. script.Parent.Parent.CombatM.Visible = false
  2657. script.Parent.Parent.RenderM.Visible = false
  2658. script.Parent.Parent.HelpM.Visible = false
  2659. script.Parent.Parent.CreditsM.Visible = false
  2660. script.Parent.Parent.MiscM.Visible = false
  2661. script.Parent.Parent.HomeM.Visible = true
  2662. end)
  2663.  
  2664. end
  2665. coroutine.resume(coroutine.create(SCRIPT_ILFR69_FAKESCRIPT))
  2666. function SCRIPT_YJSX68_FAKESCRIPT() -- Misc.LocalScript
  2667. local script = Instance.new('LocalScript')
  2668. script.Parent = Misc
  2669. script.Parent.MouseButton1Click:Connect(function()
  2670. script.Parent.Parent.CombatM.Visible = false
  2671. script.Parent.Parent.CreditsM.Visible = false
  2672. script.Parent.Parent.RenderM.Visible = false
  2673. script.Parent.Parent.HelpM.Visible = false
  2674. script.Parent.Parent.HomeM.Visible = false
  2675. script.Parent.Parent.AboutM.Visible = false
  2676. script.Parent.Parent.MiscM.Visible = true
  2677. end)
  2678.  
  2679. end
  2680. coroutine.resume(coroutine.create(SCRIPT_YJSX68_FAKESCRIPT))
  2681. function SCRIPT_HKFW85_FAKESCRIPT() -- Render.LocalScript
  2682. local script = Instance.new('LocalScript')
  2683. script.Parent = Render
  2684. script.Parent.MouseButton1Click:Connect(function()
  2685. script.Parent.Parent.CombatM.Visible = false
  2686. script.Parent.Parent.CreditsM.Visible = false
  2687. script.Parent.Parent.AboutM.Visible = false
  2688. script.Parent.Parent.HelpM.Visible = false
  2689. script.Parent.Parent.HomeM.Visible = false
  2690. script.Parent.Parent.MiscM.Visible = false
  2691. script.Parent.Parent.RenderM.Visible = true
  2692. end)
  2693.  
  2694. end
  2695. coroutine.resume(coroutine.create(SCRIPT_HKFW85_FAKESCRIPT))
  2696. game.CoreGui.f8df987syg8.LoginFrame:Remove()
  2697. end)
  2698.  
  2699.  
  2700. Input.Name = "Input"
  2701. Input.Parent = BorkFrame
  2702. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  2703. Input.BackgroundTransparency = 0.89999997615814
  2704. Input.BorderSizePixel = 0
  2705. Input.Position = UDim2.new(0.0285009239, 0, 0.863117874, 0)
  2706. Input.Size = UDim2.new(0.636495113, 0, 0.0799999982, 0)
  2707. Input.Font = Enum.Font.SourceSans
  2708. Input.Text = ""
  2709. Input.TextColor3 = Color3.new(0, 0, 0)
  2710. Input.TextSize = 14
  2711.  
  2712. BorkUpdateLog.Name = "BorkUpdateLog"
  2713. BorkUpdateLog.Parent = BorkTopMain
  2714. BorkUpdateLog.Active = true
  2715. BorkUpdateLog.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2716. BorkUpdateLog.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2717. BorkUpdateLog.Position = UDim2.new(0.0272373538, 0, 1.31174171, 0)
  2718. BorkUpdateLog.Size = UDim2.new(0.94426173, 0, 7.90885687, 0)
  2719.  
  2720. ChangeLogTitle.Name = "ChangeLogTitle"
  2721. ChangeLogTitle.Parent = BorkUpdateLog
  2722. ChangeLogTitle.Active = true
  2723. ChangeLogTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  2724. ChangeLogTitle.BackgroundTransparency = 1
  2725. ChangeLogTitle.BorderSizePixel = 0
  2726. ChangeLogTitle.Size = UDim2.new(1, 0, 0.105941847, 0)
  2727. ChangeLogTitle.Font = Enum.Font.SourceSans
  2728. ChangeLogTitle.Text = "Change Log +"
  2729. ChangeLogTitle.TextColor3 = Color3.new(0.196078, 0.760784, 0.243137)
  2730. ChangeLogTitle.TextSize = 16
  2731.  
  2732. Underline.Name = "Underline"
  2733. Underline.Parent = BorkUpdateLog
  2734. Underline.Active = true
  2735. Underline.BackgroundColor3 = Color3.new(0.192157, 0.690196, 0.235294)
  2736. Underline.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2737. Underline.BorderSizePixel = 0
  2738. Underline.Position = UDim2.new(0.315688789, 0, 0.0959418267, 0)
  2739. Underline.Size = UDim2.new(0.00026961838, 0, 0.00999999885, 0)
  2740.  
  2741. Change1.Name = "Change1"
  2742. Change1.Parent = BorkUpdateLog
  2743. Change1.Active = true
  2744. Change1.BackgroundColor3 = Color3.new(1, 1, 1)
  2745. Change1.BackgroundTransparency = 1
  2746. Change1.BorderSizePixel = 0
  2747. Change1.Position = UDim2.new(0.0288451314, 0, 0.14102982, 0)
  2748. Change1.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2749. Change1.Font = Enum.Font.SourceSans
  2750. Change1.Text = "+ Fixed Whitelists"
  2751. Change1.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2752. Change1.TextSize = 16
  2753. Change1.TextXAlignment = Enum.TextXAlignment.Left
  2754.  
  2755. Change2.Name = "Change2"
  2756. Change2.Parent = BorkUpdateLog
  2757. Change2.Active = true
  2758. Change2.BackgroundColor3 = Color3.new(1, 1, 1)
  2759. Change2.BackgroundTransparency = 1
  2760. Change2.BorderSizePixel = 0
  2761. Change2.Position = UDim2.new(0.0288451314, 0, 0.28205964, 0)
  2762. Change2.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2763. Change2.Font = Enum.Font.SourceSans
  2764. Change2.Text = "+ Fixed Tweening"
  2765. Change2.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2766. Change2.TextSize = 16
  2767. Change2.TextXAlignment = Enum.TextXAlignment.Left
  2768.  
  2769. Change3.Name = "Change3"
  2770. Change3.Parent = BorkUpdateLog
  2771. Change3.Active = true
  2772. Change3.BackgroundColor3 = Color3.new(1, 1, 1)
  2773. Change3.BackgroundTransparency = 1
  2774. Change3.BorderSizePixel = 0
  2775. Change3.Position = UDim2.new(0.0288451314, 0, 0.423089445, 0)
  2776. Change3.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2777. Change3.Font = Enum.Font.SourceSans
  2778. Change3.Text = "+ Added ButtonFX"
  2779. Change3.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2780. Change3.TextSize = 16
  2781. Change3.TextXAlignment = Enum.TextXAlignment.Left
  2782.  
  2783. Date2.Name = "Date2"
  2784. Date2.Parent = BorkUpdateLog
  2785. Date2.Active = true
  2786. Date2.BackgroundColor3 = Color3.new(1, 1, 1)
  2787. Date2.BackgroundTransparency = 1
  2788. Date2.BorderSizePixel = 0
  2789. Date2.Position = UDim2.new(0.535695314, 0, 0.28205964, 0)
  2790. Date2.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2791. Date2.Font = Enum.Font.SourceSans
  2792. Date2.Text = "DATE NOT GIVEN"
  2793. Date2.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2794. Date2.TextSize = 16
  2795. Date2.TextXAlignment = Enum.TextXAlignment.Right
  2796.  
  2797. Date1.Name = "Date1"
  2798. Date1.Parent = BorkUpdateLog
  2799. Date1.Active = true
  2800. Date1.BackgroundColor3 = Color3.new(1, 1, 1)
  2801. Date1.BackgroundTransparency = 1
  2802. Date1.BorderSizePixel = 0
  2803. Date1.Position = UDim2.new(0.46564284, 0, 0.14102982, 0)
  2804. Date1.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2805. Date1.Font = Enum.Font.SourceSans
  2806. Date1.Text = "+ Strucid "
  2807. Date1.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2808. Date1.TextSize = 16
  2809. Date1.TextXAlignment = Enum.TextXAlignment.Right
  2810.  
  2811. Date3.Name = "Date3"
  2812. Date3.Parent = BorkUpdateLog
  2813. Date3.Active = true
  2814. Date3.BackgroundColor3 = Color3.new(1, 1, 1)
  2815. Date3.BackgroundTransparency = 1
  2816. Date3.BorderSizePixel = 0
  2817. Date3.Position = UDim2.new(0.535695314, 0, 0.423089445, 0)
  2818. Date3.Size = UDim2.new(0.439580351, 0, 0.106000006, 0)
  2819. Date3.Font = Enum.Font.SourceSans
  2820. Date3.Text = "DATE NOT GIVEN"
  2821. Date3.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2822. Date3.TextSize = 16
  2823. Date3.TextXAlignment = Enum.TextXAlignment.Right
  2824.  
  2825. TitleBorker.Name = "TitleBorker"
  2826. TitleBorker.Parent = BorkTopMain
  2827. TitleBorker.Active = true
  2828. TitleBorker.BackgroundColor3 = Color3.new(1, 1, 1)
  2829. TitleBorker.BackgroundTransparency = 1
  2830. TitleBorker.BorderSizePixel = 0
  2831. TitleBorker.Position = UDim2.new(0.0272373538, 0, 0, 0)
  2832. TitleBorker.Size = UDim2.new(1, 0, 0.985781312, 0)
  2833. TitleBorker.Font = Enum.Font.SourceSans
  2834. TitleBorker.Text = "Borker Hub V1.4"
  2835. TitleBorker.TextColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  2836. TitleBorker.TextSize = 16
  2837.  
  2838. Frame.Parent = BorkHub
  2839. Frame.Active = true
  2840. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2841. Frame.BackgroundTransparency = 1
  2842. Frame.BorderSizePixel = 0
  2843. Frame.Position = UDim2.new(0.273506105, 0, 0.290237457, 0)
  2844. Frame.Size = UDim2.new(0, 483, 0, 303)
  2845. Frame.Visible = false
  2846.  
  2847. -- Scripts:
  2848. function SCRIPT_MXJJ73_FAKESCRIPT() -- Input.LocalScript
  2849. getfenv().script = Instance.new('LocalScript', Input)
  2850.  
  2851. local InputKey = script.Parent
  2852. local keyChangeEveryday = "6P7Q8SATBUCWEXFYH2J3K5N6P7"
  2853. local EnterBlock = script.Parent.Parent.Enterbtn
  2854. local plr = game.Players.LocalPlayer
  2855. local BorkMain = script.Parent.Parent.Parent.Parent.BorkTopMain
  2856. local keyChangeEveryday = "6P7Q8SATBUCWEXFYH2J3K5N6P7"
  2857. ---WHITELIST--
  2858. local Ihaveashortnamefordiscord = "crack_head"
  2859. local E_picGamerMoments = "SexyNigger12"
  2860. local ProjectSupremeTrash4 = "Yagga"
  2861. local YoungStar = "TheNiggaWhoIsNotDeadYet"
  2862. local pedroxbr677 = "IHaxU2"
  2863. local Addwlaboveme = "ThisIsWrong"
  2864.  
  2865. script.Parent.MouseEnter:Connect(function()
  2866. script.Parent.TextScaled = true
  2867. end)
  2868.  
  2869. script.Parent.MouseEnter:Connect(function()
  2870. script.Parent.TextSize = 5
  2871. script.Parent.TextScaled = false
  2872. end)
  2873.  
  2874. function NiggerTroll()
  2875. if InputKey.Text == keyChangeEveryday or InputKey.Text == Ihaveashortnamefordiscord or InputKey.Text == E_picGamerMoments or InputKey.Text == ProjectSupremeTrash4 or InputKey.Text == YoungStar or InputKey.Text == pedroxbr677 then
  2876. BorkMain:TweenPosition(UDim2.new(BorkMain.Position.X.Scale,BorkMain.Position.X.Offset,-2,BorkMain.Position.Y.Offset),"Out","Sine",1.5,true)
  2877. wait(.5)
  2878. TestGui.Visible = true
  2879. wait(0.1)
  2880. for i = 1,0,-.04 do
  2881. TestGui.BackgroundTransparency = i
  2882. wait()
  2883. end
  2884. else
  2885. game.Players.LocalPlayer:Kick("Nice "..plr.Name.." Maybe Your not using the right key???")
  2886. end
  2887. end
  2888.  
  2889.  
  2890. EnterBlock.MouseButton1Click:Connect(function()
  2891. NiggerTroll()
  2892. end)
  2893.  
  2894.  
  2895.  
  2896.  
  2897. end
  2898. coroutine.resume(coroutine.create(SCRIPT_MXJJ73_FAKESCRIPT))
  2899. function SCRIPT_YPFJ73_FAKESCRIPT() -- Underline.LocalScript
  2900. getfenv().script = Instance.new('LocalScript', Underline)
  2901.  
  2902. wait(1.2)
  2903. script.Parent:TweenSize(UDim2.new(0.371, 0,0.01, 0),"In","Quad",1.2,true)
  2904.  
  2905. end
  2906. coroutine.resume(coroutine.create(SCRIPT_YPFJ73_FAKESCRIPT))
  2907. function SCRIPT_ODND76_FAKESCRIPT() -- BorkTopMain.LocalScript
  2908. getfenv().script = Instance.new('LocalScript', BorkTopMain)
  2909.  
  2910. --//ALL CREDITS GO TO Google Chrome\\--
  2911.  
  2912. local players = game:service('Players');
  2913. local player = players.LocalPlayer;
  2914. local mouse = player:GetMouse();
  2915. local run = game:service('RunService');
  2916. local stepped = run.Stepped;
  2917. draggable = function(obj)
  2918. spawn(function()
  2919. obj.Active = true;
  2920. local minitial;
  2921. local initial;
  2922. local isdragging;
  2923. obj.InputBegan:Connect(function(input)
  2924. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2925. isdragging = true;
  2926. minitial = input.Position;
  2927. initial = obj.Position;
  2928. local con;
  2929. con = stepped:Connect(function()
  2930. if isdragging then
  2931. local delta = Vector3.new(mouse.X, mouse.Y, 0) - minitial;
  2932. obj.Position = UDim2.new(initial.X.Scale, initial.X.Offset + delta.X, initial.Y.Scale, initial.Y.Offset + delta.Y);
  2933. else
  2934. con:Disconnect();
  2935. end;
  2936. end);
  2937. input.Changed:Connect(function()
  2938. if input.UserInputState == Enum.UserInputState.End then
  2939. isdragging = false;
  2940. end;
  2941. end);
  2942. end;
  2943. end);
  2944. end)
  2945. end;
  2946.  
  2947. draggable(script.Parent)
  2948.  
  2949. end
  2950. coroutine.resume(coroutine.create(SCRIPT_ODND76_FAKESCRIPT))
  2951. function SCRIPT_JEGT81_FAKESCRIPT() -- Frame.LocalScript
  2952. getfenv().script = Instance.new('LocalScript', Frame)
  2953.  
  2954. --//ALL CREDITS GO TO Google Chrome\\--
  2955.  
  2956. local players = game:service('Players');
  2957. local player = players.LocalPlayer;
  2958. local mouse = player:GetMouse();
  2959. local run = game:service('RunService');
  2960. local stepped = run.Stepped;
  2961. draggable = function(obj)
  2962. spawn(function()
  2963. obj.Active = true;
  2964. local minitial;
  2965. local initial;
  2966. local isdragging;
  2967. obj.InputBegan:Connect(function(input)
  2968. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2969. isdragging = true;
  2970. minitial = input.Position;
  2971. initial = obj.Position;
  2972. local con;
  2973. con = stepped:Connect(function()
  2974. if isdragging then
  2975. local delta = Vector3.new(mouse.X, mouse.Y, 0) - minitial;
  2976. obj.Position = UDim2.new(initial.X.Scale, initial.X.Offset + delta.X, initial.Y.Scale, initial.Y.Offset + delta.Y);
  2977. else
  2978. con:Disconnect();
  2979. end;
  2980. end);
  2981. input.Changed:Connect(function()
  2982. if input.UserInputState == Enum.UserInputState.End then
  2983. isdragging = false;
  2984. end;
  2985. end);
  2986. end;
  2987. end);
  2988. end)
  2989. end;
  2990.  
  2991. draggable(script.Parent)
  2992.  
  2993. end
  2994. coroutine.resume(coroutine.create(SCRIPT_JEGT81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement