Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.74 KB | None | 0 0
  1. --[[
  2.  
  3.  
  4. ░█─░█ ─█▀▀█ ▀█▀ ░█▀▄▀█ ─█▀▀█
  5. ░█▀▀█ ░█▄▄█ ░█─ ░█░█░█ ░█▄▄█
  6. ░█─░█ ░█─░█ ▄█▄ ░█──░█ ░█─░█
  7.  
  8.  
  9. --]]
  10.  
  11.  
  12.  
  13. -- Instances:
  14.  
  15. local X = Instance.new("ScreenGui")
  16. local OpenFrame = Instance.new("Frame")
  17. local Open = Instance.new("TextButton")
  18. local Main = Instance.new("Frame")
  19. local B = Instance.new("Frame")
  20. local Boarder2Text = Instance.new("TextLabel")
  21. local A = Instance.new("Frame")
  22. local Boarder1Text = Instance.new("TextLabel")
  23. local LT2Blood = Instance.new("TextButton")
  24. local LT2BloodUPDATED = Instance.new("TextButton")
  25. local ArsenalAimbot = Instance.new("TextButton")
  26. local BeeSwarmSimulator = Instance.new("TextButton")
  27. local MurderMystery2 = Instance.new("TextButton")
  28. local Swordburst = Instance.new("TextButton")
  29. local SaberSimulator = Instance.new("TextButton")
  30. local Admin = Instance.new("TextButton")
  31. local DungeonQuest = Instance.new("TextButton")
  32. local C = Instance.new("Frame")
  33. local Speed = Instance.new("TextButton")
  34. local DexV2 = Instance.new("TextButton")
  35. local Jump = Instance.new("TextButton")
  36. local RoseHub = Instance.new("TextButton")
  37. local Fly = Instance.new("TextButton")
  38. local Exit = Instance.new("TextButton")
  39. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  40. local D1 = Instance.new("Frame")
  41. local D3 = Instance.new("Frame")
  42. local D4 = Instance.new("Frame")
  43. local D5 = Instance.new("Frame")
  44. local Information = Instance.new("TextButton")
  45. local Information_Roundify_12px = Instance.new("ImageLabel")
  46. local D2 = Instance.new("ImageLabel")
  47. local Info = Instance.new("Frame")
  48. local InfoText2 = Instance.new("TextLabel")
  49. local InfoText3 = Instance.new("TextLabel")
  50. local InfoText1 = Instance.new("TextLabel")
  51. local InfoExit = Instance.new("TextButton")
  52. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  53. local InfoText4 = Instance.new("TextLabel")
  54.  
  55. --[[
  56. Properties:
  57. --]]
  58.  
  59. X.Name = "X"
  60. X.Parent = game.CoreGui
  61.  
  62. OpenFrame.Name = "OpenFrame"
  63. OpenFrame.Parent = X
  64. OpenFrame.Active = true
  65. OpenFrame.BackgroundColor3 = Color3.new(0.133333, 1, 0)
  66. OpenFrame.BorderColor3 = Color3.new(0.290196, 1, 0.0313726)
  67. OpenFrame.Position = UDim2.new(-0.000441328739, 0, 0.450574249, 0)
  68. OpenFrame.Size = UDim2.new(0, 23, 0, 100)
  69. OpenFrame.Style = Enum.FrameStyle.DropShadow
  70.  
  71. Open.Name = "Open"
  72. Open.Parent = OpenFrame
  73. Open.BackgroundColor3 = Color3.new(0.317647, 1, 0)
  74. Open.BorderColor3 = Color3.new(0.317647, 1, 0)
  75. Open.Position = UDim2.new(-0.608695865, 0, -0.0900000036, 0)
  76. Open.Size = UDim2.new(0, 23, 0, 100)
  77. Open.ZIndex = 3
  78. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  79. Open.Font = Enum.Font.Gotham
  80. Open.Text = "X"
  81. Open.TextColor3 = Color3.new(0, 0, 0)
  82. Open.TextSize = 14
  83. Open.MouseButton1Down:connect(function()
  84. Main.Visible = true
  85. Info.Visible = true
  86. OpenFrame.Visible = false
  87. end)
  88.  
  89. Main.Name = "Main"
  90. Main.Parent = X
  91. Main.Active = true
  92. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Main.BorderSizePixel = 0
  94. Main.Position = UDim2.new(0.370000005, 0, 0.300000012, 0)
  95. Main.Size = UDim2.new(0, 576, 0, 300)
  96. Main.Style = Enum.FrameStyle.RobloxRound
  97. Main.Visible = false
  98. Main.Draggable = true
  99.  
  100. B.Name = "B"
  101. B.Parent = Main
  102. B.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  103. B.BorderSizePixel = 0
  104. B.Position = UDim2.new(-0.00999999978, 0, 0.963, 0)
  105. B.Size = UDim2.new(0, 500, 0, 18)
  106.  
  107. Boarder2Text.Name = "Boarder2Text"
  108. Boarder2Text.Parent = B
  109. Boarder2Text.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  110. Boarder2Text.BorderSizePixel = 0
  111. Boarder2Text.Position = UDim2.new(0.318000019, 0, 0, 0)
  112. Boarder2Text.Size = UDim2.new(0, 180, 0, 18)
  113. Boarder2Text.Font = Enum.Font.Code
  114. Boarder2Text.Text = "Haima#3303"
  115. Boarder2Text.TextColor3 = Color3.new(0, 0, 0)
  116. Boarder2Text.TextScaled = true
  117. Boarder2Text.TextSize = 14
  118. Boarder2Text.TextWrapped = true
  119.  
  120. A.Name = "A"
  121. A.Parent = Main
  122. A.Active = true
  123. A.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  124. A.BorderColor3 = Color3.new(0.0784314, 0.121569, 0.156863)
  125. A.BorderSizePixel = 0
  126. A.Position = UDim2.new(-0.0120000001, 0, -0.0289999992, 0)
  127. A.Size = UDim2.new(0, 499, 0, 50)
  128.  
  129. Boarder1Text.Name = "Boarder1Text"
  130. Boarder1Text.Parent = A
  131. Boarder1Text.Active = true
  132. Boarder1Text.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  133. Boarder1Text.BorderSizePixel = 0
  134. Boarder1Text.Position = UDim2.new(0.305999994, 0, 0.159999996, 0)
  135. Boarder1Text.Size = UDim2.new(0, 200, 0, 42)
  136. Boarder1Text.Font = Enum.Font.Code
  137. Boarder1Text.Text = "XSPOLITS"
  138. Boarder1Text.TextColor3 = Color3.new(0, 0, 0)
  139. Boarder1Text.TextSize = 60
  140.  
  141. LT2Blood.Name = "LT2 Blood"
  142. LT2Blood.Parent = Main
  143. LT2Blood.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  144. LT2Blood.BorderSizePixel = 0
  145. LT2Blood.Position = UDim2.new(0.0361805819, 0, 0.216666698, 0)
  146. LT2Blood.Size = UDim2.new(0, 100, 0, 50)
  147. LT2Blood.Font = Enum.Font.Cartoon
  148. LT2Blood.Text = "LT2 Blood"
  149. LT2Blood.TextColor3 = Color3.new(0, 0, 0)
  150. LT2Blood.TextScaled = true
  151. LT2Blood.TextSize = 14
  152. LT2Blood.TextWrapped = true
  153. LT2Blood.MouseButton1Down:connect(function()
  154. loadstring(game:HttpGet("", true))()
  155. end)
  156.  
  157. LT2BloodUPDATED.Name = "LT2 Blood (UPDATED"
  158. LT2BloodUPDATED.Parent = Main
  159. LT2BloodUPDATED.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  160. LT2BloodUPDATED.BorderSizePixel = 0
  161. LT2BloodUPDATED.Position = UDim2.new(0.0361805819, 0, 0.456666678, 0)
  162. LT2BloodUPDATED.Size = UDim2.new(0, 100, 0, 50)
  163. LT2BloodUPDATED.Font = Enum.Font.Cartoon
  164. LT2BloodUPDATED.Text = "LT2 Blood (UPDATED)"
  165. LT2BloodUPDATED.TextColor3 = Color3.new(0, 0, 0)
  166. LT2BloodUPDATED.TextScaled = true
  167. LT2BloodUPDATED.TextSize = 14
  168. LT2BloodUPDATED.TextWrapped = true
  169. LT2BloodUPDATED.MouseButton1Down:connect(function()
  170. loadstring(game:HttpGet("https://pastebin.com/raw/wpR349C1", true))()
  171. end)
  172.  
  173. ArsenalAimbot.Name = "Arsenal Aimbot"
  174. ArsenalAimbot.Parent = Main
  175. ArsenalAimbot.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  176. ArsenalAimbot.BorderSizePixel = 0
  177. ArsenalAimbot.Position = UDim2.new(0.0361805819, 0, 0.706666708, 0)
  178. ArsenalAimbot.Size = UDim2.new(0, 100, 0, 50)
  179. ArsenalAimbot.Font = Enum.Font.Cartoon
  180. ArsenalAimbot.Text = "Arsenal Aimbot"
  181. ArsenalAimbot.TextColor3 = Color3.new(0, 0, 0)
  182. ArsenalAimbot.TextScaled = true
  183. ArsenalAimbot.TextSize = 14
  184. ArsenalAimbot.TextWrapped = true
  185. ArsenalAimbot.MouseButton1Down:connect(function()
  186. loadstring(game:HttpGet("https://pastebin.com/raw/ZAazqKEJ", true))()
  187. end)
  188.  
  189. BeeSwarmSimulator.Name = "Bee Swarm Simulator"
  190. BeeSwarmSimulator.Parent = Main
  191. BeeSwarmSimulator.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  192. BeeSwarmSimulator.BorderSizePixel = 0
  193. BeeSwarmSimulator.Position = UDim2.new(0.340180546, 0, 0.706666708, 0)
  194. BeeSwarmSimulator.Size = UDim2.new(0, 100, 0, 50)
  195. BeeSwarmSimulator.Font = Enum.Font.Cartoon
  196. BeeSwarmSimulator.Text = "Bee Swarm Simulator"
  197. BeeSwarmSimulator.TextColor3 = Color3.new(0, 0, 0)
  198. BeeSwarmSimulator.TextScaled = true
  199. BeeSwarmSimulator.TextSize = 14
  200. BeeSwarmSimulator.TextWrapped = true
  201. BeeSwarmSimulator.MouseButton1Down:connect(function()
  202. loadstring(game:HttpGet("https://pastebin.com/raw/cftMXaaH", true))()
  203. end)
  204.  
  205. MurderMystery2.Name = "Murder Mystery 2"
  206. MurderMystery2.Parent = Main
  207. MurderMystery2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  208. MurderMystery2.BorderSizePixel = 0
  209. MurderMystery2.Position = UDim2.new(0.340180546, 0, 0.456666678, 0)
  210. MurderMystery2.Size = UDim2.new(0, 100, 0, 50)
  211. MurderMystery2.Font = Enum.Font.Cartoon
  212. MurderMystery2.Text = "Murder Mystery 2"
  213. MurderMystery2.TextColor3 = Color3.new(0, 0, 0)
  214. MurderMystery2.TextScaled = true
  215. MurderMystery2.TextSize = 14
  216. MurderMystery2.TextWrapped = true
  217. MurderMystery2.MouseButton1Down:connect(function()
  218. loadstring(game:HttpGet("https://pastebin.com/raw/9F5PHLnj", true))()
  219. end)
  220.  
  221. Swordburst.Name = "Swordburst"
  222. Swordburst.Parent = Main
  223. Swordburst.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  224. Swordburst.BorderSizePixel = 0
  225. Swordburst.Position = UDim2.new(0.340180546, 0, 0.216666698, 0)
  226. Swordburst.Size = UDim2.new(0, 100, 0, 50)
  227. Swordburst.Font = Enum.Font.Cartoon
  228. Swordburst.Text = "Swordburst"
  229. Swordburst.TextColor3 = Color3.new(0, 0, 0)
  230. Swordburst.TextScaled = true
  231. Swordburst.TextSize = 14
  232. Swordburst.TextWrapped = true
  233. Swordburst.MouseButton1Down:connect(function()
  234. loadstring(game:HttpGet("https://pastebin.com/raw/hZZZBDf0", true))()
  235. end)
  236.  
  237.  
  238. SaberSimulator.Name = "Saber Simulator"
  239. SaberSimulator.Parent = Main
  240. SaberSimulator.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  241. SaberSimulator.BorderSizePixel = 0
  242. SaberSimulator.Position = UDim2.new(0.648180604, 0, 0.700000048, 0)
  243. SaberSimulator.Size = UDim2.new(0, 100, 0, 50)
  244. SaberSimulator.Font = Enum.Font.Cartoon
  245. SaberSimulator.Text = "Saber Simulator"
  246. SaberSimulator.TextColor3 = Color3.new(0, 0, 0)
  247. SaberSimulator.TextScaled = true
  248. SaberSimulator.TextSize = 14
  249. SaberSimulator.TextWrapped = true
  250. SaberSimulator.MouseButton1Down:connect(function()
  251. loadstring(game:HttpGet("https://pastebin.com/raw/2KcZT8hK", true))()
  252. end)
  253.  
  254. Admin.Name = "Admin"
  255. Admin.Parent = Main
  256. Admin.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  257. Admin.BorderSizePixel = 0
  258. Admin.Position = UDim2.new(0.648180604, 0, 0.450000018, 0)
  259. Admin.Size = UDim2.new(0, 100, 0, 50)
  260. Admin.Font = Enum.Font.Cartoon
  261. Admin.Text = "Admin"
  262. Admin.TextColor3 = Color3.new(0, 0, 0)
  263. Admin.TextScaled = true
  264. Admin.TextSize = 14
  265. Admin.TextWrapped = true
  266. Admin.MouseButton1Down:connect(function()
  267. loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS", true))()
  268. end)
  269.  
  270. DungeonQuest.Name = "Dungeon Quest"
  271. DungeonQuest.Parent = Main
  272. DungeonQuest.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  273. DungeonQuest.BorderSizePixel = 0
  274. DungeonQuest.Position = UDim2.new(0.648180604, 0, 0.210000038, 0)
  275. DungeonQuest.Size = UDim2.new(0, 100, 0, 50)
  276. DungeonQuest.Font = Enum.Font.Cartoon
  277. DungeonQuest.Text = "Dungeon Quest"
  278. DungeonQuest.TextColor3 = Color3.new(0, 0, 0)
  279. DungeonQuest.TextScaled = true
  280. DungeonQuest.TextSize = 14
  281. DungeonQuest.TextWrapped = true
  282. DungeonQuest.MouseButton1Down:connect(function()
  283. loadstring(game:HttpGet("https://pastebin.com/raw/Wm8y8gDP", true))()
  284. end)
  285.  
  286. C.Name = "C"
  287. C.Parent = Main
  288. C.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  289. C.BorderSizePixel = 0
  290. C.Position = UDim2.new(0.873000026, 0, -0.0270000007, 0)
  291. C.Size = UDim2.new(0, 79, 0, 300)
  292.  
  293. Speed.Name = "Speed"
  294. Speed.Parent = C
  295. Speed.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  296. Speed.BorderColor3 = Color3.new(0, 0, 0)
  297. Speed.Position = UDim2.new(0.151898727, 0, 0.230546266, 0)
  298. Speed.Size = UDim2.new(0, 55, 0, 51)
  299. Speed.Style = Enum.ButtonStyle.RobloxRoundButton
  300. Speed.Font = Enum.Font.SourceSans
  301. Speed.Text = "Speed"
  302. Speed.TextColor3 = Color3.new(0, 0, 0)
  303. Speed.TextSize = 14
  304. Speed.MouseButton1Down:connect(function()
  305. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".WalkSpeed = 100
  306. end)
  307.  
  308. DexV2.Name = "Dex V2"
  309. DexV2.Parent = C
  310. DexV2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  311. DexV2.BorderColor3 = Color3.new(0, 0, 0)
  312. DexV2.Position = UDim2.new(0.151898727, 0, 0.41453737, 0)
  313. DexV2.Size = UDim2.new(0, 55, 0, 51)
  314. DexV2.Style = Enum.ButtonStyle.RobloxRoundButton
  315. DexV2.Font = Enum.Font.SourceSans
  316. DexV2.Text = "Dex V2"
  317. DexV2.TextColor3 = Color3.new(0, 0, 0)
  318. DexV2.TextSize = 14
  319. DexV2.MouseButton1Down:connect(function()
  320. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  321. end)
  322.  
  323. Jump.Name = "Jump"
  324. Jump.Parent = C
  325. Jump.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  326. Jump.BorderColor3 = Color3.new(0, 0, 0)
  327. Jump.Position = UDim2.new(0.151898727, 0, 0.621884048, 0)
  328. Jump.Size = UDim2.new(0, 55, 0, 51)
  329. Jump.Style = Enum.ButtonStyle.RobloxRoundButton
  330. Jump.Font = Enum.Font.SourceSans
  331. Jump.Text = "Jump"
  332. Jump.TextColor3 = Color3.new(0, 0, 0)
  333. Jump.TextSize = 14
  334. Jump.MouseButton1Down:connect(function()
  335. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpHeight = 100
  336. end)
  337.  
  338. RoseHub.Name = "RoseHub"
  339. RoseHub.Parent = C
  340. RoseHub.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  341. RoseHub.BorderColor3 = Color3.new(0, 0, 0)
  342. RoseHub.Position = UDim2.new(0.151898727, 0, 0.822564125, 0)
  343. RoseHub.Size = UDim2.new(0, 55, 0, 51)
  344. RoseHub.Style = Enum.ButtonStyle.RobloxRoundButton
  345. RoseHub.Font = Enum.Font.SourceSans
  346. RoseHub.Text = "Rose Hub"
  347. RoseHub.TextColor3 = Color3.new(0, 0, 0)
  348. RoseHub.TextSize = 14
  349. RoseHub.MouseButton1Down:connect(function()
  350. loadstring(game:HttpGet("https://pastebin.com/raw/9q2nraUs", true))()
  351. end)
  352.  
  353. Fly.Name = "Fly"
  354. Fly.Parent = C
  355. Fly.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  356. Fly.BorderColor3 = Color3.new(0, 0, 0)
  357. Fly.BorderSizePixel = 0
  358. Fly.Position = UDim2.new(0.151898727, 0, 0.0338796116, 0)
  359. Fly.Size = UDim2.new(0, 55, 0, 51)
  360. Fly.Style = Enum.ButtonStyle.RobloxRoundButton
  361. Fly.Font = Enum.Font.SourceSans
  362. Fly.Text = "Fly"
  363. Fly.TextColor3 = Color3.new(0, 0, 0)
  364. Fly.TextSize = 14
  365. Fly.MouseButton1Down:connect(function()
  366. loadstring(game:HttpGet("https://pastebin.com/raw/BR0E2D9Q", true))()
  367. end)
  368.  
  369. Exit.Name = "Exit"
  370. Exit.Parent = Main
  371. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  372. Exit.BackgroundTransparency = 1
  373. Exit.BorderColor3 = Color3.new(1, 0.101961, 0.101961)
  374. Exit.BorderSizePixel = 0
  375. Exit.Position = UDim2.new(-0.000208218582, 0, 0.00941701233, 0)
  376. Exit.Size = UDim2.new(0, 49, 0, 39)
  377. Exit.Font = Enum.Font.SourceSans
  378. Exit.Text = " "
  379. Exit.TextColor3 = Color3.new(0.988235, 0, 0)
  380. Exit.TextSize = 14
  381. Exit.TextStrokeColor3 = Color3.new(1, 0, 0)
  382. Exit.MouseButton1Down:connect(function()
  383. OpenFrame.Visible = true
  384. Main.Visible = false
  385. end)
  386.  
  387. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  388. TextButton_Roundify_12px.Parent = Exit
  389. TextButton_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  390. TextButton_Roundify_12px.BackgroundTransparency = 1
  391. TextButton_Roundify_12px.Position = UDim2.new(0.0973783508, 0, -0.00625391304, 0)
  392. TextButton_Roundify_12px.Size = UDim2.new(0.77678138, 0, 1, 0)
  393. TextButton_Roundify_12px.Image = "rbxassetid://2851926732"
  394. TextButton_Roundify_12px.ImageColor3 = Color3.new(1, 0, 0)
  395. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  396. TextButton_Roundify_12px.SliceCenter = Rect.new(12, 12, 12, 12)
  397.  
  398. D1.Name = "D1"
  399. D1.Parent = Main
  400. D1.BackgroundColor3 = Color3.new(0, 0, 0)
  401. D1.BorderSizePixel = 0
  402. D1.Position = UDim2.new(0.866262674, 0, -0.0330360904, 0)
  403. D1.Size = UDim2.new(0, 5, 0, 305)
  404.  
  405. D3.Name = "D3"
  406. D3.Parent = Main
  407. D3.BackgroundColor3 = Color3.new(0, 0, 0)
  408. D3.BorderSizePixel = 0
  409. D3.Position = UDim2.new(1.00378084, 0, -0.047964476, 0)
  410. D3.Size = UDim2.new(0, 6, 0, 311)
  411.  
  412. D4.Name = "D4"
  413. D4.Parent = Main
  414. D4.BackgroundColor3 = Color3.new(0, 0, 0)
  415. D4.BorderSizePixel = 0
  416. D4.Position = UDim2.new(-0.0156166293, 0, 1.02403808, 0)
  417. D4.Size = UDim2.new(0, 577, 0, 7)
  418.  
  419. D5.Name = "D5"
  420. D5.Parent = Main
  421. D5.BackgroundColor3 = Color3.new(0, 0, 0)
  422. D5.BorderSizePixel = 0
  423. D5.Position = UDim2.new(-0.0149999997, 0, -0.0270000007, 0)
  424. D5.Size = UDim2.new(0, 9, 0, 300)
  425.  
  426. Information.Name = "Information"
  427. Information.Parent = Main
  428. Information.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  429. Information.BackgroundTransparency = 1
  430. Information.BorderSizePixel = 0
  431. Information.Position = UDim2.new(0.0862751007, 0, 0.0127999894, 0)
  432. Information.Size = UDim2.new(0, 54, 0, 38)
  433. Information.Font = Enum.Font.SourceSans
  434. Information.Text = " "
  435. Information.TextColor3 = Color3.new(0, 0, 0)
  436. Information.TextSize = 14
  437. Information.MouseButton1Down:connect(function()
  438. Info.Visible = true
  439. end)
  440.  
  441. Information_Roundify_12px.Name = "Information_Roundify_12px"
  442. Information_Roundify_12px.Parent = Information
  443. Information_Roundify_12px.Active = true
  444. Information_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  445. Information_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  446. Information_Roundify_12px.BackgroundTransparency = 1
  447. Information_Roundify_12px.Position = UDim2.new(0.490740716, 0, 0.473684222, 0)
  448. Information_Roundify_12px.Selectable = true
  449. Information_Roundify_12px.Size = UDim2.new(0.722222209, 0, 1, 0)
  450. Information_Roundify_12px.Image = "rbxassetid://3570695787"
  451. Information_Roundify_12px.ImageColor3 = Color3.new(1, 0.666667, 0)
  452. Information_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  453. Information_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  454.  
  455. D2.Name = "D2"
  456. D2.Parent = Main
  457. D2.BackgroundColor3 = Color3.new(1, 1, 1)
  458. D2.BackgroundTransparency = 1
  459. D2.Position = UDim2.new(-0.0149999997, 0, -0.0649999976, 0)
  460. D2.Size = UDim2.new(0, 577, 0, 18)
  461. D2.Image = "rbxassetid://3570695787"
  462. D2.ImageColor3 = Color3.new(0, 0, 0)
  463. D2.ScaleType = Enum.ScaleType.Slice
  464. D2.SliceCenter = Rect.new(100, 100, 100, 100)
  465.  
  466. Info.Name = "Info"
  467. Info.Parent = X
  468. Info.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  469. Info.BorderSizePixel = 0
  470. Info.Position = UDim2.new(0.370000005, 0, 0.286000013, 0)
  471. Info.Size = UDim2.new(0, 578, 0, 316)
  472. Info.Visible = false
  473.  
  474. InfoText2.Name = "InfoText2"
  475. InfoText2.Parent = Info
  476. InfoText2.BackgroundColor3 = Color3.new(0, 0, 0)
  477. InfoText2.Size = UDim2.new(0, 578, 0, 53)
  478. InfoText2.Font = Enum.Font.Code
  479. InfoText2.Text = "Thank you for using Xsploits"
  480. InfoText2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  481. InfoText2.TextScaled = true
  482. InfoText2.TextSize = 14
  483. InfoText2.TextWrapped = true
  484.  
  485. InfoText3.Name = "InfoText3"
  486. InfoText3.Parent = Info
  487. InfoText3.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  488. InfoText3.BorderSizePixel = 0
  489. InfoText3.Position = UDim2.new(0.121107265, 0, 0.323099256, 0)
  490. InfoText3.Size = UDim2.new(0, 437, 0, 178)
  491. InfoText3.Font = Enum.Font.GothamBold
  492. InfoText3.Text = "All scripts belong to there rightful owners."
  493. InfoText3.TextColor3 = Color3.new(0, 0, 0)
  494. InfoText3.TextSize = 25
  495.  
  496. InfoText1.Name = "InfoText1"
  497. InfoText1.Parent = Info
  498. InfoText1.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  499. InfoText1.BorderSizePixel = 0
  500. InfoText1.Position = UDim2.new(0.0892189294, 0, 0.24683544, 0)
  501. InfoText1.Size = UDim2.new(0, 471, 0, 84)
  502. InfoText1.Font = Enum.Font.GothamBlack
  503. InfoText1.Text = "--- Gui by Haima ---"
  504. InfoText1.TextColor3 = Color3.new(0, 0, 0)
  505. InfoText1.TextSize = 57
  506.  
  507. InfoExit.Name = "InfoExit"
  508. InfoExit.Parent = Info
  509. InfoExit.BackgroundColor3 = Color3.new(1, 0, 0)
  510. InfoExit.BackgroundTransparency = 1
  511. InfoExit.BorderSizePixel = 0
  512. InfoExit.Position = UDim2.new(0.323529422, 0, 0.762658238, 0)
  513. InfoExit.Size = UDim2.new(0, 200, 0, 50)
  514. InfoExit.Font = Enum.Font.SourceSans
  515. InfoExit.Text = "X"
  516. InfoExit.TextColor3 = Color3.new(0, 0, 0)
  517. InfoExit.TextSize = 14
  518. InfoExit.MouseButton1Down:connect(function()
  519. Info.Visible = false
  520. end)
  521. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  522. TextButton_Roundify_12px_2.Parent = InfoExit
  523. TextButton_Roundify_12px_2.Active = true
  524. TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  525. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  526. TextButton_Roundify_12px_2.BackgroundTransparency = 1
  527. TextButton_Roundify_12px_2.Position = UDim2.new(0.504999995, 0, 0.5, 0)
  528. TextButton_Roundify_12px_2.Selectable = true
  529. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  530. TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
  531. TextButton_Roundify_12px_2.ImageColor3 = Color3.new(1, 0, 0)
  532. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  533. TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  534.  
  535. InfoText4.Name = "InfoText4"
  536. InfoText4.Parent = Info
  537. InfoText4.BackgroundColor3 = Color3.new(1, 0, 0)
  538. InfoText4.BackgroundTransparency = 1
  539. InfoText4.BorderSizePixel = 0
  540. InfoText4.Position = UDim2.new(0.279713988, 0, 0.743670881, 0)
  541. InfoText4.Size = UDim2.new(0, 251, 0, 62)
  542. InfoText4.Text = "X"
  543. InfoText4.TextColor3 = Color3.new(0, 0, 0)
  544. InfoText4.TextScaled = true
  545. InfoText4.TextSize = 14
  546. InfoText4.TextWrapped = true
  547.  
  548. print("Xspolits Loaded!")
  549. print("GUI by Haima#3033")
  550. print("All scripts being used belong to there rightful owners!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement