HEHEJ

Untitled

Mar 3rd, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.02 KB | None | 0 0
  1. -- Welcome To Destiny Hub+:
  2. -- GUI Created By CxnnorGames.
  3. -- Addition scripted by Sten added by PuppyAnimations
  4.  
  5. --spawn(function()
  6. -- game.ReplicatedStorage.Transactions.AddLog:Destroy()
  7. --end)
  8.  
  9. --game:GetService("StarterGui"):SetCore("SendNotification", {
  10. -- Title = "Succes!";
  11. -- Text = "- Antiban is now running -"
  12. --})
  13.  
  14. local Destiny = Instance.new("ScreenGui")
  15. local TopBar = Instance.new("Frame")
  16. local TopBarText = Instance.new("TextLabel")
  17. local TopBarImage = Instance.new("ImageLabel")
  18. local TopBarPlyrName = Instance.new("TextLabel")
  19. local Close = Instance.new("TextButton")
  20. local Hide = Instance.new("TextButton")
  21. local Main = Instance.new("Frame")
  22. local Ferry = Instance.new("TextButton")
  23. local Blood = Instance.new("TextButton")
  24. local Dirt = Instance.new("TextButton")
  25. local Syntax = Instance.new("TextButton")
  26. local LLumber = Instance.new("TextButton")
  27. local DLumber = Instance.new("TextButton")
  28. local ELumber = Instance.new("TextButton")
  29. local Faye = Instance.new("TextButton")
  30. local TTools = Instance.new("TextButton")
  31. local BPArt = Instance.new("TextButton")
  32. local Dupe = Instance.new("TextButton")
  33. local Venyx = Instance.new("TextButton")
  34. local BringUp = Instance.new("TextButton")
  35. local LEnded = Instance.new("TextButton")
  36. local Reviz = Instance.new("TextButton")
  37. local Inf = Instance.new("TextButton")
  38. local Dex = Instance.new("TextButton")
  39. local Simple = Instance.new("TextButton")
  40. local ChatL = Instance.new("TextButton")
  41. local BBypass = Instance.new("TextButton")
  42. local LumberC = Instance.new("TextButton")
  43. local Stalker = Instance.new("TextButton")
  44. local EPlayer = Instance.new("TextButton")
  45. local LumberG = Instance.new("TextButton")
  46. local AliX = Instance.new("TextButton")
  47. local LumberR = Instance.new("TextButton")
  48. local CreatedBy = Instance.new("TextLabel")
  49. local Credits = Instance.new("TextLabel")
  50. local Open = Instance.new("ImageButton")
  51.  
  52. Destiny.Name = "Destiny"
  53. Destiny.Parent = game.CoreGui
  54.  
  55. wait(0.4)
  56. game:GetService("StarterGui"):SetCore("SendNotification", {
  57. Title = "Destiny Hub";
  58. Text = "- LOADED -"
  59. })
  60.  
  61. TopBar.Name = "TopBar"
  62. TopBar.Parent = Destiny
  63. TopBar.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  64. TopBar.BorderSizePixel = 0
  65. TopBar.Position = UDim2.new(0.25, 0, 0.2, 0)
  66. TopBar.Size = UDim2.new(0, 649, 0, 40)
  67. TopBar.Visible = true
  68. TopBar.Active = true
  69. TopBar.Draggable = true
  70.  
  71. TopBarText.Name = "TopBarText"
  72. TopBarText.Parent = TopBar
  73. TopBarText.BackgroundColor3 = Color3.new(1, 1, 1)
  74. TopBarText.BackgroundTransparency = 1
  75. TopBarText.BorderSizePixel = 0
  76. TopBarText.Position = UDim2.new(0.0734498352, 0, 0, 0)
  77. TopBarText.Size = UDim2.new(0, 85, 0, 38)
  78. TopBarText.Font = Enum.Font.SciFi
  79. TopBarText.Text = "Welcome"
  80. TopBarText.TextColor3 = Color3.new(1, 1, 1)
  81. TopBarText.TextSize = 20
  82. TopBarText.TextWrapped = true
  83. TopBarText.TextXAlignment = Enum.TextXAlignment.Left
  84.  
  85. TopBarImage.Name = "TopBarImage"
  86. TopBarImage.Parent = TopBar
  87. TopBarImage.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TopBarImage.BackgroundTransparency = 1
  89. TopBarImage.BorderSizePixel = 0
  90. TopBarImage.Position = UDim2.new(0.000865165028, 0, 0, 0)
  91. TopBarImage.Size = UDim2.new(0, 40, 0, 38)
  92. TopBarImage.Image = "http://www.roblox.com/asset/?id=4453442694"
  93.  
  94. TopBarPlyrName.Name = "TopBarPlyrName"
  95. TopBarPlyrName.Parent = TopBar
  96. TopBarPlyrName.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TopBarPlyrName.BackgroundTransparency = 1
  98. TopBarPlyrName.BorderSizePixel = 0
  99. TopBarPlyrName.Position = UDim2.new(0.204420567, 0, 0, 0)
  100. TopBarPlyrName.Size = UDim2.new(0, 403, 0, 40)
  101. TopBarPlyrName.Font = Enum.Font.SciFi
  102. TopBarPlyrName.Text = game.Players.LocalPlayer.Name .. " To Destiny"
  103. TopBarPlyrName.TextColor3 = Color3.new(1, 1, 1)
  104. TopBarPlyrName.TextSize = 20
  105. TopBarPlyrName.TextWrapped = true
  106. TopBarPlyrName.TextXAlignment = Enum.TextXAlignment.Left
  107.  
  108. Close.Name = "Close"
  109. Close.Parent = TopBar
  110. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Close.BackgroundTransparency = 1
  112. Close.Position = UDim2.new(0.94144839, 0, 0, 0)
  113. Close.Size = UDim2.new(0, 38, 0, 38)
  114. Close.Font = Enum.Font.SciFi
  115. Close.Text = "X"
  116. Close.TextColor3 = Color3.new(1, 1, 1)
  117. Close.TextSize = 14
  118. Close.MouseButton1Click:Connect(function()
  119. Destiny:Destroy()
  120. wait(0.4)
  121. game:GetService("StarterGui"):SetCore("SendNotification", {
  122. Title = "Destiny Hub";
  123. Text = "- CLOSED -"
  124. })
  125. end)
  126.  
  127. Hide.Name = "Hide"
  128. Hide.Parent = TopBar
  129. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Hide.BackgroundTransparency = 1
  131. Hide.Position = UDim2.new(0.882896781, 0, 0, 0)
  132. Hide.Size = UDim2.new(0, 38, 0, 38)
  133. Hide.Font = Enum.Font.SciFi
  134. Hide.Text = "-"
  135. Hide.TextColor3 = Color3.new(1, 1, 1)
  136. Hide.TextSize = 14
  137. Hide.MouseButton1Down:Connect(function()
  138. TopBar.Visible = false
  139. Open.Visible = true
  140. end)
  141.  
  142. Main.Name = "Main"
  143. Main.Parent = TopBar
  144. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  145. Main.BorderSizePixel = 0
  146. Main.Position = UDim2.new(-0.000654861331, 0, 1.00250971, 0)
  147. Main.Size = UDim2.new(0, 649, 0, 360)
  148.  
  149. Ferry.Name = "Ferry"
  150. Ferry.Parent = Main
  151. Ferry.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  152. Ferry.BorderSizePixel = 0
  153. Ferry.Position = UDim2.new(0.0184899829, 0, 0.075000003, 0)
  154. Ferry.Size = UDim2.new(0, 150, 0, 35)
  155. Ferry.Font = Enum.Font.SciFi
  156. Ferry.Text = "Ferry"
  157. Ferry.TextColor3 = Color3.new(1, 1, 1)
  158. Ferry.TextSize = 15
  159. Ferry.MouseButton1Down:connect(function()
  160. loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  161. end)
  162.  
  163. Blood.Name = "Blood"
  164. Blood.Parent = Main
  165. Blood.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  166. Blood.BorderSizePixel = 0
  167. Blood.Position = UDim2.new(0.0184899829, 0, 0.200000003, 0)
  168. Blood.Size = UDim2.new(0, 150, 0, 35)
  169. Blood.Font = Enum.Font.SciFi
  170. Blood.Text = "Blood"
  171. Blood.TextColor3 = Color3.new(1, 1, 1)
  172. Blood.TextSize = 15
  173. Blood.MouseButton1Down:connect(function()
  174. loadstring(game:HttpGet(('https://pastebin.com/raw/aFBEUkWM'),true))()
  175. end)
  176.  
  177. Dirt.Name = "Dirt"
  178. Dirt.Parent = Main
  179. Dirt.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  180. Dirt.BorderSizePixel = 0
  181. Dirt.Position = UDim2.new(0.0184899829, 0, 0.325000018, 0)
  182. Dirt.Size = UDim2.new(0, 150, 0, 35)
  183. Dirt.Font = Enum.Font.SciFi
  184. Dirt.Text = "Dirt"
  185. Dirt.TextColor3 = Color3.new(1, 1, 1)
  186. Dirt.TextSize = 15
  187. Dirt.MouseButton1Down:connect(function()
  188. loadstring(game:HttpGet(('https://pastebin.com/raw/NTzFC9u9'),true))()
  189. end)
  190.  
  191. Syntax.Name = "Syntax"
  192. Syntax.Parent = Main
  193. Syntax.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  194. Syntax.BorderSizePixel = 0
  195. Syntax.Position = UDim2.new(0.0184899829, 0, 0.450000018, 0)
  196. Syntax.Size = UDim2.new(0, 150, 0, 35)
  197. Syntax.Font = Enum.Font.SciFi
  198. Syntax.Text = "Syntax"
  199. Syntax.TextColor3 = Color3.new(1, 1, 1)
  200. Syntax.TextSize = 15
  201. Syntax.MouseButton1Down:connect(function()
  202. loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  203. end)
  204.  
  205. LLumber.Name = "LLumber"
  206. LLumber.Parent = Main
  207. LLumber.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  208. LLumber.BorderSizePixel = 0
  209. LLumber.Position = UDim2.new(0.0180816613, 0, 0.577222168, 0)
  210. LLumber.Size = UDim2.new(0, 150, 0, 35)
  211. LLumber.Font = Enum.Font.SciFi
  212. LLumber.Text = "Light Lumber"
  213. LLumber.TextColor3 = Color3.new(1, 1, 1)
  214. LLumber.TextSize = 15
  215. LLumber.MouseButton1Down:connect(function()
  216. loadstring(game:HttpGet(('https://pastebin.com/raw/9KKAee2X'),true))()
  217. end)
  218.  
  219. DLumber.Name = "DLumber"
  220. DLumber.Parent = Main
  221. DLumber.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  222. DLumber.BorderSizePixel = 0
  223. DLumber.Position = UDim2.new(0.0180816613, 0, 0.702222168, 0)
  224. DLumber.Size = UDim2.new(0, 150, 0, 35)
  225. DLumber.Font = Enum.Font.SciFi
  226. DLumber.Text = "Dark Lumber"
  227. DLumber.TextColor3 = Color3.new(1, 1, 1)
  228. DLumber.TextSize = 15
  229. DLumber.MouseButton1Down:connect(function()
  230. loadstring(game:HttpGet(('https://pastebin.com/raw/VD8BWTWL'),true))()
  231. end)
  232.  
  233. ELumber.Name = "ELumber"
  234. ELumber.Parent = Main
  235. ELumber.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  236. ELumber.BorderSizePixel = 0
  237. ELumber.Position = UDim2.new(0.0180816613, 0, 0.827222168, 0)
  238. ELumber.Size = UDim2.new(0, 150, 0, 35)
  239. ELumber.Font = Enum.Font.SciFi
  240. ELumber.Text = "Extreme Lumber"
  241. ELumber.TextColor3 = Color3.new(1, 1, 1)
  242. ELumber.TextSize = 15
  243. ELumber.MouseButton1Down:connect(function()
  244. loadstring(game:GetObjects("rbxassetid://4041497300")[1].Source)()
  245. end)
  246.  
  247. Faye.Name = "Faye"
  248. Faye.Parent = Main
  249. Faye.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  250. Faye.BorderSizePixel = 0
  251. Faye.Position = UDim2.new(0.275400609, 0, 0.449444383, 0)
  252. Faye.Size = UDim2.new(0, 150, 0, 35)
  253. Faye.Font = Enum.Font.SciFi
  254. Faye.Text = "Wall Maker"
  255. Faye.TextColor3 = Color3.new(1, 1, 1)
  256. Faye.TextSize = 15
  257. Faye.MouseButton1Down:connect(function()
  258. loadstring(game:HttpGet("https://pastebin.com/raw/VtcAb25v"))()
  259.  
  260. wait(0.3)
  261. game:GetService("StarterGui"):SetCore("SendNotification", {
  262. Title = "Destiny Hub";
  263. Text = "This script only works in front of the land store."
  264. })
  265. wait(0.4)
  266. game:GetService("StarterGui"):SetCore("SendNotification", {
  267. Title = "Destiny Hub";
  268. Text = "We have copied wood/blueprint list to your clipboard."
  269. })
  270.  
  271. setclipboard('https://pastebin.com/raw/0JWTLcLB')
  272. end)
  273.  
  274. TTools.Name = "TTools"
  275. TTools.Parent = Main
  276. TTools.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  277. TTools.BorderSizePixel = 0
  278. TTools.Position = UDim2.new(0.275400609, 0, 0.324444383, 0)
  279. TTools.Size = UDim2.new(0, 150, 0, 35)
  280. TTools.Font = Enum.Font.SciFi
  281. TTools.Text = "Base Walls"
  282. TTools.TextColor3 = Color3.new(1, 1, 1)
  283. TTools.TextSize = 15
  284. TTools.MouseButton1Down:connect(function()
  285. loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/blueprint_art_raw.txt'),true))()
  286. end)
  287.  
  288. BPArt.Name = "BPArt"
  289. BPArt.Parent = Main
  290. BPArt.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  291. BPArt.BorderSizePixel = 0
  292. BPArt.Position = UDim2.new(0.274268031, 0, 0.825000048, 0)
  293. BPArt.Size = UDim2.new(0, 150, 0, 35)
  294. BPArt.Font = Enum.Font.SciFi
  295. BPArt.Text = "Blueprint Art"
  296. BPArt.TextColor3 = Color3.new(1, 1, 1)
  297. BPArt.TextSize = 15
  298. BPArt.MouseButton1Down:connect(function()
  299. loadstring(game:HttpGet(('https://nto.darkdevs.pro/uploads/hooferb.txt'),true))()
  300. end)
  301.  
  302. Dupe.Name = "Dupe"
  303. Dupe.Parent = Main
  304. Dupe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  305. Dupe.BorderSizePixel = 0
  306. Dupe.Position = UDim2.new(0.274268031, 0, 0.700000048, 0)
  307. Dupe.Size = UDim2.new(0, 150, 0, 35)
  308. Dupe.Font = Enum.Font.SciFi
  309. Dupe.Text = "Money Duper"
  310. Dupe.TextColor3 = Color3.new(1, 1, 1)
  311. Dupe.TextSize = 15
  312. Dupe.MouseButton1Down:connect(function()
  313. loadstring(game:HttpGet(('https://pastebin.com/raw/FFB3wAgi'),true))()
  314. end)
  315.  
  316. Venyx.Name = "Venyx"
  317. Venyx.Parent = Main
  318. Venyx.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  319. Venyx.BorderSizePixel = 0
  320. Venyx.Position = UDim2.new(0.275808901, 0, 0.075000003, 0)
  321. Venyx.Size = UDim2.new(0, 150, 0, 35)
  322. Venyx.Font = Enum.Font.SciFi
  323. Venyx.Text = "Venyx (Cracked)"
  324. Venyx.TextColor3 = Color3.new(1, 1, 1)
  325. Venyx.TextSize = 15
  326. Venyx.MouseButton1Down:connect(function()
  327. loadstring(game:HttpGet(('https://pastebin.com/raw/9TNd9NqK'),true))()
  328. end)
  329.  
  330. BringUp.Name = "BringUp"
  331. BringUp.Parent = Main
  332. BringUp.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  333. BringUp.BorderSizePixel = 0
  334. BringUp.Position = UDim2.new(0.274268031, 0, 0.574999988, 0)
  335. BringUp.Size = UDim2.new(0, 150, 0, 35)
  336. BringUp.Font = Enum.Font.SciFi
  337. BringUp.Text = "Bring Up"
  338. BringUp.TextColor3 = Color3.new(1, 1, 1)
  339. BringUp.TextSize = 15
  340. BringUp.MouseButton1Down:connect(function()
  341. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  342. end)
  343.  
  344. LEnded.Name = "LEnded"
  345. LEnded.Parent = Main
  346. LEnded.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  347. LEnded.BorderSizePixel = 0
  348. LEnded.Position = UDim2.new(0.275400609, 0, 0.199444383, 0)
  349. LEnded.Size = UDim2.new(0, 150, 0, 35)
  350. LEnded.Font = Enum.Font.SciFi
  351. LEnded.Text = "Lumber Ended"
  352. LEnded.TextColor3 = Color3.new(1, 1, 1)
  353. LEnded.TextSize = 15
  354. LEnded.MouseButton1Down:connect(function()
  355. loadstring(game:HttpGet("http://th3realdylan.co/scripts/lumber-ended.lua"))()
  356. end)
  357.  
  358. Reviz.Name = "Reviz"
  359. Reviz.Parent = Main
  360. Reviz.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  361. Reviz.BorderSizePixel = 0
  362. Reviz.Position = UDim2.new(0.800824344, 0, 0.0744443908, 0)
  363. Reviz.Size = UDim2.new(0, 119, 0, 35)
  364. Reviz.Font = Enum.Font.SciFi
  365. Reviz.Text = "Reviz Admin"
  366. Reviz.TextColor3 = Color3.new(1, 1, 1)
  367. Reviz.TextSize = 15
  368. Reviz.MouseButton1Down:connect(function()
  369. loadstring(game:HttpGet(('https://pastebin.com/raw/BXcT4PDS'),true))()
  370. end)
  371.  
  372. Inf.Name = "Inf"
  373. Inf.Parent = Main
  374. Inf.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  375. Inf.BorderSizePixel = 0
  376. Inf.Position = UDim2.new(0.800824344, 0, 0.199444413, 0)
  377. Inf.Size = UDim2.new(0, 119, 0, 35)
  378. Inf.Font = Enum.Font.SciFi
  379. Inf.Text = "Infinite Admin"
  380. Inf.TextColor3 = Color3.new(1, 1, 1)
  381. Inf.TextSize = 15
  382. Inf.MouseButton1Down:connect(function()
  383. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  384. end)
  385.  
  386. Dex.Name = "Dex"
  387. Dex.Parent = Main
  388. Dex.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  389. Dex.BorderSizePixel = 0
  390. Dex.Position = UDim2.new(0.800824344, 0, 0.324444413, 0)
  391. Dex.Size = UDim2.new(0, 119, 0, 35)
  392. Dex.Font = Enum.Font.SciFi
  393. Dex.Text = "Dex Explorer"
  394. Dex.TextColor3 = Color3.new(1, 1, 1)
  395. Dex.TextSize = 15
  396. Dex.MouseButton1Down:connect(function()
  397. loadstring(game:HttpGet(('https://cdn.wearedevs.net/scripts/Dex%20Explorer%20V2.txt'),true))()
  398. end)
  399.  
  400. Simple.Name = "Simple"
  401. Simple.Parent = Main
  402. Simple.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  403. Simple.BorderSizePixel = 0
  404. Simple.Position = UDim2.new(0.800824344, 0, 0.449444413, 0)
  405. Simple.Size = UDim2.new(0, 119, 0, 35)
  406. Simple.Font = Enum.Font.SciFi
  407. Simple.Text = "Simple Explorer"
  408. Simple.TextColor3 = Color3.new(1, 1, 1)
  409. Simple.TextSize = 15
  410. Simple.MouseButton1Down:connect(function()
  411. loadstring(game:HttpGet(('https://cdn.wearedevs.net/scripts/Simple%20Game%20Explorer.txt'),true))()
  412. end)
  413.  
  414. ChatL.Name = "ChatL"
  415. ChatL.Parent = Main
  416. ChatL.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  417. ChatL.BorderSizePixel = 0
  418. ChatL.Position = UDim2.new(0.800824344, 0, 0.574444413, 0)
  419. ChatL.Size = UDim2.new(0, 119, 0, 35)
  420. ChatL.Font = Enum.Font.SciFi
  421. ChatL.Text = "Chat Logger (Spy)"
  422. ChatL.TextColor3 = Color3.new(1, 1, 1)
  423. ChatL.TextSize = 15
  424. ChatL.MouseButton1Down:connect(function()
  425. loadstring(game:HttpGet(('https://pastebin.com/raw/yYNE8jr4'),true))()
  426. end)
  427.  
  428. BBypass.Name = "BBypass"
  429. BBypass.Parent = Main
  430. BBypass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  431. BBypass.BorderSizePixel = 0
  432. BBypass.Position = UDim2.new(0.530046165, 0, 0.822222233, 0)
  433. BBypass.Size = UDim2.new(0, 150, 0, 35)
  434. BBypass.Font = Enum.Font.SciFi
  435. BBypass.Text = "Blacklist Bypass"
  436. BBypass.TextColor3 = Color3.new(1, 1, 1)
  437. BBypass.TextSize = 15
  438. BBypass.MouseButton1Down:connect(function()
  439. loadstring(game:HttpGet(('https://pastebin.com/raw/tm5kmKiY'),true))()
  440. end)
  441.  
  442. LumberC.Name = "LumberC"
  443. LumberC.Parent = Main
  444. LumberC.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  445. LumberC.BorderSizePixel = 0
  446. LumberC.Position = UDim2.new(0.531587064, 0, 0.0722222254, 0)
  447. LumberC.Size = UDim2.new(0, 150, 0, 35)
  448. LumberC.Font = Enum.Font.SciFi
  449. LumberC.Text = "Lumber Cracker"
  450. LumberC.TextColor3 = Color3.new(1, 1, 1)
  451. LumberC.TextSize = 15
  452. LumberC.MouseButton1Down:connect(function()
  453. loadstring(game:HttpGet(('https://pastebin.com/raw/mupk6hLA'),true))()
  454. end)
  455.  
  456. Stalker.Name = "Stalker"
  457. Stalker.Parent = Main
  458. Stalker.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  459. Stalker.BorderSizePixel = 0
  460. Stalker.Position = UDim2.new(0.530046165, 0, 0.697222233, 0)
  461. Stalker.Size = UDim2.new(0, 150, 0, 35)
  462. Stalker.Font = Enum.Font.SciFi
  463. Stalker.Text = "Stalker LT2"
  464. Stalker.TextColor3 = Color3.new(1, 1, 1)
  465. Stalker.TextSize = 15
  466. Stalker.MouseButton1Down:connect(function()
  467. loadstring(game:HttpGet(('https://pastebin.com/raw/y4vNDYUs'),true))()
  468. end)
  469.  
  470. EPlayer.Name = "EPlayer"
  471. EPlayer.Parent = Main
  472. EPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  473. EPlayer.BorderSizePixel = 0
  474. EPlayer.Position = UDim2.new(0.531178772, 0, 0.321666598, 0)
  475. EPlayer.Size = UDim2.new(0, 150, 0, 35)
  476. EPlayer.Font = Enum.Font.SciFi
  477. EPlayer.Text = "Evan Player"
  478. EPlayer.TextColor3 = Color3.new(1, 1, 1)
  479. EPlayer.TextSize = 15
  480. EPlayer.MouseButton1Down:connect(function()
  481. loadstring(game:HttpGet(('https://pastebin.com/raw/uPLGtcqi'),true))()
  482. end)
  483.  
  484. LumberG.Name = "LumberG"
  485. LumberG.Parent = Main
  486. LumberG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  487. LumberG.BorderSizePixel = 0
  488. LumberG.Position = UDim2.new(0.530046165, 0, 0.572222173, 0)
  489. LumberG.Size = UDim2.new(0, 150, 0, 35)
  490. LumberG.Font = Enum.Font.SciFi
  491. LumberG.Text = "Lumber Gas"
  492. LumberG.TextColor3 = Color3.new(1, 1, 1)
  493. LumberG.TextSize = 15
  494. LumberG.MouseButton1Down:connect(function()
  495. loadstring(game:HttpGet(('https://pastebin.com/raw/gU2bw1yh'),true))()
  496. end)
  497.  
  498. AliX.Name = "AliX"
  499. AliX.Parent = Main
  500. AliX.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  501. AliX.BorderSizePixel = 0
  502. AliX.Position = UDim2.new(0.531178772, 0, 0.446666598, 0)
  503. AliX.Size = UDim2.new(0, 150, 0, 35)
  504. AliX.Font = Enum.Font.SciFi
  505. AliX.Text = "Alicization X"
  506. AliX.TextColor3 = Color3.new(1, 1, 1)
  507. AliX.TextSize = 15
  508. AliX.MouseButton1Down:connect(function()
  509. loadstring(game:HttpGet(('https://nto.darkdevs.pro/uploads/EevnxxLT2.lua'),true))()
  510. end)
  511.  
  512. LumberR.Name = "LumberR"
  513. LumberR.Parent = Main
  514. LumberR.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  515. LumberR.BorderSizePixel = 0
  516. LumberR.Position = UDim2.new(0.531178772, 0, 0.196666613, 0)
  517. LumberR.Size = UDim2.new(0, 150, 0, 35)
  518. LumberR.Font = Enum.Font.SciFi
  519. LumberR.Text = "Lumber Ripper"
  520. LumberR.TextColor3 = Color3.new(1, 1, 1)
  521. LumberR.TextSize = 15
  522. LumberR.MouseButton1Down:connect(function()
  523. loadstring(game:HttpGet(('https://pastebin.com/raw/iXyNWE92'),true))()
  524. end)
  525.  
  526. CreatedBy.Name = "CreatedBy"
  527. CreatedBy.Parent = Main
  528. CreatedBy.BackgroundColor3 = Color3.new(1, 1, 1)
  529. CreatedBy.BackgroundTransparency = 1
  530. CreatedBy.Position = UDim2.new(0.800824344, 0, 0.719444454, 0)
  531. CreatedBy.Size = UDim2.new(0, 118, 0, 34)
  532. CreatedBy.Font = Enum.Font.SciFi
  533. CreatedBy.Text = "Created By:"
  534. CreatedBy.TextColor3 = Color3.new(1, 1, 1)
  535. CreatedBy.TextSize = 16
  536.  
  537. Credits.Name = "Credits"
  538. Credits.Parent = Main
  539. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  540. Credits.BackgroundTransparency = 1
  541. Credits.Position = UDim2.new(0.800824344, 0, 0.811111152, 0)
  542. Credits.Size = UDim2.new(0, 118, 0, 34)
  543. Credits.Font = Enum.Font.SciFi
  544. Credits.Text = "CxnnorGames"
  545. Credits.TextColor3 = Color3.new(1, 1, 1)
  546. Credits.TextSize = 16
  547.  
  548. Open.Name = "Open"
  549. Open.Parent = Destiny
  550. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  551. Open.BackgroundTransparency = 1
  552. Open.BorderSizePixel = 0
  553. Open.Position = UDim2.new(0.492000014, 0, -0.05555, 0)
  554. Open.Size = UDim2.new(0, 40, 0, 38)
  555. Open.Visible = false
  556. Open.Image = "http://www.roblox.com/asset/?id=4453442694"
  557. Open.Visible = false
  558. Open.MouseButton1Click:Connect(function()
  559. Open.Visible = false
  560. TopBar.Visible = true
  561. end)
Add Comment
Please, Sign In to add comment