UnknownExploiter

Lost Fucker

Jun 16th, 2020 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 78.47 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local LostFucker = Instance.new("ScreenGui")
  7. local mainui = Instance.new("Frame")
  8. local mainmain = Instance.new("Frame")
  9. local charui = Instance.new("Frame")
  10. local charuileft = Instance.new("Frame")
  11. local charuileftitle = Instance.new("TextLabel")
  12. local aimbotbut = Instance.new("TextButton")
  13. local aimbottext = Instance.new("TextLabel")
  14. local nocliptext = Instance.new("TextLabel")
  15. local noclipbut = Instance.new("TextButton")
  16. local bhoptext = Instance.new("TextLabel")
  17. local bhopbut = Instance.new("TextButton")
  18. local autosprinttext = Instance.new("TextLabel")
  19. local autosprintbut = Instance.new("TextButton")
  20. local ctrltpbut = Instance.new("TextButton")
  21. local ctrltptext = Instance.new("TextLabel")
  22. local fullbrighttext = Instance.new("TextLabel")
  23. local fullbrightbut = Instance.new("TextButton")
  24. local charuiright1 = Instance.new("Frame")
  25. local charuiright1title = Instance.new("TextLabel")
  26. local noflaretext = Instance.new("TextLabel")
  27. local noflarebut = Instance.new("TextButton")
  28. local charuiright2 = Instance.new("Frame")
  29. local charuiright2title = Instance.new("TextLabel")
  30. local debugtext = Instance.new("TextLabel")
  31. local debugbut = Instance.new("TextButton")
  32. local raidui = Instance.new("Frame")
  33. local raiduicenter = Instance.new("Frame")
  34. local raiduicentertitle1 = Instance.new("TextLabel")
  35. local transwallstext = Instance.new("TextLabel")
  36. local transwindowtext = Instance.new("TextLabel")
  37. local transwindowbut = Instance.new("TextButton")
  38. local transdoorwaytext = Instance.new("TextLabel")
  39. local transdoorwaybut = Instance.new("TextButton")
  40. local transdoortext = Instance.new("TextLabel")
  41. local transdoorbut = Instance.new("TextButton")
  42. local transfloortext = Instance.new("TextLabel")
  43. local transfloorbut = Instance.new("TextButton")
  44. local disabletranstext = Instance.new("TextLabel")
  45. local disableallbut = Instance.new("TextButton")
  46. local transwallbut = Instance.new("TextButton")
  47. local renderui = Instance.new("Frame")
  48. local renderuileft1 = Instance.new("Frame")
  49. local renderuilefttitle1 = Instance.new("TextLabel")
  50. local plrespbut = Instance.new("TextButton")
  51. local plresptext = Instance.new("TextLabel")
  52. local plrchamsbut = Instance.new("TextButton")
  53. local plrchamstext = Instance.new("TextLabel")
  54. local scavespbut = Instance.new("TextButton")
  55. local scavesptext = Instance.new("TextLabel")
  56. local boatesptext = Instance.new("TextLabel")
  57. local boatespbut = Instance.new("TextButton")
  58. local renderuileft2 = Instance.new("Frame")
  59. local renderuilefttitle2 = Instance.new("TextLabel")
  60. local smallcrateesptext = Instance.new("TextLabel")
  61. local largecratebut = Instance.new("TextButton")
  62. local smallcratebut = Instance.new("TextButton")
  63. local furnacebut = Instance.new("TextButton")
  64. local furnaceesptext = Instance.new("TextLabel")
  65. local largecrateesptext = Instance.new("TextLabel")
  66. local renderuiright = Instance.new("Frame")
  67. local renderuirighttitle = Instance.new("TextLabel")
  68. local airdropespbut = Instance.new("TextButton")
  69. local elitecrateespbut = Instance.new("TextButton")
  70. local medicratebut = Instance.new("TextButton")
  71. local airdropesptext = Instance.new("TextLabel")
  72. local elitecrateesp = Instance.new("TextLabel")
  73. local medicratetext = Instance.new("TextLabel")
  74. local deadbodytext = Instance.new("TextLabel")
  75. local deadbodybut = Instance.new("TextButton")
  76. local stoneesptext = Instance.new("TextLabel")
  77. local stoneespbut = Instance.new("TextButton")
  78. local ironesptext = Instance.new("TextLabel")
  79. local ironespbut = Instance.new("TextButton")
  80. local sulfuresptext = Instance.new("TextLabel")
  81. local sulfurespbut = Instance.new("TextButton")
  82. local neddleesptext = Instance.new("TextLabel")
  83. local neddleespbut = Instance.new("TextButton")
  84. local settui = Instance.new("Frame")
  85. local settuileft = Instance.new("Frame")
  86. local settuileftitle = Instance.new("TextLabel")
  87. local rainbowguibut = Instance.new("TextButton")
  88. local rainbowuitext = Instance.new("TextLabel")
  89. local watermarkbut = Instance.new("TextButton")
  90. local watermarkuitext = Instance.new("TextLabel")
  91. local scrambleuserbut = Instance.new("TextButton")
  92. local Scrambleusernametext = Instance.new("TextLabel")
  93. local settuiright = Instance.new("Frame")
  94. local settuirighttitle = Instance.new("TextLabel")
  95. local aimbotpartbut = Instance.new("TextButton")
  96. local aimbotparttext = Instance.new("TextLabel")
  97. local creditui = Instance.new("Frame")
  98. local credit1 = Instance.new("TextLabel")
  99. local TextLabel = Instance.new("TextLabel")
  100. local credit2 = Instance.new("TextLabel")
  101. local maintop = Instance.new("Frame")
  102. local Maintitle = Instance.new("TextLabel")
  103. local Exitbut = Instance.new("TextButton")
  104. local topbuts = Instance.new("Frame")
  105. local topbut1 = Instance.new("TextButton")
  106. local topbut2 = Instance.new("TextButton")
  107. local topbut3 = Instance.new("TextButton")
  108. local topbut4 = Instance.new("TextButton")
  109. local Watermark = Instance.new("Frame")
  110. local label = Instance.new("TextLabel")
  111.  
  112. --Properties:
  113.  
  114. LostFucker.Name = "LostFucker"
  115. LostFucker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  116. LostFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  117.  
  118. mainui.Name = "mainui"
  119. mainui.Parent = LostFucker
  120. mainui.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  121. mainui.BorderSizePixel = 0
  122. mainui.Position = UDim2.new(0, 10, 0, 10)
  123. mainui.Size = UDim2.new(0, 420, 0, 325)
  124.  
  125. mainmain.Name = "mainmain"
  126. mainmain.Parent = mainui
  127. mainmain.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  128. mainmain.BorderSizePixel = 0
  129. mainmain.Position = UDim2.new(0, 10, 0, 30)
  130. mainmain.Size = UDim2.new(0, 400, 0, 285)
  131.  
  132. charui.Name = "charui"
  133. charui.Parent = mainmain
  134. charui.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  135. charui.BorderSizePixel = 0
  136. charui.Position = UDim2.new(0, 10, 0, 10)
  137. charui.Size = UDim2.new(0, 380, 0, 265)
  138. charui.Visible = false
  139.  
  140. charuileft.Name = "charuileft"
  141. charuileft.Parent = charui
  142. charuileft.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  143. charuileft.BorderColor3 = Color3.fromRGB(90, 90, 90)
  144. charuileft.Size = UDim2.new(0, 141, 0, 265)
  145.  
  146. charuileftitle.Name = "charuileftitle"
  147. charuileftitle.Parent = charuileft
  148. charuileftitle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  149. charuileftitle.BorderSizePixel = 0
  150. charuileftitle.Position = UDim2.new(0, 18, 0, -10)
  151. charuileftitle.Size = UDim2.new(0, 104, 0, 24)
  152. charuileftitle.Font = Enum.Font.SourceSansBold
  153. charuileftitle.Text = "Character"
  154. charuileftitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. charuileftitle.TextSize = 20.000
  156.  
  157. aimbotbut.Name = "aimbotbut"
  158. aimbotbut.Parent = charuileft
  159. aimbotbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  160. aimbotbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  161. aimbotbut.Position = UDim2.new(0.185722232, 0, 0.0943395346, 0)
  162. aimbotbut.Size = UDim2.new(0, 20, 0, 20)
  163. aimbotbut.Font = Enum.Font.SourceSans
  164. aimbotbut.Text = ""
  165. aimbotbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. aimbotbut.TextSize = 14.000
  167.  
  168. aimbottext.Name = "aimbottext"
  169. aimbottext.Parent = charuileft
  170. aimbottext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  171. aimbottext.BackgroundTransparency = 1.000
  172. aimbottext.BorderSizePixel = 0
  173. aimbottext.Position = UDim2.new(0.326241136, 0, 0.0905660391, 0)
  174. aimbottext.Size = UDim2.new(0, 67, 0, 20)
  175. aimbottext.Font = Enum.Font.SourceSansBold
  176. aimbottext.Text = "    Aimbot"
  177. aimbottext.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. aimbottext.TextSize = 15.000
  179. aimbottext.TextXAlignment = Enum.TextXAlignment.Left
  180.  
  181. nocliptext.Name = "nocliptext"
  182. nocliptext.Parent = charuileft
  183. nocliptext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. nocliptext.BackgroundTransparency = 1.000
  185. nocliptext.BorderSizePixel = 0
  186. nocliptext.Position = UDim2.new(0.326000005, 0, 0.165999994, 10)
  187. nocliptext.Size = UDim2.new(0, 67, 0, 20)
  188. nocliptext.Font = Enum.Font.SourceSansBold
  189. nocliptext.Text = "    Noclip"
  190. nocliptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. nocliptext.TextSize = 15.000
  192. nocliptext.TextXAlignment = Enum.TextXAlignment.Left
  193.  
  194. noclipbut.Name = "noclipbut"
  195. noclipbut.Parent = charuileft
  196. noclipbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  197. noclipbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  198. noclipbut.Position = UDim2.new(0.186000004, 0, 0.170000002, 10)
  199. noclipbut.Size = UDim2.new(0, 20, 0, 20)
  200. noclipbut.Font = Enum.Font.SourceSans
  201. noclipbut.Text = ""
  202. noclipbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. noclipbut.TextSize = 14.000
  204.  
  205. bhoptext.Name = "bhoptext"
  206. bhoptext.Parent = charuileft
  207. bhoptext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. bhoptext.BackgroundTransparency = 1.000
  209. bhoptext.BorderSizePixel = 0
  210. bhoptext.Position = UDim2.new(0.326000005, 0, 0.245000005, 20)
  211. bhoptext.Size = UDim2.new(0, 67, 0, 20)
  212. bhoptext.Font = Enum.Font.SourceSansBold
  213. bhoptext.Text = "    Bhop"
  214. bhoptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  215. bhoptext.TextSize = 15.000
  216. bhoptext.TextXAlignment = Enum.TextXAlignment.Left
  217.  
  218. bhopbut.Name = "bhopbut"
  219. bhopbut.Parent = charuileft
  220. bhopbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  221. bhopbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  222. bhopbut.Position = UDim2.new(0.186000004, 0, 0.248999998, 20)
  223. bhopbut.Size = UDim2.new(0, 20, 0, 20)
  224. bhopbut.Font = Enum.Font.SourceSans
  225. bhopbut.Text = ""
  226. bhopbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  227. bhopbut.TextSize = 14.000
  228.  
  229. autosprinttext.Name = "autosprinttext"
  230. autosprinttext.Parent = charuileft
  231. autosprinttext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  232. autosprinttext.BackgroundTransparency = 1.000
  233. autosprinttext.BorderSizePixel = 0
  234. autosprinttext.Position = UDim2.new(0.326000005, 0, 0.319999993, 30)
  235. autosprinttext.Size = UDim2.new(0, 67, 0, 20)
  236. autosprinttext.Font = Enum.Font.SourceSansBold
  237. autosprinttext.Text = "    Auto Sprint"
  238. autosprinttext.TextColor3 = Color3.fromRGB(255, 255, 255)
  239. autosprinttext.TextSize = 15.000
  240. autosprinttext.TextXAlignment = Enum.TextXAlignment.Left
  241.  
  242. autosprintbut.Name = "autosprintbut"
  243. autosprintbut.Parent = charuileft
  244. autosprintbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  245. autosprintbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  246. autosprintbut.Position = UDim2.new(0.186000004, 0, 0.324000001, 30)
  247. autosprintbut.Size = UDim2.new(0, 20, 0, 20)
  248. autosprintbut.Font = Enum.Font.SourceSans
  249. autosprintbut.Text = ""
  250. autosprintbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. autosprintbut.TextSize = 14.000
  252.  
  253. ctrltpbut.Name = "ctrltpbut"
  254. ctrltpbut.Parent = charuileft
  255. ctrltpbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  256. ctrltpbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  257. ctrltpbut.Position = UDim2.new(0.186000004, 0, 0.398999989, 40)
  258. ctrltpbut.Size = UDim2.new(0, 20, 0, 20)
  259. ctrltpbut.Font = Enum.Font.SourceSans
  260. ctrltpbut.Text = ""
  261. ctrltpbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. ctrltpbut.TextSize = 14.000
  263.  
  264. ctrltptext.Name = "ctrltptext"
  265. ctrltptext.Parent = charuileft
  266. ctrltptext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. ctrltptext.BackgroundTransparency = 1.000
  268. ctrltptext.BorderSizePixel = 0
  269. ctrltptext.Position = UDim2.new(0.326000005, 0, 0.395000011, 40)
  270. ctrltptext.Size = UDim2.new(0, 67, 0, 20)
  271. ctrltptext.Font = Enum.Font.SourceSansBold
  272. ctrltptext.Text = "    Ctrl+Click Tp"
  273. ctrltptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  274. ctrltptext.TextSize = 15.000
  275. ctrltptext.TextXAlignment = Enum.TextXAlignment.Left
  276.  
  277. fullbrighttext.Name = "fullbrighttext"
  278. fullbrighttext.Parent = charuileft
  279. fullbrighttext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  280. fullbrighttext.BackgroundTransparency = 1.000
  281. fullbrighttext.BorderSizePixel = 0
  282. fullbrighttext.Position = UDim2.new(0.319000006, 0, 0.469999999, 50)
  283. fullbrighttext.Size = UDim2.new(0, 67, 0, 20)
  284. fullbrighttext.Font = Enum.Font.SourceSansBold
  285. fullbrighttext.Text = "    Fullbright"
  286. fullbrighttext.TextColor3 = Color3.fromRGB(255, 255, 255)
  287. fullbrighttext.TextSize = 15.000
  288. fullbrighttext.TextXAlignment = Enum.TextXAlignment.Left
  289.  
  290. fullbrightbut.Name = "fullbrightbut"
  291. fullbrightbut.Parent = charuileft
  292. fullbrightbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  293. fullbrightbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  294. fullbrightbut.Position = UDim2.new(0.186000004, 0, 0.504660368, 40)
  295. fullbrightbut.Size = UDim2.new(0, 20, 0, 20)
  296. fullbrightbut.Font = Enum.Font.SourceSans
  297. fullbrightbut.Text = ""
  298. fullbrightbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  299. fullbrightbut.TextSize = 14.000
  300.  
  301. charuiright1.Name = "charuiright1"
  302. charuiright1.Parent = charui
  303. charuiright1.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  304. charuiright1.BorderColor3 = Color3.fromRGB(90, 90, 90)
  305. charuiright1.Position = UDim2.new(0.410526305, 0, 0, 0)
  306. charuiright1.Size = UDim2.new(0, 224, 0, 112)
  307.  
  308. charuiright1title.Name = "charuiright1title"
  309. charuiright1title.Parent = charuiright1
  310. charuiright1title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  311. charuiright1title.BorderSizePixel = 0
  312. charuiright1title.Position = UDim2.new(0, 18, 0, -10)
  313. charuiright1title.Size = UDim2.new(0, 90, 0, 24)
  314. charuiright1title.Font = Enum.Font.SourceSansBold
  315. charuiright1title.Text = "Combat"
  316. charuiright1title.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. charuiright1title.TextSize = 20.000
  318.  
  319. noflaretext.Name = "noflaretext"
  320. noflaretext.Parent = charuiright1
  321. noflaretext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. noflaretext.BackgroundTransparency = 1.000
  323. noflaretext.BorderSizePixel = 0
  324. noflaretext.Position = UDim2.new(0.254812539, 0, 0.215566039, 0)
  325. noflaretext.Size = UDim2.new(0, 67, 0, 20)
  326. noflaretext.Font = Enum.Font.SourceSansBold
  327. noflaretext.Text = "No Flare"
  328. noflaretext.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. noflaretext.TextSize = 15.000
  330. noflaretext.TextXAlignment = Enum.TextXAlignment.Left
  331.  
  332. noflarebut.Name = "noflarebut"
  333. noflarebut.Parent = charuiright1
  334. noflarebut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  335. noflarebut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  336. noflarebut.Position = UDim2.new(0.11429365, 0, 0.219339535, 0)
  337. noflarebut.Size = UDim2.new(0, 20, 0, 20)
  338. noflarebut.Font = Enum.Font.SourceSans
  339. noflarebut.Text = ""
  340. noflarebut.TextColor3 = Color3.fromRGB(0, 0, 0)
  341. noflarebut.TextSize = 14.000
  342.  
  343. charuiright2.Name = "charuiright2"
  344. charuiright2.Parent = charui
  345. charuiright2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  346. charuiright2.BorderColor3 = Color3.fromRGB(90, 90, 90)
  347. charuiright2.Position = UDim2.new(0.410526305, 0, 0.487917155, 0)
  348. charuiright2.Size = UDim2.new(0, 224, 0, 135)
  349.  
  350. charuiright2title.Name = "charuiright2title"
  351. charuiright2title.Parent = charuiright2
  352. charuiright2title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  353. charuiright2title.BorderSizePixel = 0
  354. charuiright2title.Position = UDim2.new(0, 18, 0, -8)
  355. charuiright2title.Size = UDim2.new(0, 70, 0, 22)
  356. charuiright2title.Font = Enum.Font.SourceSansBold
  357. charuiright2title.Text = "Gui"
  358. charuiright2title.TextColor3 = Color3.fromRGB(255, 255, 255)
  359. charuiright2title.TextSize = 20.000
  360.  
  361. debugtext.Name = "debugtext"
  362. debugtext.Parent = charuiright2
  363. debugtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. debugtext.BackgroundTransparency = 1.000
  365. debugtext.BorderSizePixel = 0
  366. debugtext.Position = UDim2.new(0.254812509, 0, 0.157232657, 0)
  367. debugtext.Size = UDim2.new(0, 76, 0, 20)
  368. debugtext.Font = Enum.Font.SourceSansBold
  369. debugtext.Text = "Debug Menu"
  370. debugtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  371. debugtext.TextSize = 15.000
  372. debugtext.TextXAlignment = Enum.TextXAlignment.Left
  373.  
  374. debugbut.Name = "debugbut"
  375. debugbut.Parent = charuiright2
  376. debugbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  377. debugbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  378. debugbut.Position = UDim2.new(0.114293657, 0, 0.161006182, 0)
  379. debugbut.Size = UDim2.new(0, 20, 0, 20)
  380. debugbut.Font = Enum.Font.SourceSans
  381. debugbut.Text = ""
  382. debugbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  383. debugbut.TextSize = 14.000
  384.  
  385. raidui.Name = "raidui"
  386. raidui.Parent = mainmain
  387. raidui.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  388. raidui.BorderSizePixel = 0
  389. raidui.Position = UDim2.new(0, 10, 0, 10)
  390. raidui.Size = UDim2.new(0, 380, 0, 265)
  391. raidui.Visible = false
  392.  
  393. raiduicenter.Name = "raiduicenter"
  394. raiduicenter.Parent = raidui
  395. raiduicenter.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  396. raiduicenter.BorderColor3 = Color3.fromRGB(90, 90, 90)
  397. raiduicenter.Size = UDim2.new(0, 380, 0, 265)
  398.  
  399. raiduicentertitle1.Name = "raiduicentertitle1"
  400. raiduicentertitle1.Parent = raiduicenter
  401. raiduicentertitle1.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  402. raiduicentertitle1.BorderSizePixel = 0
  403. raiduicentertitle1.Position = UDim2.new(0.273684204, 0, -0.0377358496, 0)
  404. raiduicentertitle1.Size = UDim2.new(0, 100, 0, 20)
  405. raiduicentertitle1.Font = Enum.Font.SourceSansBold
  406. raiduicentertitle1.Text = "Raid Settings"
  407. raiduicentertitle1.TextColor3 = Color3.fromRGB(255, 255, 255)
  408. raiduicentertitle1.TextSize = 15.000
  409.  
  410. transwallstext.Name = "transwallstext"
  411. transwallstext.Parent = raiduicenter
  412. transwallstext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  413. transwallstext.BackgroundTransparency = 1.000
  414. transwallstext.BorderSizePixel = 0
  415. transwallstext.Position = UDim2.new(0.128947482, 0, 0.0867924541, 0)
  416. transwallstext.Size = UDim2.new(0, 154, 0, 20)
  417. transwallstext.Font = Enum.Font.SourceSansBold
  418. transwallstext.Text = "Transparent Walls"
  419. transwallstext.TextColor3 = Color3.fromRGB(255, 255, 255)
  420. transwallstext.TextSize = 15.000
  421. transwallstext.TextXAlignment = Enum.TextXAlignment.Left
  422.  
  423. transwindowtext.Name = "transwindowtext"
  424. transwindowtext.Parent = raiduicenter
  425. transwindowtext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  426. transwindowtext.BackgroundTransparency = 1.000
  427. transwindowtext.BorderSizePixel = 0
  428. transwindowtext.Position = UDim2.new(0.128947362, 0, 0.162, 10)
  429. transwindowtext.Size = UDim2.new(0, 179, 0, 20)
  430. transwindowtext.Font = Enum.Font.SourceSansBold
  431. transwindowtext.Text = "Transparent Windows"
  432. transwindowtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  433. transwindowtext.TextSize = 15.000
  434. transwindowtext.TextXAlignment = Enum.TextXAlignment.Left
  435.  
  436. transwindowbut.Name = "transwindowbut"
  437. transwindowbut.Parent = raiduicenter
  438. transwindowbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  439. transwindowbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  440. transwindowbut.Position = UDim2.new(0.0489999987, 0, 0.165999994, 10)
  441. transwindowbut.Size = UDim2.new(0, 20, 0, 20)
  442. transwindowbut.Font = Enum.Font.SourceSans
  443. transwindowbut.Text = ""
  444. transwindowbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  445. transwindowbut.TextSize = 14.000
  446.  
  447. transdoorwaytext.Name = "transdoorwaytext"
  448. transdoorwaytext.Parent = raiduicenter
  449. transdoorwaytext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  450. transdoorwaytext.BackgroundTransparency = 1.000
  451. transdoorwaytext.BorderSizePixel = 0
  452. transdoorwaytext.Position = UDim2.new(0.1285263, 0, 0.244773552, 20)
  453. transdoorwaytext.Size = UDim2.new(0, 179, 0, 20)
  454. transdoorwaytext.Font = Enum.Font.SourceSansBold
  455. transdoorwaytext.Text = "Transparent Doorways"
  456. transdoorwaytext.TextColor3 = Color3.fromRGB(255, 255, 255)
  457. transdoorwaytext.TextSize = 15.000
  458. transdoorwaytext.TextXAlignment = Enum.TextXAlignment.Left
  459.  
  460. transdoorwaybut.Name = "transdoorwaybut"
  461. transdoorwaybut.Parent = raiduicenter
  462. transdoorwaybut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  463. transdoorwaybut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  464. transdoorwaybut.Position = UDim2.new(0.0489999987, 0, 0.245000005, 20)
  465. transdoorwaybut.Size = UDim2.new(0, 20, 0, 20)
  466. transdoorwaybut.Font = Enum.Font.SourceSans
  467. transdoorwaybut.Text = ""
  468. transdoorwaybut.TextColor3 = Color3.fromRGB(0, 0, 0)
  469. transdoorwaybut.TextSize = 14.000
  470.  
  471. transdoortext.Name = "transdoortext"
  472. transdoortext.Parent = raiduicenter
  473. transdoortext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  474. transdoortext.BackgroundTransparency = 1.000
  475. transdoortext.BorderSizePixel = 0
  476. transdoortext.Position = UDim2.new(0.128999993, 0, 0.319999993, 30)
  477. transdoortext.Size = UDim2.new(0, 179, 0, 20)
  478. transdoortext.Font = Enum.Font.SourceSansBold
  479. transdoortext.Text = "Transparent Doors"
  480. transdoortext.TextColor3 = Color3.fromRGB(255, 255, 255)
  481. transdoortext.TextSize = 15.000
  482. transdoortext.TextXAlignment = Enum.TextXAlignment.Left
  483.  
  484. transdoorbut.Name = "transdoorbut"
  485. transdoorbut.Parent = raiduicenter
  486. transdoorbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  487. transdoorbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  488. transdoorbut.Position = UDim2.new(0.0489999987, 0, 0.319999993, 30)
  489. transdoorbut.Size = UDim2.new(0, 20, 0, 20)
  490. transdoorbut.Font = Enum.Font.SourceSans
  491. transdoorbut.Text = ""
  492. transdoorbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  493. transdoorbut.TextSize = 14.000
  494.  
  495. transfloortext.Name = "transfloortext"
  496. transfloortext.Parent = raiduicenter
  497. transfloortext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  498. transfloortext.BackgroundTransparency = 1.000
  499. transfloortext.BorderSizePixel = 0
  500. transfloortext.Position = UDim2.new(0.128999993, 0, 0.356999993, 50)
  501. transfloortext.Size = UDim2.new(0, 179, 0, 20)
  502. transfloortext.Font = Enum.Font.SourceSansBold
  503. transfloortext.Text = "Transparent Floors&Foundations"
  504. transfloortext.TextColor3 = Color3.fromRGB(255, 255, 255)
  505. transfloortext.TextSize = 15.000
  506. transfloortext.TextXAlignment = Enum.TextXAlignment.Left
  507.  
  508. transfloorbut.Name = "transfloorbut"
  509. transfloorbut.Parent = raiduicenter
  510. transfloorbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  511. transfloorbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  512. transfloorbut.Position = UDim2.new(0.0489999987, 0, 0.356999993, 50)
  513. transfloorbut.Size = UDim2.new(0, 20, 0, 20)
  514. transfloorbut.Font = Enum.Font.SourceSans
  515. transfloorbut.Text = ""
  516. transfloorbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  517. transfloorbut.TextSize = 14.000
  518.  
  519. disabletranstext.Name = "disabletranstext"
  520. disabletranstext.Parent = raiduicenter
  521. disabletranstext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  522. disabletranstext.BackgroundTransparency = 1.000
  523. disabletranstext.BorderSizePixel = 0
  524. disabletranstext.Position = UDim2.new(0.126368418, 0, 0.635773599, 60)
  525. disabletranstext.Size = UDim2.new(0, 179, 0, 20)
  526. disabletranstext.Font = Enum.Font.SourceSansBold
  527. disabletranstext.Text = "Disable All"
  528. disabletranstext.TextColor3 = Color3.fromRGB(255, 255, 255)
  529. disabletranstext.TextSize = 15.000
  530. disabletranstext.TextXAlignment = Enum.TextXAlignment.Left
  531.  
  532. disableallbut.Name = "disableallbut"
  533. disableallbut.Parent = raiduicenter
  534. disableallbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  535. disableallbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  536. disableallbut.Position = UDim2.new(0.0489999987, 0, 0.635773599, 60)
  537. disableallbut.Size = UDim2.new(0, 20, 0, 20)
  538. disableallbut.Font = Enum.Font.SourceSans
  539. disableallbut.Text = ""
  540. disableallbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  541. disableallbut.TextSize = 14.000
  542.  
  543. transwallbut.Name = "transwallbut"
  544. transwallbut.Parent = raiduicenter
  545. transwallbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  546. transwallbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  547. transwallbut.Position = UDim2.new(0.0489999987, 0, 0.0490188599, 10)
  548. transwallbut.Size = UDim2.new(0, 20, 0, 20)
  549. transwallbut.Font = Enum.Font.SourceSans
  550. transwallbut.Text = ""
  551. transwallbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  552. transwallbut.TextSize = 14.000
  553.  
  554. renderui.Name = "renderui"
  555. renderui.Parent = mainmain
  556. renderui.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  557. renderui.BorderSizePixel = 0
  558. renderui.Position = UDim2.new(0, 10, 0, 10)
  559. renderui.Size = UDim2.new(0, 380, 0, 265)
  560.  
  561. renderuileft1.Name = "renderuileft1"
  562. renderuileft1.Parent = renderui
  563. renderuileft1.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  564. renderuileft1.BorderColor3 = Color3.fromRGB(90, 90, 90)
  565. renderuileft1.Size = UDim2.new(0, 174, 0, 137)
  566.  
  567. renderuilefttitle1.Name = "renderuilefttitle1"
  568. renderuilefttitle1.Parent = renderuileft1
  569. renderuilefttitle1.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  570. renderuilefttitle1.BorderSizePixel = 0
  571. renderuilefttitle1.Position = UDim2.new(0.185185224, 0, -0.0996547714, 0)
  572. renderuilefttitle1.Size = UDim2.new(0, 76, 0, 20)
  573. renderuilefttitle1.Font = Enum.Font.SourceSansBold
  574. renderuilefttitle1.Text = "Main Esp"
  575. renderuilefttitle1.TextColor3 = Color3.fromRGB(255, 255, 255)
  576. renderuilefttitle1.TextSize = 15.000
  577.  
  578. plrespbut.Name = "plrespbut"
  579. plrespbut.Parent = renderuileft1
  580. plrespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  581. plrespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  582. plrespbut.Position = UDim2.new(0.065032579, 0, 0.139661372, 0)
  583. plrespbut.Size = UDim2.new(0, 20, 0, 20)
  584. plrespbut.Font = Enum.Font.SourceSans
  585. plrespbut.Text = ""
  586. plrespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  587. plrespbut.TextSize = 14.000
  588.  
  589. plresptext.Name = "plresptext"
  590. plresptext.Parent = renderuileft1
  591. plresptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  592. plresptext.BorderSizePixel = 0
  593. plresptext.Position = UDim2.new(0.25, 0, 0.136503637, 0)
  594. plresptext.Size = UDim2.new(0, 65, 0, 20)
  595. plresptext.Font = Enum.Font.SourceSansBold
  596. plresptext.Text = "Player esp"
  597. plresptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  598. plresptext.TextSize = 15.000
  599. plresptext.TextXAlignment = Enum.TextXAlignment.Left
  600.  
  601. plrchamsbut.Name = "plrchamsbut"
  602. plrchamsbut.Parent = renderuileft1
  603. plrchamsbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  604. plrchamsbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  605. plrchamsbut.Position = UDim2.new(0.0650000572, 0, 0.285007, 10)
  606. plrchamsbut.Size = UDim2.new(0, 20, 0, 20)
  607. plrchamsbut.Font = Enum.Font.SourceSans
  608. plrchamsbut.Text = ""
  609. plrchamsbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  610. plrchamsbut.TextSize = 14.000
  611.  
  612. plrchamstext.Name = "plrchamstext"
  613. plrchamstext.Parent = renderuileft1
  614. plrchamstext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  615. plrchamstext.BorderSizePixel = 0
  616. plrchamstext.Position = UDim2.new(0.25, 0, 0.282007217, 10)
  617. plrchamstext.Size = UDim2.new(0, 65, 0, 20)
  618. plrchamstext.Font = Enum.Font.SourceSansBold
  619. plrchamstext.Text = "Chams"
  620. plrchamstext.TextColor3 = Color3.fromRGB(255, 255, 255)
  621. plrchamstext.TextSize = 15.000
  622. plrchamstext.TextXAlignment = Enum.TextXAlignment.Left
  623.  
  624. scavespbut.Name = "scavespbut"
  625. scavespbut.Parent = renderuileft1
  626. scavespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  627. scavespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  628. scavespbut.Position = UDim2.new(0.0650000572, 0, 0.430510998, 20)
  629. scavespbut.Size = UDim2.new(0, 20, 0, 20)
  630. scavespbut.Font = Enum.Font.SourceSans
  631. scavespbut.Text = ""
  632. scavespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  633. scavespbut.TextSize = 14.000
  634.  
  635. scavesptext.Name = "scavesptext"
  636. scavesptext.Parent = renderuileft1
  637. scavesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  638. scavesptext.BorderSizePixel = 0
  639. scavesptext.Position = UDim2.new(0.25, 0, 0.427511215, 20)
  640. scavesptext.Size = UDim2.new(0, 65, 0, 20)
  641. scavesptext.Font = Enum.Font.SourceSansBold
  642. scavesptext.Text = "Npc esp"
  643. scavesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  644. scavesptext.TextSize = 15.000
  645. scavesptext.TextXAlignment = Enum.TextXAlignment.Left
  646.  
  647. boatesptext.Name = "boatesptext"
  648. boatesptext.Parent = renderuileft1
  649. boatesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  650. boatesptext.BorderSizePixel = 0
  651. boatesptext.Position = UDim2.new(0.25, 0, 0.573000014, 30)
  652. boatesptext.Size = UDim2.new(0, 65, 0, 20)
  653. boatesptext.Font = Enum.Font.SourceSansBold
  654. boatesptext.Text = "Boat esp"
  655. boatesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  656. boatesptext.TextSize = 15.000
  657. boatesptext.TextXAlignment = Enum.TextXAlignment.Left
  658.  
  659. boatespbut.Name = "boatespbut"
  660. boatespbut.Parent = renderuileft1
  661. boatespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  662. boatespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  663. boatespbut.Position = UDim2.new(0.0649999976, 0, 0.575999975, 30)
  664. boatespbut.Size = UDim2.new(0, 20, 0, 20)
  665. boatespbut.Font = Enum.Font.SourceSans
  666. boatespbut.Text = ""
  667. boatespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  668. boatespbut.TextSize = 14.000
  669.  
  670. renderuileft2.Name = "renderuileft2"
  671. renderuileft2.Parent = renderui
  672. renderuileft2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  673. renderuileft2.BorderColor3 = Color3.fromRGB(90, 90, 90)
  674. renderuileft2.Position = UDim2.new(0, 0, 0.566037714, 0)
  675. renderuileft2.Size = UDim2.new(0, 174, 0, 115)
  676.  
  677. renderuilefttitle2.Name = "renderuilefttitle2"
  678. renderuilefttitle2.Parent = renderuileft2
  679. renderuilefttitle2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  680. renderuilefttitle2.BorderSizePixel = 0
  681. renderuilefttitle2.Position = UDim2.new(0.185185194, 0, -0.0996547788, 0)
  682. renderuilefttitle2.Size = UDim2.new(0, 84, 0, 20)
  683. renderuilefttitle2.Font = Enum.Font.SourceSansBold
  684. renderuilefttitle2.Text = "Storage Esp"
  685. renderuilefttitle2.TextColor3 = Color3.fromRGB(255, 255, 255)
  686. renderuilefttitle2.TextSize = 15.000
  687.  
  688. smallcrateesptext.Name = "smallcrateesptext"
  689. smallcrateesptext.Parent = renderuileft2
  690. smallcrateesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  691. smallcrateesptext.BorderSizePixel = 0
  692. smallcrateesptext.Position = UDim2.new(0.250000238, 0, 0.240840673, 20)
  693. smallcrateesptext.Size = UDim2.new(0, 65, 0, 20)
  694. smallcrateesptext.Font = Enum.Font.SourceSansBold
  695. smallcrateesptext.Text = "Smallcrate esp"
  696. smallcrateesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  697. smallcrateesptext.TextSize = 15.000
  698. smallcrateesptext.TextXAlignment = Enum.TextXAlignment.Left
  699.  
  700. largecratebut.Name = "largecratebut"
  701. largecratebut.Parent = renderuileft2
  702. largecratebut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  703. largecratebut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  704. largecratebut.Position = UDim2.new(0.0650000572, 0, 0.0739838481, 10)
  705. largecratebut.Size = UDim2.new(0, 20, 0, 20)
  706. largecratebut.Font = Enum.Font.SourceSans
  707. largecratebut.Text = ""
  708. largecratebut.TextColor3 = Color3.fromRGB(0, 0, 0)
  709. largecratebut.TextSize = 14.000
  710.  
  711. smallcratebut.Name = "smallcratebut"
  712. smallcratebut.Parent = renderuileft2
  713. smallcratebut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  714. smallcratebut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  715. smallcratebut.Position = UDim2.new(0.0649998188, 0, 0.243840456, 20)
  716. smallcratebut.Size = UDim2.new(0, 20, 0, 20)
  717. smallcratebut.Font = Enum.Font.SourceSans
  718. smallcratebut.Text = ""
  719. smallcratebut.TextColor3 = Color3.fromRGB(0, 0, 0)
  720. smallcratebut.TextSize = 14.000
  721.  
  722. furnacebut.Name = "furnacebut"
  723. furnacebut.Parent = renderuileft2
  724. furnacebut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  725. furnacebut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  726. furnacebut.Position = UDim2.new(0.0650000572, 0, 0.422623277, 30)
  727. furnacebut.Size = UDim2.new(0, 20, 0, 20)
  728. furnacebut.Font = Enum.Font.SourceSans
  729. furnacebut.Text = ""
  730. furnacebut.TextColor3 = Color3.fromRGB(0, 0, 0)
  731. furnacebut.TextSize = 14.000
  732.  
  733. furnaceesptext.Name = "furnaceesptext"
  734. furnaceesptext.Parent = renderuileft2
  735. furnaceesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  736. furnaceesptext.BorderSizePixel = 0
  737. furnaceesptext.Position = UDim2.new(0.250000477, 0, 0.419623017, 30)
  738. furnaceesptext.Size = UDim2.new(0, 65, 0, 20)
  739. furnaceesptext.Font = Enum.Font.SourceSansBold
  740. furnaceesptext.Text = "Large Furnace esp"
  741. furnaceesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  742. furnaceesptext.TextSize = 15.000
  743. furnaceesptext.TextXAlignment = Enum.TextXAlignment.Left
  744.  
  745. largecrateesptext.Name = "largecrateesptext"
  746. largecrateesptext.Parent = renderuileft2
  747. largecrateesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  748. largecrateesptext.BorderSizePixel = 0
  749. largecrateesptext.Position = UDim2.new(0.250000477, 0, 0.0709840655, 10)
  750. largecrateesptext.Size = UDim2.new(0, 65, 0, 20)
  751. largecrateesptext.Font = Enum.Font.SourceSansBold
  752. largecrateesptext.Text = "Largecrate esp"
  753. largecrateesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  754. largecrateesptext.TextSize = 15.000
  755. largecrateesptext.TextXAlignment = Enum.TextXAlignment.Left
  756.  
  757. renderuiright.Name = "renderuiright"
  758. renderuiright.Parent = renderui
  759. renderuiright.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  760. renderuiright.BorderColor3 = Color3.fromRGB(90, 90, 90)
  761. renderuiright.Position = UDim2.new(0.492105275, 0, 0, 0)
  762. renderuiright.Size = UDim2.new(0, 193, 0, 265)
  763.  
  764. renderuirighttitle.Name = "renderuirighttitle"
  765. renderuirighttitle.Parent = renderuiright
  766. renderuirighttitle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  767. renderuirighttitle.BorderSizePixel = 0
  768. renderuirighttitle.Position = UDim2.new(0.0971021876, 0, -0.0392774194, 0)
  769. renderuirighttitle.Size = UDim2.new(0, 75, 0, 20)
  770. renderuirighttitle.Font = Enum.Font.SourceSansBold
  771. renderuirighttitle.Text = "Other Esp"
  772. renderuirighttitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  773. renderuirighttitle.TextSize = 15.000
  774.  
  775. airdropespbut.Name = "airdropespbut"
  776. airdropespbut.Parent = renderuiright
  777. airdropespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  778. airdropespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  779. airdropespbut.Position = UDim2.new(0.0649999976, 0, 0.0324943736, 10)
  780. airdropespbut.Size = UDim2.new(0, 20, 0, 20)
  781. airdropespbut.Font = Enum.Font.SourceSans
  782. airdropespbut.Text = ""
  783. airdropespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  784. airdropespbut.TextSize = 14.000
  785.  
  786. elitecrateespbut.Name = "elitecrateespbut"
  787. elitecrateespbut.Parent = renderuiright
  788. elitecrateespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  789. elitecrateespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  790. elitecrateespbut.Position = UDim2.new(0.0649999976, 0, 0.108339623, 20)
  791. elitecrateespbut.Size = UDim2.new(0, 20, 0, 20)
  792. elitecrateespbut.Font = Enum.Font.SourceSans
  793. elitecrateespbut.Text = ""
  794. elitecrateespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  795. elitecrateespbut.TextSize = 14.000
  796.  
  797. medicratebut.Name = "medicratebut"
  798. medicratebut.Parent = renderuiright
  799. medicratebut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  800. medicratebut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  801. medicratebut.Position = UDim2.new(0.0649999976, 0, 0.147, 40)
  802. medicratebut.Size = UDim2.new(0, 20, 0, 20)
  803. medicratebut.Font = Enum.Font.SourceSans
  804. medicratebut.Text = ""
  805. medicratebut.TextColor3 = Color3.fromRGB(0, 0, 0)
  806. medicratebut.TextSize = 14.000
  807.  
  808. airdropesptext.Name = "airdropesptext"
  809. airdropesptext.Parent = renderuiright
  810. airdropesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  811. airdropesptext.BorderSizePixel = 0
  812. airdropesptext.Position = UDim2.new(0.25, 0, 0.0332679302, 10)
  813. airdropesptext.Size = UDim2.new(0, 65, 0, 20)
  814. airdropesptext.Font = Enum.Font.SourceSansBold
  815. airdropesptext.Text = "Airdrop esp"
  816. airdropesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  817. airdropesptext.TextSize = 15.000
  818. airdropesptext.TextXAlignment = Enum.TextXAlignment.Left
  819.  
  820. elitecrateesp.Name = "elitecrateesp"
  821. elitecrateesp.Parent = renderuiright
  822. elitecrateesp.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  823. elitecrateesp.BorderSizePixel = 0
  824. elitecrateesp.Position = UDim2.new(0.25, 0, 0.109113201, 20)
  825. elitecrateesp.Size = UDim2.new(0, 65, 0, 20)
  826. elitecrateesp.Font = Enum.Font.SourceSansBold
  827. elitecrateesp.Text = "Elite & Mili crate esp"
  828. elitecrateesp.TextColor3 = Color3.fromRGB(255, 255, 255)
  829. elitecrateesp.TextSize = 15.000
  830. elitecrateesp.TextXAlignment = Enum.TextXAlignment.Left
  831.  
  832. medicratetext.Name = "medicratetext"
  833. medicratetext.Parent = renderuiright
  834. medicratetext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  835. medicratetext.BorderSizePixel = 0
  836. medicratetext.Position = UDim2.new(0.25, 0, 0.181415081, 30)
  837. medicratetext.Size = UDim2.new(0, 65, 0, 20)
  838. medicratetext.Font = Enum.Font.SourceSansBold
  839. medicratetext.Text = "Medical crate esp"
  840. medicratetext.TextColor3 = Color3.fromRGB(255, 255, 255)
  841. medicratetext.TextSize = 15.000
  842. medicratetext.TextXAlignment = Enum.TextXAlignment.Left
  843.  
  844. deadbodytext.Name = "deadbodytext"
  845. deadbodytext.Parent = renderuiright
  846. deadbodytext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  847. deadbodytext.BorderSizePixel = 0
  848. deadbodytext.Position = UDim2.new(0.25, 0, 0.256999999, 40)
  849. deadbodytext.Size = UDim2.new(0, 65, 0, 20)
  850. deadbodytext.Font = Enum.Font.SourceSansBold
  851. deadbodytext.Text = "Dead body esp"
  852. deadbodytext.TextColor3 = Color3.fromRGB(255, 255, 255)
  853. deadbodytext.TextSize = 15.000
  854. deadbodytext.TextXAlignment = Enum.TextXAlignment.Left
  855.  
  856. deadbodybut.Name = "deadbodybut"
  857. deadbodybut.Parent = renderuiright
  858. deadbodybut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  859. deadbodybut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  860. deadbodybut.Position = UDim2.new(0.0649999976, 0, 0.222000003, 50)
  861. deadbodybut.Size = UDim2.new(0, 20, 0, 20)
  862. deadbodybut.Font = Enum.Font.SourceSans
  863. deadbodybut.Text = ""
  864. deadbodybut.TextColor3 = Color3.fromRGB(0, 0, 0)
  865. deadbodybut.TextSize = 14.000
  866.  
  867. stoneesptext.Name = "stoneesptext"
  868. stoneesptext.Parent = renderuiright
  869. stoneesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  870. stoneesptext.BorderSizePixel = 0
  871. stoneesptext.Position = UDim2.new(0.25, 0, 0.331999987, 50)
  872. stoneesptext.Size = UDim2.new(0, 65, 0, 20)
  873. stoneesptext.Font = Enum.Font.SourceSansBold
  874. stoneesptext.Text = "Stone esp"
  875. stoneesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  876. stoneesptext.TextSize = 15.000
  877. stoneesptext.TextXAlignment = Enum.TextXAlignment.Left
  878.  
  879. stoneespbut.Name = "stoneespbut"
  880. stoneespbut.Parent = renderuiright
  881. stoneespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  882. stoneespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  883. stoneespbut.Position = UDim2.new(0.0649999976, 0, 0.296999991, 60)
  884. stoneespbut.Size = UDim2.new(0, 20, 0, 20)
  885. stoneespbut.Font = Enum.Font.SourceSans
  886. stoneespbut.Text = ""
  887. stoneespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  888. stoneespbut.TextSize = 14.000
  889.  
  890. ironesptext.Name = "ironesptext"
  891. ironesptext.Parent = renderuiright
  892. ironesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  893. ironesptext.BorderSizePixel = 0
  894. ironesptext.Position = UDim2.new(0.25, 0, 0.407000005, 60)
  895. ironesptext.Size = UDim2.new(0, 65, 0, 20)
  896. ironesptext.Font = Enum.Font.SourceSansBold
  897. ironesptext.Text = "Iron esp"
  898. ironesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  899. ironesptext.TextSize = 15.000
  900. ironesptext.TextXAlignment = Enum.TextXAlignment.Left
  901.  
  902. ironespbut.Name = "ironespbut"
  903. ironespbut.Parent = renderuiright
  904. ironespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  905. ironespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  906. ironespbut.Position = UDim2.new(0.0649999976, 0, 0.372000009, 70)
  907. ironespbut.Size = UDim2.new(0, 20, 0, 20)
  908. ironespbut.Font = Enum.Font.SourceSans
  909. ironespbut.Text = ""
  910. ironespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  911. ironespbut.TextSize = 14.000
  912.  
  913. sulfuresptext.Name = "sulfuresptext"
  914. sulfuresptext.Parent = renderuiright
  915. sulfuresptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  916. sulfuresptext.BorderSizePixel = 0
  917. sulfuresptext.Position = UDim2.new(0.25, 0, 0.481999993, 70)
  918. sulfuresptext.Size = UDim2.new(0, 65, 0, 20)
  919. sulfuresptext.Font = Enum.Font.SourceSansBold
  920. sulfuresptext.Text = "Sulfur esp"
  921. sulfuresptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  922. sulfuresptext.TextSize = 15.000
  923. sulfuresptext.TextXAlignment = Enum.TextXAlignment.Left
  924.  
  925. sulfurespbut.Name = "sulfurespbut"
  926. sulfurespbut.Parent = renderuiright
  927. sulfurespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  928. sulfurespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  929. sulfurespbut.Position = UDim2.new(0.0649999976, 0, 0.446999997, 80)
  930. sulfurespbut.Size = UDim2.new(0, 20, 0, 20)
  931. sulfurespbut.Font = Enum.Font.SourceSans
  932. sulfurespbut.Text = ""
  933. sulfurespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  934. sulfurespbut.TextSize = 14.000
  935.  
  936. neddleesptext.Name = "neddleesptext"
  937. neddleesptext.Parent = renderuiright
  938. neddleesptext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  939. neddleesptext.BorderSizePixel = 0
  940. neddleesptext.Position = UDim2.new(0.25, 0, 0.556999981, 80)
  941. neddleesptext.Size = UDim2.new(0, 65, 0, 20)
  942. neddleesptext.Font = Enum.Font.SourceSansBold
  943. neddleesptext.Text = "Nettle esp"
  944. neddleesptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  945. neddleesptext.TextSize = 15.000
  946. neddleesptext.TextXAlignment = Enum.TextXAlignment.Left
  947.  
  948. neddleespbut.Name = "neddleespbut"
  949. neddleespbut.Parent = renderuiright
  950. neddleespbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  951. neddleespbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  952. neddleespbut.Position = UDim2.new(0.0649999976, 0, 0.522000015, 90)
  953. neddleespbut.Size = UDim2.new(0, 20, 0, 20)
  954. neddleespbut.Font = Enum.Font.SourceSans
  955. neddleespbut.Text = ""
  956. neddleespbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  957. neddleespbut.TextSize = 14.000
  958.  
  959. settui.Name = "settui"
  960. settui.Parent = mainmain
  961. settui.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  962. settui.BorderSizePixel = 0
  963. settui.Position = UDim2.new(0, 10, 0, 10)
  964. settui.Size = UDim2.new(0, 380, 0, 265)
  965. settui.Visible = false
  966.  
  967. settuileft.Name = "settuileft"
  968. settuileft.Parent = settui
  969. settuileft.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  970. settuileft.BorderColor3 = Color3.fromRGB(90, 90, 90)
  971. settuileft.Size = UDim2.new(0, 183, 0, 265)
  972.  
  973. settuileftitle.Name = "settuileftitle"
  974. settuileftitle.Parent = settuileft
  975. settuileftitle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  976. settuileftitle.BorderSizePixel = 0
  977. settuileftitle.Position = UDim2.new(0.169398904, 0, -0.0377358496, 0)
  978. settuileftitle.Size = UDim2.new(0, 100, 0, 20)
  979. settuileftitle.Font = Enum.Font.SourceSansBold
  980. settuileftitle.Text = "Gui Settings"
  981. settuileftitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  982. settuileftitle.TextSize = 15.000
  983.  
  984. rainbowguibut.Name = "rainbowguibut"
  985. rainbowguibut.Parent = settuileft
  986. rainbowguibut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  987. rainbowguibut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  988. rainbowguibut.Position = UDim2.new(0.0600391701, 0, 0.0716980249, 0)
  989. rainbowguibut.Size = UDim2.new(0, 20, 0, 20)
  990. rainbowguibut.Font = Enum.Font.SourceSans
  991. rainbowguibut.Text = ""
  992. rainbowguibut.TextColor3 = Color3.fromRGB(0, 0, 0)
  993. rainbowguibut.TextSize = 14.000
  994.  
  995. rainbowuitext.Name = "rainbowuitext"
  996. rainbowuitext.Parent = settuileft
  997. rainbowuitext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  998. rainbowuitext.BackgroundTransparency = 1.000
  999. rainbowuitext.BorderSizePixel = 0
  1000. rainbowuitext.Position = UDim2.new(0.224043712, 0, 0.0679245293, 0)
  1001. rainbowuitext.Size = UDim2.new(0, 100, 0, 20)
  1002. rainbowuitext.Font = Enum.Font.SourceSansBold
  1003. rainbowuitext.Text = "Rainbow Gui"
  1004. rainbowuitext.TextColor3 = Color3.fromRGB(255, 255, 255)
  1005. rainbowuitext.TextSize = 15.000
  1006. rainbowuitext.TextXAlignment = Enum.TextXAlignment.Left
  1007.  
  1008. watermarkbut.Name = "watermarkbut"
  1009. watermarkbut.Parent = settuileft
  1010. watermarkbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1011. watermarkbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1012. watermarkbut.Position = UDim2.new(0.0600391701, 0, 0.177358404, 0)
  1013. watermarkbut.Size = UDim2.new(0, 20, 0, 20)
  1014. watermarkbut.Font = Enum.Font.SourceSans
  1015. watermarkbut.Text = ""
  1016. watermarkbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  1017. watermarkbut.TextSize = 14.000
  1018.  
  1019. watermarkuitext.Name = "watermarkuitext"
  1020. watermarkuitext.Parent = settuileft
  1021. watermarkuitext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1022. watermarkuitext.BackgroundTransparency = 1.000
  1023. watermarkuitext.BorderSizePixel = 0
  1024. watermarkuitext.Position = UDim2.new(0.224000007, 0, 0.140000001, 10)
  1025. watermarkuitext.Size = UDim2.new(0, 100, 0, 20)
  1026. watermarkuitext.Font = Enum.Font.SourceSansBold
  1027. watermarkuitext.Text = "Watermark"
  1028. watermarkuitext.TextColor3 = Color3.fromRGB(255, 255, 255)
  1029. watermarkuitext.TextSize = 15.000
  1030. watermarkuitext.TextXAlignment = Enum.TextXAlignment.Left
  1031.  
  1032. scrambleuserbut.Name = "scrambleuserbut"
  1033. scrambleuserbut.Parent = settuileft
  1034. scrambleuserbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1035. scrambleuserbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1036. scrambleuserbut.Position = UDim2.new(0.0600391701, 0, 0.286792338, 0)
  1037. scrambleuserbut.Size = UDim2.new(0, 20, 0, 20)
  1038. scrambleuserbut.Font = Enum.Font.SourceSans
  1039. scrambleuserbut.Text = ""
  1040. scrambleuserbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  1041. scrambleuserbut.TextSize = 14.000
  1042.  
  1043. Scrambleusernametext.Name = "Scrambleusernametext"
  1044. Scrambleusernametext.Parent = settuileft
  1045. Scrambleusernametext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1046. Scrambleusernametext.BackgroundTransparency = 1.000
  1047. Scrambleusernametext.BorderSizePixel = 0
  1048. Scrambleusernametext.Position = UDim2.new(0.224000007, 0, 0.215000004, 20)
  1049. Scrambleusernametext.Size = UDim2.new(0, 100, 0, 20)
  1050. Scrambleusernametext.Font = Enum.Font.SourceSansBold
  1051. Scrambleusernametext.Text = "Scramble username"
  1052. Scrambleusernametext.TextColor3 = Color3.fromRGB(255, 255, 255)
  1053. Scrambleusernametext.TextSize = 15.000
  1054. Scrambleusernametext.TextXAlignment = Enum.TextXAlignment.Left
  1055.  
  1056. settuiright.Name = "settuiright"
  1057. settuiright.Parent = settui
  1058. settuiright.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1059. settuiright.BorderColor3 = Color3.fromRGB(90, 90, 90)
  1060. settuiright.Position = UDim2.new(0.515789449, 0, 0, 0)
  1061. settuiright.Size = UDim2.new(0, 184, 0, 265)
  1062.  
  1063. settuirighttitle.Name = "settuirighttitle"
  1064. settuirighttitle.Parent = settuiright
  1065. settuirighttitle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1066. settuirighttitle.BorderSizePixel = 0
  1067. settuirighttitle.Position = UDim2.new(0.136790231, 0, -0.0377358496, 0)
  1068. settuirighttitle.Size = UDim2.new(0, 120, 0, 20)
  1069. settuirighttitle.Font = Enum.Font.SourceSansBold
  1070. settuirighttitle.Text = "Aimbot Settings"
  1071. settuirighttitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  1072. settuirighttitle.TextSize = 15.000
  1073.  
  1074. aimbotpartbut.Name = "aimbotpartbut"
  1075. aimbotpartbut.Parent = settuiright
  1076. aimbotpartbut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1077. aimbotpartbut.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1078. aimbotpartbut.Position = UDim2.new(0.0607220195, 0, 0.0679244846, 0)
  1079. aimbotpartbut.Size = UDim2.new(0, 20, 0, 20)
  1080. aimbotpartbut.Font = Enum.Font.SourceSans
  1081. aimbotpartbut.Text = ""
  1082. aimbotpartbut.TextColor3 = Color3.fromRGB(0, 0, 0)
  1083. aimbotpartbut.TextSize = 14.000
  1084.  
  1085. aimbotparttext.Name = "aimbotparttext"
  1086. aimbotparttext.Parent = settuiright
  1087. aimbotparttext.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1088. aimbotparttext.BackgroundTransparency = 1.000
  1089. aimbotparttext.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1090. aimbotparttext.BorderSizePixel = 0
  1091. aimbotparttext.Position = UDim2.new(0.185703278, 0, 0.0679245293, 0)
  1092. aimbotparttext.Size = UDim2.new(0, 107, 0, 20)
  1093. aimbotparttext.Font = Enum.Font.SourceSansBold
  1094. aimbotparttext.Text = "Aimpart ( head )"
  1095. aimbotparttext.TextColor3 = Color3.fromRGB(255, 255, 255)
  1096. aimbotparttext.TextSize = 15.000
  1097.  
  1098. creditui.Name = "creditui"
  1099. creditui.Parent = mainmain
  1100. creditui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1101. creditui.BackgroundTransparency = 1.000
  1102. creditui.BorderSizePixel = 0
  1103. creditui.Position = UDim2.new(0.375, 0, 0.284210533, 0)
  1104. creditui.Size = UDim2.new(0, 100, 0, 100)
  1105. creditui.Visible = false
  1106.  
  1107. credit1.Name = "credit1"
  1108. credit1.Parent = creditui
  1109. credit1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1110. credit1.BackgroundTransparency = 1.000
  1111. credit1.BorderSizePixel = 0
  1112. credit1.Position = UDim2.new(-0.5, 0, 0.598999977, 20)
  1113. credit1.Size = UDim2.new(0, 200, 0, 20)
  1114. credit1.Font = Enum.Font.SourceSansBold
  1115. credit1.Text = "Tested#0333"
  1116. credit1.TextColor3 = Color3.fromRGB(255, 255, 255)
  1117. credit1.TextSize = 20.000
  1118.  
  1119. TextLabel.Parent = creditui
  1120. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1121. TextLabel.BackgroundTransparency = 1.000
  1122. TextLabel.BorderSizePixel = 0
  1123. TextLabel.Position = UDim2.new(-0.5, 0, 0.290736765, 0)
  1124. TextLabel.Size = UDim2.new(0, 200, 0, 30)
  1125. TextLabel.Font = Enum.Font.SourceSansBold
  1126. TextLabel.Text = "credits"
  1127. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1128. TextLabel.TextSize = 25.000
  1129.  
  1130. credit2.Name = "credit2"
  1131. credit2.Parent = creditui
  1132. credit2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1133. credit2.BackgroundTransparency = 1.000
  1134. credit2.BorderSizePixel = 0
  1135. credit2.Position = UDim2.new(-0.5, 0, 0.596000075, 0)
  1136. credit2.Size = UDim2.new(0, 200, 0, 20)
  1137. credit2.Font = Enum.Font.SourceSansBold
  1138. credit2.Text = "Jacob.#8229"
  1139. credit2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1140. credit2.TextSize = 20.000
  1141.  
  1142. maintop.Name = "maintop"
  1143. maintop.Parent = mainui
  1144. maintop.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1145. maintop.BorderSizePixel = 0
  1146. maintop.Size = UDim2.new(0, 420, 0, 30)
  1147.  
  1148. Maintitle.Name = "Maintitle"
  1149. Maintitle.Parent = maintop
  1150. Maintitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1151. Maintitle.BackgroundTransparency = 1.000
  1152. Maintitle.Position = UDim2.new(0.0285714287, 0, 0, 0)
  1153. Maintitle.Size = UDim2.new(0, 100, 0, 30)
  1154. Maintitle.Font = Enum.Font.SourceSansBold
  1155. Maintitle.Text = "LostFucker"
  1156. Maintitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  1157. Maintitle.TextSize = 20.000
  1158. Maintitle.TextXAlignment = Enum.TextXAlignment.Left
  1159.  
  1160. Exitbut.Name = "Exitbut"
  1161. Exitbut.Parent = maintop
  1162. Exitbut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1163. Exitbut.BackgroundTransparency = 1.000
  1164. Exitbut.BorderSizePixel = 0
  1165. Exitbut.Position = UDim2.new(0.933333337, 0, 0, 0)
  1166. Exitbut.Size = UDim2.new(0, 28, 0, 30)
  1167. Exitbut.Font = Enum.Font.SourceSansBold
  1168. Exitbut.Text = "X"
  1169. Exitbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  1170. Exitbut.TextSize = 15.000
  1171.  
  1172. topbuts.Name = "topbuts"
  1173. topbuts.Parent = maintop
  1174. topbuts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1175. topbuts.BackgroundTransparency = 1.000
  1176. topbuts.BorderSizePixel = 0
  1177. topbuts.Position = UDim2.new(0.266666681, 0, 0, 0)
  1178. topbuts.Size = UDim2.new(0, 280, 0, 30)
  1179.  
  1180. topbut1.Name = "topbut1"
  1181. topbut1.Parent = topbuts
  1182. topbut1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1183. topbut1.BackgroundTransparency = 1.000
  1184. topbut1.BorderSizePixel = 0
  1185. topbut1.Position = UDim2.new(0.042857144, 0, 0, 0)
  1186. topbut1.Size = UDim2.new(0, 70, 0, 30)
  1187. topbut1.Font = Enum.Font.SourceSansBold
  1188. topbut1.Text = "[ character ]"
  1189. topbut1.TextColor3 = Color3.fromRGB(90, 90, 90)
  1190. topbut1.TextSize = 15.000
  1191.  
  1192. topbut2.Name = "topbut2"
  1193. topbut2.Parent = topbuts
  1194. topbut2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1195. topbut2.BackgroundTransparency = 1.000
  1196. topbut2.BorderSizePixel = 0
  1197. topbut2.Position = UDim2.new(0.29285717, 0, 0, 0)
  1198. topbut2.Size = UDim2.new(0, 70, 0, 30)
  1199. topbut2.Font = Enum.Font.SourceSansBold
  1200. topbut2.Text = "[ render ]"
  1201. topbut2.TextColor3 = Color3.fromRGB(90, 90, 90)
  1202. topbut2.TextSize = 15.000
  1203.  
  1204. topbut3.Name = "topbut3"
  1205. topbut3.Parent = topbuts
  1206. topbut3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1207. topbut3.BackgroundTransparency = 1.000
  1208. topbut3.BorderSizePixel = 0
  1209. topbut3.Position = UDim2.new(0.54285717, 0, 0, 0)
  1210. topbut3.Size = UDim2.new(0, 37, 0, 30)
  1211. topbut3.Font = Enum.Font.SourceSansBold
  1212. topbut3.Text = "[ raid ]"
  1213. topbut3.TextColor3 = Color3.fromRGB(90, 90, 90)
  1214. topbut3.TextSize = 15.000
  1215. topbut3.TextWrapped = true
  1216.  
  1217. topbut4.Name = "topbut4"
  1218. topbut4.Parent = topbuts
  1219. topbut4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1220. topbut4.BackgroundTransparency = 1.000
  1221. topbut4.BorderSizePixel = 0
  1222. topbut4.Position = UDim2.new(0.70714283, 0, 0, 0)
  1223. topbut4.Size = UDim2.new(0, 65, 0, 30)
  1224. topbut4.Font = Enum.Font.SourceSansBold
  1225. topbut4.Text = "[ settings ]"
  1226. topbut4.TextColor3 = Color3.fromRGB(90, 90, 90)
  1227. topbut4.TextSize = 15.000
  1228.  
  1229. Watermark.Name = "Watermark"
  1230. Watermark.Parent = LostFucker
  1231. Watermark.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1232. Watermark.BackgroundTransparency = 1.000
  1233. Watermark.Position = UDim2.new(0.125848249, 0, 0.942260444, 0)
  1234. Watermark.Size = UDim2.new(0, 163, 0, 63)
  1235.  
  1236. label.Name = "label"
  1237. label.Parent = Watermark
  1238. label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1239. label.BackgroundTransparency = 1.000
  1240. label.BorderSizePixel = 0
  1241. label.Position = UDim2.new(0, 0, 0.406009018, 0)
  1242. label.Size = UDim2.new(0, 163, 0, 37)
  1243. label.Font = Enum.Font.SourceSansBold
  1244. label.Text = "LostFucker"
  1245. label.TextColor3 = Color3.fromRGB(85, 0, 127)
  1246. label.TextSize = 35.000
  1247. label.TextXAlignment = Enum.TextXAlignment.Left
  1248. label.TextYAlignment = Enum.TextYAlignment.Bottom
  1249.  
  1250. -- Scripts:
  1251.  
  1252. local function VQJLECX_fake_script() -- aimbotbut.AimbotScript
  1253.     local script = Instance.new('LocalScript', aimbotbut)
  1254.  
  1255.     print("Hello world!")
  1256.    
  1257. end
  1258. coroutine.wrap(VQJLECX_fake_script)()
  1259. local function FAQZDM_fake_script() -- noclipbut.NoclipScript
  1260.     local script = Instance.new('LocalScript', noclipbut)
  1261.  
  1262.     print("Hello world!")
  1263.    
  1264. end
  1265. coroutine.wrap(FAQZDM_fake_script)()
  1266. local function EFLMCV_fake_script() -- bhopbut.BhopScript
  1267.     local script = Instance.new('LocalScript', bhopbut)
  1268.  
  1269.     print("Hello world!")
  1270.    
  1271. end
  1272. coroutine.wrap(EFLMCV_fake_script)()
  1273. local function QOCIM_fake_script() -- autosprintbut.AutoSprintScript
  1274.     local script = Instance.new('LocalScript', autosprintbut)
  1275.  
  1276.     print("Hello world!")
  1277.    
  1278. end
  1279. coroutine.wrap(QOCIM_fake_script)()
  1280. local function WXHF_fake_script() -- ctrltpbut.CtrlTpScript
  1281.     local script = Instance.new('LocalScript', ctrltpbut)
  1282.  
  1283.     print("Hello world!")
  1284.    
  1285. end
  1286. coroutine.wrap(WXHF_fake_script)()
  1287. local function PPCAAJ_fake_script() -- fullbrightbut.FullBrightScript
  1288.     local script = Instance.new('LocalScript', fullbrightbut)
  1289.  
  1290.     fullbrightbut.MouseButton1Down:connect(function()      
  1291.         local a4 = game:GetService("Lighting")
  1292.         a4.Ambient = Color3.new(1, 1, 1)
  1293.         a4.ColorShift_Bottom = Color3.new(1, 1, 1)
  1294.         a4.ColorShift_Top = Color3.new(1, 1, 1)
  1295.     end)
  1296. end
  1297. coroutine.wrap(PPCAAJ_fake_script)()
  1298. local function FZDMR_fake_script() -- noflarebut.NoFlareScript
  1299.     local script = Instance.new('LocalScript', noflarebut)
  1300.  
  1301.     noflarebut.MouseButton1Down:connect(function()
  1302.         local a1 = game:GetService("Players").LocalPlayer
  1303.         a1.PlayerGui.MainGui.Fullscreen.ScreenEffects["Maska 1sch"]:Destroy()
  1304.         a1.PlayerGui.MainGui.Fullscreen.ScreenEffects.Altyn:Destroy()
  1305.         a1.PlayerGui.MainGui.Fullscreen.ScreenEffects.Radiation:Destroy()
  1306.         a1.PlayerGui.MainGui.Fullscreen.ScreenEffects.DarkSides:Destroy()
  1307.         a1.PlayerGui.MainGui.Fullscreen.ScreenEffects.Flashbang:Destroy()
  1308.     end)
  1309. end
  1310. coroutine.wrap(FZDMR_fake_script)()
  1311. local function FMCIW_fake_script() -- debugbut.DebugScript
  1312.     local script = Instance.new('LocalScript', debugbut)
  1313.  
  1314.     print("Hello world!")
  1315.    
  1316. end
  1317. coroutine.wrap(FMCIW_fake_script)()
  1318. local function WYFLWY_fake_script() -- transwindowbut.TransWindowScript
  1319.     local script = Instance.new('LocalScript', transwindowbut)
  1320.  
  1321.     transwindowbut.MouseButton1Click:connect(function()
  1322.         local a7 = game:GetService("Workspace").BuiltObjects
  1323.         for i,v in pairs(a7:GetChildren()) do
  1324.             if v.Name == "WindowFrame" then
  1325.                 v.WindowFrame.Transparency = 0.7
  1326.             end
  1327.         end
  1328.     end)
  1329. end
  1330. coroutine.wrap(WYFLWY_fake_script)()
  1331. local function BPUYF_fake_script() -- transdoorwaybut.TransDoorwayScript
  1332.     local script = Instance.new('LocalScript', transdoorwaybut)
  1333.  
  1334.     transdoorwaybut.MouseButton1Click:connect(function()
  1335.         local a7 = game:GetService("Workspace").BuiltObjects
  1336.         for i,v in pairs(a7:GetChildren()) do
  1337.             if v.Name == "Doorway" then
  1338.                 v.Doorway.Transparency = 0.7
  1339.             end
  1340.         end
  1341.     end)
  1342. end
  1343. coroutine.wrap(BPUYF_fake_script)()
  1344. local function VAKNGJ_fake_script() -- transdoorbut.TransDoorScript
  1345.     local script = Instance.new('LocalScript', transdoorbut)
  1346.  
  1347.     transdoorbut.MouseButton1Click:connect(function()
  1348.         local a7 = game:GetService("Workspace").BuiltObjects
  1349.         for i,v in pairs(a7:GetChildren()) do
  1350.             if v.Name == "WoodenDoor" then
  1351.                 v.WoodenDoor.Transparency = 0.7
  1352.             end
  1353.         end
  1354.         for i,v in pairs(a7:GetChildren()) do
  1355.             if v.Name == "MetalDoor" then
  1356.                 v.MetalDoor.Transparency = 0.7
  1357.             end
  1358.         end
  1359.         for i,v in pairs(a7:GetChildren()) do
  1360.             if v.Name == "ArmoredDoor" then
  1361.                 v.ArmoredDoor.Transparency = 0.7
  1362.             end
  1363.         end
  1364.     end)
  1365. end
  1366. coroutine.wrap(VAKNGJ_fake_script)()
  1367. local function LJXJ_fake_script() -- transfloorbut.TransFloorScript
  1368.     local script = Instance.new('LocalScript', transfloorbut)
  1369.  
  1370.     transfloorbut.MouseButton1Click:connect(function()
  1371.         local a7 = game:GetService("Workspace").BuiltObjects
  1372.         for i,v in pairs(a7:GetChildren()) do
  1373.             if v.Name == "TriangleFloor" then
  1374.                 v.TriangleFloor.Transparency = 0.7
  1375.             end
  1376.         end
  1377.         for i,v in pairs(a7:GetChildren()) do
  1378.             if v.Name == "Foundation" then
  1379.                 v.Foundation.Transparency = 0.7
  1380.             end
  1381.         end
  1382.         for i,v in pairs(a7:GetChildren()) do
  1383.             if v.Name == "TriangleFoundation" then
  1384.                 v.TriangleFoundation.Transparency = 0.7
  1385.             end
  1386.         end
  1387.         for i,v in pairs(a7:GetChildren()) do
  1388.             if v.Name == "Floor" then
  1389.                 v.Floor.Transparency = 0.7
  1390.             end
  1391.         end
  1392.     end)
  1393. end
  1394. coroutine.wrap(LJXJ_fake_script)()
  1395. local function TBVAWLG_fake_script() -- disableallbut.DisableAllScript
  1396.     local script = Instance.new('LocalScript', disableallbut)
  1397.  
  1398.     disableallbut.MouseButton1Click:connect(function()
  1399.         local a7 = game:GetService("Workspace").BuiltObjects
  1400.         for i,v in pairs(a7:GetChildren()) do
  1401.             if v.Name == "TriangleFloor" then
  1402.                 v.TriangleFloor.Transparency = 0
  1403.             end
  1404.         end
  1405.         for i,v in pairs(a7:GetChildren()) do
  1406.             if v.Name == "Foundation" then
  1407.                 v.Foundation.Transparency = 0
  1408.             end
  1409.         end
  1410.         for i,v in pairs(a7:GetChildren()) do
  1411.             if v.Name == "TriangleFoundation" then
  1412.                 v.TriangleFoundation.Transparency = 0
  1413.             end
  1414.         end
  1415.         for i,v in pairs(a7:GetChildren()) do
  1416.             if v.Name == "Floor" then
  1417.                 v.Floor.Transparency = 0
  1418.             end
  1419.         end
  1420.         for i,v in pairs(a7:GetChildren()) do
  1421.             if v.Name == "WoodenDoor" then
  1422.                 v.WoodenDoor.Transparency = 0
  1423.             end
  1424.         end
  1425.         for i,v in pairs(a7:GetChildren()) do
  1426.             if v.Name == "MetalDoor" then
  1427.                 v.MetalDoor.Transparency = 0
  1428.             end
  1429.         end
  1430.         for i,v in pairs(a7:GetChildren()) do
  1431.             if v.Name == "ArmoredDoor" then
  1432.                 v.ArmoredDoor.Transparency = 0
  1433.             end
  1434.         end
  1435.         for i,v in pairs(a7:GetChildren()) do
  1436.             if v.Name == "Wall" then
  1437.                 v.Wall.Transparency = 0
  1438.             end
  1439.         end
  1440.         for i,v in pairs(a7:GetChildren()) do
  1441.             if v.Name == "Doorway" then
  1442.                 v.Doorway.Transparency = 0
  1443.             end
  1444.         end
  1445.         for i,v in pairs(a7:GetChildren()) do
  1446.             if v.Name == "HalfWall" then
  1447.                 v.HalfWall.Transparency = 0
  1448.             end
  1449.         end
  1450.         for i,v in pairs(a7:GetChildren()) do
  1451.             if v.Name == "WindowFrame" then
  1452.                 v.WindowFrame.Transparency = 0
  1453.             end
  1454.         end
  1455.     end)
  1456. end
  1457. coroutine.wrap(TBVAWLG_fake_script)()
  1458. local function DPKDUN_fake_script() -- transwallbut.TransWallScript
  1459.     local script = Instance.new('LocalScript', transwallbut)
  1460.  
  1461.     transwallbut.MouseButton1Click:connect(function()
  1462.         local a7 = game:GetService("Workspace").BuiltObjects
  1463.         for i,v in pairs(a7:GetChildren()) do
  1464.             if v.Name == "HalfWall" then
  1465.                 v.HalfWall.Transparency = 0.7
  1466.             end
  1467.         end
  1468.         for i,v in pairs(a7:GetChildren()) do
  1469.             if v.Name == "Wall" then
  1470.                 v.Wall.Transparency = 0.7
  1471.             end
  1472.         end
  1473.     end)
  1474. end
  1475. coroutine.wrap(DPKDUN_fake_script)()
  1476. local function BLMBPN_fake_script() -- plrespbut.PlrEspScript
  1477.     local script = Instance.new('LocalScript', plrespbut)
  1478.  
  1479.     print("Hello world!")
  1480.    
  1481. end
  1482. coroutine.wrap(BLMBPN_fake_script)()
  1483. local function SCUSE_fake_script() -- plrchamsbut.ChamsScript
  1484.     local script = Instance.new('LocalScript', plrchamsbut)
  1485.  
  1486.     print("Hello world!")
  1487.    
  1488. end
  1489. coroutine.wrap(SCUSE_fake_script)()
  1490. local function AGGVJ_fake_script() -- scavespbut.NpcEspScript
  1491.     local script = Instance.new('LocalScript', scavespbut)
  1492.  
  1493.     for i,v in pairs(game:GetService("Workspace").ScavZones:GetChildren()) do
  1494.         v.Name = "zone"
  1495.     end
  1496.     scavespbut.MouseButton1Click:connect(function()
  1497.         for i,v in pairs(game:GetService("Workspace").ScavZones:GetChildren()) do
  1498.             if v.Name == "zone" then
  1499.                 for i,b in pairs(v:GetChildren()) do
  1500.                     local bill = Instance.new("BillboardGui", b)
  1501.                     bill.AlwaysOnTop = true
  1502.                     bill.StudsOffset = Vector3.new(0,5,0)
  1503.                     bill.Adornee = b
  1504.                     bill.Size = UDim2.new(2,1,2)   
  1505.                     local text = Instance.new("TextLabel", bill)
  1506.                     text.BackgroundTransparency = 1
  1507.                     text.Size = UDim2.new(1,0,1,0)
  1508.                     text.Text = b.Name
  1509.                     text.TextColor3 = Color3.fromRGB(255,1,1)
  1510.                     text.Font = "ArialBold"
  1511.                     text.TextSize = 15
  1512.                 end
  1513.             end
  1514.         end
  1515.     end)
  1516. end
  1517. coroutine.wrap(AGGVJ_fake_script)()
  1518. local function BSNCGX_fake_script() -- boatespbut.BoatEspScript
  1519.     local script = Instance.new('LocalScript', boatespbut)
  1520.  
  1521.     boatespbut.MouseButton1Down:connect(function()
  1522.     for i,v in pairs(workspace.Vehicles.Boats:GetChildren()) do
  1523.             if v.Name == "SpeedBoat" then
  1524.                 for i,b in pairs(v:GetChildren()) do
  1525.                     if b.Name == "BoatMesh" then
  1526.                         local bill = Instance.new("BillboardGui", b)
  1527.                         bill.AlwaysOnTop = true
  1528.                         bill.StudsOffset = Vector3.new(0,5,0)
  1529.                         bill.Adornee = b
  1530.                         bill.Size = UDim2.new(2,1,2)   
  1531.                         local text = Instance.new("TextLabel", bill)
  1532.                         text.BackgroundTransparency = 1
  1533.                         text.Size = UDim2.new(1,0,1,0)
  1534.                         text.Text = "[ Boat ]"
  1535.                         text.TextColor3 = Color3.fromRGB(255,1,1)
  1536.                         text.Font = "ArialBold"
  1537.                         text.TextSize = 15
  1538.                     end
  1539.                 end
  1540.             end
  1541.         end
  1542.     end)
  1543. end
  1544. coroutine.wrap(BSNCGX_fake_script)()
  1545. local function LRVKCNU_fake_script() -- largecratebut.LargeCrateEspScript
  1546.     local script = Instance.new('LocalScript', largecratebut)
  1547.  
  1548.     print("Hello world!")
  1549.    
  1550. end
  1551. coroutine.wrap(LRVKCNU_fake_script)()
  1552. local function YWPA_fake_script() -- smallcratebut.SmallCrateEspScript
  1553.     local script = Instance.new('LocalScript', smallcratebut)
  1554.  
  1555.     print("Hello world!")
  1556.    
  1557. end
  1558. coroutine.wrap(YWPA_fake_script)()
  1559. local function UXAA_fake_script() -- furnacebut.LargeFurnaceEspScript
  1560.     local script = Instance.new('LocalScript', furnacebut)
  1561.  
  1562.     print("Hello world!")
  1563.    
  1564. end
  1565. coroutine.wrap(UXAA_fake_script)()
  1566. local function JAKFLN_fake_script() -- airdropespbut.AirdropEspScript
  1567.     local script = Instance.new('LocalScript', airdropespbut)
  1568.  
  1569.    
  1570. end
  1571. coroutine.wrap(JAKFLN_fake_script)()
  1572. local function IHHEMRQ_fake_script() -- elitecrateespbut.EliteAndMiliCrateEsp
  1573.     local script = Instance.new('LocalScript', elitecrateespbut)
  1574.  
  1575.    
  1576. end
  1577. coroutine.wrap(IHHEMRQ_fake_script)()
  1578. local function HKAJTVK_fake_script() -- medicratebut.MedicalCrateEspScript
  1579.     local script = Instance.new('LocalScript', medicratebut)
  1580.  
  1581.     print("Hello world!")
  1582.    
  1583. end
  1584. coroutine.wrap(HKAJTVK_fake_script)()
  1585. local function NOAC_fake_script() -- deadbodybut.DeadBodyEspScript
  1586.     local script = Instance.new('LocalScript', deadbodybut)
  1587.  
  1588.     print("Hello world!")
  1589.    
  1590. end
  1591. coroutine.wrap(NOAC_fake_script)()
  1592. local function CPVKZ_fake_script() -- stoneespbut.StoneEspScript
  1593.     local script = Instance.new('LocalScript', stoneespbut)
  1594.  
  1595.     Services = setmetatable({},{__index = function(self,req) return game:GetService(req) end});
  1596.     StoneNode = Instance.new('Folder', game.CoreGui)
  1597.     OreNodes = workspace.OreNodes
  1598.     StoneNode.Name = 'StoneNode'
  1599.     StoneColor = Color3.new(255,255,255)
  1600.     Client = Services.Players.LocalPlayer;
  1601.    
  1602.     stoneespbut.MouseButton1Click:connect(function()
  1603.                 if stoneespbut.TextWrapped == false then
  1604.                 stoneespbut.BackgroundColor3 = Color3.new(45,45,45)
  1605.                 stoneespbut.TextWrapped = true
  1606.                 local function AddItemEsp(Items, ...)
  1607.                     local CharacterEsp = Instance.new('BillboardGui', game.CoreGui.StoneNode)
  1608.                     CharacterEsp.Adornee = Items;
  1609.                     CharacterEsp.AlwaysOnTop = true
  1610.                     CharacterEsp.Enabled = true
  1611.                     CharacterEsp.Active = false
  1612.                     CharacterEsp.Size = UDim2.new(0, 25, 0, 12.5)
  1613.                     local CharDistance = Instance.new('TextLabel', CharacterEsp)
  1614.                     CharDistance.Size = UDim2.new(0, 25, 0, 12.5)
  1615.                     CharDistance.BackgroundColor3 = Color3.new(0, 255, 0)
  1616.                     CharDistance.TextColor3 = StoneColor
  1617.                     CharDistance.BackgroundTransparency = 1
  1618.                     CharDistance.TextScaled = false
  1619.                     spawn(function()
  1620.                         while true do
  1621.                             for i = 1, 30 do
  1622.                                 wait(0.1)
  1623.                                 CharDistance.Text = ' '..Items.Name..'\n'..'Distance: ['..math.floor((Client.Character.Head.Position - Items.RockPrim.Position).magnitude)..']'
  1624.                             end;
  1625.                             wait(0.1)
  1626.                         end
  1627.                     end)
  1628.                 end
  1629.                 for k, x in next, OreNodes:GetChildren() do
  1630.                     for x, y in next, x:GetChildren() do
  1631.                         if y.Name == 'StoneNode' then
  1632.                             AddItemEsp(y)
  1633.                         end
  1634.                     end
  1635.                 end
  1636.                 elseif stoneespbut.TextWrapped == true then
  1637.                 stoneespbut.BackgroundColor3 = Color3.new(255,255,255)
  1638.                 stoneespbut.TextWrapped = false
  1639.                 for k, x in next, game.CoreGui.StoneNode:GetChildren() do
  1640.                     if x:IsA('BillboardGui') then
  1641.                         x:Destroy()
  1642.                     end
  1643.                 end
  1644.             end
  1645.         end)
  1646. end
  1647. coroutine.wrap(CPVKZ_fake_script)()
  1648. local function SZVW_fake_script() -- ironespbut.IronEspScript
  1649.     local script = Instance.new('LocalScript', ironespbut)
  1650.  
  1651.     Services = setmetatable({},{__index = function(self,req) return game:GetService(req) end});
  1652.     IronNode = Instance.new('Folder', game.CoreGui)
  1653.     OreNodes = workspace.OreNodes
  1654.     IronNode.Name = 'IronNode'
  1655.     StoneColor = Color3.new(255,255,255)
  1656.     Client = Services.Players.LocalPlayer;
  1657.    
  1658.     ironespbut.MouseButton1Click:connect(function()
  1659.                 if ironespbut.TextWrapped == false then
  1660.                 ironespbut.BackgroundColor3 = Color3.new(45,45,45)
  1661.                 ironespbut.TextWrapped = true
  1662.                 local function AddItemEsp(Items, ...)
  1663.                     local CharacterEsp = Instance.new('BillboardGui', game.CoreGui.IronNode)
  1664.                     CharacterEsp.Adornee = Items;
  1665.                     CharacterEsp.AlwaysOnTop = true
  1666.                     CharacterEsp.Enabled = true
  1667.                     CharacterEsp.Active = false
  1668.                     CharacterEsp.Size = UDim2.new(0, 25, 0, 12.5)
  1669.                     local CharDistance = Instance.new('TextLabel', CharacterEsp)
  1670.                     CharDistance.Size = UDim2.new(0, 25, 0, 12.5)
  1671.                     CharDistance.BackgroundColor3 = Color3.new(0, 255, 0)
  1672.                     CharDistance.TextColor3 = StoneColor
  1673.                     CharDistance.BackgroundTransparency = 1
  1674.                     CharDistance.TextScaled = false
  1675.                     spawn(function()
  1676.                         while true do
  1677.                             for i = 1, 30 do
  1678.                                 wait(0.1)
  1679.                                 CharDistance.Text = ' '..Items.Name..'\n'..'Distance: ['..math.floor((Client.Character.Head.Position - Items.RockPrim.Position).magnitude)..']'
  1680.                             end;
  1681.                             wait(0.1)
  1682.                         end
  1683.                     end)
  1684.                 end
  1685.                 for k, x in next, OreNodes:GetChildren() do
  1686.                     for x, y in next, x:GetChildren() do
  1687.                         if y.Name == 'IronNode' then
  1688.                             AddItemEsp(y)
  1689.                         end
  1690.                     end
  1691.                 end
  1692.                 elseif ironespbut.TextWrapped == true then
  1693.                 ironespbut.BackgroundColor3 = Color3.new(255,255,255)
  1694.                 ironespbut.TextWrapped = false
  1695.                 for k, x in next, game.CoreGui.IronNode:GetChildren() do
  1696.                     if x:IsA('BillboardGui') then
  1697.                         x:Destroy()
  1698.                     end
  1699.                 end
  1700.             end
  1701.         end)
  1702. end
  1703. coroutine.wrap(SZVW_fake_script)()
  1704. local function ZRDKP_fake_script() -- sulfurespbut.SulfurEspScript
  1705.     local script = Instance.new('LocalScript', sulfurespbut)
  1706.  
  1707.     Services = setmetatable({},{__index = function(self,req) return game:GetService(req) end});
  1708.     SulfurNode = Instance.new('Folder', game.CoreGui)
  1709.     OreNodes = workspace.OreNodes
  1710.     SulfurNode.Name = 'SulfurNode'
  1711.     StoneColor = Color3.new(255,255,255)
  1712.     Client = Services.Players.LocalPlayer;
  1713.    
  1714.     sulfurespbut.MouseButton1Click:connect(function()
  1715.                 if sulfurespbut.TextWrapped == false then
  1716.                 sulfurespbut.BackgroundColor3 = Color3.new(45,45,45)
  1717.                 sulfurespbut.TextWrapped = true
  1718.                 local function AddItemEsp(Items, ...)
  1719.                     local CharacterEsp = Instance.new('BillboardGui', game.CoreGui.SulfurNode)
  1720.                     CharacterEsp.Adornee = Items;
  1721.                     CharacterEsp.AlwaysOnTop = true
  1722.                     CharacterEsp.Enabled = true
  1723.                     CharacterEsp.Active = false
  1724.                     CharacterEsp.Size = UDim2.new(0, 25, 0, 12.5)
  1725.                     local CharDistance = Instance.new('TextLabel', CharacterEsp)
  1726.                     CharDistance.Size = UDim2.new(0, 25, 0, 12.5)
  1727.                     CharDistance.BackgroundColor3 = Color3.new(0, 255, 0)
  1728.                     CharDistance.TextColor3 = StoneColor
  1729.                     CharDistance.BackgroundTransparency = 1
  1730.                     CharDistance.TextScaled = false
  1731.                     spawn(function()
  1732.                         while true do
  1733.                             for i = 1, 30 do
  1734.                                 wait(0.1)
  1735.                                 CharDistance.Text = ' '..Items.Name..'\n'..'Distance: ['..math.floor((Client.Character.Head.Position - Items.RockPrim.Position).magnitude)..']'
  1736.                             end;
  1737.                             wait(0.1)
  1738.                         end
  1739.                     end)
  1740.                 end
  1741.                 for k, x in next, OreNodes:GetChildren() do
  1742.                     for x, y in next, x:GetChildren() do
  1743.                         if y.Name == 'SulfurNode' then
  1744.                             AddItemEsp(y)
  1745.                         end
  1746.                     end
  1747.                 end
  1748.                 elseif sulfurespbut.TextWrapped == true then
  1749.                 sulfurespbut.BackgroundColor3 = Color3.new(255,255,255)
  1750.                 sulfurespbut.TextWrapped = false
  1751.                 for k, x in next, game.CoreGui.SulfurNode:GetChildren() do
  1752.                     if x:IsA('BillboardGui') then
  1753.                         x:Destroy()
  1754.                     end
  1755.                 end
  1756.             end
  1757.         end)
  1758. end
  1759. coroutine.wrap(ZRDKP_fake_script)()
  1760. local function ZTWSB_fake_script() -- neddleespbut.NeddleEspScript
  1761.     local script = Instance.new('LocalScript', neddleespbut)
  1762.  
  1763.     Cloth = workspace.Nettle
  1764.     Client = Services.Players.LocalPlayer;
  1765.     ClothFolder = Instance.new('Folder', game.CoreGui)
  1766.     ClothFolder.Name = 'ClothFolder'
  1767.     Services = setmetatable({},{__index = function(self,req) return game:GetService(req) end});
  1768.     neddleespbut.MouseButton1Click:connect(function()
  1769.             if neddleespbut.TextWrapped == false then
  1770.                 neddleespbut.TextWrapped = true        
  1771.                 neddleespbut.BackgroundColor3 = Color3.new(45,45,45)
  1772.    
  1773.                 local function AddItemEsp(Items, ...)
  1774.                     local CharacterEsp = Instance.new('BillboardGui', game.CoreGui.ClothFolder)
  1775.                     CharacterEsp.Adornee = Items;
  1776.                     CharacterEsp.AlwaysOnTop = true
  1777.                     CharacterEsp.Enabled = true
  1778.                     CharacterEsp.Active = false
  1779.                     CharacterEsp.Size = UDim2.new(0, 25, 0, 12.5)
  1780.            
  1781.                     local CharDistance = Instance.new('TextLabel', CharacterEsp)
  1782.                     CharDistance.Size = UDim2.new(0, 25, 0, 12.5)
  1783.                     CharDistance.BackgroundColor3 = Color3.new(0, 255, 0)
  1784.                     CharDistance.TextColor3 = Color3.new(255,255,255)
  1785.                     CharDistance.BackgroundTransparency = 1
  1786.                     CharDistance.TextScaled = false
  1787.            
  1788.                     spawn(function()
  1789.                         while true do
  1790.                             for i = 1, 30 do
  1791.                                 wait(0.1)
  1792.                                 CharDistance.Text = ' '..Items.Name..'\n'..'Distance: ['..math.floor((Client.Character.Head.Position - Items.Nettle3.Position).magnitude)..']'
  1793.                             end;
  1794.                             wait(0.1)
  1795.                         end
  1796.                     end)
  1797.                 end
  1798.            
  1799.                 for k, x in next, Cloth:GetChildren() do
  1800.                     for x, y in next, x:GetChildren() do
  1801.                         if y.Name == 'NettlePlant' then
  1802.                             AddItemEsp(y)
  1803.                         end
  1804.                     end
  1805.                 end
  1806.    
  1807.             elseif neddleespbut.TextWrapped == true then
  1808.                 neddleespbut.TextWrapped = false
  1809.                 neddleespbut.BackgroundColor3 = Color3.new(255,255,255)
  1810.                 for k, x in next, game.CoreGui.ClothFolder:GetChildren() do
  1811.                     if x:IsA('BillboardGui') then
  1812.                         x:Destroy()
  1813.                     end
  1814.                 end
  1815.             end
  1816.         end)
  1817. end
  1818. coroutine.wrap(ZTWSB_fake_script)()
  1819. local function RJMVQ_fake_script() -- rainbowguibut.RainbowScript
  1820.     local script = Instance.new('LocalScript', rainbowguibut)
  1821.  
  1822.     rainbowguibut.MouseButton1Click:connect(function()
  1823.         while true do
  1824.             for i = 0,1,0.001*3 do
  1825.                 charuileft.BorderColor3 = Color3.fromHSV(i,1,1)
  1826.                 charuiright1.BorderColor3 = Color3.fromHSV(i,1,1)
  1827.                 charuiright2.BorderColor3 = Color3.fromHSV(i,1,1)
  1828.                 raiduicenter.BorderColor3 = Color3.fromHSV(i,1,1)
  1829.                 renderuileft1.BorderColor3 = Color3.fromHSV(i,1,1)
  1830.                 renderuileft2.BorderColor3 = Color3.fromHSV(i,1,1)
  1831.                 renderuiright.BorderColor3 = Color3.fromHSV(i,1,1)
  1832.                 settuileft.BorderColor3 = Color3.fromHSV(i,1,1)
  1833.                 settuiright.BorderColor3 = Color3.fromHSV(i,1,1)
  1834.                 wait()
  1835.             end
  1836.         end
  1837.     end)
  1838. end
  1839. coroutine.wrap(RJMVQ_fake_script)()
  1840. local function UCJVHE_fake_script() -- watermarkbut.WatermarkScript
  1841.     local script = Instance.new('LocalScript', watermarkbut)
  1842.  
  1843.     watermarkbut.MouseButton1Click:connect(function()
  1844.         if Watermark.Visible == true then
  1845.             Watermark.Visible = false
  1846.         elseif Watermark.Visible == false then
  1847.             Watermark.Visible = true
  1848.         end
  1849.     end)
  1850. end
  1851. coroutine.wrap(UCJVHE_fake_script)()
  1852. local function UVWZF_fake_script() -- scrambleuserbut.ScrambleUserNameScript
  1853.     local script = Instance.new('LocalScript', scrambleuserbut)
  1854.  
  1855.     rainbowguibut.MouseButton1Click:connect(function()
  1856.         while true do
  1857.             for i = 0,1,0.001*3 do
  1858.                 charuileft.BorderColor3 = Color3.fromHSV(i,1,1)
  1859.                 charuiright1.BorderColor3 = Color3.fromHSV(i,1,1)
  1860.                 charuiright2.BorderColor3 = Color3.fromHSV(i,1,1)
  1861.                 raiduicenter.BorderColor3 = Color3.fromHSV(i,1,1)
  1862.                 renderuileft1.BorderColor3 = Color3.fromHSV(i,1,1)
  1863.                 renderuileft2.BorderColor3 = Color3.fromHSV(i,1,1)
  1864.                 renderuiright.BorderColor3 = Color3.fromHSV(i,1,1)
  1865.                 settuileft.BorderColor3 = Color3.fromHSV(i,1,1)
  1866.                 settuiright.BorderColor3 = Color3.fromHSV(i,1,1)
  1867.                 wait()
  1868.             end
  1869.         end
  1870.     end)
  1871. end
  1872. coroutine.wrap(UVWZF_fake_script)()
  1873. local function OIVZUXI_fake_script() -- aimbotpartbut.PartChanger
  1874.     local script = Instance.new('LocalScript', aimbotpartbut)
  1875.  
  1876.     aimbotpartbut.MouseButton1Click:connect(function()
  1877.         if aimbotparttext.Text == "Aimpart ( head )" then
  1878.             aimbotparttext.Text = "Aimpart ( body )"
  1879.         elseif aimbotparttext.Text == "Aimpart ( body )" then
  1880.             aimbotparttext.Text = "Aimpart ( head )"
  1881.         end
  1882.     end)
  1883. end
  1884. coroutine.wrap(OIVZUXI_fake_script)()
  1885. local function ZTCKWA_fake_script() -- Exitbut.exit
  1886.     local script = Instance.new('LocalScript', Exitbut)
  1887.  
  1888.     Exitbut.MouseButton1Click:connect(function()
  1889.         game.CoreGui.LostFucker:Destroy()
  1890.     end)
  1891. end
  1892. coroutine.wrap(ZTCKWA_fake_script)()
  1893. local function IOKOC_fake_script() -- topbut1.character
  1894.     local script = Instance.new('LocalScript', topbut1)
  1895.  
  1896.     topbut1.MouseButton1Click:connect(function()
  1897.         game:GetService("CoreGui").LostFucker.mainui.mainmain.creditui.Visible = false
  1898.         game:GetService("CoreGui").LostFucker.mainui.mainmain.charui.Visible = true
  1899.         game:GetService("CoreGui").LostFucker.mainui.mainmain.raidui.Visible = false
  1900.         game:GetService("CoreGui").LostFucker.mainui.mainmain.renderui.Visible = false
  1901.         game:GetService("CoreGui").LostFucker.mainui.mainmain.settui.Visible = false
  1902.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut1.TextColor3 = Color3.fromRGB(255,255,255)
  1903.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut2.TextColor3 = Color3.fromRGB(90,90,90)
  1904.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut3.TextColor3 = Color3.fromRGB(90,90,90)
  1905.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut4.TextColor3 = Color3.fromRGB(90,90,90)
  1906.     end)
  1907. end
  1908. coroutine.wrap(IOKOC_fake_script)()
  1909. local function HZIRURV_fake_script() -- topbut2.render
  1910.     local script = Instance.new('LocalScript', topbut2)
  1911.  
  1912.     topbut2.MouseButton1Click:connect(function()
  1913.         game:GetService("CoreGui").LostFucker.mainui.mainmain.creditui.Visible = false
  1914.         game:GetService("CoreGui").LostFucker.mainui.mainmain.charui.Visible = false
  1915.         game:GetService("CoreGui").LostFucker.mainui.mainmain.raidui.Visible = false
  1916.         game:GetService("CoreGui").LostFucker.mainui.mainmain.renderui.Visible = true
  1917.         game:GetService("CoreGui").LostFucker.mainui.mainmain.settui.Visible = false
  1918.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut1.TextColor3 = Color3.fromRGB(90,90,90)
  1919.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut2.TextColor3 = Color3.fromRGB(255,255,255)
  1920.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut3.TextColor3 = Color3.fromRGB(90,90,90)
  1921.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut4.TextColor3 = Color3.fromRGB(90,90,90)
  1922.     end)
  1923. end
  1924. coroutine.wrap(HZIRURV_fake_script)()
  1925. local function SUNDV_fake_script() -- topbut3.raid
  1926.     local script = Instance.new('LocalScript', topbut3)
  1927.  
  1928.     topbut3.MouseButton1Click:connect(function()
  1929.         game:GetService("CoreGui").LostFucker.mainui.mainmain.creditui.Visible = false
  1930.         game:GetService("CoreGui").LostFucker.mainui.mainmain.charui.Visible = false
  1931.         game:GetService("CoreGui").LostFucker.mainui.mainmain.raidui.Visible = true
  1932.         game:GetService("CoreGui").LostFucker.mainui.mainmain.renderui.Visible = false
  1933.         game:GetService("CoreGui").LostFucker.mainui.mainmain.settui.Visible = false
  1934.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut1.TextColor3 = Color3.fromRGB(90,90,90)
  1935.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut2.TextColor3 = Color3.fromRGB(90,90,90)
  1936.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut3.TextColor3 = Color3.fromRGB(255,255,255)
  1937.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut4.TextColor3 = Color3.fromRGB(90,90,90)
  1938.     end)
  1939. end
  1940. coroutine.wrap(SUNDV_fake_script)()
  1941. local function GNGUSRC_fake_script() -- topbut4.settings
  1942.     local script = Instance.new('LocalScript', topbut4)
  1943.  
  1944.     topbut4.MouseButton1Click:connect(function()
  1945.         game:GetService("CoreGui").LostFucker.mainui.mainmain.creditui.Visible = false
  1946.         game:GetService("CoreGui").LostFucker.mainui.mainmain.charui.Visible = false
  1947.         game:GetService("CoreGui").LostFucker.mainui.mainmain.raidui.Visible = false
  1948.         game:GetService("CoreGui").LostFucker.mainui.mainmain.renderui.Visible = false
  1949.         game:GetService("CoreGui").LostFucker.mainui.mainmain.settui.Visible = true
  1950.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut1.TextColor3 = Color3.fromRGB(90,90,90)
  1951.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut2.TextColor3 = Color3.fromRGB(90,90,90)
  1952.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut3.TextColor3 = Color3.fromRGB(90,90,90)
  1953.         game:GetService("CoreGui").LostFucker.mainui.maintop.topbuts.topbut4.TextColor3 = Color3.fromRGB(255,255,255)
  1954.     end)
  1955. end
  1956. coroutine.wrap(GNGUSRC_fake_script)()
  1957. local function UNCBLK_fake_script() -- mainui.dragscript
  1958.     local script = Instance.new('LocalScript', mainui)
  1959.  
  1960.     mainui.Active = true
  1961.     mainui.Draggable = true
  1962.     warn("Dragging Activated")
  1963. end
  1964. coroutine.wrap(UNCBLK_fake_script)()
  1965. local function ITRKUZR_fake_script() -- LostFucker.autoexe
  1966.     local script = Instance.new('LocalScript', LostFucker)
  1967.  
  1968.     LostFucker.Parent = game:GetService("CoreGui")
  1969.     warn("AntiGui Bypassed")
  1970.     local plr = game:GetService("Players").LocalPlayer
  1971.     local mous = plr:GetMouse()
  1972.     mous.KeyDown:Connect(function(key)
  1973.         if(key == "p") then
  1974.             if LostFucker.Enabled == true then
  1975.                 LostFucker.Enabled = false
  1976.             elseif LostFucker.Enabled == false then
  1977.                 LostFucker.Enabled = true
  1978.             end
  1979.         end
  1980.     end)
  1981.     warn("Press 'P' To Enable/Disable The Gui")
  1982.     creditui.Visible = true
  1983.     charui.Visible = false
  1984.     raidui.Visible = false
  1985.     renderui.Visible = false
  1986.     settui.Visible = false
  1987.     warn("CreditFrame")
  1988.     while true do
  1989.         for i = 0,1,0.001*5 do
  1990.             Maintitle.TextColor3 = Color3.fromHSV(i,1,1)
  1991.             wait()
  1992.         end
  1993.     end
  1994.     warn("Rainbowed")
  1995.     local list = {
  1996.         "Epiccoolguy66"
  1997.     }
  1998.    
  1999.    
  2000.    
  2001.    
  2002.    
  2003.    
  2004.    
  2005.    
  2006.    
  2007.    
  2008.    
  2009.    
  2010.    
  2011.    
  2012.    
  2013.    
  2014.    
  2015.    
  2016.     print(list)
  2017.     warn("Loaded")
  2018. end
  2019. coroutine.wrap(ITRKUZR_fake_script)()
Add Comment
Please, Sign In to add comment