Advertisement
Guest User

LT2 SCRIPTS

a guest
Jan 18th, 2020
2,813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local RainbowUnderline = Instance.new("Frame")
  4. local Name = Instance.new("TextLabel")
  5. local ScrollingFrame = Instance.new("ScrollingFrame")
  6. local Money = Instance.new("TextButton")
  7. local Lucky = Instance.new("TextButton")
  8. local Ferry = Instance.new("TextButton")
  9. local Vikvo = Instance.new("TextButton")
  10. local Name_2 = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local RainbowUnderline_2 = Instance.new("Frame")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  19. Frame.Position = UDim2.new(-0.400000006, 0, 0.279000014, 0)
  20. Frame.Size = UDim2.new(0, 250, 0, 250)
  21.  
  22. RainbowUnderline.Name = "Rainbow Underline"
  23. RainbowUnderline.Parent = Frame
  24. RainbowUnderline.BackgroundColor3 = Color3.new(1, 1, 1)
  25. RainbowUnderline.Position = UDim2.new(0, 0, 0.148000002, 0)
  26. RainbowUnderline.Size = UDim2.new(0, 250, 0, 7)
  27.  
  28. Name.Name = "Name"
  29. Name.Parent = Frame
  30. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Name.Size = UDim2.new(0, 249, 0, 37)
  32. Name.Font = Enum.Font.SourceSansBold
  33. Name.Text = "Lumber Tycoon 2 Scripthub"
  34. Name.TextColor3 = Color3.new(1, 1, 1)
  35. Name.TextSize = 20
  36.  
  37. ScrollingFrame.Parent = Frame
  38. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  39. ScrollingFrame.Position = UDim2.new(-0.00400000019, 0, 0.175999999, 0)
  40. ScrollingFrame.Size = UDim2.new(0, 250, 0, 206)
  41. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 8)
  42. ScrollingFrame.ScrollBarThickness = 9
  43.  
  44. Money.Name = "Money"
  45. Money.Parent = ScrollingFrame
  46. Money.BackgroundColor3 = Color3.new(0.901961, 0.509804, 0.117647)
  47. Money.BorderColor3 = Color3.new(0.156863, 0.207843, 0.172549)
  48. Money.Position = UDim2.new(0.141129032, 0, 0.0313045159, 0)
  49. Money.Size = UDim2.new(0, 176, 0, 41)
  50. Money.Style = Enum.ButtonStyle.RobloxButton
  51. Money.Font = Enum.Font.SourceSansBold
  52. Money.Text = "Money Dupe"
  53. Money.TextColor3 = Color3.new(1, 1, 1)
  54. Money.TextSize = 17
  55. Money.TextWrapped = true
  56. Money.MouseButton1Down:connect(function()
  57.  
  58. end)
  59.  
  60. Lucky.Name = "Lucky"
  61. Lucky.Parent = ScrollingFrame
  62. Lucky.BackgroundColor3 = Color3.new(0, 0, 0)
  63. Lucky.BorderColor3 = Color3.new(0.156863, 0.207843, 0.172549)
  64. Lucky.Position = UDim2.new(0.141129032, 0, 0.22757636, 0)
  65. Lucky.Size = UDim2.new(0, 176, 0, 41)
  66. Lucky.Style = Enum.ButtonStyle.RobloxButton
  67. Lucky.Font = Enum.Font.SourceSansBold
  68. Lucky.Text = "LuckyGui"
  69. Lucky.TextColor3 = Color3.new(1, 1, 1)
  70. Lucky.TextSize = 17
  71. Lucky.TextWrapped = true
  72. Lucky.MouseButton1Down:connect(function()
  73. loadstring(game:HttpGet("https://pastebin.com/raw/1uCmaKZs", true))()
  74. end)
  75.  
  76. Ferry.Name = "Ferry"
  77. Ferry.Parent = ScrollingFrame
  78. Ferry.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Ferry.BorderColor3 = Color3.new(0.156863, 0.207843, 0.172549)
  80. Ferry.Position = UDim2.new(0.141129032, 0, 0.425556928, 0)
  81. Ferry.Size = UDim2.new(0, 176, 0, 41)
  82. Ferry.Style = Enum.ButtonStyle.RobloxButton
  83. Ferry.Font = Enum.Font.SourceSansBold
  84. Ferry.Text = "Ferry Gui"
  85. Ferry.TextColor3 = Color3.new(1, 1, 1)
  86. Ferry.TextSize = 17
  87. Ferry.TextWrapped = true
  88. Ferry.MouseButton1Down:connect(function()
  89. loadstring(game:HttpGet("https://pastebin.com/raw/iXY438H9?fbclid=IwAR1r_jqbpVjGsl47UA6AsgT53iBCC_-i3s3IZL2SqxSSi4tLgVeV8zPpJYs", true))()
  90. end)
  91.  
  92. Vikvo.Name = "Vikvo"
  93. Vikvo.Parent = ScrollingFrame
  94. Vikvo.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Vikvo.BorderColor3 = Color3.new(0.156863, 0.207843, 0.172549)
  96. Vikvo.Position = UDim2.new(0.141129032, 0, 0.623537481, 0)
  97. Vikvo.Size = UDim2.new(0, 176, 0, 41)
  98. Vikvo.Style = Enum.ButtonStyle.RobloxButton
  99. Vikvo.Font = Enum.Font.SourceSansBold
  100. Vikvo.Text = "Vikvo LT2 Gui"
  101. Vikvo.TextColor3 = Color3.new(1, 1, 1)
  102. Vikvo.TextSize = 17
  103. Vikvo.TextWrapped = true
  104. Vikvo.MouseButton1Down:connect(function()
  105. loadstring(game:HttpGet("https://pastebin.com/raw/SRRDcUyv", true))()
  106. end)
  107.  
  108. Name_2.Name = "Name"
  109. Name_2.Parent = ScrollingFrame
  110. Name_2.BackgroundColor3 = Color3.new(0, 0, 0)
  111. Name_2.Position = UDim2.new(-0.00800000038, 0, 0.87378639, 0)
  112. Name_2.Size = UDim2.new(0, 249, 0, 26)
  113. Name_2.Font = Enum.Font.SourceSansBold
  114. Name_2.Text = "All credits to the original owners"
  115. Name_2.TextColor3 = Color3.new(1, 1, 1)
  116. Name_2.TextSize = 20
  117.  
  118. TextButton.Parent = ScreenGui
  119. TextButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  120. TextButton.Position = UDim2.new(-0.000213920022, 0, 0.451201022, 0)
  121. TextButton.Size = UDim2.new(0, 100, 0, 42)
  122. TextButton.Font = Enum.Font.SourceSansBold
  123. TextButton.Text = "Open/Close"
  124. TextButton.TextColor3 = Color3.new(1, 1, 1)
  125. TextButton.TextSize = 20
  126.  
  127. RainbowUnderline_2.Name = "Rainbow Underline"
  128. RainbowUnderline_2.Parent = TextButton
  129. RainbowUnderline_2.BackgroundColor3 = Color3.new(1, 1, 1)
  130. RainbowUnderline_2.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  131. RainbowUnderline_2.Position = UDim2.new(-0.00109649124, 0, 0.985394478, 0)
  132. RainbowUnderline_2.Size = UDim2.new(0, 100, 0, 7)
  133. -- Scripts:
  134. function SCRIPT_REMF70_FAKESCRIPT() -- RainbowUnderline.Rainbow Effect
  135. local script = Instance.new('LocalScript')
  136. script.Parent = RainbowUnderline
  137. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  138.  
  139. counter = 0
  140.  
  141. while wait(0.1)do
  142. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  143.  
  144. counter = counter + 0.01
  145. end
  146.  
  147. end
  148. coroutine.resume(coroutine.create(SCRIPT_REMF70_FAKESCRIPT))
  149. function SCRIPT_YSRK73_FAKESCRIPT() -- TextButton.LocalScript
  150. local script = Instance.new('LocalScript')
  151. script.Parent = TextButton
  152. local open = false
  153.  
  154. script.Parent.MouseButton1Click:Connect(function()
  155. if open == false then
  156. script.Parent.Parent.Frame:TweenPosition(UDim2.new(0.358, 0,0.279, 0),"Out","Sine",1)
  157. wait(1)
  158. open = true
  159. elseif open == true then
  160. script.Parent.Parent.Frame:TweenPosition(UDim2.new(-0.4, 0,0.289, 0), "In", "Sine", 1)
  161. wait(1)
  162. open = false
  163. end
  164. end)
  165.  
  166. end
  167. coroutine.resume(coroutine.create(SCRIPT_YSRK73_FAKESCRIPT))
  168. function SCRIPT_EKIV69_FAKESCRIPT() -- RainbowUnderline_2.Rainbow Effect
  169. local script = Instance.new('LocalScript')
  170. script.Parent = RainbowUnderline_2
  171. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  172.  
  173. counter = 0
  174.  
  175. while wait(0.1)do
  176. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  177.  
  178. counter = counter + 0.01
  179. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement