UnknownExploiter

Primordial Lands Gui

May 30th, 2020
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.81 KB | None | 0 0
  1. --<>--
  2.  
  3. --< press x to enable/disable gui >--
  4. --< Jacob.#8229 >--
  5.  
  6. --<>--
  7.  
  8. local gui = Instance.new("ScreenGui")
  9. local main = Instance.new("Frame")
  10. local top = Instance.new("Frame")
  11. local title = Instance.new("TextLabel")
  12. local left = Instance.new("Frame")
  13. local leftbut1 = Instance.new("TextButton")
  14. local leftbut2 = Instance.new("TextButton")
  15. local leftbut3 = Instance.new("TextButton")
  16. local leftbut4 = Instance.new("TextButton")
  17. local leftbut5 = Instance.new("TextButton")
  18. local right = Instance.new("Frame")
  19. local functions = Instance.new("Frame")
  20. local titlefunc = Instance.new("TextLabel")
  21. local func1 = Instance.new("TextLabel")
  22. local func2 = Instance.new("TextLabel")
  23. local func3 = Instance.new("TextLabel")
  24. local func4 = Instance.new("TextLabel")
  25. local func5 = Instance.new("TextLabel")
  26. local func6 = Instance.new("TextLabel")
  27. local main_2 = Instance.new("Frame")
  28. local maibut2 = Instance.new("TextButton")
  29. local maibut3 = Instance.new("TextButton")
  30. local titlemai = Instance.new("TextLabel")
  31. local maibut4 = Instance.new("TextButton")
  32. local maibut1 = Instance.new("TextButton")
  33. local maibut5 = Instance.new("TextButton")
  34. local maibut6 = Instance.new("TextButton")
  35. local maibut7 = Instance.new("TextButton")
  36. local maibut8 = Instance.new("TextButton")
  37. local other = Instance.new("Frame")
  38. local othbut1 = Instance.new("TextButton")
  39. local othbut2 = Instance.new("TextButton")
  40. local titleoth = Instance.new("TextLabel")
  41. local text = Instance.new("TextBox")
  42. local help = Instance.new("Frame")
  43. local titlehp = Instance.new("TextLabel")
  44. local credit1 = Instance.new("TextLabel")
  45. local credit2 = Instance.new("TextLabel")
  46. local oogabooga = Instance.new("TextLabel")
  47. local ape = Instance.new("TextLabel")
  48. local options = Instance.new("Frame")
  49. local opbut1 = Instance.new("TextButton")
  50. local opbut2 = Instance.new("TextButton")
  51. local titleop = Instance.new("TextLabel")
  52. local TeleportService = game:GetService("TeleportService")
  53. local player = game:GetService("Players").LocalPlayer
  54. local holder = game.Workspace.Map.Decor
  55. local work = game:GetService("Workspace")
  56. local mouse = player:GetMouse()
  57.  
  58. gui.Name = "gui"
  59. gui.Parent = game.CoreGui
  60. gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  61. main.Name = "main"
  62. main.Parent = gui
  63. main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. main.BorderSizePixel = 0
  65. main.Position = UDim2.new(0, 10, 0, 10)
  66. main.Size = UDim2.new(0, 350, 0, 350)
  67. top.Name = "top"
  68. top.Parent = main
  69. top.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  70. top.BorderSizePixel = 0
  71. top.Position = UDim2.new(0, 0, 0.0199999996, 0)
  72. top.Size = UDim2.new(0, 350, 0, 40)
  73. title.Name = "title"
  74. title.Parent = top
  75. title.BackgroundColor3 = Color3.new(1, 1, 1)
  76. title.BackgroundTransparency = 1
  77. title.BorderSizePixel = 0
  78. title.Size = UDim2.new(0, 165, 0, 40)
  79. title.Font = Enum.Font.SourceSansBold
  80. title.Text = "PrimordialLands"
  81. title.TextColor3 = Color3.new(1, 1, 1)
  82. title.TextSize = 25
  83. left.Name = "left"
  84. left.Parent = main
  85. left.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  86. left.BorderSizePixel = 0
  87. left.Position = UDim2.new(0.0199999996, 0, 0.153809503, 0)
  88. left.Size = UDim2.new(0, 115, 0, 290)
  89. leftbut1.Name = "leftbut1"
  90. leftbut1.Parent = left
  91. leftbut1.BackgroundColor3 = Color3.new(0, 0, 0)
  92. leftbut1.BackgroundTransparency = 0.89999997615814
  93. leftbut1.Position = UDim2.new(0, 10, 0, 258)
  94. leftbut1.Size = UDim2.new(0, 95, 0, 25)
  95. leftbut1.Font = Enum.Font.SourceSansBold
  96. leftbut1.Text = "Options"
  97. leftbut1.TextColor3 = Color3.new(1, 1, 1)
  98. leftbut1.TextSize = 15
  99. leftbut1.MouseButton1Click:connect(function()
  100.     functions.Visible =false
  101.     help.Visible =false
  102.     main_2.Visible =false
  103.     options.Visible =true
  104.     other.Visible =false
  105. end)
  106.  
  107. leftbut2.Name = "leftbut2"
  108. leftbut2.Parent = left
  109. leftbut2.BackgroundColor3 = Color3.new(0, 0, 0)
  110. leftbut2.BackgroundTransparency = 0.89999997615814
  111. leftbut2.Position = UDim2.new(0, 10, 0, 8)
  112. leftbut2.Size = UDim2.new(0, 95, 0, 25)
  113. leftbut2.Font = Enum.Font.SourceSansBold
  114. leftbut2.Text = "Functions"
  115. leftbut2.TextColor3 = Color3.new(1, 1, 1)
  116. leftbut2.TextSize = 15
  117. leftbut2.MouseButton1Click:connect(function()
  118.     functions.Visible =true
  119.     help.Visible =false
  120.     main_2.Visible =false
  121.     options.Visible =false
  122.     other.Visible =false
  123. end)
  124.  
  125. leftbut3.Name = "leftbut3"
  126. leftbut3.Parent = left
  127. leftbut3.BackgroundColor3 = Color3.new(0, 0, 0)
  128. leftbut3.BackgroundTransparency = 0.89999997615814
  129. leftbut3.Position = UDim2.new(0, 10, 0, 225)
  130. leftbut3.Size = UDim2.new(0, 95, 0, 25)
  131. leftbut3.Font = Enum.Font.SourceSansBold
  132. leftbut3.Text = "Help"
  133. leftbut3.TextColor3 = Color3.new(1, 1, 1)
  134. leftbut3.TextSize = 15
  135. leftbut3.MouseButton1Click:connect(function()
  136.     functions.Visible =false
  137.     help.Visible =true
  138.     main_2.Visible =false
  139.     options.Visible =false
  140.     other.Visible =false
  141. end)
  142.  
  143. leftbut4.Name = "leftbut4"
  144. leftbut4.Parent = left
  145. leftbut4.BackgroundColor3 = Color3.new(0, 0, 0)
  146. leftbut4.BackgroundTransparency = 0.89999997615814
  147. leftbut4.Position = UDim2.new(0, 10, 0, 40)
  148. leftbut4.Size = UDim2.new(0, 95, 0, 25)
  149. leftbut4.Font = Enum.Font.SourceSansBold
  150. leftbut4.Text = "Main"
  151. leftbut4.TextColor3 = Color3.new(1, 1, 1)
  152. leftbut4.TextSize = 15
  153. leftbut4.MouseButton1Click:connect(function()
  154.     functions.Visible =false
  155.     help.Visible =false
  156.     main_2.Visible =true
  157.     options.Visible =false
  158.     other.Visible =false
  159. end)
  160.  
  161. leftbut5.Name = "leftbut5"
  162. leftbut5.Parent = left
  163. leftbut5.BackgroundColor3 = Color3.new(0, 0, 0)
  164. leftbut5.BackgroundTransparency = 0.89999997615814
  165. leftbut5.Position = UDim2.new(0, 10, 0, 72)
  166. leftbut5.Size = UDim2.new(0, 95, 0, 25)
  167. leftbut5.Font = Enum.Font.SourceSansBold
  168. leftbut5.Text = "Other"
  169. leftbut5.TextColor3 = Color3.new(1, 1, 1)
  170. leftbut5.TextSize = 15
  171. leftbut5.MouseButton1Click:connect(function()
  172.     functions.Visible = false
  173.     help.Visible = false
  174.     main_2.Visible = false
  175.     options.Visible = false
  176.     other.Visible = true
  177. end)
  178.  
  179. right.Name = "right"
  180. right.Parent = main
  181. right.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  182. right.BorderSizePixel = 0
  183. right.Position = UDim2.new(0.365714282, 0, 0.153809503, 0)
  184. right.Size = UDim2.new(0, 216, 0, 290)
  185. functions.Name = "functions"
  186. functions.Parent = right
  187. functions.BackgroundColor3 = Color3.new(1, 1, 1)
  188. functions.BackgroundTransparency = 1
  189. functions.BorderSizePixel = 0
  190. functions.Size = UDim2.new(0, 216, 0, 290)
  191. titlefunc.Name = "titlefunc"
  192. titlefunc.Parent = functions
  193. titlefunc.BackgroundColor3 = Color3.new(1, 1, 1)
  194. titlefunc.BackgroundTransparency = 1
  195. titlefunc.BorderSizePixel = 0
  196. titlefunc.Size = UDim2.new(0, 216, 0, 33)
  197. titlefunc.Font = Enum.Font.SourceSansBold
  198. titlefunc.Text = "Functions"
  199. titlefunc.TextColor3 = Color3.new(1, 1, 1)
  200. titlefunc.TextSize = 20
  201. func1.Name = "func1"
  202. func1.Parent = functions
  203. func1.BackgroundColor3 = Color3.new(1, 1, 1)
  204. func1.BackgroundTransparency = 1
  205. func1.BorderSizePixel = 0
  206. func1.Position = UDim2.new(0, 0, 0.137931034, 0)
  207. func1.Size = UDim2.new(0, 216, 0, 25)
  208. func1.Font = Enum.Font.SourceSansBold
  209. func1.Text = " * speed changer"
  210. func1.TextColor3 = Color3.new(1, 1, 1)
  211. func1.TextSize = 15
  212. func1.TextXAlignment = Enum.TextXAlignment.Left
  213. func2.Name = "func2"
  214. func2.Parent = functions
  215. func2.BackgroundColor3 = Color3.new(1, 1, 1)
  216. func2.BackgroundTransparency = 1
  217. func2.BorderSizePixel = 0
  218. func2.Position = UDim2.new(0, 0, 0.224137932, 0)
  219. func2.Size = UDim2.new(0, 216, 0, 25)
  220. func2.Font = Enum.Font.SourceSansBold
  221. func2.Text = " * walk on water & clear water"
  222. func2.TextColor3 = Color3.new(1, 1, 1)
  223. func2.TextSize = 15
  224. func2.TextXAlignment = Enum.TextXAlignment.Left
  225. func3.Name = "func3"
  226. func3.Parent = functions
  227. func3.BackgroundColor3 = Color3.new(1, 1, 1)
  228. func3.BackgroundTransparency = 1
  229. func3.BorderSizePixel = 0
  230. func3.Position = UDim2.new(0, 0, 0.310344815, 0)
  231. func3.Size = UDim2.new(0, 216, 0, 25)
  232. func3.Font = Enum.Font.SourceSansBold
  233. func3.Text = " * esp (bug/plr/bot)"
  234. func3.TextColor3 = Color3.new(1, 1, 1)
  235. func3.TextSize = 15
  236. func3.TextXAlignment = Enum.TextXAlignment.Left
  237. func4.Name = "func4"
  238. func4.Parent = functions
  239. func4.BackgroundColor3 = Color3.new(1, 1, 1)
  240. func4.BackgroundTransparency = 1
  241. func4.BorderSizePixel = 0
  242. func4.Position = UDim2.new(0, 0, 0.396551728, 0)
  243. func4.Size = UDim2.new(0, 216, 0, 25)
  244. func4.Font = Enum.Font.SourceSansBold
  245. func4.Text = " * invis tree's / noclip tree's"
  246. func4.TextColor3 = Color3.new(1, 1, 1)
  247. func4.TextSize = 15
  248. func4.TextXAlignment = Enum.TextXAlignment.Left
  249. func5.Name = "func5"
  250. func5.Parent = functions
  251. func5.BackgroundColor3 = Color3.new(1, 1, 1)
  252. func5.BackgroundTransparency = 1
  253. func5.BorderSizePixel = 0
  254. func5.Position = UDim2.new(0, 0, 0.396551728, 0)
  255. func5.Size = UDim2.new(0, 216, 0, 25)
  256. func5.Font = Enum.Font.SourceSansBold
  257. func5.Text = " * "
  258. func5.TextColor3 = Color3.new(1, 1, 1)
  259. func5.TextSize = 15
  260. func5.TextXAlignment = Enum.TextXAlignment.Left
  261. func6.Name = "func6"
  262. func6.Parent = functions
  263. func6.BackgroundColor3 = Color3.new(1, 1, 1)
  264. func6.BackgroundTransparency = 1
  265. func6.BorderSizePixel = 0
  266. func6.Position = UDim2.new(0, 0, 0.482758641, 0)
  267. func6.Size = UDim2.new(0, 216, 0, 25)
  268. func6.Font = Enum.Font.SourceSansBold
  269. func6.Text = " * rejoin"
  270. func6.TextColor3 = Color3.new(1, 1, 1)
  271. func6.TextSize = 15
  272. func6.TextXAlignment = Enum.TextXAlignment.Left
  273. main_2.Name = "main"
  274. main_2.Parent = right
  275. main_2.BackgroundColor3 = Color3.new(1, 1, 1)
  276. main_2.BackgroundTransparency = 1
  277. main_2.BorderSizePixel = 0
  278. main_2.Size = UDim2.new(0, 216, 0, 290)
  279. main_2.Visible = false
  280. maibut2.Name = "maibut2"
  281. maibut2.Parent = main_2
  282. maibut2.BackgroundColor3 = Color3.new(0, 0, 0)
  283. maibut2.BackgroundTransparency = 0.89999997615814
  284. maibut2.Position = UDim2.new(0, 10, 0, 43)
  285. maibut2.Size = UDim2.new(0, 95, 0, 25)
  286. maibut2.Font = Enum.Font.SourceSansBold
  287. maibut2.Text = "Invis Tree's"
  288. maibut2.TextColor3 = Color3.new(1, 1, 1)
  289. maibut2.TextSize = 15
  290. maibut2.MouseButton1Click:connect(function()
  291.     for i,v in pairs(holder:GetChildren()) do
  292.         if v.Name == "Union" then
  293.             v.Transparency = 0.8
  294.         end
  295.     end
  296. end)
  297.  
  298. titlemai.Name = "titlemai"
  299. titlemai.Parent = main_2
  300. titlemai.BackgroundColor3 = Color3.new(1, 1, 1)
  301. titlemai.BackgroundTransparency = 1
  302. titlemai.BorderSizePixel = 0
  303. titlemai.Size = UDim2.new(0, 216, 0, 33)
  304. titlemai.Font = Enum.Font.SourceSansBold
  305. titlemai.Text = "Main "
  306. titlemai.TextColor3 = Color3.new(1, 1, 1)
  307. titlemai.TextSize = 20
  308. maibut3.Name = "maibut3"
  309. maibut3.Parent = main_2
  310. maibut3.BackgroundColor3 = Color3.new(0, 0, 0)
  311. maibut3.BackgroundTransparency = 0.89999997615814
  312. maibut3.Position = UDim2.new(0, 111, 0, 43)
  313. maibut3.Size = UDim2.new(0, 95, 0, 25)
  314. maibut3.Font = Enum.Font.SourceSansBold
  315. maibut3.Text = "Plr Esp"
  316. maibut3.TextColor3 = Color3.new(1, 1, 1)
  317. maibut3.TextSize = 15
  318. maibut3.MouseButton1Click:connect(function()
  319.    
  320. end)
  321.  
  322. maibut5.Name = "maibut5"
  323. maibut5.Parent = main_2
  324. maibut5.BackgroundColor3 = Color3.new(0, 0, 0)
  325. maibut5.BackgroundTransparency = 0.89999997615814
  326. maibut5.Position = UDim2.new(0, 111, 0, 75)
  327. maibut5.Size = UDim2.new(0, 95, 0, 25)
  328. maibut5.Font = Enum.Font.SourceSansBold
  329. maibut5.Text = "Bot Esp"
  330. maibut5.TextColor3 = Color3.new(1, 1, 1)
  331. maibut5.TextSize = 15
  332. maibut5.MouseButton1Click:connect(function()
  333.     for i,v in pairs(work:GetChildren()) do
  334.         if v.Name == "Bug" then
  335.             Instance.new("BillboardGui",v)
  336.         end
  337.     end
  338. end)
  339.  
  340. maibut4.Name = "maibut4"
  341. maibut4.Parent = main_2
  342. maibut4.BackgroundColor3 = Color3.new(0, 0, 0)
  343. maibut4.BackgroundTransparency = 0.89999997615814
  344. maibut4.Position = UDim2.new(0, 10, 0, 107)
  345. maibut4.Size = UDim2.new(0, 196, 0, 25)
  346. maibut4.Font = Enum.Font.SourceSansBold
  347. maibut4.Text = "Bug Esp"
  348. maibut4.TextColor3 = Color3.new(1, 1, 1)
  349. maibut4.TextSize = 15
  350. maibut4.MouseButton1Click:connect(function()
  351.     for i,v in pairs(work:GetChildren()) do
  352.         if v.Name == "Bug" then
  353.             Instance.new("BillboardGui",v)
  354.             Instance.new("TextLabel",v)
  355.             v.BillboardGui.Name = "bb"
  356.             v.TextLabel.Name = "esp"
  357.            
  358.             -- ESP SETTINGS
  359.            
  360.             v.esp.TextColor3 = Color3(255,255,255)
  361.             v.esp.Text = "Bug"
  362.             v.esp.Font = "SourceSansBold"
  363.             v.esp.TextSize = 15
  364.             v.esp.Transparency = 1
  365.            
  366.             v.esp.Parent = v.bb
  367.         end
  368.     end
  369. end) warn("BUG ESP CREATED")
  370.  
  371. maibut1.Name = "maibut1"
  372. maibut1.Parent = main_2
  373. maibut1.BackgroundColor3 = Color3.new(0, 0, 0)
  374. maibut1.BackgroundTransparency = 0.89999997615814
  375. maibut1.Position = UDim2.new(0, 10, 0, 75)
  376. maibut1.Size = UDim2.new(0, 95, 0, 25)
  377. maibut1.Font = Enum.Font.SourceSansBold
  378. maibut1.Text = "Noclip Tree's"
  379. maibut1.TextColor3 = Color3.new(1, 1, 1)
  380. maibut1.TextSize = 15
  381. maibut1.MouseButton1Click:connect(function()
  382.     for i,v in pairs(holder:GetChildren()) do
  383.         if v.Name == "Union" then
  384.             v.CanCollide = false
  385.         end
  386.     end
  387. end)
  388.  
  389. maibut6.Name = "maibut6"
  390. maibut6.Parent = main_2
  391. maibut6.BackgroundColor3 = Color3.new(0, 0, 0)
  392. maibut6.BackgroundTransparency = 0.89999997615814
  393. maibut6.Position = UDim2.new(0, 10, 0, 142)
  394. maibut6.Size = UDim2.new(0, 95, 0, 25)
  395. maibut6.Font = Enum.Font.SourceSansBold
  396. maibut6.Text = "Walk On Water"
  397. maibut6.TextColor3 = Color3.new(1, 1, 1)
  398. maibut6.TextSize = 15
  399. maibut6.MouseButton1Click:connect(function()
  400.     work.Map.Water.Water.CanCollide = true
  401. end)
  402.  
  403. maibut7.Name = "maibut7"
  404. maibut7.Parent = main_2
  405. maibut7.BackgroundColor3 = Color3.new(0, 0, 0)
  406. maibut7.BackgroundTransparency = 0.89999997615814
  407. maibut7.Position = UDim2.new(0, 111, 0, 142)
  408. maibut7.Size = UDim2.new(0, 95, 0, 25)
  409. maibut7.Font = Enum.Font.SourceSansBold
  410. maibut7.Text = "Invis Water"
  411. maibut7.TextColor3 = Color3.new(1, 1, 1)
  412. maibut7.TextSize = 15
  413. maibut7.MouseButton1Click:connect(function()
  414.     work.Map.Water.Water.Transparency = 1
  415. end)
  416.  
  417. maibut8.Name = "maibut8"
  418. maibut8.Parent = main_2
  419. maibut8.BackgroundColor3 = Color3.new(0, 0, 0)
  420. maibut8.BackgroundTransparency = 0.89999997615814
  421. maibut8.Position = UDim2.new(0, 60, 0, 173)
  422. maibut8.Size = UDim2.new(0, 95, 0, 25)
  423. maibut8.Font = Enum.Font.SourceSansBold
  424. maibut8.Text = "Disable"
  425. maibut8.TextColor3 = Color3.new(1, 1, 1)
  426. maibut8.TextSize = 15
  427. maibut8.MouseButton1Click:connect(function()
  428.     work.Map.Water.Water.Transparency = 0
  429.     work.Map.Water.Water.CanCollide = false
  430.     for i,v in pairs(holder:GetChildren()) do
  431.         if v.name == "Union" then
  432.             v.CanCollide = true
  433.             v.Transparency = 0
  434.         end
  435.     end
  436. end)
  437.  
  438. other.Name = "other"
  439. other.Parent = right
  440. other.BackgroundColor3 = Color3.new(1, 1, 1)
  441. other.BackgroundTransparency = 1
  442. other.BorderSizePixel = 0
  443. other.Size = UDim2.new(0, 216, 0, 290)
  444. other.Visible = false
  445. othbut1.Name = "othbut1"
  446. othbut1.Parent = other
  447. othbut1.BackgroundColor3 = Color3.new(0, 0, 0)
  448. othbut1.BackgroundTransparency = 0.89999997615814
  449. othbut1.Position = UDim2.new(0, 8, 0, 81)
  450. othbut1.Size = UDim2.new(0, 95, 0, 25)
  451. othbut1.Font = Enum.Font.SourceSansBold
  452. othbut1.Text = "Set Speed"
  453. othbut1.TextColor3 = Color3.new(1, 1, 1)
  454. othbut1.TextSize = 15
  455. othbut1.MouseButton1Click:connect(function()
  456.     player.Character.Humanoid.WalkSpeed = text.Text
  457. end)
  458.  
  459. othbut2.Name = "othbut2"
  460. othbut2.Parent = other
  461. othbut2.BackgroundColor3 = Color3.new(0, 0, 0)
  462. othbut2.BackgroundTransparency = 0.89999997615814
  463. othbut2.Position = UDim2.new(0, 113, 0, 81)
  464. othbut2.Size = UDim2.new(0, 95, 0, 25)
  465. othbut2.Font = Enum.Font.SourceSansBold
  466. othbut2.Text = "INF Stam"
  467. othbut2.TextColor3 = Color3.new(1, 1, 1)
  468. othbut2.TextSize = 15
  469. othbut2.MouseButton1Click:connect(function()
  470.     while true do
  471.         wait(0.1)
  472.         game:GetService("ReplicatedStorage")["Events"]["Stamina"]:FireServer(5)
  473.     end
  474. end)
  475.  
  476. titleoth.Name = "titleoth"
  477. titleoth.Parent = other
  478. titleoth.BackgroundColor3 = Color3.new(1, 1, 1)
  479. titleoth.BackgroundTransparency = 1
  480. titleoth.BorderSizePixel = 0
  481. titleoth.Size = UDim2.new(0, 216, 0, 33)
  482. titleoth.Font = Enum.Font.SourceSansBold
  483. titleoth.Text = "Other"
  484. titleoth.TextColor3 = Color3.new(1, 1, 1)
  485. titleoth.TextSize = 20
  486. text.Name = "text"
  487. text.Parent = other
  488. text.BackgroundColor3 = Color3.new(1, 1, 1)
  489. text.BackgroundTransparency = 0.89999997615814
  490. text.BorderSizePixel = 0
  491. text.Position = UDim2.new(0.0370370373, 0, 0.162068963, 0)
  492. text.Size = UDim2.new(0, 200, 0, 25)
  493. text.Font = Enum.Font.SourceSansBold
  494. text.Text = "~ Value ~"
  495. text.TextColor3 = Color3.new(1, 1, 1)
  496. text.TextSize = 14
  497. help.Name = "help"
  498. help.Parent = right
  499. help.BackgroundColor3 = Color3.new(1, 1, 1)
  500. help.BackgroundTransparency = 1
  501. help.BorderSizePixel = 0
  502. help.Size = UDim2.new(0, 216, 0, 290)
  503. help.Visible = false
  504. titlehp.Name = "titlehp"
  505. titlehp.Parent = help
  506. titlehp.BackgroundColor3 = Color3.new(1, 1, 1)
  507. titlehp.BackgroundTransparency = 1
  508. titlehp.BorderSizePixel = 0
  509. titlehp.Size = UDim2.new(0, 216, 0, 33)
  510. titlehp.Font = Enum.Font.SourceSansBold
  511. titlehp.Text = "Help"
  512. titlehp.TextColor3 = Color3.new(1, 1, 1)
  513. titlehp.TextSize = 20
  514. credit1.Name = "credit1"
  515. credit1.Parent = help
  516. credit1.BackgroundColor3 = Color3.new(1, 1, 1)
  517. credit1.BackgroundTransparency = 1
  518. credit1.Position = UDim2.new(0.0370370373, 0, 0.137931034, 0)
  519. credit1.Size = UDim2.new(0, 200, 0, 25)
  520. credit1.Font = Enum.Font.SourceSansBold
  521. credit1.Text = "Developers:"
  522. credit1.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  523. credit1.TextSize = 20
  524. credit2.Name = "credit2"
  525. credit2.Parent = help
  526. credit2.BackgroundColor3 = Color3.new(1, 1, 1)
  527. credit2.BackgroundTransparency = 1
  528. credit2.Position = UDim2.new(0.0370370373, 0, 0.224137932, 0)
  529. credit2.Size = UDim2.new(0, 200, 0, 25)
  530. credit2.Font = Enum.Font.SourceSansBold
  531. credit2.Text = "Jacob.#8229 - gui / scripter"
  532. credit2.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  533. credit2.TextSize = 15
  534. oogabooga.Name = "oogabooga"
  535. oogabooga.Parent = help
  536. oogabooga.BackgroundColor3 = Color3.new(1, 1, 1)
  537. oogabooga.BackgroundTransparency = 1
  538. oogabooga.Position = UDim2.new(0.0370370373, 0, 0.372413844, 0)
  539. oogabooga.Size = UDim2.new(0, 200, 0, 116)
  540. oogabooga.Font = Enum.Font.SourceSansBold
  541. oogabooga.Text = "retard ooga booga why u need help using this?"
  542. oogabooga.TextColor3 = Color3.new(1, 0, 0)
  543. oogabooga.TextScaled = true
  544. oogabooga.TextSize = 15
  545. oogabooga.TextWrapped = true
  546. ape.Name = "ape"
  547. ape.Parent = help
  548. ape.BackgroundColor3 = Color3.new(1, 1, 1)
  549. ape.BackgroundTransparency = 1
  550. ape.Position = UDim2.new(0.615740716, 0, 0.889655173, 0)
  551. ape.Size = UDim2.new(0, 75, 0, 24)
  552. ape.Font = Enum.Font.SourceSansBold
  553. ape.Text = "fucking ape"
  554. ape.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  555. ape.TextSize = 15
  556. options.Name = "options"
  557. options.Parent = right
  558. options.BackgroundColor3 = Color3.new(1, 1, 1)
  559. options.BackgroundTransparency = 1
  560. options.BorderSizePixel = 0
  561. options.Size = UDim2.new(0, 216, 0, 290)
  562. options.Visible = false
  563. opbut1.Name = "opbut1"
  564. opbut1.Parent = options
  565. opbut1.BackgroundColor3 = Color3.new(0, 0, 0)
  566. opbut1.BackgroundTransparency = 0.89999997615814
  567. opbut1.Position = UDim2.new(0, 10, 0, 255)
  568. opbut1.Size = UDim2.new(0, 95, 0, 25)
  569. opbut1.Font = Enum.Font.SourceSansBold
  570. opbut1.Text = "Destroy"
  571. opbut1.TextColor3 = Color3.new(1, 1, 1)
  572. opbut1.TextSize = 15
  573. opbut1.MouseButton1Click:connect(function()
  574.     gui:Destroy()
  575. end)
  576.  
  577. titleop.Name = "titleop"
  578. titleop.Parent = options
  579. titleop.BackgroundColor3 = Color3.new(1, 1, 1)
  580. titleop.BackgroundTransparency = 1
  581. titleop.BorderSizePixel = 0
  582. titleop.Size = UDim2.new(0, 216, 0, 33)
  583. titleop.Font = Enum.Font.SourceSansBold
  584. titleop.Text = "Options"
  585. titleop.TextColor3 = Color3.new(1, 1, 1)
  586. titleop.TextSize = 20
  587. opbut2.Name = "opbut2"
  588. opbut2.Parent = options
  589. opbut2.BackgroundColor3 = Color3.new(0, 0, 0)
  590. opbut2.BackgroundTransparency = 0.89999997615814
  591. opbut2.Position = UDim2.new(0, 111, 0, 255)
  592. opbut2.Size = UDim2.new(0, 95, 0, 25)
  593. opbut2.Font = Enum.Font.SourceSansBold
  594. opbut2.Text = "Rejoin"
  595. opbut2.TextColor3 = Color3.new(1, 1, 1)
  596. opbut2.TextSize = 15
  597. opbut2.MouseButton1Click:connect(function()
  598.     TeleportService:Teleport(4500774956, player)
  599. end)
  600.  
  601. --<>-- --<>--
  602.  
  603. mouse.KeyDown:Connect(function(key)
  604.     if(key == "x") then
  605.         if main.Visible == true then
  606.             main.Visible = false
  607.         elseif main.Visible == false then
  608.             main.Visible = true
  609.         end
  610.     end
  611. end)
  612.  
  613. --<>-- --<>--
  614.  
  615. while true do
  616.     for i = 0,1,0.001*3 do
  617.         title.TextColor3 = Color3.fromHSV(i,1,1)
  618.         wait()
  619.     end
  620. end
  621.  
  622. --<>-- --<>--
Add Comment
Please, Sign In to add comment