SyntaxIsHere

Fuck Effort v1

Oct 27th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local DST = Instance.new("TextButton")
  8. local SA = Instance.new("TextButton")
  9. local MI = Instance.new("TextButton")
  10. local ZZ = Instance.new("TextButton")
  11. local ESP = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Aimbot = Instance.new("TextButton")
  14. local MP2 = Instance.new("TextButton")
  15. local MG = Instance.new("TextButton")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17. local IB = Instance.new("TextButton")
  18. local CB = Instance.new("TextButton")
  19. local BAGP = Instance.new("TextButton")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local TextLabel_5 = Instance.new("TextLabel")
  22. local TextLabel_6 = Instance.new("TextLabel")
  23. local TextLabel_7 = Instance.new("TextLabel")
  24. local Open = Instance.new("TextButton")
  25. local Close = Instance.new("TextButton")
  26. --Properties:
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. MainGUI.Name = "Main GUI"
  30. MainGUI.Parent = ScreenGui
  31. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  32. MainGUI.Position = UDim2.new(0.320419699, 0, 0.168896317, 0)
  33. MainGUI.Size = UDim2.new(0, 464, 0, 383)
  34. MainGUI.Active = true
  35. MainGUI.Draggable= true
  36.  
  37. TextLabel.Parent = MainGUI
  38. TextLabel.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  39. TextLabel.Position = UDim2.new(0, 0, -0.0496083535, 0)
  40. TextLabel.Size = UDim2.new(0, 464, 0, 19)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "Fuck Effort V1 (Money Hacks)"
  43. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  44. TextLabel.TextSize = 14
  45.  
  46. DST.Name = "DST"
  47. DST.Parent = MainGUI
  48. DST.BackgroundColor3 = Color3.new(1, 1, 1)
  49. DST.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  50. DST.Position = UDim2.new(0.019396551, 0, 0.0156657957, 0)
  51. DST.Size = UDim2.new(0, 147, 0, 29)
  52. DST.Font = Enum.Font.SourceSans
  53. DST.Text = "Deep Space Tycoon Money"
  54. DST.TextColor3 = Color3.new(0, 0, 0)
  55. DST.TextSize = 14
  56. DST.MouseButton1Down:connect(function()
  57. local RStorage = game.ReplicatedStorage.RemoteEvents
  58.  
  59. for i=1,1000 do
  60. RStorage.Codes.GRANDOPENING:FireServer()
  61. end
  62. end)
  63.  
  64. SA.Name = "SA"
  65. SA.Parent = MainGUI
  66. SA.BackgroundColor3 = Color3.new(1, 1, 1)
  67. SA.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  68. SA.Position = UDim2.new(0.019396551, 0, 0.112271532, 0)
  69. SA.Size = UDim2.new(0, 147, 0, 29)
  70. SA.Font = Enum.Font.SourceSans
  71. SA.Text = "Shark Attack (1 Gem Needed)"
  72. SA.TextColor3 = Color3.new(0, 0, 0)
  73. SA.TextSize = 14
  74. SA.MouseButton1Down:connect(function()
  75. game.ReplicatedStorage.Functions.TradeGem:InvokeServer("Green Gems","100000")
  76. end)
  77.  
  78. MI.Name = "MI"
  79. MI.Parent = MainGUI
  80. MI.BackgroundColor3 = Color3.new(1, 1, 1)
  81. MI.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  82. MI.Position = UDim2.new(0.019396551, 0, 0.20887728, 0)
  83. MI.Size = UDim2.new(0, 147, 0, 29)
  84. MI.Font = Enum.Font.SourceSans
  85. MI.Text = "Monster Island "
  86. MI.TextColor3 = Color3.new(0, 0, 0)
  87. MI.TextSize = 14
  88. MI.MouseButton1Down:connect(function()
  89. while wait(0.1) do
  90. game.Players.LocalPlayer.ChangeStat:InvokeServer("Update","Gold", 1000000)
  91. end
  92. end)
  93.  
  94. ZZ.Name = "ZZ"
  95. ZZ.Parent = MainGUI
  96. ZZ.BackgroundColor3 = Color3.new(1, 1, 1)
  97. ZZ.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  98. ZZ.Position = UDim2.new(0.019396551, 0, 0.308093995, 0)
  99. ZZ.Size = UDim2.new(0, 147, 0, 29)
  100. ZZ.Font = Enum.Font.SourceSans
  101. ZZ.Text = "Zombie Zone"
  102. ZZ.TextColor3 = Color3.new(0, 0, 0)
  103. ZZ.TextSize = 14
  104. ZZ.MouseButton1Down:connect(function()
  105. game.ReplicatedStorage.RemoteEvents.UpgradePurchase:FireServer(-999999999, game.Players.LocalPlayer.ClipSize)
  106. end)
  107.  
  108. ESP.Name = "ESP"
  109. ESP.Parent = MainGUI
  110. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ESP.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  112. ESP.Position = UDim2.new(0.019396551, 0, 0.772845924, 0)
  113. ESP.Size = UDim2.new(0, 147, 0, 29)
  114. ESP.Font = Enum.Font.SourceSans
  115. ESP.Text = "ESP"
  116. ESP.TextColor3 = Color3.new(0, 0, 0)
  117. ESP.TextSize = 14
  118. ESP.MouseButton1Down:connect(function()
  119. local lPlayer = game.Players.LocalPlayer;
  120. local lTeam = lPlayer.TeamColor;
  121. local mode = 1;
  122. local speed = .7; -- CFrame interpolation every second.
  123. local aimToggle = false;
  124. local enemyColor = BrickColor.Red();
  125. local friendlyColor = BrickColor.Blue();
  126.  
  127. function onKeyPress(inputObject, gameProcessedEvent)
  128. if inputObject.KeyCode == Enum.KeyCode.RightAlt then
  129. if aimToggle == false then
  130. --aimToggle = true;
  131. else
  132. --aimToggle = false;
  133. end
  134. end
  135. if inputObject.KeyCode == Enum.KeyCode.RightControl then
  136. if mode == 1 then
  137. mode = 0;
  138. for i,v in pairs(game.Players:GetChildren()) do
  139. if v ~= lPlayer then
  140. if game.Workspace:FindFirstChild(v.Name) ~= nil then
  141. if v.Character:FindFirstChild("Torso") ~= nil then
  142. v.Character.Torso.eP.Frame.Visible = false;
  143. end
  144. for t,x in pairs(v.Character:GetChildren()) do
  145. if x.ClassName == "Part" then
  146. if v.Character:FindFirstChild("Head") ~= nil then
  147. if v.Character.Head:FindFirstChild("1") ~= nil then
  148. for l=1,6 do
  149. x:FindFirstChild(l).Frame.Visible = true;
  150. end
  151. end
  152. end
  153. end
  154. end
  155. end
  156. end
  157. end
  158. elseif mode == 0 then
  159. mode = 1;
  160. for i,v in pairs(game.Players:GetChildren()) do
  161. if v ~= lPlayer then
  162. if game.Workspace:FindFirstChild(v.Name) ~= nil then
  163. if v.Character:FindFirstChild("Torso") ~= nil then
  164. v.Character.Torso.eP.Frame.Visible = true;
  165. end
  166. for t,x in pairs(v.Character:GetChildren()) do
  167. if x.ClassName == "Part" then
  168. if v.Character:FindFirstChild("Head") ~= nil then
  169. if v.Character.Head:FindFirstChild("1") ~= nil then
  170. for l=1,6 do
  171. x:FindFirstChild(l).Frame.Visible = false;
  172. end
  173. end
  174. end
  175. end
  176. end
  177. end
  178. end
  179. end
  180. end
  181. end
  182. end
  183.  
  184. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  185.  
  186. local function ClosestPlayer(point)
  187. local OnTarget = false;
  188. local CurDis = nil;
  189. local CurPlayer = nil;
  190. for i,v in pairs(game.Players:GetChildren()) do
  191. if v ~= lPlayer then
  192. if CurDis == nil then
  193. CurDis = v:DistanceFromCharacter(lPlayer.Character.Torso.Position);
  194. CurPlayer = v;
  195. else
  196. if v:DistanceFromCharacter(lPlayer.Character.Torso.Position) < CurDis then
  197. CurDis = v:DistanceFromCharacter(lPlayer.Character.Torso.Position);
  198. CurPlayer = v;
  199. end
  200. end
  201. end
  202. end
  203. while aimToggle == true do
  204. for i = 0, 1, .01 do
  205. game.Workspace.CurrentCamera.CFrame = CFrame.new(Vector3.new(game.Workspace.CurrentCamera.CFrame.X,game.Workspace.CurrentCamera.CFrame.Y,game.Workspace.CurrentCamera.CFrame.Z), CurPlayer.Character.Torso.Position);
  206. end
  207. end
  208. end
  209.  
  210. while true do
  211. for i,v in pairs(game.Players:GetChildren()) do
  212. local vChar = game.Workspace:WaitForChild(v.Name);
  213. if vChar.Torso:FindFirstChild("eP") == nil and v ~= lPlayer then
  214. local fLayer = Instance.new("BillboardGui");
  215. fLayer.Name = "eP";
  216. fLayer.Size = UDim2.new(8,0,8,0);
  217. fLayer.SizeOffset = Vector2.new(.5,-.55);
  218. fLayer.LightInfluence = 0;
  219. fLayer.AlwaysOnTop = true;
  220. fLayer.Adornee = vChar:WaitForChild("Torso");
  221. fLayer.Parent = vChar.Torso;
  222. local sLayer = Instance.new("Frame");
  223. sLayer.BackgroundTransparency = .5;
  224. sLayer.AnchorPoint = Vector2.new(.5,.5);
  225. if v.TeamColor == lTeam then
  226. sLayer.BackgroundColor = BrickColor.Blue();
  227. else
  228. sLayer.BackgroundColor = BrickColor.Red();
  229. end
  230. sLayer.BorderSizePixel = 0;
  231. sLayer.Size = UDim2.new(.5,0,.7,0);
  232. sLayer.Parent = fLayer;
  233. if mode == 0 then
  234. sLayer.Visible = false;
  235. end
  236. local fhLayer = Instance.new("BillboardGui");
  237. fhLayer.Name = "ePh";
  238. fhLayer.Size = UDim2.new(8,0,8,0);
  239. fhLayer.SizeOffset = Vector2.new(.25,-.13);
  240. fhLayer.LightInfluence = 0;
  241. fhLayer.AlwaysOnTop = true;
  242. fhLayer.Adornee = vChar:WaitForChild("Torso");
  243. fhLayer.Parent = vChar.Torso;
  244. local health = Instance.new("Frame");
  245. health.AnchorPoint = Vector2.new(0,.5);
  246. health.Name = "health";
  247. health.BorderSizePixel = 0;
  248. health.BackgroundColor3 = Color3.fromRGB(255,0,0);
  249. health.Size = UDim2.new((v.Character.Humanoid.Health/v.Character.Humanoid.MaxHealth)/2,0,.05,0);
  250. health.Parent = fhLayer;
  251. local fnLayer = Instance.new("BillboardGui");
  252. fnLayer.Name = "ePn";
  253. fnLayer.Size = UDim2.new(8,0,8,0);
  254. fnLayer.SizeOffset = Vector2.new(.25,0);
  255. fnLayer.LightInfluence = 0;
  256. fnLayer.AlwaysOnTop = true;
  257. fnLayer.Adornee = vChar:WaitForChild("Torso");
  258. fnLayer.Parent = vChar.Torso;
  259. local name = Instance.new("TextLabel");
  260. name.AnchorPoint = Vector2.new(0,.5);
  261. name.Name = "txtlabel";
  262. name.BorderSizePixel = 0;
  263. name.BackgroundTransparency = 1;
  264. name.Size = UDim2.new(.5,0,.05,0);
  265. name.Position = UDim2.new(0,0,0,0);
  266. name.TextScaled = true;
  267. name.Text = v.Name;
  268. name.TextColor3 = Color3.fromRGB(sLayer.BackgroundColor.r,sLayer.BackgroundColor.g,sLayer.BackgroundColor.b);
  269. name.Parent = fnLayer;
  270. for x,t in pairs(vChar:GetChildren()) do
  271. if t.ClassName == "Part" then
  272. for l = 1, 6 do
  273. local headLayer = Instance.new("SurfaceGui");
  274. headLayer.Name = l;
  275. headLayer.LightInfluence = 0;
  276. headLayer.AlwaysOnTop = true;
  277. headLayer.Adornee = vChar:WaitForChild(t.Name);
  278. headLayer.Parent = t;
  279. if l==1 then
  280. headLayer.Face = "Front";
  281. elseif l==2 then
  282. headLayer.Face = "Right";
  283. elseif l==3 then
  284. headLayer.Face = "Left";
  285. elseif l==4 then
  286. headLayer.Face = "Back";
  287. elseif l==5 then
  288. headLayer.Face = "Top";
  289. elseif l==6 then
  290. headLayer.Face = "Bottom";
  291. end
  292. local xLayer = Instance.new("Frame");
  293. xLayer.BackgroundTransparency = .5;
  294. xLayer.AnchorPoint = Vector2.new(0,0);
  295. if v.TeamColor == lTeam then
  296. xLayer.BackgroundColor = BrickColor.Blue();
  297. else
  298. xLayer.BackgroundColor = BrickColor.Red();
  299. end
  300. xLayer.BorderSizePixel = 0;
  301. xLayer.Size = UDim2.new(1,0,1,0);
  302. xLayer.Parent = headLayer;
  303. if mode == 1 then
  304. xLayer.Visible = false;
  305. end
  306. end
  307. end
  308. end
  309. else
  310. if v ~= lPlayer then
  311. v.Character.Torso.ePh.health.Size = UDim2.new((v.Character.Humanoid.Health/v.Character.Humanoid.MaxHealth)/2,0,.05,0);
  312. end
  313. end
  314. end
  315. wait(.3);
  316. end
  317. end)
  318.  
  319. TextLabel_2.Parent = MainGUI
  320. TextLabel_2.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  321. TextLabel_2.Position = UDim2.new(0, 0, 0.704960823, 0)
  322. TextLabel_2.Size = UDim2.new(0, 464, 0, 19)
  323. TextLabel_2.Font = Enum.Font.SourceSans
  324. TextLabel_2.Text = "Fuck Effort V1 (Other Hacks)"
  325. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  326. TextLabel_2.TextSize = 14
  327.  
  328. Aimbot.Name = "Aimbot"
  329. Aimbot.Parent = MainGUI
  330. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Aimbot.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  332. Aimbot.Position = UDim2.new(0.357758611, 0, 0.772845924, 0)
  333. Aimbot.Size = UDim2.new(0, 147, 0, 29)
  334. Aimbot.Font = Enum.Font.SourceSans
  335. Aimbot.Text = "Mad Paintball 2 Aimbot"
  336. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  337. Aimbot.TextSize = 14
  338. Aimbot.MouseButton1Down:connect(function()
  339. _G.HitBoxSize = Vector3.new(300, 300, 300)
  340.  
  341. game:service('RunService').RenderStepped:connect(function()
  342. for i, v in pairs(game.Workspace.Camera.GameElementContainer.HITBOXES:GetDescendants()) do
  343. if v:IsA('Part') and v.Size ~= _G.HitBoxSize and v.Transparency ~= 0 and v.Name == 'Head' then v.Size = _G.HitBoxSize
  344. v.Transparency = 0
  345. end
  346. end
  347. end)
  348. end)
  349.  
  350. MP2.Name = "MP2"
  351. MP2.Parent = MainGUI
  352. MP2.BackgroundColor3 = Color3.new(1, 1, 1)
  353. MP2.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  354. MP2.Position = UDim2.new(0.357758611, 0, 0.0156657994, 0)
  355. MP2.Size = UDim2.new(0, 147, 0, 29)
  356. MP2.Font = Enum.Font.SourceSans
  357. MP2.Text = "Mad Paintball 2"
  358. MP2.TextColor3 = Color3.new(0, 0, 0)
  359. MP2.TextSize = 14
  360. MP2.MouseButton1Down:connect(function()
  361. game.ReplicatedStorage.GameMain.Select:FireServer("BuySlot", {"2Slots1Day", -2e99})
  362. end)
  363.  
  364. MG.Name = "MG"
  365. MG.Parent = MainGUI
  366. MG.BackgroundColor3 = Color3.new(1, 1, 1)
  367. MG.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  368. MG.Position = UDim2.new(0.357758611, 0, 0.112271547, 0)
  369. MG.Size = UDim2.new(0, 147, 0, 29)
  370. MG.Font = Enum.Font.SourceSans
  371. MG.Text = "Mini Golf"
  372. MG.TextColor3 = Color3.new(0, 0, 0)
  373. MG.TextSize = 14
  374. MG.MouseButton1Down:connect(function()
  375. local credit = game.Players.LocalPlayer.PlayerGui.Credits.Credit.Text
  376. game.Workspace.UpdateCredit:FireServer(2147483512 - credit)
  377. end)
  378.  
  379. TextLabel_3.Parent = MainGUI
  380. TextLabel_3.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  381. TextLabel_3.Position = UDim2.new(0.706896544, 0, 0, 0)
  382. TextLabel_3.Size = UDim2.new(0, 136, 0, 19)
  383. TextLabel_3.Font = Enum.Font.SourceSans
  384. TextLabel_3.Text = "Credits:"
  385. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  386. TextLabel_3.TextSize = 14
  387.  
  388. IB.Name = "IB"
  389. IB.Parent = MainGUI
  390. IB.BackgroundColor3 = Color3.new(1, 1, 1)
  391. IB.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  392. IB.Position = UDim2.new(0.356546223, 0, 0.206829578, 0)
  393. IB.Size = UDim2.new(0, 147, 0, 29)
  394. IB.Font = Enum.Font.SourceSans
  395. IB.Text = "Ice Breaker"
  396. IB.TextColor3 = Color3.new(0, 0, 0)
  397. IB.TextSize = 14
  398. IB.MouseButton1Down:connect(function()
  399. while wait() do
  400.  
  401. game.ReplicatedStorage.removeDebris:FireServer(30)
  402.  
  403. end
  404. end)
  405.  
  406. CB.Name = "CB"
  407. CB.Parent = MainGUI
  408. CB.BackgroundColor3 = Color3.new(1, 1, 1)
  409. CB.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  410. CB.Position = UDim2.new(0.356546223, 0, 0.306928247, 0)
  411. CB.Size = UDim2.new(0, 147, 0, 29)
  412. CB.Font = Enum.Font.SourceSans
  413. CB.Text = "Crate Bait"
  414. CB.TextColor3 = Color3.new(0, 0, 0)
  415. CB.TextSize = 14
  416. CB.MouseButton1Down:connect(function()
  417. while wait(0.1)do
  418. workspace.GiveRobux:FireServer()
  419. end
  420. end)
  421.  
  422. BAGP.Name = "BAGP"
  423. BAGP.Parent = MainGUI
  424. BAGP.BackgroundColor3 = Color3.new(1, 1, 1)
  425. BAGP.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  426. BAGP.Position = UDim2.new(0.0186242461, 0, 0.406088203, 0)
  427. BAGP.Size = UDim2.new(0, 147, 0, 29)
  428. BAGP.Font = Enum.Font.SourceSans
  429. BAGP.Text = "Boys And Girls Paradise"
  430. BAGP.TextColor3 = Color3.new(0, 0, 0)
  431. BAGP.TextSize = 14
  432. BAGP.MouseButton1Down:connect(function()
  433. game.ReplicatedStorage.GameEvents.PurchaseItemFunction:InvokeServer("BlueJayFedora", -999999)
  434. end)
  435.  
  436. TextLabel_4.Parent = MainGUI
  437. TextLabel_4.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  438. TextLabel_4.Position = UDim2.new(0.706896544, 0, 0.0496083535, 0)
  439. TextLabel_4.Size = UDim2.new(0, 136, 0, 19)
  440. TextLabel_4.Font = Enum.Font.SourceSans
  441. TextLabel_4.Text = "Syntax"
  442. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  443. TextLabel_4.TextSize = 14
  444.  
  445. TextLabel_5.Parent = MainGUI
  446. TextLabel_5.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  447. TextLabel_5.Position = UDim2.new(0.706896544, 0, 0.0992167071, 0)
  448. TextLabel_5.Size = UDim2.new(0, 136, 0, 19)
  449. TextLabel_5.Font = Enum.Font.SourceSans
  450. TextLabel_5.Text = "Luci"
  451. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  452. TextLabel_5.TextSize = 14
  453.  
  454. TextLabel_6.Parent = MainGUI
  455. TextLabel_6.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  456. TextLabel_6.Position = UDim2.new(0.706896544, 0, 0.754569173, 0)
  457. TextLabel_6.Size = UDim2.new(0, 136, 0, 19)
  458. TextLabel_6.Font = Enum.Font.SourceSans
  459. TextLabel_6.Text = "Discord: Syntax#3736"
  460. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  461. TextLabel_6.TextSize = 14
  462.  
  463. TextLabel_7.Parent = MainGUI
  464. TextLabel_7.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  465. TextLabel_7.Position = UDim2.new(0.706896544, 0, 0.148825064, 0)
  466. TextLabel_7.Size = UDim2.new(0, 136, 0, 19)
  467. TextLabel_7.Font = Enum.Font.SourceSans
  468. TextLabel_7.Text = "_Cry_"
  469. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  470. TextLabel_7.TextSize = 14
  471.  
  472. Open.Name = "Open"
  473. Open.Parent = ScreenGui
  474. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Open.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  476. Open.Position = UDim2.new(-0.000781010836, 0, -0.00140154362, 0)
  477. Open.Size = UDim2.new(0, 147, 0, 29)
  478. Open.Visible = false
  479. Open.Font = Enum.Font.SourceSans
  480. Open.Text = "Open"
  481. Open.TextColor3 = Color3.new(0, 0, 0)
  482. Open.TextSize = 14
  483. Open.MouseButton1Down:connect(function()
  484. MainGUI.Visible = true
  485. Open.Visible = false
  486. Close.Visible = true
  487. end)
  488.  
  489. Close.Name = "Close"
  490. Close.Parent = ScreenGui
  491. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  492. Close.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  493. Close.Position = UDim2.new(-0.000781010836, 0, -0.00140154362, 0)
  494. Close.Size = UDim2.new(0, 147, 0, 29)
  495. Close.Font = Enum.Font.SourceSans
  496. Close.Text = "Close"
  497. Close.TextColor3 = Color3.new(0, 0, 0)
  498. Close.TextSize = 14
  499. Close.MouseButton1Down:connect(function()
  500. MainGUI.Visible = false
  501. Open.Visible = true
  502. Close.Visible = false
  503. end)
Add Comment
Please, Sign In to add comment