Advertisement
LEGEND9

Untitled

Mar 31st, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.03 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local WhitelistGUI = Instance.new("ScreenGui")
  7. local CheckPlayer = Instance.new("Frame")
  8. local White = Instance.new("TextLabel")
  9. local Status = Instance.new("TextLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11. local List = Instance.new("TextLabel")
  12. local MainGUI = Instance.new("Frame")
  13. local White_2 = Instance.new("TextLabel")
  14. local UpdateCheck = Instance.new("TextLabel")
  15. local List_2 = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local urscript = Instance.new("TextButton")
  18. local urscript_2 = Instance.new("TextButton")
  19. local AutoEat = Instance.new("TextButton")
  20. local urscript_3 = Instance.new("TextButton")
  21. local urscript_4 = Instance.new("TextButton")
  22. local urscript_5 = Instance.new("TextButton")
  23. local urscript_6 = Instance.new("TextButton")
  24. local Food1 = Instance.new("TextBox")
  25. local Food2 = Instance.new("TextBox")
  26. local Food3 = Instance.new("TextBox")
  27. local Keybind = Instance.new("TextBox")
  28. local urscript_7 = Instance.new("TextButton")
  29. local Reviz = Instance.new("TextButton")
  30. local OpenGUI = Instance.new("Frame")
  31. local TextButton = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. WhitelistGUI.Name = "WhitelistGUI"
  36. WhitelistGUI.Parent = game.CoreGui
  37.  
  38. MainGUI.Active = true
  39. MainGUI.Draggable = true
  40.  
  41. CheckPlayer.Name = "CheckPlayer"
  42. CheckPlayer.Parent = WhitelistGUI
  43. CheckPlayer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. CheckPlayer.Position = UDim2.new(0.291970789, 0, 0.133466139, 0)
  45. CheckPlayer.Size = UDim2.new(0, 621, 0, 355)
  46.  
  47. White.Name = "White"
  48. White.Parent = CheckPlayer
  49. White.BackgroundColor3 = Color3.new(1, 1, 1)
  50. White.BackgroundTransparency = 1
  51. White.Position = UDim2.new(0.278582931, 0, 0.0253521129, 0)
  52. White.Size = UDim2.new(0, 200, 0, 50)
  53. White.Font = Enum.Font.GothamBlack
  54. White.Text = "Legend"
  55. White.TextColor3 = Color3.new(1, 1, 1)
  56. White.TextScaled = true
  57. White.TextSize = 14
  58. White.TextWrapped = true
  59.  
  60. Status.Name = "Status"
  61. Status.Parent = CheckPlayer
  62. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Status.BackgroundTransparency = 1
  64. Status.Position = UDim2.new(0.0386473425, 0, 0.833802819, 0)
  65. Status.Size = UDim2.new(0, 573, 0, 44)
  66. Status.Font = Enum.Font.GothamBlack
  67. Status.Text = "Status:"
  68. Status.TextColor3 = Color3.new(1, 1, 1)
  69. Status.TextScaled = true
  70. Status.TextSize = 14
  71. Status.TextWrapped = true
  72. Status.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. TextLabel.Parent = CheckPlayer
  75. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextLabel.BackgroundTransparency = 1
  77. TextLabel.Position = UDim2.new(0.0805152953, 0, 0.228169009, 0)
  78. TextLabel.Size = UDim2.new(0, 543, 0, 172)
  79. TextLabel.Font = Enum.Font.GothamBlack
  80. TextLabel.Text = "We're Currently checking if you are whitelisted please be patient..."
  81. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  82. TextLabel.TextScaled = true
  83. TextLabel.TextSize = 14
  84. TextLabel.TextWrapped = true
  85.  
  86. List.Name = "List"
  87. List.Parent = CheckPlayer
  88. List.BackgroundColor3 = Color3.new(1, 1, 1)
  89. List.BackgroundTransparency = 1
  90. List.Position = UDim2.new(0.468599081, 0, 0.0422535203, 0)
  91. List.Size = UDim2.new(0, 201, 0, 44)
  92. List.Font = Enum.Font.GothamBlack
  93. List.Text = "GUI"
  94. List.TextColor3 = Color3.new(1, 0, 0)
  95. List.TextScaled = true
  96. List.TextSize = 14
  97. List.TextWrapped = true
  98.  
  99. MainGUI.Name = "MainGUI"
  100. MainGUI.Parent = WhitelistGUI
  101. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. MainGUI.Position = UDim2.new(0.363138676, 0, 0.0796812773, 0)
  103. MainGUI.Size = UDim2.new(0, 654, 0, 393)
  104. MainGUI.Visible = false
  105.  
  106. White_2.Name = "White"
  107. White_2.Parent = MainGUI
  108. White_2.BackgroundColor3 = Color3.new(1, 1, 1)
  109. White_2.BackgroundTransparency = 1
  110. White_2.Position = UDim2.new(0.306324005, 0, 0.0327962823, 0)
  111. White_2.Size = UDim2.new(0, 200, 0, 50)
  112. White_2.Font = Enum.Font.GothamBlack
  113. White_2.Text = "Legend"
  114. White_2.TextColor3 = Color3.new(1, 1, 1)
  115. White_2.TextScaled = true
  116. White_2.TextSize = 14
  117. White_2.TextWrapped = true
  118.  
  119. UpdateCheck.Name = "UpdateCheck"
  120. UpdateCheck.Parent = MainGUI
  121. UpdateCheck.BackgroundColor3 = Color3.new(1, 1, 1)
  122. UpdateCheck.BackgroundTransparency = 1
  123. UpdateCheck.Position = UDim2.new(0.0515297912, 0, 0.202816904, 0)
  124. UpdateCheck.Size = UDim2.new(0, 576, 0, 34)
  125. UpdateCheck.Font = Enum.Font.GothamBlack
  126. UpdateCheck.Text = "Checking for update: Soon"
  127. UpdateCheck.TextColor3 = Color3.new(1, 1, 1)
  128. UpdateCheck.TextScaled = true
  129. UpdateCheck.TextSize = 14
  130. UpdateCheck.TextWrapped = true
  131.  
  132. List_2.Name = "List"
  133. List_2.Parent = MainGUI
  134. List_2.BackgroundColor3 = Color3.new(1, 1, 1)
  135. List_2.BackgroundTransparency = 1
  136. List_2.Position = UDim2.new(0.462938547, 0, 0.0472162999, 0)
  137. List_2.Size = UDim2.new(0, 201, 0, 44)
  138. List_2.Font = Enum.Font.GothamBlack
  139. List_2.Text = "GUI"
  140. List_2.TextColor3 = Color3.new(1, 0, 0)
  141. List_2.TextScaled = true
  142. List_2.TextSize = 14
  143. List_2.TextWrapped = true
  144.  
  145. Close.Name = "Close"
  146. Close.Parent = MainGUI
  147. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  148. Close.Position = UDim2.new(0.908212483, 0, 0.856338024, 0)
  149. Close.Size = UDim2.new(0, 51, 0, 44)
  150. Close.Font = Enum.Font.GothamBlack
  151. Close.Text = "X"
  152. Close.TextColor3 = Color3.new(1, 0, 0)
  153. Close.TextScaled = true
  154. Close.TextSize = 14
  155. Close.TextWrapped = true
  156. Close.MouseButton1Click:connect(function()
  157. MainGUI.Visible = false
  158. OpenGUI.Visible = true
  159. end)
  160.  
  161. urscript.Name = "urscript"
  162. urscript.Parent = MainGUI
  163. urscript.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  164. urscript.Position = UDim2.new(0.020723369, 0, 0.840212464, 0)
  165. urscript.Size = UDim2.new(0, 97, 0, 50)
  166. urscript.Font = Enum.Font.GothamBlack
  167. urscript.Text = "Bloodfruit"
  168. urscript.TextColor3 = Color3.new(1, 1, 1)
  169. urscript.TextScaled = true
  170. urscript.TextSize = 14
  171. urscript.TextWrapped = true
  172. urscript.MouseButton1Click:connect(function()
  173. local placekey = "p"
  174. local plantkey = "["
  175. local collectkey = "m"
  176. local amountofpots = 1
  177.  
  178. local Player = game:GetService("Players").LocalPlayer
  179. local Mouse = Player:GetMouse()
  180.  
  181. _G.plant = function()
  182. for _, v in pairs(workspace.Deployables:GetChildren()) do
  183. if v.Name == "Plant Box" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 300000 then
  184. game.ReplicatedStorage.Events.InteractStructure:FireServer(v, "Bloodfruit")
  185. end
  186. end
  187. end
  188.  
  189. _G.collect = function()
  190. for _, v in pairs(workspace:GetChildren()) do
  191. if v.Name == "Bloodfruit Bush" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 50 then
  192. game.ReplicatedStorage.Events.Pickup:FireServer(v)
  193. end
  194. end
  195. end
  196.  
  197. Mouse.KeyUp:connect(function(k)
  198. if k == placekey then
  199. for i = 1, amountofpots do
  200. game.ReplicatedStorage.Events.PlaceStructure:FireServer("Plant Box", Mouse.Hit, 0)
  201. end
  202. elseif k == plantkey then
  203. _G.plant()
  204. elseif k == collectkey then
  205. _G.collect()
  206. end
  207. end)
  208. end)
  209.  
  210. urscript_2.Name = "urscript"
  211. urscript_2.Parent = MainGUI
  212. urscript_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  213. urscript_2.Position = UDim2.new(0.0127398968, 0, 0.676189184, 0)
  214. urscript_2.Size = UDim2.new(0, 104, 0, 55)
  215. urscript_2.Font = Enum.Font.GothamBlack
  216. urscript_2.Text = "Berry"
  217. urscript_2.TextColor3 = Color3.new(1, 1, 1)
  218. urscript_2.TextScaled = true
  219. urscript_2.TextSize = 14
  220. urscript_2.TextWrapped = true
  221. urscript_2.MouseButton1Click:connect(function()
  222. local placekey = "p"
  223. local plantkey = "["
  224. local collectkey = "m"
  225. local amountofpots = 40
  226.  
  227. local Player = game:GetService("Players").LocalPlayer
  228. local Mouse = Player:GetMouse()
  229.  
  230. _G.plant = function()
  231. for _, v in pairs(workspace.Deployables:GetChildren()) do
  232. if v.Name == "Plant Box" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 300000 then
  233. game.ReplicatedStorage.Events.InteractStructure:FireServer(v, "Berry")
  234. end
  235. end
  236. end
  237.  
  238. _G.collect = function()
  239. for _, v in pairs(workspace:GetChildren()) do
  240. if v.Name == "Berry Bush" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 50 then
  241. game.ReplicatedStorage.Events.Pickup:FireServer(v)
  242. end
  243. end
  244. end
  245.  
  246. Mouse.KeyUp:connect(function(k)
  247. if k == placekey then
  248. for i = 1, amountofpots do
  249. game.ReplicatedStorage.Events.PlaceStructure:FireServer("Plant Box", Mouse.Hit, 0)
  250. end
  251. elseif k == plantkey then
  252. _G.plant()
  253. elseif k == collectkey then
  254. _G.collect()
  255. end
  256. end)
  257. end)
  258.  
  259. AutoEat.Name = "AutoEat"
  260. AutoEat.Parent = MainGUI
  261. AutoEat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. AutoEat.Position = UDim2.new(0.62040174, 0, 0.314157903, 0)
  263. AutoEat.Size = UDim2.new(0, 140, 0, 62)
  264. AutoEat.Font = Enum.Font.GothamBlack
  265. AutoEat.Text = "Auto Eat"
  266. AutoEat.TextColor3 = Color3.new(1, 1, 1)
  267. AutoEat.TextScaled = true
  268. AutoEat.TextSize = 14
  269. AutoEat.TextWrapped = true
  270. AutoEat.MouseButton1Click:connect(function()
  271. if game.PlaceId == 1262182609 or game.PlaceId == 4787629450 then
  272. local lol = 1
  273. local plr = game:GetService("Players").LocalPlayer
  274. local mouse = plr:GetMouse()
  275. mouse.KeyDown:connect(function(key)
  276. if key == Keybind.Text then
  277. lol = 0
  278. while lol == 0 do
  279. wait()
  280. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  281. Event:FireServer(Food1.Text)
  282. Event:FireServer(Food1.Text)
  283. Event:FireServer(Food1.Text)
  284. Event:FireServer(Food2.Text)
  285. Event:FireServer(Food2.Text)
  286. Event:FireServer(Food2.Text)
  287. Event:FireServer(Food3.Text)
  288. Event:FireServer(Food3.Text)
  289. Event:FireServer(Food3.Text)
  290. end end end)
  291. local plr = game:GetService("Players").LocalPlayer
  292. local mouse = plr:GetMouse()
  293. mouse.KeyUp:connect(function(key)
  294. if key == Keybind.Text then
  295. lol = 1
  296. end end) end
  297. end)
  298.  
  299. urscript_3.Name = "urscript"
  300. urscript_3.Parent = MainGUI
  301. urscript_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  302. urscript_3.Position = UDim2.new(0.0114763435, 0, 0.49752906, 0)
  303. urscript_3.Size = UDim2.new(0, 104, 0, 59)
  304. urscript_3.Font = Enum.Font.GothamBlack
  305. urscript_3.Text = "Apple"
  306. urscript_3.TextColor3 = Color3.new(1, 1, 1)
  307. urscript_3.TextScaled = true
  308. urscript_3.TextSize = 14
  309. urscript_3.TextWrapped = true
  310. urscript_3.MouseButton1Click:connect(function()
  311. local placekey = "p"
  312. local plantkey = "["
  313. local collectkey = "m"
  314. local amountofpots = 40
  315.  
  316. local Player = game:GetService("Players").LocalPlayer
  317. local Mouse = Player:GetMouse()
  318.  
  319. _G.plant = function()
  320. for _, v in pairs(workspace.Deployables:GetChildren()) do
  321. if v.Name == "Plant Box" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 300000 then
  322. game.ReplicatedStorage.Events.InteractStructure:FireServer(v, "Apple")
  323. end
  324. end
  325. end
  326.  
  327. _G.collect = function()
  328. for _, v in pairs(workspace:GetChildren()) do
  329. if v.Name == "Apple Tree" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 50 then
  330. game.ReplicatedStorage.Events.Pickup:FireServer(v)
  331. end
  332. end
  333. end
  334.  
  335. Mouse.KeyUp:connect(function(k)
  336. if k == placekey then
  337. for i = 1, amountofpots do
  338. game.ReplicatedStorage.Events.PlaceStructure:FireServer("Plant Box", Mouse.Hit, 0)
  339. end
  340. elseif k == plantkey then
  341. _G.plant()
  342. elseif k == collectkey then
  343. _G.collect()
  344. end
  345. end)
  346. end)
  347.  
  348. urscript_4.Name = "urscript"
  349. urscript_4.Parent = MainGUI
  350. urscript_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  351. urscript_4.Position = UDim2.new(0.0127398996, 0, 0.314157903, 0)
  352. urscript_4.Size = UDim2.new(0, 104, 0, 62)
  353. urscript_4.Font = Enum.Font.GothamBlack
  354. urscript_4.Text = "Bluefruit"
  355. urscript_4.TextColor3 = Color3.new(1, 1, 1)
  356. urscript_4.TextScaled = true
  357. urscript_4.TextSize = 14
  358. urscript_4.TextWrapped = true
  359. local placekey = "p"
  360. local plantkey = "["
  361. local collectkey = "]"
  362. local amountofpots = 40 ----------------oh yeah i forgot to mention this but you actually need to have the leaves and sticks required to make x number of plant pots
  363.  
  364. ----------------no touchy below plz
  365.  
  366. local Player = game:GetService("Players").LocalPlayer
  367. local Mouse = Player:GetMouse()
  368.  
  369. _G.plant = function()
  370. for _, v in pairs(workspace.Deployables:GetChildren()) do
  371. if v.Name == "Plant Box" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 1000 then
  372. game.ReplicatedStorage.Events.InteractStructure:FireServer(v, "Bluefruit")
  373. end
  374. end
  375. end
  376.  
  377. _G.collect = function()
  378. for _, v in pairs(workspace:GetChildren()) do
  379. if v.Name == "Bluefruit Bush" and (Player.Character.Head.Position - v.PrimaryPart.Position).magnitude < 50 then
  380. game.ReplicatedStorage.Events.Pickup:FireServer(v)
  381. end
  382. end
  383. end
  384.  
  385. Mouse.KeyUp:connect(function(k)
  386. if k == placekey then
  387. for i = 1, amountofpots do
  388. game.ReplicatedStorage.Events.PlaceStructure:FireServer("Plant Box", Mouse.Hit, 0)
  389. end
  390. elseif k == plantkey then
  391. _G.plant()
  392. elseif k == collectkey then
  393. _G.collect()
  394. end
  395. end)
  396.  
  397. urscript_5.Name = "urscript"
  398. urscript_5.Parent = MainGUI
  399. urscript_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  400. urscript_5.Position = UDim2.new(0.183149412, 0, 0.341453195, 0)
  401. urscript_5.Size = UDim2.new(0, 104, 0, 62)
  402. urscript_5.Font = Enum.Font.GothamBlack
  403. urscript_5.Text = "Triple Plant Box"
  404. urscript_5.TextColor3 = Color3.new(1, 1, 1)
  405. urscript_5.TextScaled = true
  406. urscript_5.TextSize = 14
  407. urscript_5.TextWrapped = true
  408. urscript_5.MouseButton1Click:connect(function()
  409. local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;h=game.Players.LocalPlayer.Character.LowerTorso.Position;local az=h.x+13;local aA=h.y-2;local aB=h.z;local aC=h.x-13;local aD=h.y-2;local aE=h.z;local aF=h.x;local aG=h.y-2;local aH=h.z+13;local aI=h.x;local aJ=h.y-2;local aK=h.z-13;local aL="Plant Box"local aM=CFrame.new(aF,aG,aH,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local aN=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(k_1,k_2,k_3)local aO="Plant Box"local aP=CFrame.new(aI,aJ,aK,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local aQ=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(aO,aP,aQ)local aR="Wsadasdsada"local aS=CFrame.new(aC,aD,aE,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local aT=270;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(aR,aS,aT)local aU="Plant Box"local aV=CFrame.new(az,aA,aB,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local aW=270;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(aU,aV,aW)local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;h=game.Players.LocalPlayer.Character.LowerTorso.Position;local az=h.x+13;local aA=h.y-2;local aB=h.z;local aC=h.x-13;local aD=h.y-2;local aE=h.z;local aF=h.x;local aG=h.y-2;local aH=h.z+13;local aI=h.x;local aJ=h.y-2;local aK=h.z-13;local aX="Plant sadBox"local aY=CFrame.new(aF,aG,aH,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local aZ=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(aX,aY,aZ)local a_="Plasdadsadant Box"local b0=CFrame.new(aI,aJ,aK,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local b1=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(a_,b0,b1)local b2="Wsadasdsada"local b3=CFrame.new(aC,aD,aE,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local b4=270;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(b2,b3,b4)local b5="Plant Box"local b6=CFrame.new(az,aA,aB,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local b7=270;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(b5,b6,b7)local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;h=game.Players.LocalPlayer.Character.LowerTorso.Position;local az=h.x+13;local aA=h.y-2;local aB=h.z;local aC=h.x-13;local aD=h.y-2;local aE=h.z;local aF=h.x;local aG=h.y-2;local aH=h.z+13;local aI=h.x;local aJ=h.y-2;local aK=h.z-13;local b8="Plant Box"local b9=CFrame.new(aF,aG,aH,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local ba=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(b8,b9,ba)local bb="Plant Box"local bc=CFrame.new(aI,aJ,aK,-0.99862951,9.53660761e-12,0.0523360483,-9.54969524e-12,1,2.71050543e-20,-0.0523360483,4.99793241e-13,-0.99862951)local bd=177;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(bb,bc,bd)local be="Wsadasdsada"local bf=CFrame.new(aC,aD,aE,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local bg=270;local ay=game:GetService("ReplicatedStorage").Events.PlaceStructure;ay:FireServer(be,bf,bg)local bh="Plant Box"local bi=CFrame.new(az,aA,aB,1.19248806e-08,3.87430191e-06,-1,4.62005888e-14,1,-3.87430191e-06,1,0,1.19248806e-08)local bj=270
  410. end)
  411.  
  412. urscript_6.Name = "urscript"
  413. urscript_6.Parent = MainGUI
  414. urscript_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  415. urscript_6.Position = UDim2.new(0.183149412, 0, 0.52011323, 0)
  416. urscript_6.Size = UDim2.new(0, 104, 0, 62)
  417. urscript_6.Font = Enum.Font.GothamBlack
  418. urscript_6.Text = "Double Plant Box"
  419. urscript_6.TextColor3 = Color3.new(1, 1, 1)
  420. urscript_6.TextScaled = true
  421. urscript_6.TextSize = 14
  422. urscript_6.TextWrapped = true
  423. urscript_6.MouseButton1Click:connect(function()
  424. local U=1;local V=game:GetService("ReplicatedStorage").Events.PlaceStructure;h=game.Players.LocalPlayer.Character.LowerTorso.Position;local W=h.x+5;local X=h.y-2;local Y=h.z;local Z=h.x;local _=h.y-2;local a0=h.z;local a1=h.x-5;local a2=h.y-2;local a3=h.z;local a4=h.x;local a5=h.y-2;local a6=h.z+5;local a7=h.x;local a8=h.y-2;local a9=h.z-5;for aa=1,1 do local ab=""local ac=CFrame.new(Z,_,a0,1,0,0,0,1,-5.56028681e-08,0,-5.56028681e-08,1)local ad=0;V:FireServer(ab,ac,ad)end;for aa=1,U do local ae=""local af=CFrame.new(W,X,Y,1,0,0,0,1,-5.56028681e-08,0,-5.56028681e-08,1)local ag=0;V:FireServer(ae,af,ag)end;for aa=1,U do local ah=""local ai=CFrame.new(a1,a2,a3,1,0,0,0,1,-5.56028681e-08,0,-5.56028681e-08,1)local aj=0;V:FireServer(ah,ai,aj)end;for aa=1,U do local ak="Plant Box"local al=CFrame.new(a4,a5,a6,1,0,0,0,1,-5.56028681e-08,0,-5.56028681e-08,1)local am=0;V:FireServer(ak,al,am)end;for aa=1,U do local an="Plant Box"local ao=CFrame.new(a7,a8,a9,1,0,0,0,1,-5.56028681e-08,0,-5.56028681e-08,1)local ap=0;V:FireServer(an,ao,ap)end
  425. end)
  426.  
  427.  
  428. Food1.Name = "Food1"
  429. Food1.Parent = MainGUI
  430. Food1.BackgroundColor3 = Color3.new(1, 1, 1)
  431. Food1.Position = UDim2.new(0.619550884, 0, 0.493796527, 0)
  432. Food1.Size = UDim2.new(0, 140, 0, 44)
  433. Food1.Font = Enum.Font.SourceSans
  434. Food1.PlaceholderText = "Food1"
  435. Food1.Text = ""
  436. Food1.TextColor3 = Color3.new(0, 0, 0)
  437. Food1.TextScaled = true
  438. Food1.TextSize = 14
  439. Food1.TextWrapped = true
  440.  
  441. Food2.Name = "Food2"
  442. Food2.Parent = MainGUI
  443. Food2.BackgroundColor3 = Color3.new(1, 1, 1)
  444. Food2.Position = UDim2.new(0.619550884, 0, 0.622828841, 0)
  445. Food2.Size = UDim2.new(0, 140, 0, 44)
  446. Food2.Font = Enum.Font.SourceSans
  447. Food2.PlaceholderText = "Food2"
  448. Food2.Text = ""
  449. Food2.TextColor3 = Color3.new(0, 0, 0)
  450. Food2.TextScaled = true
  451. Food2.TextSize = 14
  452. Food2.TextWrapped = true
  453.  
  454. Food3.Name = "Food3"
  455. Food3.Parent = MainGUI
  456. Food3.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Food3.Position = UDim2.new(0.619550884, 0, 0.746898293, 0)
  458. Food3.Size = UDim2.new(0, 140, 0, 44)
  459. Food3.Font = Enum.Font.SourceSans
  460. Food3.PlaceholderText = "Food3"
  461. Food3.Text = ""
  462. Food3.TextColor3 = Color3.new(0, 0, 0)
  463. Food3.TextScaled = true
  464. Food3.TextSize = 14
  465. Food3.TextWrapped = true
  466.  
  467. Keybind.Name = "Keybind"
  468. Keybind.Parent = MainGUI
  469. Keybind.BackgroundColor3 = Color3.new(1, 1, 1)
  470. Keybind.Position = UDim2.new(0.619550884, 0, 0.873449206, 0)
  471. Keybind.Size = UDim2.new(0, 140, 0, 44)
  472. Keybind.Font = Enum.Font.SourceSans
  473. Keybind.PlaceholderText = "Kebind"
  474. Keybind.Text = ""
  475. Keybind.TextColor3 = Color3.new(0, 0, 0)
  476. Keybind.TextScaled = true
  477. Keybind.TextSize = 14
  478. Keybind.TextWrapped = true
  479.  
  480. urscript_7.Name = "urscript"
  481. urscript_7.Parent = MainGUI
  482. urscript_7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  483. urscript_7.Position = UDim2.new(0.357521921, 0, 0.314157903, 0)
  484. urscript_7.Size = UDim2.new(0, 104, 0, 72)
  485. urscript_7.Font = Enum.Font.GothamBlack
  486. urscript_7.Text = "ESP"
  487. urscript_7.TextColor3 = Color3.new(1, 1, 1)
  488. urscript_7.TextScaled = true
  489. urscript_7.TextSize = 14
  490. urscript_7.TextWrapped = true
  491. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  492.  
  493. local enabledesp = false
  494.  
  495. function CreateESP(plr)
  496.  
  497. if plr ~= nil then
  498.  
  499. local GetChar = plr.Character
  500. if not GetChar then return end
  501.  
  502. local GetHead do
  503.  
  504. repeat wait() until GetChar:FindFirstChild("Head")
  505.  
  506. end
  507. GetHead = GetChar.Head
  508.  
  509. local bb = Instance.new("BillboardGui", Important.CoreGui)
  510. bb.Adornee = GetHead
  511. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  512. bb.AlwaysOnTop = true
  513. bb.Size = UDim2.new(0, 5, 0, 5)
  514. bb.StudsOffset = Vector3.new(0, 3, 0)
  515. bb.Name = "ESP_PLAYER_" .. plr.Name
  516.  
  517. local displayframe = Instance.new("Frame", bb)
  518. displayframe.ZIndex = 10
  519. displayframe.BackgroundTransparency = 1
  520. displayframe.Size = UDim2.new(1,0,1,0)
  521.  
  522. local name = Instance.new("TextLabel", displayframe)
  523. name.Name = "Name"
  524. name.ZIndex = 10
  525. name.Text = plr.Name
  526. name.Visible = true
  527. name.TextColor3 = Color3.new(170,0,0)
  528. name.BackgroundTransparency = 1
  529. name.Size = UDim2.new(1,0,10,0)
  530. name.Font = Enum.Font.SourceSansLight
  531. name.TextSize = 20
  532. name.TextStrokeTransparency = .5
  533.  
  534. end
  535.  
  536. end
  537.  
  538. urscript_7.MouseButton1Click:Connect(function()
  539. for i,v in pairs(Important.Players:GetChildren()) do
  540.  
  541. CreateESP(v)
  542. end
  543. end)
  544.  
  545. Reviz.Name = "Reviz"
  546. Reviz.Parent = MainGUI
  547. Reviz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  548. Reviz.Position = UDim2.new(0.370879412, 0, 0.568686604, 0)
  549. Reviz.Size = UDim2.new(0, 85, 0, 65)
  550. Reviz.Font = Enum.Font.GothamBlack
  551. Reviz.Text = "Reviz"
  552. Reviz.TextColor3 = Color3.new(1, 1, 1)
  553. Reviz.TextScaled = true
  554. Reviz.TextSize = 14
  555. Reviz.TextWrapped = true
  556. Reviz.MouseButton1Click:connect(function()
  557. loadstring(game:HttpGet("https://pastebin.com/raw/VFwd3uGJ", true))()
  558. end)
  559.  
  560. OpenGUI.Name = "OpenGUI"
  561. OpenGUI.Parent = WhitelistGUI
  562. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  563. OpenGUI.Position = UDim2.new(0, 0, 0.585657358, 0)
  564. OpenGUI.Size = UDim2.new(0, 115, 0, 40)
  565. OpenGUI.Visible = false
  566.  
  567. TextButton.Parent = OpenGUI
  568. TextButton.Active = false
  569. TextButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  570. TextButton.Size = UDim2.new(0, 115, 0, 40)
  571. TextButton.Font = Enum.Font.GothamBlack
  572. TextButton.Text = "Open"
  573. TextButton.TextColor3 = Color3.new(1, 1, 1)
  574. TextButton.TextScaled = true
  575. TextButton.TextSize = 14
  576. TextButton.TextWrapped = true
  577. TextButton.MouseButton1Click:connect(function()
  578. MainGUI.Visible = true
  579. OpenGUI.Visible = false
  580. end)
  581. --Scripts
  582. if game.Players.LocalPlayer.Name == "LEGEND9034" then
  583. wait(5)
  584. Status.Text = "Status: Logging in..."
  585. wait(1)
  586. OpenGUI.Visible = true
  587. CheckPlayer.Visible = false
  588. elseif game.Players.LocalPlayer.name == "YourFriend" then
  589. wait(5)
  590. Status.Text = "Status: Logging in..."
  591. wait(1)
  592. OpenGUI.Visible = true
  593. CheckPlayer.Visible = false
  594. elseif game.Players.LocalPlayer.Name == "Blacklisted friend" then
  595. game.Players.LocalPlayer:kick("You are blacklisted from this gui!")
  596. else
  597. game.Players.LocalPlayer:kick("You are not whitelisted.")
  598. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement