Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local BeautyA = Instance.new("Frame")
  11. local BeautyB = Instance.new("Frame")
  12. local Close = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local S1 = Instance.new("TextButton")
  16. local S6 = Instance.new("TextButton")
  17. local S5 = Instance.new("TextButton")
  18. local S4 = Instance.new("TextButton")
  19. local S3 = Instance.new("TextButton")
  20. local S2 = Instance.new("TextButton")
  21. local None = Instance.new("TextButton")
  22. local None_2 = Instance.new("TextButton")
  23. local TPFruit = Instance.new("TextButton")
  24. local S7 = Instance.new("TextButton")
  25. local TPChest = Instance.new("TextButton")
  26. local None_3 = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.CoreGui
  31. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. OpenFrame.Name = "OpenFrame"
  34. OpenFrame.Parent = ScreenGui
  35. OpenFrame.Active = true
  36. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 0)
  37. OpenFrame.BackgroundTransparency = 0.40000000596046
  38. OpenFrame.BorderColor3 = Color3.new(0.0392157, 0.207843, 0.0117647)
  39. OpenFrame.BorderSizePixel = 0
  40. OpenFrame.Position = UDim2.new(0, 0, 0.327806115, 0)
  41. OpenFrame.Size = UDim2.new(0, 93, 0, 31)
  42.  
  43. Open.Name = "Open"
  44. Open.Parent = OpenFrame
  45. Open.BackgroundColor3 = Color3.new(0.141176, 0.0823529, 1)
  46. Open.BorderColor3 = Color3.new(0.101961, 0.976471, 0.0392157)
  47. Open.BorderSizePixel = 0
  48. Open.Position = UDim2.new(0.0860215053, 0, 0.0967741907, 0)
  49. Open.Size = UDim2.new(0, 77, 0, 24)
  50. Open.Font = Enum.Font.Cartoon
  51. Open.Text = "Open"
  52. Open.TextColor3 = Color3.new(1, 1, 1)
  53. Open.TextScaled = true
  54. Open.TextSize = 14
  55. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  56. Open.TextWrapped = true
  57. Open.MouseButton1Down:connect(function()
  58. Main.Visible = true
  59. OpenFrame.Visible = false
  60. end)
  61.  
  62. Main.Name = "Main"
  63. Main.Parent = ScreenGui
  64. Main.Active = true
  65. Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  66. Main.Position = UDim2.new(0.311587155, 0, 0.230867341, 0)
  67. Main.Size = UDim2.new(0, 480, 0, 332)
  68. Main.Visible = false
  69.  
  70. BeautyA.Name = "BeautyA"
  71. BeautyA.Parent = Main
  72. BeautyA.Active = true
  73. BeautyA.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  74. BeautyA.Size = UDim2.new(0, 480, 0, 24)
  75.  
  76. BeautyB.Name = "BeautyB"
  77. BeautyB.Parent = Main
  78. BeautyB.Active = true
  79. BeautyB.BackgroundColor3 = Color3.new(0.0627451, 0.666667, 0.0823529)
  80. BeautyB.BorderColor3 = Color3.new(0.0941177, 0.207843, 0.00784314)
  81. BeautyB.BorderSizePixel = 0
  82. BeautyB.Position = UDim2.new(0, 0, 0.927710831, 0)
  83. BeautyB.Size = UDim2.new(0, 480, 0, 24)
  84.  
  85. Close.Name = "Close"
  86. Close.Parent = Main
  87. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Close.BackgroundTransparency = 1
  89. Close.BorderSizePixel = 0
  90. Close.Position = UDim2.new(0.920833349, 0, 0, 0)
  91. Close.Size = UDim2.new(0, 38, 0, 24)
  92. Close.Font = Enum.Font.Cartoon
  93. Close.Text = "X"
  94. Close.TextColor3 = Color3.new(1, 0, 0)
  95. Close.TextScaled = true
  96. Close.TextSize = 14
  97. Close.TextWrapped = true
  98. Close.MouseButton1Down:connect(function()
  99. OpenFrame.Visible = true
  100. Main.Visible = false
  101. end)
  102.  
  103. Credits.Name = "Credits"
  104. Credits.Parent = Main
  105. Credits.BackgroundColor3 = Color3.new(0, 0.792157, 0.384314)
  106. Credits.BorderSizePixel = 0
  107. Credits.Position = UDim2.new(0, 0, 0.927710831, 0)
  108. Credits.Size = UDim2.new(0, 480, 0, 24)
  109. Credits.Font = Enum.Font.Cartoon
  110. Credits.Text = "Scripts aren't mine, GUI made by Sirearth"
  111. Credits.TextColor3 = Color3.new(1, 1, 1)
  112. Credits.TextScaled = true
  113. Credits.TextSize = 14
  114. Credits.TextWrapped = true
  115.  
  116. TextLabel.Parent = Main
  117. TextLabel.Active = true
  118. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  119. TextLabel.BorderSizePixel = 0
  120. TextLabel.Position = UDim2.new(0.275000006, 0, 0, 0)
  121. TextLabel.Size = UDim2.new(0, 215, 0, 24)
  122. TextLabel.Font = Enum.Font.Cartoon
  123. TextLabel.Text = "Tutorial"
  124. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  125. TextLabel.TextScaled = true
  126. TextLabel.TextSize = 14
  127. TextLabel.TextWrapped = true
  128.  
  129. S1.Name = "S1"
  130. S1.Parent = Main
  131. S1.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  132. S1.BorderSizePixel = 0
  133. S1.Position = UDim2.new(0.0520833321, 0, 0.132530123, 0)
  134. S1.Size = UDim2.new(0, 128, 0, 35)
  135. S1.Font = Enum.Font.Cartoon
  136. S1.Text = "S1"
  137. S1.TextColor3 = Color3.new(1, 1, 1)
  138. S1.TextScaled = true
  139. S1.TextSize = 14
  140. S1.TextWrapped = true
  141. S1.MouseButton1Down:connect(function()
  142. local LocalPlayer = game:GetService("Players").LocalPlayer
  143. local function saveTools()
  144. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  145. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  146. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  147. if tool:IsA("Tool") then
  148. tool.Parent = LocalPlayer
  149. end
  150. end
  151. end)
  152. end
  153. LocalPlayer.CharacterAdded:Connect(function(char)
  154. for , tool in pairs(LocalPlayer:GetChildren()) do
  155. if tool:IsA("Tool") then
  156. tool.Parent = LocalPlayer.Backpack
  157. end
  158. end
  159. saveTools()
  160. end)
  161. saveTools()
  162. LocalPlayer.Character.Humanoid.Health = 0
  163. end)
  164.  
  165. S6.Name = "S6"
  166. S6.Parent = Main
  167. S6.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  168. S6.BorderSizePixel = 0
  169. S6.Position = UDim2.new(0.387500018, 0, 0.310240984, 0)
  170. S6.Size = UDim2.new(0, 128, 0, 35)
  171. S6.Font = Enum.Font.Cartoon
  172. S6.Text = "S6"
  173. S6.TextColor3 = Color3.new(1, 1, 1)
  174. S6.TextScaled = true
  175. S6.TextSize = 14
  176. S6.TextWrapped = true
  177. S6.MouseButton1Down:connect(function()
  178. local LocalPlayer = game:GetService("Players").LocalPlayer
  179. local function saveTools()
  180. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  181. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  182. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  183. if tool:IsA("Tool") then
  184. tool.Parent = LocalPlayer
  185. end
  186. end
  187. end)
  188. end
  189. LocalPlayer.CharacterAdded:Connect(function(char)
  190. for , tool in pairs(LocalPlayer:GetChildren()) do
  191. if tool:IsA("Tool") then
  192. tool.Parent = LocalPlayer.Backpack
  193. end
  194. end
  195. saveTools()
  196. end)
  197. saveTools()
  198. LocalPlayer.Character.Humanoid.Health = 0
  199. end)
  200.  
  201. S5.Name = "S5"
  202. S5.Parent = Main
  203. S5.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  204. S5.BorderSizePixel = 0
  205. S5.Position = UDim2.new(0.387500018, 0, 0.132530123, 0)
  206. S5.Size = UDim2.new(0, 128, 0, 35)
  207. S5.Font = Enum.Font.Cartoon
  208. S5.Text = "S5"
  209. S5.TextColor3 = Color3.new(1, 1, 1)
  210. S5.TextScaled = true
  211. S5.TextSize = 14
  212. S5.TextWrapped = true
  213. S5.MouseButton1Down:connect(function()
  214. local LocalPlayer = game:GetService("Players").LocalPlayer
  215. local function saveTools()
  216. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  217. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  218. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  219. if tool:IsA("Tool") then
  220. tool.Parent = LocalPlayer
  221. end
  222. end
  223. end)
  224. end
  225. LocalPlayer.CharacterAdded:Connect(function(char)
  226. for , tool in pairs(LocalPlayer:GetChildren()) do
  227. if tool:IsA("Tool") then
  228. tool.Parent = LocalPlayer.Backpack
  229. end
  230. end
  231. saveTools()
  232. end)
  233. saveTools()
  234. LocalPlayer.Character.Humanoid.Health = 0
  235. end)
  236.  
  237. S4.Name = "S4"
  238. S4.Parent = Main
  239. S4.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  240. S4.BorderSizePixel = 0
  241. S4.Position = UDim2.new(0.0520833321, 0, 0.72590363, 0)
  242. S4.Size = UDim2.new(0, 128, 0, 35)
  243. S4.Font = Enum.Font.Cartoon
  244. S4.Text = "S4"
  245. S4.TextColor3 = Color3.new(1, 1, 1)
  246. S4.TextScaled = true
  247. S4.TextSize = 14
  248. S4.TextWrapped = true
  249. S4.MouseButton1Down:connect(function()
  250. local LocalPlayer = game:GetService("Players").LocalPlayer
  251. local function saveTools()
  252. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  253. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  254. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  255. if tool:IsA("Tool") then
  256. tool.Parent = LocalPlayer
  257. end
  258. end
  259. end)
  260. end
  261. LocalPlayer.CharacterAdded:Connect(function(char)
  262. for , tool in pairs(LocalPlayer:GetChildren()) do
  263. if tool:IsA("Tool") then
  264. tool.Parent = LocalPlayer.Backpack
  265. end
  266. end
  267. saveTools()
  268. end)
  269. saveTools()
  270. LocalPlayer.Character.Humanoid.Health = 0
  271. end)
  272.  
  273. S3.Name = "S3"
  274. S3.Parent = Main
  275. S3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  276. S3.BorderSizePixel = 0
  277. S3.Position = UDim2.new(0.0520833321, 0, 0.539156616, 0)
  278. S3.Size = UDim2.new(0, 128, 0, 35)
  279. S3.Font = Enum.Font.Cartoon
  280. S3.Text = "S3"
  281. S3.TextColor3 = Color3.new(1, 1, 1)
  282. S3.TextScaled = true
  283. S3.TextSize = 14
  284. S3.TextWrapped = true
  285. S3.MouseButton1Down:connect(function()
  286. local LocalPlayer = game:GetService("Players").LocalPlayer
  287. local function saveTools()
  288. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  289. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  290. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  291. if tool:IsA("Tool") then
  292. tool.Parent = LocalPlayer
  293. end
  294. end
  295. end)
  296. end
  297. LocalPlayer.CharacterAdded:Connect(function(char)
  298. for , tool in pairs(LocalPlayer:GetChildren()) do
  299. if tool:IsA("Tool") then
  300. tool.Parent = LocalPlayer.Backpack
  301. end
  302. end
  303. saveTools()
  304. end)
  305. saveTools()
  306. LocalPlayer.Character.Humanoid.Health = 0
  307. end)
  308.  
  309. S2.Name = "S2"
  310. S2.Parent = Main
  311. S2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  312. S2.BorderSizePixel = 0
  313. S2.Position = UDim2.new(0.0520833321, 0, 0.322289169, 0)
  314. S2.Size = UDim2.new(0, 128, 0, 35)
  315. S2.Font = Enum.Font.Cartoon
  316. S2.Text = "S2"
  317. S2.TextColor3 = Color3.new(1, 1, 1)
  318. S2.TextScaled = true
  319. S2.TextSize = 14
  320. S2.TextWrapped = true
  321. S2.MouseButton1Down:connect(function()
  322. local LocalPlayer = game:GetService("Players").LocalPlayer
  323. local function saveTools()
  324. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  325. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  326. for , tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  327. if tool:IsA("Tool") then
  328. tool.Parent = LocalPlayer
  329. end
  330. end
  331. end)
  332. end
  333. LocalPlayer.CharacterAdded:Connect(function(char)
  334. for , tool in pairs(LocalPlayer:GetChildren()) do
  335. if tool:IsA("Tool") then
  336. tool.Parent = LocalPlayer.Backpack
  337. end
  338. end
  339. saveTools()
  340. end)
  341. saveTools()
  342. LocalPlayer.Character.Humanoid.Health = 0
  343. end)
  344.  
  345. None.Name = "None"
  346. None.Parent = Main
  347. None.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  348. None.BorderSizePixel = 0
  349. None.Position = UDim2.new(0.704166651, 0, 0.322289169, 0)
  350. None.Size = UDim2.new(0, 128, 0, 35)
  351. None.Font = Enum.Font.Cartoon
  352. None.Text = "None"
  353. None.TextColor3 = Color3.new(1, 1, 1)
  354. None.TextScaled = true
  355. None.TextSize = 14
  356. None.TextWrapped = true
  357.  
  358. None_2.Name = "None"
  359. None_2.Parent = Main
  360. None_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  361. None_2.BorderSizePixel = 0
  362. None_2.Position = UDim2.new(0.704166651, 0, 0.132530123, 0)
  363. None_2.Size = UDim2.new(0, 128, 0, 35)
  364. None_2.Font = Enum.Font.Cartoon
  365. None_2.Text = "None"
  366. None_2.TextColor3 = Color3.new(1, 1, 1)
  367. None_2.TextScaled = true
  368. None_2.TextSize = 14
  369. None_2.TextWrapped = true
  370.  
  371. TPFruit.Name = "TP Fruit"
  372. TPFruit.Parent = Main
  373. TPFruit.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  374. TPFruit.BorderSizePixel = 0
  375. TPFruit.Position = UDim2.new(0.387500018, 0, 0.72590363, 0)
  376. TPFruit.Size = UDim2.new(0, 128, 0, 35)
  377. TPFruit.Font = Enum.Font.Cartoon
  378. TPFruit.Text = "TP Fruit"
  379. TPFruit.TextColor3 = Color3.new(1, 1, 1)
  380. TPFruit.TextScaled = true
  381. TPFruit.TextSize = 14
  382. TPFruit.TextWrapped = true
  383. TPFruit.MouseButton1Down:connect(function()
  384. for i,v in pairs(game.Workspace:GetChildren()) do
  385.  
  386. if v:IsA("Tool") then
  387. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  388. else
  389. end
  390. end
  391. tp all item
  392. end)
  393.  
  394. S7.Name = "S7"
  395. S7.Parent = Main
  396. S7.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  397. S7.BorderSizePixel = 0
  398. S7.Position = UDim2.new(0.387500018, 0, 0.539156616, 0)
  399. S7.Size = UDim2.new(0, 128, 0, 35)
  400. S7.Font = Enum.Font.Cartoon
  401. S7.Text = "S7"
  402. S7.TextColor3 = Color3.new(1, 1, 1)
  403. S7.TextScaled = true
  404. S7.TextSize = 14
  405. S7.TextWrapped = true
  406.  
  407. TPChest.Name = "TP Chest"
  408. TPChest.Parent = Main
  409. TPChest.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  410. TPChest.BorderSizePixel = 0
  411. TPChest.Position = UDim2.new(0.704166651, 0, 0.72590363, 0)
  412. TPChest.Size = UDim2.new(0, 128, 0, 35)
  413. TPChest.Font = Enum.Font.Cartoon
  414. TPChest.Text = "TP Chest"
  415. TPChest.TextColor3 = Color3.new(1, 1, 1)
  416. TPChest.TextScaled = true
  417. TPChest.TextSize = 14
  418. TPChest.TextWrapped = true
  419. TPChest.MouseButton1Down:connect(function()
  420. for i,v in pairs(game.Workspace:GetChildren()) do
  421.  
  422. if v:IsA("Tool") then
  423. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  424. else
  425. end
  426. end
  427. tp all item
  428. end)
  429.  
  430. None_3.Name = "None"
  431. None_3.Parent = Main
  432. None_3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  433. None_3.BorderSizePixel = 0
  434. None_3.Position = UDim2.new(0.704166651, 0, 0.539156616, 0)
  435. None_3.Size = UDim2.new(0, 128, 0, 35)
  436. None_3.Font = Enum.Font.Cartoon
  437. None_3.Text = "None"
  438. None_3.TextColor3 = Color3.new(1, 1, 1)
  439. None_3.TextScaled = true
  440. None_3.TextSize = 14
  441. None_3.TextWrapped = true
  442.  
  443. --GUI "TUTORIAL" made by Sirearth [for slower tutorial]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement