Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. -- Made by thereal_jag#6345
  2. -- Version: 1.0
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local lt2button = Instance.new("TextButton")
  10. local lt2button_2 = Instance.new("TextButton")
  11. local credits = Instance.new("TextLabel")
  12. local closebutton = Instance.new("TextButton")
  13. local openmain = Instance.new("Frame")
  14. local openbutton = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Workspace
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  23. main.Position = UDim2.new(0.432994246, 0, 0.26697892, 0)
  24. main.Size = UDim2.new(0, 341, 0, 254)
  25. main.Visible = false
  26. main.Active = true
  27. main.Draggable = true
  28.  
  29. title.Name = "title"
  30. title.Parent = main
  31. title.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  32. title.Size = UDim2.new(0, 298, 0, 50)
  33. title.Font = Enum.Font.SourceSans
  34. title.Text = "LUMBER CRACKER"
  35. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. title.TextScaled = true
  37. title.TextSize = 14.000
  38. title.TextWrapped = true
  39.  
  40. lt2button.Name = "lt2(button)"
  41. lt2button.Parent = main
  42. lt2button.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  43. lt2button.Position = UDim2.new(0.0410557166, 0, 0.40157479, 0)
  44. lt2button.Size = UDim2.new(0, 87, 0, 50)
  45. lt2button.Font = Enum.Font.SourceSans
  46. lt2button.Text = "LUMBER CRACKER V.1"
  47. lt2button.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. lt2button.TextScaled = true
  49. lt2button.TextSize = 14.000
  50. lt2button.TextWrapped = true
  51. lt2button.MouseButton1Down:connect(function()
  52. loadstring(game:HttpGet("https://pastebin.com/raw/mgkexQUS",true)) ()
  53. end)
  54.  
  55. lt2button_2.Name = "lt2(button)"
  56. lt2button_2.Parent = main
  57. lt2button_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  58. lt2button_2.Position = UDim2.new(0.703812361, 0, 0.40157479, 0)
  59. lt2button_2.Size = UDim2.new(0, 87, 0, 50)
  60. lt2button_2.Font = Enum.Font.SourceSans
  61. lt2button_2.Text = "LUMBER CRACKER V.1"
  62. lt2button_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. lt2button_2.TextScaled = true
  64. lt2button_2.TextSize = 14.000
  65. lt2button_2.TextWrapped = true
  66. lt2button_2.MouseButton1Down:connect(function()
  67. loadstring(game:HttpGet("https://pastebin.com/raw/K6USrMnV",true)) ()
  68. end)
  69.  
  70. credits.Name = "credits"
  71. credits.Parent = main
  72. credits.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  73. credits.Position = UDim2.new(0, 0, 0.803149581, 0)
  74. credits.Size = UDim2.new(0, 341, 0, 50)
  75. credits.Font = Enum.Font.SourceSans
  76. credits.Text = "CREDITS: THEREAL_JAG#6345"
  77. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. credits.TextScaled = true
  79. credits.TextSize = 14.000
  80. credits.TextWrapped = true
  81.  
  82. closebutton.Name = "close(button)"
  83. closebutton.Parent = main
  84. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  85. closebutton.Position = UDim2.new(0.873900294, 0, 0, 0)
  86. closebutton.Size = UDim2.new(0, 43, 0, 50)
  87. closebutton.Font = Enum.Font.GothamBlack
  88. closebutton.Text = "X"
  89. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. closebutton.TextScaled = true
  91. closebutton.TextSize = 14.000
  92. closebutton.TextWrapped = true
  93. closebutton.MouseButton1Down:connect(function()
  94. main.Visible = false
  95. openmain.Visible = true
  96. end)
  97.  
  98. openmain.Name = "openmain"
  99. openmain.Parent = ScreenGui
  100. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. openmain.Position = UDim2.new(0.0190181341, 0, 0.505854785, 0)
  102. openmain.Size = UDim2.new(0, 100, 0, 32)
  103. openmain.Active = true
  104. openmain.Draggable = true
  105.  
  106. openbutton.Name = "open(button)"
  107. openbutton.Parent = openmain
  108. openbutton.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  109. openbutton.Size = UDim2.new(0, 100, 0, 32)
  110. openbutton.Font = Enum.Font.GothamBold
  111. openbutton.Text = "OPEN"
  112. openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. openbutton.TextScaled = true
  114. openbutton.TextSize = 14.000
  115. openbutton.TextWrapped = true
  116. openbutton.MouseButton1Down:connect(function()
  117. openmain.Visible = false
  118. main.Visible = true
  119. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement