Advertisement
OuterName

HAHAHA MEM

Feb 8th, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 KB | None | 0 0
  1.  
  2. local Blue = Instance.new("ScreenGui")
  3. local Body = Instance.new("Frame")
  4. local Title = Instance.new("Frame")
  5. local Credits = Instance.new("TextLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local reee = Instance.new("TextButton")
  8. local INFjump = Instance.new("TextButton")
  9. local ESP = Instance.new("TextButton")
  10. local aimbot = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local OpenGUI = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14. --Properties:
  15. Blue.Name = "Blue"
  16. Blue.Parent = game.CoreGui
  17. Blue.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Body.Active = true
  20. Body.Draggable = true ------ Dont change this
  21.  
  22. Body.Name = "Body"
  23. Body.Parent = Blue
  24. Body.BackgroundColor3 = Color3.new(0.192157, 0.972549, 0.921569)
  25. Body.Position = UDim2.new(0.337070256, 0, 0.271844625, 0)
  26. Body.Size = UDim2.new(0, 435, 0, 376)
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = Body
  30. Title.BackgroundColor3 = Color3.new(0.156863, 0.592157, 0.972549)
  31. Title.Position = UDim2.new(-0.000860806147, 0, -0.0166029427, 0)
  32. Title.Size = UDim2.new(0, 435, 0, 57)
  33.  
  34. Credits.Name = "Credits"
  35. Credits.Parent = Title
  36. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Credits.BackgroundTransparency = 1
  38. Credits.Position = UDim2.new(0.728735626, 0, 6.1929822, 0)
  39. Credits.Size = UDim2.new(0, 145, 0, 37)
  40. Credits.Font = Enum.Font.SourceSans
  41. Credits.Text = "By Outer"
  42. Credits.TextColor3 = Color3.new(0, 0, 0)
  43. Credits.TextSize = 30
  44.  
  45. TextLabel.Parent = Title
  46. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  47. TextLabel.BackgroundTransparency = 1
  48. TextLabel.Position = UDim2.new(0.268965513, 0, 0.0526315793, 0)
  49. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  50. TextLabel.Font = Enum.Font.Highway
  51. TextLabel.Text = "Blue"
  52. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  53. TextLabel.TextSize = 50
  54.  
  55. reee.Name = "reee"
  56. reee.Parent = Body
  57. reee.BackgroundColor3 = Color3.new(1, 0, 0)
  58. reee.Position = UDim2.new(0, 0, 0.202127665, 0)
  59. reee.Size = UDim2.new(0, 138, 0, 51)
  60. reee.Font = Enum.Font.SourceSans
  61. reee.Text = "ULTIMATE POWER"
  62. reee.TextColor3 = Color3.new(0, 0, 0)
  63. reee.TextSize = 20
  64. reee.MouseButton1Click:connect(function()
  65. _G.Primary = "M16A1";
  66. _G.Secondary = "";
  67. _G.Melee = "Knife";
  68.  
  69.  
  70. local mt = getrawmetatable(game);
  71. local old = mt.__namecall
  72.  
  73. local rstorage = game:GetService("ReplicatedStorage");
  74. local Events = rstorage.Events;
  75. local FallDamage = Events.FallDamage;
  76. local Kick = Events.Kick;
  77. local HitPart = Events.HitPart;
  78. local BeanBoozled = rstorage.BeanBoozled;
  79. local Client = game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client;
  80. local sClient = game:GetService("StarterGui").GUI.Client;
  81. local BanBoi = game:GetService("Players").LocalPlayer.PlayerGui.BanBoi.Ban;
  82. local sBanBoi = game:GetService("StarterGui").BanBoi.Ban;
  83. local FallDamage = rstorage.Events.FallDamage;
  84. local GetItems = rstorage.Events.GetItems;
  85. local Empty = rstorage.Events.empty
  86.  
  87.  
  88. newcclosure = newcclosure or (function(f) return f end)
  89.  
  90. make_writeable(mt, false);
  91.  
  92. mt.__namecall = newcclosure(function(self,...)
  93. local args = {...}
  94. local method = args[#args]
  95.  
  96. if (self == FallDamage and method:find('FireServer')) then
  97. return wait(9e9);
  98. end
  99.  
  100. if (self == Kick or self == FallDamage) and string.lower(method) == 'fireserver' then
  101. print(self, ...)
  102. return wait(9e9);
  103. end
  104. if self == HitPart and string.lower(method) == 'fireserver' then
  105. if args[1] == "ban" then
  106. print(self, ...)
  107. return wait(9e9);
  108. else
  109. return old(self, ...);
  110. end
  111. end
  112. if self == BeanBoozled and string.lower(method) == 'fireserver' then
  113. return wait(9e9);
  114. end
  115. if (self == Client or self == BanBoi or self == sClient or self == sBanBoi) and string.lower(method) == 'destroy' then
  116. return wait(9e9)
  117. end
  118.  
  119. return old(self, ...)
  120. end)
  121.  
  122. local rstorage = game:GetService("ReplicatedStorage");
  123. local mods = {
  124. Ammo = 1000000,
  125. Auto = true,
  126. Bullets = 4,
  127. Chamber = false,
  128. DMG = 1000000,
  129. EquipTime = 0,
  130. Falloff = 0,
  131. FireRate = 0.011,
  132. MaxSpread = 15,
  133. Rampup = 0,
  134. Range = 1000000,
  135. RecoilControl = 0,
  136. ReloadTime = 0,
  137. ["Speed%"] = -100,
  138. Spread = 15,
  139. SpreadRecovery = 1.25,
  140. StoredAmmo = 1000000,
  141. Offset = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  142. }
  143.  
  144. for _,b in next, rstorage.Weapons:GetChildren() do
  145. for i,v in next, mods do
  146. if typeof(b:FindFirstChild(i)) == "Instance" then
  147. b:FindFirstChild(i).Value = v;
  148. end
  149. end
  150. end
  151.  
  152. local clone = rstorage.Weapons:FindFirstChild("Rocket Launcher"):Clone();
  153. clone.Parent = game:GetService("Players").LocalPlayer;
  154. local rpg = rstorage.Weapons:FindFirstChild("RPG"):Clone();
  155. rpg.Parent = game:GetService("Players").LocalPlayer;
  156.  
  157. for i,v in next, rstorage.Weapons:GetChildren() do
  158. if v.Name == "Knife" or v.Name == "Golden Knife" or v.Name == "Battle Axe" or v.Name == "Persian Sword" then
  159. for a,b in next, clone:GetChildren() do
  160. if v:FindFirstChild(b.Name) then v:FindFirstChild(b.Name):Remove(); end
  161. b:Clone().Parent = v;
  162. end
  163. end
  164. if v.Name == "Sword" then
  165. for a,b in next, rpg:GetChildren() do
  166. if v:FindFirstChild(b.Name) then v:FindFirstChild(b.Name):Remove(); end
  167. b:Clone().Parent = v;
  168. end
  169. end
  170. end
  171. clone:Remove();
  172. rpg:Remove();
  173.  
  174. local rstorage = game:GetService("ReplicatedStorage");
  175. for i,v in next, rstorage.Levels:GetChildren() do
  176. v.Value = "Rocket Launcher"
  177. end
  178. end)
  179. INFjump.Name = "INF jump"
  180. INFjump.Parent = Body
  181. INFjump.BackgroundColor3 = Color3.new(1, 0, 0)
  182. INFjump.Position = UDim2.new(-0.00229885057, 0, 0.375, 0)
  183. INFjump.Size = UDim2.new(0, 138, 0, 51)
  184. INFjump.Font = Enum.Font.SourceSans
  185. INFjump.Text = "Inf jump"
  186. INFjump.TextColor3 = Color3.new(0, 0, 0)
  187. INFjump.TextSize = 20
  188. INFjump.MouseButton1Click:connect(function()
  189. local Player = game:GetService'Players'.LocalPlayer;
  190. local UIS = game:GetService'UserInputService';
  191.  
  192. _G.JumpHeight = 50;
  193.  
  194. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  195.  
  196. UIS.InputBegan:connect(function(UserInput)
  197. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  198. Action(Player.Character.Humanoid, function(self)
  199. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  200. Action(self.Parent.HumanoidRootPart, function(self)
  201. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  202. end)
  203. end
  204. end)
  205. end
  206. end)
  207. end)
  208.  
  209. ESP.Name = " ESP"
  210. ESP.Parent = Body
  211. ESP.BackgroundColor3 = Color3.new(1, 0, 0)
  212. ESP.Position = UDim2.new(-0.00229885057, 0, 0.579787254, 0)
  213. ESP.Size = UDim2.new(0, 138, 0, 51)
  214. ESP.Font = Enum.Font.SourceSans
  215. ESP.Text = "Esp"
  216. ESP.TextColor3 = Color3.new(0, 0, 0)
  217. ESP.TextSize = 20
  218. ESP.MouseButton1Click:connect(function()
  219. local localPlayer=game.Players.LocalPlayer
  220.  
  221. function highlightModel(objObject)
  222. for i,v in pairs(objObject:children())do
  223. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  224. local bHA=Instance.new('BoxHandleAdornment',v)
  225. bHA.Adornee=v
  226. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  227. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  228. bHA.Transparency=.5
  229. bHA.ZIndex=1
  230. bHA.AlwaysOnTop=true
  231. end
  232. if #v:children()>0 then
  233. highlightModel(v)
  234. end
  235. end
  236. end
  237.  
  238. function unHighlightModel(objObject)
  239. for i,v in pairs(objObject:children())do
  240. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  241. v.BoxHandleAdornment:Destroy()
  242. end
  243. if #v:children()>0 then
  244. unHighlightModel(v)
  245. end
  246. end
  247. end
  248.  
  249. function sortTeamHighlights(objPlayer)
  250. repeat wait() until objPlayer.Character
  251. if objPlayer.TeamColor~=localPlayer.TeamColor then
  252. highlightModel(objPlayer.Character)
  253. else
  254. unHighlightModel(objPlayer.Character)
  255. end
  256. if objPlayer~=localPlayer then
  257. objPlayer.Changed:connect(function(strProp)
  258. if strProp=='TeamColor'then
  259. if objPlayer.TeamColor~=localPlayer.TeamColor then
  260. unHighlightModel(objPlayer.Character)
  261. highlightModel(objPlayer.Character)
  262. else
  263. unHighlightModel(objPlayer.Character)
  264. end
  265. end
  266. end)
  267. else
  268. objPlayer.Changed:connect(function(strProp)
  269. if strProp=='TeamColor'then
  270. wait(.5)
  271. for i,v in pairs(game.Players:GetPlayers())do
  272. unHighlightModel(v)
  273. if v.TeamColor~=localPlayer.TeamColor then
  274. highlightModel(v.Character)
  275. end
  276. end
  277. end
  278. end)
  279. end
  280. end
  281.  
  282. for i,v in pairs(game.Players:GetPlayers())do
  283. v.CharacterAdded:connect(function()
  284. sortTeamHighlights(v)
  285. end)
  286. sortTeamHighlights(v)
  287. end
  288. game.Players.PlayerAdded:connect(function(objPlayer)
  289. objPlayer.CharacterAdded:connect(function(objChar)
  290. sortTeamHighlights(objPlayer)
  291. end)
  292. end)
  293. end)
  294.  
  295. aimbot.Name = "aimbot"
  296. aimbot.Parent = Body
  297. aimbot.BackgroundColor3 = Color3.new(1, 0, 0)
  298. aimbot.Position = UDim2.new(0.381609172, 0, 0.202127665, 0)
  299. aimbot.Size = UDim2.new(0, 138, 0, 51)
  300. aimbot.Font = Enum.Font.SourceSans
  301. aimbot.Text = "Aimbot"
  302. aimbot.TextColor3 = Color3.new(0, 0, 0)
  303. aimbot.TextSize = 20
  304. aimbot.MouseButton1Click:connect(function()
  305. PLAYER = game.Players.LocalPlayer
  306. MOUSE = PLAYER:GetMouse()
  307. CC = game.Workspace.CurrentCamera
  308.  
  309. ENABLED = false
  310. ESP_ENABLED = false
  311.  
  312. _G.FREE_FOR_ALL = true
  313.  
  314. _G.BIND = 50
  315. _G.ESP_BIND = 52
  316. _G.CHANGE_AIM = 'q'
  317.  
  318. _G.AIM_AT = 'Head'
  319.  
  320. wait(1)
  321.  
  322. function GetNearestPlayerToMouse()
  323. local PLAYERS = {}
  324. local PLAYER_HOLD = {}
  325. local DISTANCES = {}
  326. for i, v in pairs(game.Players:GetPlayers()) do
  327. if v ~= PLAYER then
  328. table.insert(PLAYERS, v)
  329. end
  330. end
  331. for i, v in pairs(PLAYERS) do
  332. if _G.FREE_FOR_ALL == false then
  333. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  334. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  335. if AIM ~= nil then
  336. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  337. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  338. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  339. local DIFF = math.floor((POS - AIM.Position).magnitude)
  340. PLAYER_HOLD[v.Name .. i] = {}
  341. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  342. PLAYER_HOLD[v.Name .. i].plr = v
  343. PLAYER_HOLD[v.Name .. i].diff = DIFF
  344. table.insert(DISTANCES, DIFF)
  345. end
  346. end
  347. elseif _G.FREE_FOR_ALL == true then
  348. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  349. if AIM ~= nil then
  350. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  351. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  352. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  353. local DIFF = math.floor((POS - AIM.Position).magnitude)
  354. PLAYER_HOLD[v.Name .. i] = {}
  355. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  356. PLAYER_HOLD[v.Name .. i].plr = v
  357. PLAYER_HOLD[v.Name .. i].diff = DIFF
  358. table.insert(DISTANCES, DIFF)
  359. end
  360. end
  361. end
  362.  
  363. if unpack(DISTANCES) == nil then
  364. return false
  365. end
  366.  
  367. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  368. if L_DISTANCE > 20 then
  369. return false
  370. end
  371.  
  372. for i, v in pairs(PLAYER_HOLD) do
  373. if v.diff == L_DISTANCE then
  374. return v.plr
  375. end
  376. end
  377. return false
  378. end
  379.  
  380. GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
  381. GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
  382. GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
  383.  
  384. GUI_MAIN.Name = 'AIMBOT'
  385.  
  386. GUI_TARGET.Size = UDim2.new(0,200,0,30)
  387. GUI_TARGET.BackgroundTransparency = 0.5
  388. GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
  389. GUI_TARGET.BorderSizePixel = 0
  390. GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
  391. GUI_TARGET.Text = 'AIMBOT : OFF'
  392. GUI_TARGET.TextColor3 = Color3.new(1,1,1)
  393. GUI_TARGET.TextStrokeTransparency = 1
  394. GUI_TARGET.TextWrapped = true
  395. GUI_TARGET.FontSize = 'Size24'
  396. GUI_TARGET.Font = 'SourceSansBold'
  397.  
  398. GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
  399. GUI_AIM_AT.BackgroundTransparency = 0.5
  400. GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
  401. GUI_AIM_AT.BorderSizePixel = 0
  402. GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
  403. GUI_AIM_AT.Text = 'AIMING : HEAD'
  404. GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
  405. GUI_AIM_AT.TextStrokeTransparency = 1
  406. GUI_AIM_AT.TextWrapped = true
  407. GUI_AIM_AT.FontSize = 'Size18'
  408. GUI_AIM_AT.Font = 'SourceSansBold'
  409.  
  410. local TRACK = false
  411.  
  412. function CREATE(BASE, TEAM)
  413. local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
  414. local ESP_DOT = Instance.new('Frame', ESP_MAIN)
  415. local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
  416.  
  417. ESP_MAIN.Name = 'ESP'
  418. ESP_MAIN.Adornee = BASE
  419. ESP_MAIN.AlwaysOnTop = true
  420. ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
  421. ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
  422.  
  423. ESP_DOT.Name = 'DOT'
  424. ESP_DOT.BackgroundColor = BrickColor.new('Bright red')
  425. ESP_DOT.BackgroundTransparency = 0.3
  426. ESP_DOT.BorderSizePixel = 0
  427. ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  428. ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
  429. ESP_DOT.Visible = true
  430. ESP_DOT.ZIndex = 10
  431.  
  432. ESP_NAME.Name = 'NAME'
  433. ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
  434. ESP_NAME.BackgroundTransparency = 1
  435. ESP_NAME.BorderSizePixel = 0
  436. ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
  437. ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
  438. ESP_NAME.Visible = true
  439. ESP_NAME.ZIndex = 10
  440. ESP_NAME.Font = 'ArialBold'
  441. ESP_NAME.FontSize = 'Size14'
  442. ESP_NAME.Text = BASE.Parent.Name:upper()
  443. ESP_NAME.TextColor = BrickColor.new('Bright red')
  444. end
  445.  
  446. function CLEAR()
  447. for _,v in pairs(PLAYER.PlayerGui:children()) do
  448. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  449. v:Destroy()
  450. end
  451. end
  452. end
  453.  
  454. function FIND()
  455. CLEAR()
  456. TRACK = true
  457. spawn(function()
  458. while wait() do
  459. if TRACK then
  460. CLEAR()
  461. for i,v in pairs(game.Players:GetChildren()) do
  462. if v.Character and v.Character:FindFirstChild('Head') then
  463. if _G.FREE_FOR_ALL == false then
  464. if v.TeamColor ~= PLAYER.TeamColor then
  465. if v.Character:FindFirstChild('Head') then
  466. CREATE(v.Character.Head, true)
  467. end
  468. end
  469. else
  470. if v.Character:FindFirstChild('Head') then
  471. CREATE(v.Character.Head, true)
  472. end
  473. end
  474. end
  475. end
  476. end
  477. end
  478. wait(1)
  479. end)
  480. end
  481.  
  482. MOUSE.KeyDown:connect(function(KEY)
  483. KEY = KEY:lower():byte()
  484. if KEY == _G.BIND then
  485. ENABLED = true
  486. end
  487. end)
  488.  
  489. MOUSE.KeyUp:connect(function(KEY)
  490. KEY = KEY:lower():byte()
  491. if KEY == _G.BIND then
  492. ENABLED = false
  493. end
  494. end)
  495.  
  496. MOUSE.KeyDown:connect(function(KEY)
  497. KEY = KEY:lower():byte()
  498. if KEY == _G.ESP_BIND then
  499. if ESP_ENABLED == false then
  500. FIND()
  501. ESP_ENABLED = true
  502. print('ESP : ON')
  503. elseif ESP_ENABLED == true then
  504. wait()
  505. CLEAR()
  506. TRACK = false
  507. ESP_ENABLED = true
  508. print('ESP : OFF')
  509. end
  510. end
  511. end)
  512.  
  513. MOUSE.KeyDown:connect(function(KEY)
  514. if KEY == _G.CHANGE_AIM then
  515. if _G.AIM_AT == 'Head' then
  516. _G.AIM_AT = 'Torso'
  517. GUI_AIM_AT.Text = 'AIMING : TORSO'
  518. elseif _G.AIM_AT == 'Torso' then
  519. _G.AIM_AT = 'Head'
  520. GUI_AIM_AT.Text = 'AIMING : HEAD'
  521. end
  522. end
  523. end)
  524.  
  525. game:GetService('RunService').RenderStepped:connect(function()
  526. if ENABLED then
  527. local TARGET = GetNearestPlayerToMouse()
  528. if (TARGET ~= false) then
  529. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  530. if AIM then
  531. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  532. end
  533. GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  534. else
  535. GUI_TARGET.Text = 'AIMBOT : OFF'
  536. end
  537. end
  538. end)
  539.  
  540. repeat
  541. wait()
  542. if ESP_ENABLED == false then
  543. FIND()
  544. end
  545. until ESP_ENABLED == false
  546. wait()
  547. _G.FREE_FOR_ALL = true
  548. _G.BIND = 50 -- LEFT CTRL
  549. _G.ESP_BIND = 52 -- LEFT ALT
  550. end)
  551.  
  552. close.Name = "close"
  553. close.Parent = Body
  554. close.BackgroundColor3 = Color3.new(1, 0, 0)
  555. close.BackgroundTransparency = 1
  556. close.Position = UDim2.new(0.937931061, 0, -0.0186170191, 0)
  557. close.Size = UDim2.new(0, 26, 0, 35)
  558. close.Font = Enum.Font.SourceSans
  559. close.Text = "X"
  560. close.TextColor3 = Color3.new(0, 0, 0)
  561. close.TextSize = 45
  562. close.MouseButton1Click:connect(function()
  563. Body.Visible = false
  564. OpenGUI.Visible = true
  565. end)
  566.  
  567. OpenGUI.Name = "OpenGUI"
  568. OpenGUI.Parent = Blue
  569. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  570. OpenGUI.Position = UDim2.new(0.0059790723, 0, 0.525485456, 0)
  571. OpenGUI.Size = UDim2.new(0, 100, 0, 29)
  572.  
  573. open.Name = "open"
  574. open.Parent = OpenGUI
  575. open.BackgroundColor3 = Color3.new(1, 1, 1)
  576. open.Size = UDim2.new(0, 100, 0, 32)
  577. open.Font = Enum.Font.SourceSansLight
  578. open.Text = "Open"
  579. open.TextColor3 = Color3.new(0, 0, 0)
  580. open.TextScaled = true
  581. open.TextSize = 14
  582. open.TextWrapped = true
  583. open.MouseButton1Click:connect(function()
  584. Body.Visible = true
  585. OpenGUI.Visible = false
  586. end)
  587.  
  588. print("Working")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement