Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "gothicammo/beelmao", Text = "Press E To Open & Close GUI"})
  2. -- Objects
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local BigHead = Instance.new("TextButton")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local Aimbot = Instance.new("TextButton")
  11. local TextLabel_4 = Instance.new("TextLabel")
  12. local NoBuildings = Instance.new("TextButton")
  13. local TextLabel_5 = Instance.new("TextLabel")
  14. local TextLabel_6 = Instance.new("TextLabel")
  15. local X = Instance.new("TextButton")
  16. local TextLabel_7 = Instance.new("TextLabel")
  17. local TextLabel_8 = Instance.new("TextLabel")
  18.  
  19. -- Properties
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  25. Frame.BorderSizePixel = 0
  26. Frame.Position = UDim2.new(0.0119047631, 0, 0.601517975, 0)
  27. Frame.Size = UDim2.new(0, 375, 0, 202)
  28. Frame.Visible = false
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  32. TextLabel.BorderSizePixel = 0
  33. TextLabel.Size = UDim2.new(0, 375, 0, 30)
  34. TextLabel.Font = Enum.Font.SourceSansLight
  35. TextLabel.Text = "Strucid Hecker"
  36. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14
  39. TextLabel.TextWrapped = true
  40. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  41. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  42.  
  43. TextLabel_2.Parent = Frame
  44. TextLabel_2.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  45. TextLabel_2.BorderSizePixel = 0
  46. TextLabel_2.Position = UDim2.new(0, 0, 0.148514852, 0)
  47. TextLabel_2.Size = UDim2.new(0, 375, 0, 6)
  48. TextLabel_2.Font = Enum.Font.SourceSansLight
  49. TextLabel_2.Text = ""
  50. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  51. TextLabel_2.TextScaled = true
  52. TextLabel_2.TextSize = 14
  53. TextLabel_2.TextWrapped = true
  54. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  55. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  56.  
  57. BigHead.Name = "Big Head"
  58. BigHead.Parent = Frame
  59. BigHead.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  60. BigHead.BorderColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  61. BigHead.BorderSizePixel = 0
  62. BigHead.Position = UDim2.new(0.0213333331, 0, 0.22277227, 0)
  63. BigHead.Size = UDim2.new(0, 99, 0, 33)
  64. BigHead.Font = Enum.Font.SourceSansLight
  65. BigHead.Text = "Big Head"
  66. BigHead.TextColor3 = Color3.new(1, 1, 1)
  67. BigHead.TextScaled = true
  68. BigHead.TextSize = 14
  69. BigHead.TextWrapped = true
  70. BigHead.MouseButton1Down:connect(function()
  71. -- made by gothicammo / bee#7291
  72.  
  73. while true do
  74. wait()
  75. for index, User in pairs(game:GetService("Players"):GetChildren()) do
  76. if User.Name == game.Players.LocalPlayer.name then
  77. else
  78. User.Character.Head.CanCollide = false
  79. User.Character.HumanoidRootPart.CanCollide = false
  80. User.Character.Head.Size = Vector3.new(45,45,45)
  81. User.Character.HumanoidRootPart.Size = Vector3.new(50,50,50)
  82. end
  83. end
  84. end
  85.  
  86. --[[
  87. local x = "bryandmgxd"
  88. workspace[x].Head.Size = Vector3.new(100,100,100)
  89. workspace[x].HumanoidRootPart.Size = Vector3.new(100,100,100)
  90. --]]
  91. end)
  92.  
  93. TextLabel_3.Parent = Frame
  94. TextLabel_3.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  95. TextLabel_3.BorderSizePixel = 0
  96. TextLabel_3.Position = UDim2.new(0.0213333331, 0, 0.386138618, 0)
  97. TextLabel_3.Size = UDim2.new(0, 99, 0, 5)
  98. TextLabel_3.Font = Enum.Font.SourceSansLight
  99. TextLabel_3.Text = ""
  100. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  101. TextLabel_3.TextScaled = true
  102. TextLabel_3.TextSize = 14
  103. TextLabel_3.TextWrapped = true
  104. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  105. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  106.  
  107. Aimbot.Name = "Aimbot"
  108. Aimbot.Parent = Frame
  109. Aimbot.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  110. Aimbot.BorderColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  111. Aimbot.BorderSizePixel = 0
  112. Aimbot.Position = UDim2.new(0.368000001, 0, 0.22277227, 0)
  113. Aimbot.Size = UDim2.new(0, 99, 0, 33)
  114. Aimbot.Font = Enum.Font.SourceSansLight
  115. Aimbot.Text = "Aimbot + ESP"
  116. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  117. Aimbot.TextScaled = true
  118. Aimbot.TextSize = 14
  119. Aimbot.TextWrapped = true
  120. Aimbot.MouseButton1Down:connect(function()
  121. local plrs = game:GetService("Players")
  122. local TeamBased = true ; local teambasedswitch = "o"
  123. local presskeytoaim = true; local aimkey = "e"
  124. local raycast = false
  125.  
  126. local espupdatetime = 5; autoesp = false
  127.  
  128.  
  129.  
  130. local lockaim = true; local lockangle = 5
  131.  
  132.  
  133.  
  134. --function findwat(folder, what)
  135. -- for i, smth in pairs(folder:GetChildren()) do
  136. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  137. -- return smth
  138. -- end
  139. -- end
  140. --end
  141. --
  142. --local plrs = findwat(game, "Players")
  143.  
  144.  
  145.  
  146.  
  147. local Gui = Instance.new("ScreenGui")
  148. local Move = Instance.new("Frame")
  149. local Main = Instance.new("Frame")
  150. local EspStatus = Instance.new("TextLabel")
  151. local st1 = Instance.new("TextLabel")
  152. local st1_2 = Instance.new("TextLabel")
  153. local st1_3 = Instance.new("TextLabel")
  154. local Name = Instance.new("TextLabel")
  155. --Properties:
  156. Gui.Name = "Gui"
  157. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  158.  
  159. Move.Name = "Move"
  160. Move.Parent = Gui
  161. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  162. Move.BackgroundTransparency = 0.40000000596046
  163. Move.BorderSizePixel = 0
  164. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  165. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  166.  
  167. Main.Name = "Main"
  168. Main.Parent = Move
  169. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  170. Main.BackgroundTransparency = 0.69999998807907
  171. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  172. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  173.  
  174. EspStatus.Name = "EspStatus"
  175. EspStatus.Parent = Main
  176. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  177. EspStatus.BackgroundTransparency = 1
  178. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  179. EspStatus.Font = Enum.Font.ArialBold
  180. EspStatus.Text = "Press T to update Esp"
  181. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  182. EspStatus.TextScaled = true
  183. EspStatus.TextSize = 14
  184. EspStatus.TextWrapped = true
  185.  
  186. st1.Name = "st1"
  187. st1.Parent = Main
  188. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  189. st1.BackgroundTransparency = 1
  190. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  191. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  192. st1.Font = Enum.Font.ArialBold
  193. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  194. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  195. st1.TextScaled = true
  196. st1.TextSize = 14
  197. st1.TextWrapped = true
  198.  
  199. st1_2.Name = "st1"
  200. st1_2.Parent = Main
  201. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  202. st1_2.BackgroundTransparency = 1
  203. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  204. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  205. st1_2.Font = Enum.Font.ArialBold
  206. st1_2.Text = "Press L to enable esp loop"
  207. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  208. st1_2.TextScaled = true
  209. st1_2.TextSize = 14
  210. st1_2.TextWrapped = true
  211.  
  212. st1_3.Name = "st1"
  213. st1_3.Parent = Main
  214. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  215. st1_3.BackgroundTransparency = 1
  216. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  217. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  218. st1_3.Font = Enum.Font.ArialBold
  219. st1_3.Text = "Press O to change team based mode"
  220. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  221. st1_3.TextScaled = true
  222. st1_3.TextSize = 14
  223. st1_3.TextWrapped = true
  224. local teambasedstatus = st1_3:Clone()
  225. teambasedstatus.Parent = st1_3
  226. teambasedstatus.TextScaled = true
  227. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  228. teambasedstatus.Text = tostring(TeamBased)
  229.  
  230. Name.Name = "Name"
  231. Name.Parent = Move
  232. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  233. Name.BackgroundTransparency = 1
  234. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  235. Name.Font = Enum.Font.Arial
  236. Name.Text = "FPS gui v1.0"
  237. Name.TextColor3 = Color3.new(0, 0, 0)
  238. Name.TextScaled = true
  239. Name.TextSize = 14
  240. Name.TextWrapped = true
  241. Name.TextXAlignment = Enum.TextXAlignment.Left
  242. -- Scripts:
  243.  
  244.  
  245. local plrsforaim = {}
  246.  
  247. local lplr = game:GetService("Players").LocalPlayer
  248. Move.Draggable = true
  249. Gui.ResetOnSpawn = false
  250. Gui.Name = "Chat"
  251. Gui.DisplayOrder = 999
  252.  
  253. Gui.Parent = plrs.LocalPlayer.PlayerGui
  254.  
  255.  
  256. f = {}
  257. local espforlder
  258.  
  259. f.addesp = function()
  260. --print("ESP ran")
  261. if espforlder then
  262. else
  263. espforlder = Instance.new("Folder")
  264. espforlder.Parent = game.Workspace.CurrentCamera
  265. end
  266. for i, v in pairs(espforlder:GetChildren()) do
  267. v:Destroy()
  268. end
  269. for _, plr in pairs(plrs:GetChildren()) do
  270. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  271. if TeamBased == true then
  272. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  273. local e = espforlder:FindFirstChild(plr.Name)
  274. if not e then
  275. --print("Added esp for team based")
  276. local bill = Instance.new("BillboardGui", espforlder)
  277. bill.Name = plr.Name
  278. bill.AlwaysOnTop = true
  279. bill.Size = UDim2.new(1,0,1,0)
  280. bill.Adornee = plr.Character.Head
  281. local Frame = Instance.new('Frame',bill)
  282. Frame.Active = true
  283. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  284. Frame.BackgroundTransparency = 0
  285. Frame.BorderSizePixel = 0
  286. Frame.AnchorPoint = Vector2.new(.5, .5)
  287. Frame.Position = UDim2.new (0.5,0,0.5,0)
  288. Frame.Size = UDim2.new (1,0,1,0)
  289. Frame.Rotation = 0
  290. plr.Character.Humanoid.Died:Connect(function()
  291. bill:Destroy()
  292. end)
  293. end
  294. end
  295. else
  296. local e = espforlder:FindFirstChild(plr.Name)
  297. if not e then
  298. --print("Added esp")
  299. local bill = Instance.new("BillboardGui", espforlder)
  300. bill.Name = plr.Name
  301. bill.AlwaysOnTop = true
  302. bill.Size = UDim2.new(1,0,1,0)
  303. bill.Adornee = plr.Character.Head
  304. local Frame = Instance.new('Frame',bill)
  305. Frame.Active = true
  306. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  307. Frame.BackgroundTransparency = 0
  308. Frame.BorderSizePixel = 0
  309. Frame.AnchorPoint = Vector2.new(.5, .5)
  310. Frame.Position = UDim2.new (0.5,0,0.5,0)
  311. Frame.Size = UDim2.new (1,0,1,0)
  312. Frame.Rotation = 0
  313. plr.Character.Humanoid.Died:Connect(function()
  314. bill:Destroy()
  315. end)
  316. end
  317. end
  318.  
  319.  
  320. end
  321. end
  322. end
  323. local cam = game.Workspace.CurrentCamera
  324.  
  325. local mouse = lplr:GetMouse()
  326. local switch = false
  327. local key = "k"
  328. local aimatpart = nil
  329. mouse.KeyDown:Connect(function(a)
  330. if a == "t" then
  331. print("worked1")
  332. f.addesp()
  333. elseif a == "u" then
  334. if raycast == true then
  335. raycast = false
  336. else
  337. raycast = true
  338. end
  339. elseif a == "l" then
  340. if autoesp == false then
  341. autoesp = true
  342. else
  343. autoesp = false
  344. end
  345. end
  346. if a == "j" then
  347. if mouse.Target then
  348. mouse.Target:Destroy()
  349. end
  350. end
  351. if a == key then
  352. if switch == false then
  353. switch = true
  354. else
  355. switch = false
  356. if aimatpart ~= nil then
  357. aimatpart = nil
  358. end
  359. end
  360. elseif a == teambasedswitch then
  361. if TeamBased == true then
  362. TeamBased = false
  363. teambasedstatus.Text = tostring(TeamBased)
  364. else
  365. TeamBased = true
  366. teambasedstatus.Text = tostring(TeamBased)
  367. end
  368. elseif a == aimkey then
  369. if not aimatpart then
  370. local maxangle = math.rad(20)
  371. for i, plr in pairs(plrs:GetChildren()) do
  372. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  373. if TeamBased == true then
  374. if plr.Team.Name ~= lplr.Team.Name then
  375. local an = checkfov(plr.Character.Head)
  376. if an < maxangle then
  377. maxangle = an
  378. aimatpart = plr.Character.Head
  379. end
  380. end
  381. else
  382. local an = checkfov(plr.Character.Head)
  383. if an < maxangle then
  384. maxangle = an
  385. aimatpart = plr.Character.Head
  386. end
  387. print(plr)
  388. end
  389. plr.Character.Humanoid.Died:Connect(function()
  390. if aimatpart.Parent == plr.Character or aimatpart == nil then
  391. aimatpart = nil
  392. end
  393. end)
  394. end
  395. end
  396. else
  397. aimatpart = nil
  398. end
  399. end
  400. end)
  401.  
  402. function getfovxyz (p0, p1, deg)
  403. local x1, y1, z1 = p0:ToOrientation()
  404. local cf = CFrame.new(p0.p, p1.p)
  405. local x2, y2, z2 = cf:ToOrientation()
  406. --local d = math.deg
  407. if deg then
  408. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  409. else
  410. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  411. end
  412. end
  413.  
  414. function getaimbotplrs()
  415. plrsforaim = {}
  416. for i, plr in pairs(plrs:GetChildren()) do
  417. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  418.  
  419. if TeamBased == true then
  420. if plr.Team.Name ~= lplr.Team.Name then
  421. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  422. local r = Ray.new(cf, cf.LookVector * 10000)
  423. local ign = {}
  424. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  425. if v:IsA("BasePart") then
  426. table.insert(ign , v)
  427. end
  428. end
  429. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  430. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  431. table.insert(plrsforaim, obj)
  432. end
  433. end
  434. else
  435. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  436. local r = Ray.new(cf, cf.LookVector * 10000)
  437. local ign = {}
  438. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  439. if v:IsA("BasePart") then
  440. table.insert(ign , v)
  441. end
  442. end
  443. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  444. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  445. table.insert(plrsforaim, obj)
  446. end
  447. end
  448.  
  449.  
  450. end
  451. end
  452. end
  453.  
  454. function aimat(part)
  455. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  456. end
  457. function checkfov (part)
  458. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  459. local angle = math.abs(fov.X) + math.abs(fov.Y)
  460. return angle
  461. end
  462.  
  463. game:GetService("RunService").RenderStepped:Connect(function()
  464. if aimatpart then
  465. aimat(aimatpart)
  466. if aimatpart.Parent == plrs.LocalPlayer.Character then
  467. aimatpart = nil
  468. end
  469. end
  470.  
  471.  
  472. -- if switch == true then
  473. -- local maxangle = 99999
  474. --
  475. -- --print("Loop")
  476. -- if true and raycast == false then
  477. -- for i, plr in pairs(plrs:GetChildren()) do
  478. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  479. -- if TeamBased then
  480. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  481. -- local an = checkfov(plr.Character.Head)
  482. -- if an < maxangle then
  483. -- maxangle = an
  484. -- aimatpart = plr.Character.Head
  485. -- if an < lockangle then
  486. -- break
  487. -- end
  488. -- end
  489. -- end
  490. -- else
  491. -- local an = checkfov(plr.Character.Head)
  492. -- if an < maxangle then
  493. -- maxangle = an
  494. -- aimatpart = plr.Character.Head
  495. -- if an < lockangle then
  496. -- break
  497. -- end
  498. -- end
  499. -- end
  500. --
  501. --
  502. --
  503. --
  504. -- end
  505. -- end
  506. -- elseif raycast == true then
  507. --
  508. -- end
  509.  
  510. if raycast == true and switch == false and not aimatpart then
  511. getaimbotplrs()
  512. aimatpart = nil
  513. local maxangle = 999
  514. for i, v in ipairs(plrsforaim) do
  515. if v.Parent ~= lplr.Character then
  516. local an = checkfov(v)
  517. if an < maxangle and v ~= lplr.Character.Head then
  518. maxangle = an
  519. aimatpart = v
  520. print(v:GetFullName())
  521. v.Parent.Humanoid.Died:connect(function()
  522. aimatpart = nil
  523. end)
  524. end
  525. end
  526. end
  527.  
  528. end
  529. end)
  530. delay(0, function()
  531. while wait(espupdatetime) do
  532. if autoesp == true then
  533. pcall(function()
  534. f.addesp()
  535. end)
  536. end
  537. end
  538. end)
  539. warn("loaded")
  540. end)
  541.  
  542. TextLabel_4.Parent = Frame
  543. TextLabel_4.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  544. TextLabel_4.BorderSizePixel = 0
  545. TextLabel_4.Position = UDim2.new(0.368000001, 0, 0.386138618, 0)
  546. TextLabel_4.Size = UDim2.new(0, 99, 0, 5)
  547. TextLabel_4.Font = Enum.Font.SourceSansLight
  548. TextLabel_4.Text = ""
  549. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  550. TextLabel_4.TextScaled = true
  551. TextLabel_4.TextSize = 14
  552. TextLabel_4.TextWrapped = true
  553. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  554. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  555.  
  556. NoBuildings.Name = "No Buildings"
  557. NoBuildings.Parent = Frame
  558. NoBuildings.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  559. NoBuildings.BorderColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  560. NoBuildings.BorderSizePixel = 0
  561. NoBuildings.Position = UDim2.new(0.714666665, 0, 0.22277227, 0)
  562. NoBuildings.Size = UDim2.new(0, 99, 0, 33)
  563. NoBuildings.Font = Enum.Font.SourceSansLight
  564. NoBuildings.Text = "Broken.."
  565. NoBuildings.TextColor3 = Color3.new(1, 1, 1)
  566. NoBuildings.TextScaled = true
  567. NoBuildings.TextSize = 14
  568. NoBuildings.TextWrapped = true
  569.  
  570. TextLabel_5.Parent = Frame
  571. TextLabel_5.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  572. TextLabel_5.BorderSizePixel = 0
  573. TextLabel_5.Position = UDim2.new(0.714666665, 0, 0.386138618, 0)
  574. TextLabel_5.Size = UDim2.new(0, 99, 0, 5)
  575. TextLabel_5.Font = Enum.Font.SourceSansLight
  576. TextLabel_5.Text = ""
  577. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  578. TextLabel_5.TextScaled = true
  579. TextLabel_5.TextSize = 14
  580. TextLabel_5.TextWrapped = true
  581. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  582. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  583.  
  584. TextLabel_6.Parent = Frame
  585. TextLabel_6.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  586. TextLabel_6.BackgroundTransparency = 1
  587. TextLabel_6.BorderSizePixel = 0
  588. TextLabel_6.Position = UDim2.new(0.170666665, 0, 0.579208076, 0)
  589. TextLabel_6.Size = UDim2.new(0, 247, 0, 35)
  590. TextLabel_6.Font = Enum.Font.SourceSansBold
  591. TextLabel_6.Text = "More Coming Soon..."
  592. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  593. TextLabel_6.TextScaled = true
  594. TextLabel_6.TextSize = 14
  595. TextLabel_6.TextWrapped = true
  596. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  597.  
  598. X.Name = "X"
  599. X.Parent = Frame
  600. X.BackgroundColor3 = Color3.new(0.933333, 0.305882, 0.933333)
  601. X.BorderColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  602. X.BorderSizePixel = 0
  603. X.Position = UDim2.new(0.903999984, 0, 0, 0)
  604. X.Size = UDim2.new(0, 36, 0, 30)
  605. X.Font = Enum.Font.SourceSansBold
  606. X.Text = "X"
  607. X.TextColor3 = Color3.new(1, 1, 1)
  608. X.TextScaled = true
  609. X.TextSize = 14
  610. X.TextWrapped = true
  611. X.MouseButton1Down:connect(function()
  612. Frame.Visible = false
  613. end)
  614.  
  615. TextLabel_7.Parent = Frame
  616. TextLabel_7.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  617. TextLabel_7.BackgroundTransparency = 1
  618. TextLabel_7.BorderSizePixel = 0
  619. TextLabel_7.Position = UDim2.new(-0.0506667197, 0, 0.925742686, 0)
  620. TextLabel_7.Size = UDim2.new(0, 93, 0, 15)
  621. TextLabel_7.Font = Enum.Font.SourceSansBold
  622. TextLabel_7.Text = "Made By"
  623. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  624. TextLabel_7.TextScaled = true
  625. TextLabel_7.TextSize = 14
  626. TextLabel_7.TextWrapped = true
  627. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  628.  
  629. TextLabel_8.Parent = Frame
  630. TextLabel_8.BackgroundColor3 = Color3.new(0.886275, 0.294118, 0.886275)
  631. TextLabel_8.BackgroundTransparency = 1
  632. TextLabel_8.BorderSizePixel = 0
  633. TextLabel_8.Position = UDim2.new(0.111999959, 0, 0.896039784, 0)
  634. TextLabel_8.Size = UDim2.new(0, 73, 0, 21)
  635. TextLabel_8.Font = Enum.Font.Antique
  636. TextLabel_8.Text = "Bee#7291"
  637. TextLabel_8.TextColor3 = Color3.new(1, 0, 0)
  638. TextLabel_8.TextScaled = true
  639. TextLabel_8.TextSize = 14
  640. TextLabel_8.TextWrapped = true
  641. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  642.  
  643. Player = game.Players.LocalPlayer
  644. Mouse = Player:GetMouse()
  645. gui = ScreenGui
  646. box = Frame
  647. Open = false
  648.  
  649. function PressY(key)
  650. if (key == "e") then
  651. if (Open == false) then
  652. box.Visible = true
  653. Open = true
  654. elseif (Open == true) then
  655. box.Visible = false
  656. Open = false
  657. end
  658. end
  659. end
  660.  
  661. Mouse.KeyDown:connect(PressY)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement