Advertisement
Stevano

|335T |)|_|P3

May 29th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 KB | None | 0 0
  1. local service = setmetatable({}, {
  2. __index = function(t, k)
  3. return game:GetService(k)
  4. end
  5. })
  6.  
  7. -- Objects
  8.  
  9. local LT2Dupe = Instance.new("ScreenGui")
  10. local loginframe = Instance.new("Frame")
  11. local loginsign = Instance.new("TextLabel")
  12. local logincredits = Instance.new("TextLabel")
  13. local password = Instance.new("TextBox")
  14. local username = Instance.new("TextBox")
  15. local loginbutton = Instance.new("TextButton")
  16. local scriptsframe = Instance.new("Frame")
  17. local lt2dupegui = Instance.new("TextButton")
  18. local speed = Instance.new("TextButton")
  19. local tpplanks = Instance.new("TextButton")
  20. local sellplanks = Instance.new("TextButton")
  21. local dupe = Instance.new("TextButton")
  22. local jpower = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. LT2Dupe.Name = "LT2 Dupe"
  27. LT2Dupe.Parent = game.CoreGui
  28.  
  29. loginframe.Name = "loginframe"
  30. loginframe.Parent = LT2Dupe
  31. loginframe.BackgroundColor3 = Color3.new(1, 1, 1)
  32. loginframe.BorderSizePixel = 0
  33. loginframe.Draggable = true
  34. loginframe.Position = UDim2.new(0.282097638, 0, 0.123342216, 0)
  35. loginframe.Selectable = true
  36. loginframe.Size = UDim2.new(0, 204, 0, 284)
  37. loginframe.Style = Enum.FrameStyle.RobloxRound
  38.  
  39. loginsign.Name = "loginsign"
  40. loginsign.Parent = loginframe
  41. loginsign.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  42. loginsign.BorderSizePixel = 0
  43. loginsign.Position = UDim2.new(0.0147058833, 0, 0.0281690136, 0)
  44. loginsign.Size = UDim2.new(0, 182, 0, 50)
  45. loginsign.Font = Enum.Font.SciFi
  46. loginsign.FontSize = Enum.FontSize.Size14
  47. loginsign.Text = "Login"
  48. loginsign.TextColor3 = Color3.new(1, 0, 0.0156863)
  49. loginsign.TextScaled = true
  50. loginsign.TextSize = 14
  51. loginsign.TextWrapped = true
  52.  
  53. logincredits.Name = "logincredits"
  54. logincredits.Parent = loginframe
  55. logincredits.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  56. logincredits.BorderSizePixel = 0
  57. logincredits.Position = UDim2.new(0, 0, 0.943661988, 0)
  58. logincredits.Size = UDim2.new(0, 190, 0, 14)
  59. logincredits.Font = Enum.Font.Arial
  60. logincredits.FontSize = Enum.FontSize.Size32
  61. logincredits.Text = "Credits: Uknowngamerhere"
  62. logincredits.TextColor3 = Color3.new(1, 1, 1)
  63. logincredits.TextScaled = true
  64. logincredits.TextSize = 30
  65. logincredits.TextWrapped = true
  66.  
  67. password.Name = "password"
  68. password.Parent = loginframe
  69. password.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  70. password.Position = UDim2.new(0.125, 0, 0.556338012, 0)
  71. password.Size = UDim2.new(0, 141, 0, 40)
  72. password.Font = Enum.Font.Bodoni
  73. password.FontSize = Enum.FontSize.Size28
  74. password.Text = "Password"
  75. password.TextColor3 = Color3.new(0.14902, 0, 1)
  76. password.TextSize = 25
  77. password.TextWrapped = true
  78.  
  79. username.Name = "username"
  80. username.Parent = loginframe
  81. username.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  82. username.Position = UDim2.new(0.127450988, 0, 0.28873238, 0)
  83. username.Size = UDim2.new(0, 141, 0, 40)
  84. username.Font = Enum.Font.Bodoni
  85. username.FontSize = Enum.FontSize.Size28
  86. username.Text = "Username"
  87. username.TextColor3 = Color3.new(0.14902, 0, 1)
  88. username.TextSize = 25
  89. username.TextWrapped = true
  90.  
  91. loginbutton.Name = "loginbutton"
  92. loginbutton.Parent = loginframe
  93. loginbutton.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  94. loginbutton.Position = UDim2.new(0.208333328, 0, 0.781690121, 0)
  95. loginbutton.Size = UDim2.new(0, 103, 0, 25)
  96. loginbutton.Font = Enum.Font.Bodoni
  97. loginbutton.FontSize = Enum.FontSize.Size14
  98. loginbutton.Text = "Login"
  99. loginbutton.TextColor3 = Color3.new(0.207843, 1, 0.937255)
  100. loginbutton.TextScaled = true
  101. loginbutton.TextSize = 14
  102. loginbutton.TextWrapped = true
  103. loginbutton.MouseButton1Down:connect(function()
  104. if username.Text == "Username" and password.Text == "Password" then
  105. loginframe.Visible = false
  106. scriptsframe.Visible = true
  107. end
  108. end)
  109.  
  110. scriptsframe.Name = "scriptsframe"
  111. scriptsframe.Parent = LT2Dupe
  112. scriptsframe.Active = true
  113. scriptsframe.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  114. scriptsframe.BorderSizePixel = 0
  115. scriptsframe.Draggable = true
  116. scriptsframe.Position = UDim2.new(0.620253146, 0, 0.0716180801, 0)
  117. scriptsframe.Selectable = true
  118. scriptsframe.Size = UDim2.new(0, 197, 0, 340)
  119. scriptsframe.Visible = false
  120.  
  121. lt2dupegui.Name = "lt2dupegui"
  122. lt2dupegui.Parent = scriptsframe
  123. lt2dupegui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  124. lt2dupegui.BorderSizePixel = 0
  125. lt2dupegui.Position = UDim2.new(0, 0, -0.00294117653, 0)
  126. lt2dupegui.Size = UDim2.new(0, 197, 0, 56)
  127. lt2dupegui.Font = Enum.Font.Bodoni
  128. lt2dupegui.FontSize = Enum.FontSize.Size32
  129. lt2dupegui.Text = "TP Gift"
  130. lt2dupegui.TextColor3 = Color3.new(1, 0, 0.0156863)
  131. lt2dupegui.TextSize = 14
  132. lt2dupegui.MouseButton1Down:connect(function()
  133. for i,v in next,workspace.PlayerModels:GetChildren() do
  134. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  135. for q,p in pairs(v:GetChildren()) do
  136. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  137. wait()
  138. v.PrimaryPart = v.Main
  139. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  140. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  141. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  142. end
  143. end
  144. end
  145. end
  146. end)
  147.  
  148. speed.Name = "speed"
  149. speed.Parent = scriptsframe
  150. speed.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  151. speed.BorderSizePixel = 0
  152. speed.Position = UDim2.new(0.0939086303, 0, 0.670588255, 0)
  153. speed.Size = UDim2.new(0, 160, 0, 39)
  154. speed.Font = Enum.Font.Bodoni
  155. speed.FontSize = Enum.FontSize.Size32
  156. speed.Text = "ClickTP"
  157. speed.TextColor3 = Color3.new(0, 0.0980392, 1)
  158. speed.TextSize = 30
  159. speed.MouseButton1Down:connect(function()
  160. local Plr = game:GetService("Players").LocalPlayer
  161. local Mouse = Plr:GetMouse()
  162.  
  163. Mouse.Button1Down:connect(function()
  164. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  165. if not Mouse.Target then return end
  166. Plr.Character:MoveTo(Mouse.Hit.p)
  167. end)
  168. end)
  169.  
  170. tpplanks.Name = "tpplanks"
  171. tpplanks.Parent = scriptsframe
  172. tpplanks.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  173. tpplanks.BorderSizePixel = 0
  174. tpplanks.Position = UDim2.new(0.093908608, 0, 0.350000024, 0)
  175. tpplanks.Size = UDim2.new(0, 160, 0, 39)
  176. tpplanks.Font = Enum.Font.Bodoni
  177. tpplanks.FontSize = Enum.FontSize.Size32
  178. tpplanks.Text = "TP Planks"
  179. tpplanks.TextColor3 = Color3.new(0, 0.0980392, 1)
  180. tpplanks.TextSize = 30
  181. tpplanks.MouseButton1Down:connect(function()
  182. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  183. if Plank.Name == "Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  184. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  185. for i=1,100 do
  186. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  187. end
  188. end
  189. end
  190. end)
  191.  
  192. sellplanks.Name = "sellplanks"
  193. sellplanks.Parent = scriptsframe
  194. sellplanks.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  195. sellplanks.BorderSizePixel = 0
  196. sellplanks.Position = UDim2.new(0.0939086303, 0, 0.505882382, 0)
  197. sellplanks.Size = UDim2.new(0, 160, 0, 39)
  198. sellplanks.Font = Enum.Font.Bodoni
  199. sellplanks.FontSize = Enum.FontSize.Size32
  200. sellplanks.Text = "Sell Planks"
  201. sellplanks.TextColor3 = Color3.new(0, 0.0980392, 1)
  202. sellplanks.TextSize = 30
  203. sellplanks.MouseButton1Down:connect(function()
  204. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  205. if Plank.Name=="Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  206. for i,v in pairs(Plank:GetChildren()) do
  207. if v.Name=="WoodSection" then
  208. spawn(function()
  209. for i=1,10 do
  210. wait()
  211. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  212. end
  213. end)
  214. end
  215. end
  216. spawn(function()
  217. for i=1,20 do
  218. wait() service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  219. end
  220. end)
  221. end
  222. end
  223. end)
  224.  
  225. dupe.Name = "dupe"
  226. dupe.Parent = scriptsframe
  227. dupe.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  228. dupe.BorderSizePixel = 0
  229. dupe.Position = UDim2.new(0.0939086676, 0, 0.200000003, 0)
  230. dupe.Size = UDim2.new(0, 160, 0, 39)
  231. dupe.Font = Enum.Font.Bodoni
  232. dupe.FontSize = Enum.FontSize.Size32
  233. dupe.Text = "Dupe"
  234. dupe.TextColor3 = Color3.new(0, 0.0980392, 1)
  235. dupe.TextSize = 30
  236. dupe.MouseButton1Down:connect(function()
  237. local option = true
  238.  
  239. a = game.Players.LocalPlayer.CurrentSaveSlot
  240. a.RobloxLocked = option
  241. a.Set.RobloxLocked = option
  242. print(a.Value)
  243.  
  244. if a.RobloxLocked == true then
  245. print("CurrentSaveSlot RobloxLocked = true, save file won't save")
  246. print("Set RobloxLocked = true, save file won't save")
  247.  
  248. else
  249.  
  250. print("CurrentSaveSlot RobloxLocked = false, save file will save")
  251. print("Set RobloxLocked = false, save file will save")
  252. end
  253. end)
  254.  
  255. jpower.Name = "jpower"
  256. jpower.Parent = scriptsframe
  257. jpower.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  258. jpower.BorderSizePixel = 0
  259. jpower.Position = UDim2.new(0.0939086303, 0, 0.832352936, 0)
  260. jpower.Size = UDim2.new(0, 160, 0, 39)
  261. jpower.Font = Enum.Font.Bodoni
  262. jpower.FontSize = Enum.FontSize.Size32
  263. jpower.Text = "Stop"
  264. jpower.TextColor3 = Color3.new(0, 0.0980392, 1)
  265. jpower.TextSize = 30
  266. jpower.MouseButton1Down:connect(function()
  267. option = false
  268. a = game.Players.LocalPlayer.CurrentSaveSlot
  269. a.RobloxLocked = option
  270. a.Set.RobloxLocked = option
  271. print(a.Value)
  272. if a.RobloxLocked == true then
  273. print("CurrentSaveSlot RobloxLocked = true, save file won't save")
  274. print("Set RobloxLocked = true, save file won't save")
  275. else
  276. print("CurrentSaveSlot RobloxLocked = false, save file will save")
  277. print("Set RobloxLocked = false, save file will save")
  278. end
  279. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement