Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.58 KB | None | 0 0
  1. - Instances:
  2.  
  3. local DoodlesHub = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local GuiNameAndClose = Instance.new("Frame")
  8. local DoodleHub = Instance.new("TextLabel")
  9. local Close = Instance.new("TextButton")
  10. local GuiNameAndClose_2 = Instance.new("Frame")
  11. local Credits = Instance.new("TextLabel")
  12. local bloodhub = Instance.new("TextButton")
  13. local jb36hub = Instance.new("TextButton")
  14. local jjkhub = Instance.new("TextButton")
  15. local duper = Instance.new("TextButton")
  16. local ferry = Instance.new("TextButton")
  17. local pinkwires = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. DoodlesHub.Name = "DoodlesHub"
  22. DoodlesHub.Parent = game.CoreGui
  23. DoodlesHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. OpenFrame.Name = "OpenFrame"
  26. OpenFrame.Parent = DoodlesHub
  27. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  28. OpenFrame.Position = UDim2.new(0.431301981, 0, 0.946215153, 0)
  29. OpenFrame.Size = UDim2.new(0, 98, 0, 27)
  30.  
  31. Open.Name = "Open"
  32. Open.Parent = OpenFrame
  33. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  34. Open.Size = UDim2.new(0, 98, 0, 26)
  35. Open.Font = Enum.Font.Cartoon
  36. Open.Text = "Open"
  37. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. Open.TextScaled = true
  39. Open.TextSize = 14.000
  40. Open.TextWrapped = true
  41. Open.MouseButton1Down:connect(function()
  42. Main.Visible = true
  43. OpenFrame.Visible = false
  44. end)
  45.  
  46.  
  47. Main.Name = "Main"
  48. Main.Parent = DoodlesHub
  49. Main.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  50. Main.Position = UDim2.new(0.191400826, 0, 0.203187257, 0)
  51. Main.Size = UDim2.new(0, 462, 0, 248)
  52. Main.Draggable = true
  53.  
  54. GuiNameAndClose.Name = "GuiNameAndClose"
  55. GuiNameAndClose.Parent = Main
  56. GuiNameAndClose.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  57. GuiNameAndClose.Size = UDim2.new(0, 462, 0, 25)
  58.  
  59. DoodleHub.Name = "DoodleHub"
  60. DoodleHub.Parent = GuiNameAndClose
  61. DoodleHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. DoodleHub.BackgroundTransparency = 1.000
  63. DoodleHub.Position = UDim2.new(0.231366277, 0, 0, 0)
  64. DoodleHub.Size = UDim2.new(0, 248, 0, 25)
  65. DoodleHub.Font = Enum.Font.Cartoon
  66. DoodleHub.Text = "Doodle's Hub"
  67. DoodleHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. DoodleHub.TextScaled = true
  69. DoodleHub.TextSize = 14.000
  70. DoodleHub.TextWrapped = true
  71.  
  72. Close.Name = "Close"
  73. Close.Parent = GuiNameAndClose
  74. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. Close.BackgroundTransparency = 1.000
  76. Close.Position = UDim2.new(0.890109897, 0, 0.0399999619, 0)
  77. Close.Size = UDim2.new(0, 39, 0, 24)
  78. Close.Font = Enum.Font.Cartoon
  79. Close.Text = "Close"
  80. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Close.TextScaled = true
  82. Close.TextSize = 14.000
  83. Close.TextWrapped = true
  84. Close.MouseButton1Down:connect(function()
  85. OpenFrame.Visible = true
  86. Main.Visible = false
  87. end)
  88.  
  89. GuiNameAndClose_2.Name = "GuiNameAndClose"
  90. GuiNameAndClose_2.Parent = Main
  91. GuiNameAndClose_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  92. GuiNameAndClose_2.Position = UDim2.new(0, 0, 0.889243901, 0)
  93. GuiNameAndClose_2.Size = UDim2.new(0, 462, 0, 27)
  94.  
  95. Credits.Name = "Credits"
  96. Credits.Parent = GuiNameAndClose_2
  97. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Credits.BackgroundTransparency = 1.000
  99. Credits.Position = UDim2.new(0.0887445882, 0, -0.00153878704, 0)
  100. Credits.Size = UDim2.new(0, 363, 0, 27)
  101. Credits.Font = Enum.Font.Cartoon
  102. Credits.Text = "Made By Doodle & Redesigned/Fixed By mlkal3rb"
  103. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. Credits.TextScaled = true
  105. Credits.TextSize = 14.000
  106. Credits.TextWrapped = true
  107.  
  108. bloodhub.Name = "bloodhub"
  109. bloodhub.Parent = Main
  110. bloodhub.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  111. bloodhub.Position = UDim2.new(0.712204456, 0, 0.194377705, 0)
  112. bloodhub.Size = UDim2.new(0, 114, 0, 40)
  113. bloodhub.Font = Enum.Font.Cartoon
  114. bloodhub.Text = "Blood Hub"
  115. bloodhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. bloodhub.TextSize = 20.000
  117. bloodhub.TextWrapped = true
  118. bloodhub.MouseButton1Down:connect(function()
  119. loadstring(game:HttpGet("https://trojxnscripts.xyz/BloodHub", true))()
  120. end)
  121.  
  122. jb36hub.Name = "jb36hub"
  123. jb36hub.Parent = Main
  124. jb36hub.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  125. jb36hub.Position = UDim2.new(0.390442848, 0, 0.194377705, 0)
  126. jb36hub.Size = UDim2.new(0, 114, 0, 40)
  127. jb36hub.Font = Enum.Font.Cartoon
  128. jb36hub.Text = "JB36 Hub"
  129. jb36hub.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. jb36hub.TextSize = 20.000
  131. jb36hub.TextWrapped = true
  132. jb36hub.MouseButton1Down:connect(function()
  133. -- Gui to Lua
  134. -- Version: 3
  135.  
  136. -- Instances:
  137. Opened = false
  138. Enabled = false
  139. local Jb36Hub = Instance.new("ScreenGui")
  140. local MainGUI = Instance.new("Frame")
  141. local ImageLabel = Instance.new("ImageLabel")
  142. local jb3name = Instance.new("TextLabel")
  143. local Blood = Instance.new("TextButton")
  144. local Ferry = Instance.new("TextButton")
  145. local Syntax = Instance.new("TextButton")
  146. local BringUp = Instance.new("TextButton")
  147. local Extremelumber = Instance.new("TextButton")
  148. local Duper = Instance.new("TextButton")
  149. local DarkLumberX = Instance.new("TextButton")
  150. local Lightlumber = Instance.new("TextButton")
  151. local discord = Instance.new("TextButton")
  152. local VenyxCracked = Instance.new("TextButton")
  153. local OpenGUI = Instance.new("TextButton")
  154. local disc = Instance.new("Frame")
  155. local sub = Instance.new("ImageLabel")
  156. local TextLabel = Instance.new("TextLabel")
  157.  
  158. --Properties:
  159.  
  160. Jb36Hub.Name = "Jb36 Hub "
  161. Jb36Hub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  162. Jb36Hub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  163.  
  164. wait(0.3)
  165. game:GetService("StarterGui"):SetCore("SendNotification", {
  166. Title = "Jb36 Hub";
  167. Text = "Successfully Loaded..."
  168. })
  169.  
  170. MainGUI.Name = "MainGUI"
  171. MainGUI.Parent = Jb36Hub
  172. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  173. MainGUI.Position = UDim2.new(0.136633649, 0, 0.131524011, 0)
  174. MainGUI.Size = UDim2.new(0, 404, 0, 295)
  175. MainGUI.Visible = false
  176. MainGUI.Active = true
  177. MainGUI.Draggable = true
  178.  
  179. ImageLabel.Parent = MainGUI
  180. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  181. ImageLabel.Position = UDim2.new(0, 0, 0.00330544263, 0)
  182. ImageLabel.Size = UDim2.new(0, 404, 0, 294)
  183. ImageLabel.Image = "http://www.roblox.com/asset/?id=4341384895"
  184.  
  185. jb3name.Name = "jb3name "
  186. jb3name.Parent = MainGUI
  187. jb3name.BackgroundColor3 = Color3.new(1, 1, 1)
  188. jb3name.BackgroundTransparency = 1
  189. jb3name.Position = UDim2.new(-0.353960395, 0, -0.00155497715, 0)
  190. jb3name.Size = UDim2.new(0, 404, 0, 50)
  191. jb3name.Font = Enum.Font.SourceSans
  192. jb3name.Text = "Jb36 Hub"
  193. jb3name.TextColor3 = Color3.new(0, 0, 0)
  194. jb3name.TextSize = 30
  195.  
  196. Blood.Name = "Blood"
  197. Blood.Parent = MainGUI
  198. Blood.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  199. Blood.BackgroundTransparency = 0.5
  200. Blood.Position = UDim2.new(0, 0, 0.376271188, 0)
  201. Blood.Size = UDim2.new(0, 101, 0, 28)
  202. Blood.Font = Enum.Font.SourceSans
  203. Blood.Text = "Blood"
  204. Blood.TextColor3 = Color3.new(0, 0, 0)
  205. Blood.TextSize = 14
  206. Blood.MouseButton1Down:connect(function()
  207. loadstring(game:HttpGet(('https://pastebin.com/raw/qt3SDXvH'),true))()
  208. end)
  209.  
  210. Ferry.Name = "Ferry"
  211. Ferry.Parent = MainGUI
  212. Ferry.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  213. Ferry.BackgroundTransparency = 0.5
  214. Ferry.Position = UDim2.new(0, 0, 0.549152553, 0)
  215. Ferry.Size = UDim2.new(0, 101, 0, 28)
  216. Ferry.Font = Enum.Font.SourceSans
  217. Ferry.Text = "Ferry"
  218. Ferry.TextColor3 = Color3.new(0, 0, 0)
  219. Ferry.TextSize = 14
  220. Ferry.MouseButton1Down:connect(function()
  221. loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  222. end)
  223.  
  224. Syntax.Name = "Syntax"
  225. Syntax.Parent = MainGUI
  226. Syntax.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  227. Syntax.BackgroundTransparency = 0.5
  228. Syntax.Position = UDim2.new(0, 0, 0.7355932, 0)
  229. Syntax.Size = UDim2.new(0, 101, 0, 28)
  230. Syntax.Font = Enum.Font.SourceSans
  231. Syntax.Text = "Syntax"
  232. Syntax.TextColor3 = Color3.new(0, 0, 0)
  233. Syntax.TextSize = 14
  234. Syntax.MouseButton1Down:connect(function()
  235. loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  236. end)
  237.  
  238. BringUp.Name = "Bring Up "
  239. BringUp.Parent = MainGUI
  240. BringUp.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  241. BringUp.BackgroundTransparency = 0.5
  242. BringUp.Position = UDim2.new(0.344059408, 0, 0.376271188, 0)
  243. BringUp.Size = UDim2.new(0, 101, 0, 28)
  244. BringUp.Font = Enum.Font.SourceSans
  245. BringUp.Text = "Bring Up"
  246. BringUp.TextColor3 = Color3.new(0, 0, 0)
  247. BringUp.TextSize = 14
  248. BringUp.MouseButton1Down:connect(function()
  249. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  250. end)
  251.  
  252. Extremelumber.Name = "Extreme lumber "
  253. Extremelumber.Parent = MainGUI
  254. Extremelumber.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  255. Extremelumber.BackgroundTransparency = 0.5
  256. Extremelumber.Position = UDim2.new(0.344059408, 0, 0.549152553, 0)
  257. Extremelumber.Size = UDim2.new(0, 101, 0, 28)
  258. Extremelumber.Font = Enum.Font.SourceSans
  259. Extremelumber.Text = "Extreme Lumber "
  260. Extremelumber.TextColor3 = Color3.new(0, 0, 0)
  261. Extremelumber.TextSize = 14
  262. Extremelumber.MouseButton1Down:connect(function()
  263. loadstring(game:HttpGet(('https://pastebin.com/raw/PvQMf5vv'),true))()
  264. end)
  265.  
  266. Duper.Name = "Duper"
  267. Duper.Parent = MainGUI
  268. Duper.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  269. Duper.BackgroundTransparency = 0.5
  270. Duper.Position = UDim2.new(0.344059408, 0, 0.7355932, 0)
  271. Duper.Size = UDim2.new(0, 101, 0, 28)
  272. Duper.Font = Enum.Font.SourceSans
  273. Duper.Text = "Duper"
  274. Duper.TextColor3 = Color3.new(0, 0, 0)
  275. Duper.TextSize = 14
  276. Duper.MouseButton1Down:connect(function()
  277. loadstring(game:HttpGet(('https://pastebin.com/raw/FFB3wAgi'),true))()
  278. end)
  279.  
  280. DarkLumberX.Name = "Dark Lumber X"
  281. DarkLumberX.Parent = MainGUI
  282. DarkLumberX.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  283. DarkLumberX.BackgroundTransparency = 0.5
  284. DarkLumberX.Position = UDim2.new(0.646039605, 0, 0.376271188, 0)
  285. DarkLumberX.Size = UDim2.new(0, 101, 0, 28)
  286. DarkLumberX.Font = Enum.Font.SourceSans
  287. DarkLumberX.Text = "Dark Lumber X"
  288. DarkLumberX.TextColor3 = Color3.new(0, 0, 0)
  289. DarkLumberX.TextSize = 14
  290. DarkLumberX.MouseButton1Down:connect(function()
  291. loadstring(game:HttpGet(('https://https://pastebin.com/raw/VD8BWTWL'),true))()
  292. end)
  293.  
  294. Lightlumber.Name = "Light lumber "
  295. Lightlumber.Parent = MainGUI
  296. Lightlumber.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  297. Lightlumber.BackgroundTransparency = 0.5
  298. Lightlumber.Position = UDim2.new(0.646039605, 0, 0.549152553, 0)
  299. Lightlumber.Size = UDim2.new(0, 101, 0, 28)
  300. Lightlumber.Font = Enum.Font.SourceSans
  301. Lightlumber.Text = "Light Lumber "
  302. Lightlumber.TextColor3 = Color3.new(0, 0, 0)
  303. Lightlumber.TextSize = 14
  304. Lightlumber.MouseButton1Down:connect(function()
  305. loadstring(game:HttpGet(('https://pastebin.com/raw/5W8wSCsi'),true))()
  306. end)
  307.  
  308. discord.Name = "discord"
  309. discord.Parent = MainGUI
  310. discord.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  311. discord.BackgroundTransparency = 0.5
  312. discord.Position = UDim2.new(0.646039605, 0, 0.7355932, 0)
  313. discord.Size = UDim2.new(0, 101, 0, 28)
  314. discord.Font = Enum.Font.SourceSans
  315. discord.Text = "Discord Jb server "
  316. discord.TextColor3 = Color3.new(0, 0, 0)
  317. discord.TextSize = 14
  318. discord.Active = true
  319. discord.Draggable = true
  320. discord.MouseButton1Click:Connect(function()
  321. print("Open")
  322. if Enabled == false then
  323. Enabled = true
  324. disc.Visible = true
  325. wait(0.3)
  326. game:GetService("StarterGui"):SetCore("SendNotification", {
  327. Title = "Jb36 Hub";
  328. Text = "Opened.."
  329. })
  330. else
  331. Enabled = false
  332. disc.Visible = false
  333. wait(0.3)
  334. game:GetService("StarterGui"):SetCore("SendNotification", {
  335. Title = "Jb36 Hub";
  336. Text = "Closed.."
  337. })
  338. end
  339. end)
  340.  
  341. VenyxCracked.Name = "VenyxCracked"
  342. VenyxCracked.Parent = MainGUI
  343. VenyxCracked.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  344. VenyxCracked.BackgroundTransparency = 0.5
  345. VenyxCracked.Position = UDim2.new(0.344059408, 0, 0.901694894, 0)
  346. VenyxCracked.Size = UDim2.new(0, 101, 0, 28)
  347. VenyxCracked.Font = Enum.Font.SourceSans
  348. VenyxCracked.Text = "Veny Cracked"
  349. VenyxCracked.TextColor3 = Color3.new(0, 0, 0)
  350. VenyxCracked.TextSize = 14
  351. VenyxCracked.MouseButton1Down:connect(function()
  352. loadstring(game:HttpGet(('https://pastebin.com/raw/WSmRCq69'),true))()
  353. end)
  354.  
  355. OpenGUI.Name = "OpenGUI"
  356. OpenGUI.Parent = Jb36Hub
  357. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  358. OpenGUI.BorderColor3 = Color3.new(0.0156863, 0.847059, 0.921569)
  359. OpenGUI.BorderSizePixel = 5
  360. OpenGUI.Position = UDim2.new(0, 0, 0.922755718, 0)
  361. OpenGUI.Size = UDim2.new(0, 104, 0, 31)
  362. OpenGUI.Font = Enum.Font.SourceSans
  363. OpenGUI.Text = ">>OPEN<<"
  364. OpenGUI.TextColor3 = Color3.new(0, 0, 0)
  365. OpenGUI.TextSize = 25
  366. OpenGUI.TextStrokeColor3 = Color3.new(0, 1, 0.968628)
  367. OpenGUI.TextStrokeTransparency = 6
  368. OpenGUI.Active = true
  369. OpenGUI.Draggable = false
  370. OpenGUI.MouseButton1Click:Connect(function()
  371. print("Closed")
  372. if Opened == false then
  373. Opened = true
  374. MainGUI.Visible = true
  375. OpenGUI.Text = ">> Close <<"
  376. wait(0.3)
  377. game:GetService("StarterGui"):SetCore("SendNotification", {
  378. Title = "Jb36 Hub";
  379. Text = "Opened.."
  380. })
  381. else
  382. Opened = false
  383. MainGUI.Visible = false
  384. OpenGUI.Text = ">> Open <<"
  385. wait(0.3)
  386. game:GetService("StarterGui"):SetCore("SendNotification", {
  387. Title = "Jb36 Hub";
  388. Text = "Closed.."
  389. })
  390. end
  391. end)
  392.  
  393. disc.Name = "disc"
  394. disc.Parent = Jb36Hub
  395. disc.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  396. disc.BackgroundTransparency = 0.5
  397. disc.Position = UDim2.new(0.536633611, 0, 0.129436329, 0)
  398. disc.Size = UDim2.new(0, 158, 0, 94)
  399. disc.Visible = false
  400.  
  401. sub.Name = "sub"
  402. sub.Parent = disc
  403. sub.BackgroundColor3 = Color3.new(1, 1, 1)
  404. sub.BackgroundTransparency = 1
  405. sub.Position = UDim2.new(-0.0053266692, 0, 0.00575832603, 0)
  406. sub.Size = UDim2.new(0, 157, 0, 50)
  407. sub.Image = "http://www.roblox.com/asset/?id=4343068165"
  408.  
  409. TextLabel.Parent = disc
  410. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  411. TextLabel.BackgroundTransparency = 1
  412. TextLabel.Position = UDim2.new(-0.00632911408, 0, 0.520431638, 0)
  413. TextLabel.Size = UDim2.new(0, 158, 0, 44)
  414. TextLabel.Font = Enum.Font.SourceSans
  415. TextLabel.Text = "https://discord.gg/FZRpyyY"
  416. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  417. TextLabel.TextSize = 14
  418. end)
  419.  
  420. jjkhub.Name = "jjkhub"
  421. jjkhub.Parent = Main
  422. jjkhub.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  423. jjkhub.Position = UDim2.new(0.0627705306, 0, 0.194377705, 0)
  424. jjkhub.Size = UDim2.new(0, 114, 0, 40)
  425. jjkhub.Font = Enum.Font.Cartoon
  426. jjkhub.Text = "JJK Hub"
  427. jjkhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  428. jjkhub.TextSize = 20.000
  429. jjkhub.TextWrapped = true
  430. jjkhub.MouseButton1Down:connect(function()
  431. loadstring(game:HttpGet("https://pastebin.com/raw/H7VAJx6Q", true))()
  432. end)
  433.  
  434. duper.Name = "duper"
  435. duper.Parent = Main
  436. duper.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  437. duper.Position = UDim2.new(0.712204456, 0, 0.644543827, 0)
  438. duper.Size = UDim2.new(0, 114, 0, 40)
  439. duper.Font = Enum.Font.Cartoon
  440. duper.Text = "Duper"
  441. duper.TextColor3 = Color3.fromRGB(255, 255, 255)
  442. duper.TextSize = 20.000
  443. duper.TextWrapped = true
  444. duper.MouseButton1Down:connect(function()
  445. -- Objects
  446.  
  447. local ScreenGui = Instance.new("ScreenGui")
  448. local MainFrame = Instance.new("Frame")
  449. local SaveSlot = Instance.new("TextButton")
  450. local DMoney = Instance.new("TextButton")
  451. local Store = Instance.new("TextButton")
  452. local Restore = Instance.new("TextButton")
  453. local DropAxes = Instance.new("TextButton")
  454. local Load = Instance.new("TextButton")
  455. local CountAxes = Instance.new("TextButton")
  456. local Slot = Instance.new("TextBox")
  457.  
  458. -- Properties
  459.  
  460. ScreenGui.Parent = game.CoreGui
  461. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  462.  
  463. MainFrame.Name = "LT2DupeGui"
  464. MainFrame.Parent = ScreenGui
  465. MainFrame.BackgroundColor3 = Color3.new(0.282353, 0.278431, 0.278431)
  466. MainFrame.BorderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  467. MainFrame.BorderSizePixel = 3
  468. MainFrame.Position = UDim2.new(0.111687116, 0, 0.167118713, 0)
  469. MainFrame.Size = UDim2.new(0, 230, 0, 258)
  470. MainFrame.Active = true
  471. MainFrame.Draggable = true
  472.  
  473. SaveSlot.Name = "SaveSlot"
  474. SaveSlot.Parent = MainFrame
  475. SaveSlot.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  476. SaveSlot.BorderSizePixel = 2
  477. SaveSlot.Position = UDim2.new(0.040079806, 0, 0.302941561, 0)
  478. SaveSlot.Size = UDim2.new(0, 95, 0, 40)
  479. SaveSlot.Font = Enum.Font.SourceSans
  480. SaveSlot.Text = "Save Slot"
  481. SaveSlot.TextColor3 = Color3.new(0, 0, 0)
  482. SaveSlot.TextSize = 14
  483.  
  484. DMoney.Name = "DMoney"
  485. DMoney.Parent = MainFrame
  486. DMoney.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  487. DMoney.BorderSizePixel = 2
  488. DMoney.Position = UDim2.new(0.0410686359, 0, 0.774269283, 0)
  489. DMoney.Size = UDim2.new(0, 95, 0, 40)
  490. DMoney.Font = Enum.Font.SourceSans
  491. DMoney.Text = "Dupe Money"
  492. DMoney.TextColor3 = Color3.new(0, 0, 0)
  493. DMoney.TextSize = 14
  494.  
  495. Store.Name = "Store"
  496. Store.Parent = MainFrame
  497. Store.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  498. Store.BorderSizePixel = 2
  499. Store.Position = UDim2.new(0.514908552, 0, 0.299316287, 0)
  500. Store.Size = UDim2.new(0, 95, 0, 40)
  501. Store.Font = Enum.Font.SourceSans
  502. Store.Text = "Store Axe"
  503. Store.TextColor3 = Color3.new(0, 0, 0)
  504. Store.TextSize = 14
  505.  
  506. Restore.Name = "Restore"
  507. Restore.Parent = MainFrame
  508. Restore.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  509. Restore.BorderSizePixel = 2
  510. Restore.Position = UDim2.new(0.51270771, 0, 0.528562546, 0)
  511. Restore.Size = UDim2.new(0, 95, 0, 40)
  512. Restore.Font = Enum.Font.SourceSans
  513. Restore.Text = "Restore Axe"
  514. Restore.TextColor3 = Color3.new(0, 0, 0)
  515. Restore.TextSize = 14
  516.  
  517. DropAxes.Name = "Drop Axes"
  518. DropAxes.Parent = MainFrame
  519. DropAxes.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  520. DropAxes.BorderSizePixel = 2
  521. DropAxes.Position = UDim2.new(0.514981687, 0, 0.774269283, 0)
  522. DropAxes.Size = UDim2.new(0, 95, 0, 40)
  523. DropAxes.Font = Enum.Font.SourceSans
  524. DropAxes.Text = "Drop Axes"
  525. DropAxes.TextColor3 = Color3.new(0, 0, 0)
  526. DropAxes.TextSize = 14
  527.  
  528. Load.Name = "Load"
  529. Load.Parent = MainFrame
  530. Load.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  531. Load.BorderSizePixel = 2
  532. Load.Position = UDim2.new(0.0410686135, 0, 0.530083239, 0)
  533. Load.Size = UDim2.new(0, 95, 0, 40)
  534. Load.Font = Enum.Font.SourceSans
  535. Load.Text = "Load Slot"
  536. Load.TextColor3 = Color3.new(0, 0, 0)
  537. Load.TextSize = 14
  538.  
  539. CountAxes.Name = "Count Axes"
  540. CountAxes.Parent = MainFrame
  541. CountAxes.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  542. CountAxes.BorderSizePixel = 2
  543. CountAxes.Position = UDim2.new(0.510633886, 0, 0.0688429475, 0)
  544. CountAxes.Size = UDim2.new(0, 95, 0, 40)
  545. CountAxes.Font = Enum.Font.SourceSans
  546. CountAxes.Text = "Count Axes"
  547. CountAxes.TextColor3 = Color3.new(0, 0, 0)
  548. CountAxes.TextSize = 14
  549.  
  550. Slot.Name = "Slot"
  551. Slot.Parent = MainFrame
  552. Slot.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  553. Slot.BorderSizePixel = 2
  554. Slot.Position = UDim2.new(0.0410686322, 0, 0.0697674453, 0)
  555. Slot.Size = UDim2.new(0, 94, 0, 39)
  556. Slot.Font = Enum.Font.SourceSans
  557. Slot.Text = "Slot Number"
  558. Slot.TextColor3 = Color3.new(0, 0, 0)
  559. Slot.TextSize = 14
  560.  
  561. --Locals
  562. local MoneyCooldown = false
  563. local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value
  564. local ScriptLoadOrSave = false
  565. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading")
  566.  
  567. --Functions
  568. local function CheckIfSlotAvailable(Slot)
  569. for a,b in pairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer)) do
  570. if a == Slot then
  571. for c,d in pairs(b) do
  572. if c == "NumSaves" and d ~= 0 then
  573. return true
  574. else
  575. return false
  576. end
  577. end
  578. end
  579. end
  580. end
  581.  
  582. local function CheckSlotNumber() --Checks if the slot number is right
  583. if Slot.Text == "1" or Slot.Text == "2" or Slot.Text == "3" or Slot.Text == "4" or Slot.Text == "5" or Slot.Text == "6" then
  584. local SlotNumber = tonumber(Slot.Text)
  585. return SlotNumber
  586. else return false
  587. end
  588. end
  589.  
  590. local function SendNotification(Title,Text,Duration) -- Sends Notification in the bottom right of the screen
  591. game.StarterGui:SetCore("SendNotification", {
  592. Title = Title;
  593. Text = Text;
  594. Icon = nil;
  595. Duration = Duration
  596. })
  597. end
  598.  
  599. SaveSlot.MouseButton1Down:connect(function() --Saves the slot that you want
  600. local CheckSlot = CheckSlotNumber()
  601. if CheckSlot ~= false then
  602. if CurrentSlot ~= -1 then
  603. ScriptLoadOrSave = true
  604. local SaveSlot = game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(CheckSlot)
  605. if SaveSlot == true then
  606. SendNotification("Save Notification", "Saved your Slot", 2)
  607. wait(.5)
  608. ScriptLoadOrSave = false
  609. elseif SaveSlot == false then
  610. SendNotification("Already Saving", "Saving/Loading is currently in Progress", 1)
  611. wait(.5)
  612. ScriptLoadOrSave = false
  613. end
  614. else
  615. SendNotification("Error", "Load Your Slot First before saving", 1)
  616. end
  617. else
  618. SendNotification("Incorrect Slot", "Enter a number in the upper field", 1)
  619. end
  620. end)
  621.  
  622. Load.MouseButton1Down:connect(function() --Loads the slot you want
  623. ScriptLoadOrSave = true
  624. local CheckSlot = CheckSlotNumber()
  625. if CheckSlot ~= false then
  626. if CheckIfSlotAvailable(CheckSlot) == true then
  627. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  628. if LoadSlot == false then
  629. SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  630. end
  631. if LoadSlot == true then
  632. SendNotification("Reload Notification", "Loaded Your Slot", 2)
  633. CurrentSlot = CheckSlot
  634. end
  635. else
  636. SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  637. end
  638. else
  639. SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  640. end
  641. ScriptLoadOrSave = false
  642. end)
  643.  
  644. Store.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later
  645. Amount = 0
  646. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  647. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  648. b.Parent = game.Players.LocalPlayer
  649. Amount = Amount + 1
  650. end
  651. end
  652. SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2)
  653. end)
  654.  
  655. Restore.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function
  656. Amount = 0
  657. for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do
  658. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  659. b.Parent = game.Players.LocalPlayer.Backpack
  660. Amount = Amount + 1
  661. end
  662. end
  663. SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2)
  664. end)
  665.  
  666. CountAxes.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count)
  667. Amount = 0
  668. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  669. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  670. Amount = Amount + 1
  671. end
  672. end
  673. SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2)
  674. end)
  675.  
  676. DropAxes.MouseButton1Down:connect(function() --Drops all your Axes
  677. Amount = 0
  678. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  679. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  680. game.ReplicatedStorage.Interaction.ClientInteracted:FireServer(b, "Drop tool", game.Players.LocalPlayer.Character.Head.CFrame)
  681. Amount = Amount + 1
  682. end
  683. end
  684. SendNotification("Axe Dropped", "Dropped "..Amount.." Axes from your Backpack",5)
  685. end)
  686.  
  687. DMoney.MouseButton1Down:connect(function() --Sends the money and will come back after around 2 mins
  688. if MoneyCooldown == true then
  689. SendNotification("Cooldown Notification", "Wait for your Money to come back",2)
  690. return
  691. elseif MoneyCooldown == false then
  692. MoneyCooldown = true
  693. SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5)
  694. game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  695. SendNotification("Money Received", "You received your money that you have sent earlier", 5)
  696. MoneyCooldown = false
  697. end
  698. end)
  699.  
  700. --Anti Overwrite Slot (Sub-Function)
  701. while wait(.15) do
  702. if CurrentlySavingOrLoading.Value == true and ScriptLoadOrSave == false then
  703. repeat
  704. wait(1)
  705. until CurrentlySavingOrLoading.Value == false
  706. wait(1)
  707. CurrentSlot = game.Players.LocalPlayer.CurrentSaveSlot.Value
  708. print(CurrentSlot)
  709. end
  710. end
  711. end)
  712.  
  713. ferry.Name = "ferry"
  714. ferry.Parent = Main
  715. ferry.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  716. ferry.Position = UDim2.new(0.0627705604, 0, 0.644543827, 0)
  717. ferry.Size = UDim2.new(0, 114, 0, 40)
  718. ferry.Font = Enum.Font.Cartoon
  719. ferry.Text = "Ferry"
  720. ferry.TextColor3 = Color3.fromRGB(255, 255, 255)
  721. ferry.TextSize = 20.000
  722. ferry.TextWrapped = true
  723. ferry.MouseButton1Down:connect(function()
  724. loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  725. end)
  726.  
  727. pinkwires.Name = "pinkwires"
  728. pinkwires.Parent = Main
  729. pinkwires.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  730. pinkwires.Position = UDim2.new(0.390442908, 0, 0.644543827, 0)
  731. pinkwires.Size = UDim2.new(0, 114, 0, 40)
  732. pinkwires.Font = Enum.Font.Cartoon
  733. pinkwires.Text = "Pink Wires"
  734. pinkwires.TextColor3 = Color3.fromRGB(255, 255, 255)
  735. pinkwires.TextSize = 20.000
  736. pinkwires.TextWrapped = true
  737. pinkwires.MouseButton1Down:connect(function()
  738. -- Objects
  739.  
  740. local WireChanger = Instance.new("ScreenGui")
  741. local Frame = Instance.new("Frame")
  742. local Decor = Instance.new("TextButton")
  743. local Execute = Instance.new("TextButton")
  744. local Type = Instance.new("TextButton")
  745. local ALabel2 = Instance.new("TextLabel")
  746. local ALabel1 = Instance.new("TextLabel")
  747. local Note = Instance.new("TextLabel")
  748. local Creds = Instance.new("TextLabel")
  749.  
  750. -- Properties
  751.  
  752. WireChanger.Name = "WireChanger"
  753. WireChanger.Parent = game.StarterGui
  754.  
  755. Frame.Parent = WireChanger
  756. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  757. Frame.BackgroundTransparency = 1
  758. Frame.BorderSizePixel = 0
  759. Frame.Position = UDim2.new(0, 0, 0.360576928, 0)
  760. Frame.Size = UDim2.new(0.250678748, 0, 0.298076928, 0)
  761.  
  762. Decor.Name = "Decor"
  763. Decor.Parent = Frame
  764. Decor.Active = false
  765. Decor.BackgroundColor3 = Color3.new(1, 1, 1)
  766. Decor.BorderSizePixel = 0
  767. Decor.Position = UDim2.new(-0.0719999969, 0, -0, 0)
  768. Decor.Size = UDim2.new(1.06859207, 0, 1, 0)
  769. Decor.AutoButtonColor = false
  770. Decor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  771. Decor.Font = Enum.Font.SourceSans
  772. Decor.FontSize = Enum.FontSize.Size14
  773. Decor.Text = ""
  774. Decor.TextSize = 14
  775.  
  776. Execute.Name = "Execute"
  777. Execute.Parent = Frame
  778. Execute.Active = false
  779. Execute.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  780. Execute.BorderSizePixel = 0
  781. Execute.Position = UDim2.new(0.108303249, 0, 0.806451619, 0)
  782. Execute.Size = UDim2.new(0.707581222, 0, 0.118279569, 0)
  783. Execute.AutoButtonColor = false
  784. Execute.Font = Enum.Font.SourceSans
  785. Execute.FontSize = Enum.FontSize.Size14
  786. Execute.Text = "Run Process"
  787. Execute.TextColor3 = Color3.new(1, 1, 1)
  788. Execute.TextScaled = true
  789. Execute.TextSize = 14
  790. Execute.TextWrapped = true
  791.  
  792. Type.Name = "Type"
  793. Type.Parent = Frame
  794. Type.Active = false
  795. Type.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Type.Position = UDim2.new(0.108303249, 0, 0.440860212, 0)
  797. Type.Size = UDim2.new(0.0830324888, 0, 0.118279569, 0)
  798. Type.AutoButtonColor = false
  799. Type.Font = Enum.Font.SourceSans
  800. Type.FontSize = Enum.FontSize.Size14
  801. Type.Text = ""
  802. Type.TextColor3 = Color3.new(1, 1, 1)
  803. Type.TextScaled = true
  804. Type.TextSize = 14
  805. Type.TextWrapped = true
  806.  
  807. ALabel2.Name = "ALabel2"
  808. ALabel2.Parent = Frame
  809. ALabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  810. ALabel2.BackgroundTransparency = 1
  811. ALabel2.Position = UDim2.new(0.212996393, 0, 0.408602148, 0)
  812. ALabel2.Size = UDim2.new(0.707581222, 0, 0.182795703, 0)
  813. ALabel2.Font = Enum.Font.SourceSans
  814. ALabel2.FontSize = Enum.FontSize.Size14
  815. ALabel2.Text = "What wire type? (On is Pink, Off is Magenta Icicle)"
  816. ALabel2.TextScaled = true
  817. ALabel2.TextSize = 14
  818. ALabel2.TextWrapped = true
  819.  
  820. ALabel1.Name = "ALabel1"
  821. ALabel1.Parent = Frame
  822. ALabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  823. ALabel1.BackgroundTransparency = 1
  824. ALabel1.Position = UDim2.new(0, 0, 0.0322580636, 0)
  825. ALabel1.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  826. ALabel1.Font = Enum.Font.SourceSans
  827. ALabel1.FontSize = Enum.FontSize.Size14
  828. ALabel1.Text = "To use, Simply buy some Wire from Links Logic or Wood R Us place them then run the script!"
  829. ALabel1.TextScaled = true
  830. ALabel1.TextSize = 14
  831. ALabel1.TextWrapped = true
  832.  
  833. Note.Name = "Note"
  834. Note.Parent = Frame
  835. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  836. Note.BackgroundTransparency = 1
  837. Note.Position = UDim2.new(0, 0, 1, 0)
  838. Note.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  839. Note.Font = Enum.Font.SourceSans
  840. Note.FontSize = Enum.FontSize.Size14
  841. Note.Text = "After script is ran, you will have to rejoin LT2."
  842. Note.TextColor3 = Color3.new(1, 1, 1)
  843. Note.TextScaled = true
  844. Note.TextSize = 14
  845. Note.TextStrokeTransparency = 0.5
  846. Note.TextWrapped = true
  847.  
  848. Creds.Name = "Creds"
  849. Creds.Parent = Frame
  850. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  851. Creds.BackgroundTransparency = 1
  852. Creds.Position = UDim2.new(0, 0, -0.252688169, 0)
  853. Creds.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  854. Creds.Font = Enum.Font.SourceSans
  855. Creds.FontSize = Enum.FontSize.Size14
  856. Creds.Text = "Made by: goldenaxelord\nOriginal Script: VIP Server"
  857. Creds.TextColor3 = Color3.new(1, 1, 1)
  858. Creds.TextScaled = true
  859. Creds.TextSize = 14
  860. Creds.TextStrokeTransparency = 0.5
  861. Creds.TextWrapped = true
  862. -- SCRIPTS START HERE
  863. WireChanger.Parent = game.Players.LocalPlayer.PlayerGui
  864.  
  865. local typecurrent = false
  866. -- on = pink, off = icicle
  867. Type.MouseButton1Down:connect(function(changeTheType)
  868. if typecurrent == true then
  869. typecurrent = false
  870. Type.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  871. elseif typecurrent == false then
  872. typecurrent = true
  873. Type.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  874. end
  875. end)
  876.  
  877. Execute.MouseButton1Down:connect(function(ChangeTheWire)
  878. if typecurrent == true then
  879. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  880. a.Name = "Wire"
  881. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  882. b:Destroy()
  883. elseif typecurrent == false then
  884. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  885. c.Name = "Wire"
  886. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  887. d:Destroy()
  888. end
  889. end)
  890. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement