Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. -- Objects
  2.  
  3. PlayerName = tostring(game.Players.LocalPlayer.Name)
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local ef2 = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local AS = Instance.new("TextButton")
  10. local AF2 = Instance.new("TextButton")
  11. local Frame = Instance.new("Frame")
  12. local AF1 = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local sf1 = Instance.new("ScrollingFrame")
  15. local F1 = Instance.new("TextButton")
  16. local F2 = Instance.new("TextButton")
  17. local F4 = Instance.new("TextButton")
  18. local F5 = Instance.new("TextButton")
  19. local F6 = Instance.new("TextButton")
  20. local F3 = Instance.new("TextButton")
  21. local Open = Instance.new("Frame")
  22. local Open_2 = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. ef2.Name = "ef2"
  29. ef2.Parent = ScreenGui
  30. ef2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  31. ef2.BackgroundTransparency = 0.30000001192093
  32. ef2.BorderColor3 = Color3.new(1, 1, 1)
  33. ef2.Position = UDim2.new(0.153213754, 0, 0.235872239, 0)
  34. ef2.Size = UDim2.new(0, 478, 0, 246)
  35.  
  36. TextLabel.Parent = ef2
  37. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  38. TextLabel.BackgroundTransparency = 1
  39. TextLabel.BorderColor3 = Color3.new(0.172549, 0.27451, 0.368627)
  40. TextLabel.BorderSizePixel = 0
  41. TextLabel.Position = UDim2.new(0.501241386, 0, 0, 0)
  42. TextLabel.Size = UDim2.new(0, 238, 0, 33)
  43. TextLabel.Font = Enum.Font.Code
  44. TextLabel.Text = "Boss Teleport"
  45. TextLabel.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  46. TextLabel.TextSize = 20
  47. TextLabel.TextWrapped = true
  48.  
  49. TextLabel_2.Parent = ef2
  50. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  51. TextLabel_2.BackgroundTransparency = 0.40000000596046
  52. TextLabel_2.BorderColor3 = Color3.new(0.172549, 0.27451, 0.368627)
  53. TextLabel_2.BorderSizePixel = 0
  54. TextLabel_2.Position = UDim2.new(0.000634229335, 0, 0, 0)
  55. TextLabel_2.Size = UDim2.new(0, 240, 0, 32)
  56. TextLabel_2.Font = Enum.Font.Code
  57. TextLabel_2.Text = "SAOB 2 Gui"
  58. TextLabel_2.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  59. TextLabel_2.TextSize = 20
  60.  
  61. AS.Name = "AS"
  62. AS.Parent = ef2
  63. AS.BackgroundColor3 = Color3.new(0, 0, 0)
  64. AS.BackgroundTransparency = 0.40000000596046
  65. AS.BorderSizePixel = 0
  66. AS.Position = UDim2.new(0.000634229335, 0, 0.536886454, 0)
  67. AS.Size = UDim2.new(0, 240, 0, 50)
  68. AS.Font = Enum.Font.Code
  69. AS.Text = "AllSkill (Not Perm)"
  70. AS.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  71. AS.TextSize = 18
  72. AS.MouseButton1Down:connect(function()
  73. for i,v in pairs(game.ReplicatedStorage.Database.Skills:children()) do
  74. if v:FindFirstChild("Class") then
  75. v.Class:Remove()
  76. end
  77. if v:FindFirstChild("Anytime") then
  78. v.Anytime:Remove()
  79. end
  80. if v:FindFirstChild("Cost") then
  81. v.Cost.Value = -999999999
  82. end
  83. if v:FindFirstChild("Cooldown") then
  84. v.Cooldown.Value = -999999999
  85. end
  86. if v:FindFirstChild("Level") then
  87. v.Level.Value = -999999999
  88. end
  89. end
  90. end)
  91.  
  92. AF2.Name = "AF2"
  93. AF2.Parent = ef2
  94. AF2.BackgroundColor3 = Color3.new(0, 0, 0)
  95. AF2.BackgroundTransparency = 0.40000000596046
  96. AF2.BorderSizePixel = 0
  97. AF2.Position = UDim2.new(0.00209205016, 0, 0.335151494, 0)
  98. AF2.Size = UDim2.new(0, 239, 0, 49)
  99. AF2.Font = Enum.Font.Code
  100. AF2.Text = "AutoFarm2"
  101. AF2.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  102. AF2.TextSize = 18
  103. AF2.MouseButton1Down:connect(function()
  104. while true do
  105.  
  106. for i,v in pairs(game.Workspace.Mobs:children()) do -- By Mortalkombatman2
  107. if v:FindFirstChild("Head") then
  108. v.HumanoidRootPart.Transparency = 0.5
  109. v.HumanoidRootPart.Size = Vector3.new(30, 30, 30)
  110. wait(5)
  111. end
  112. end
  113. end
  114. end)
  115.  
  116. Frame.Parent = ef2
  117. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Frame.BorderSizePixel = 0
  119. Frame.Position = UDim2.new(0.000634229335, 0, 0.131899521, 0)
  120. Frame.Size = UDim2.new(0, 477, 0, 1)
  121.  
  122. AF1.Name = "AF1"
  123. AF1.Parent = ef2
  124. AF1.BackgroundColor3 = Color3.new(0, 0, 0)
  125. AF1.BackgroundTransparency = 0.40000000596046
  126. AF1.BorderSizePixel = 0
  127. AF1.Position = UDim2.new(0.00196793699, 0, 0.135964617, 0)
  128. AF1.Size = UDim2.new(0, 239, 0, 49)
  129. AF1.Font = Enum.Font.Code
  130. AF1.Text = "AutoFarm1"
  131. AF1.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  132. AF1.TextSize = 18
  133. AF1.MouseButton1Down:connect(function()
  134. local Rawr = {}
  135.  
  136. local Api = {}
  137. local Log = {}
  138.  
  139. local function Service(name)
  140. return game:GetService(name)
  141. end
  142.  
  143. local function SecondsToClock(seconds)
  144. -- https://gist.github.com/jesseadams/791673
  145. local seconds = tonumber(seconds)
  146. if seconds <= 0 then
  147. return "00:00:00";
  148. else
  149. local hours = string.format("%02.f", math.floor(seconds/3600));
  150. local mins = string.format("%02.f", math.floor(seconds/60 - (hours*60)));
  151. local secs = string.format("%02.f", math.floor(seconds - hours*3600 - mins *60));
  152. return hours..":"..mins..":"..secs
  153. end
  154. end
  155.  
  156. function Log:Init()
  157. local Profile = game:GetService("ReplicatedStorage").Profiles[Api.GetPlayer().Name]
  158. local Vel = Profile.Stats.Vel
  159. local LastVel = Vel.Value
  160. Log.Earned = {
  161. Vel = 0,
  162. Items = {},
  163. }
  164. Profile.Inventory.ChildAdded:Connect(function(item)
  165. table.insert(Log.Earned.Items, item.Name)
  166. if(Api.GetSetting("auto_dismantle") == true)then
  167. Api.Dismantle(item.Name)
  168. end
  169. end)
  170. Vel.Changed:Connect(function()
  171. local earn = Vel.Value - LastVel
  172. LastVel = Vel.Value
  173. Log.Earned.Vel = Log.Earned.Vel + earn
  174. end)
  175. end
  176.  
  177. function Log.Save()
  178. Log.Earned.RunTime = SecondsToClock(tick()-Api.Start)
  179. Synapse:WriteFile(tick() .. "_log.dat", game:GetService("HttpService"):JSONEncode(Log.Earned))
  180. end
  181.  
  182. function Rawr:Check(...) --secret sauce
  183. local player = Api.GetPlayer()
  184. local character = Api.GetCharacter()
  185. local args = {...}
  186.  
  187. if(character and character.PrimaryPart and args[1]:lower()=="cframe")then
  188. --player.Character = Api.FakeCharacter
  189. player.Character.RobloxLocked = true
  190. wait(Api.GetSetting("rawr_bypass_speed"))
  191. character:SetPrimaryPartCFrame(args[2])
  192. wait(Api.GetSetting("rawr_bypass_speed"))
  193. --player.Character = character
  194. player.Character.RobloxLocked = false
  195. end
  196. end
  197.  
  198. function Api.GetPlayer()
  199. return game:GetService("Players").LocalPlayer
  200. end
  201.  
  202. function Api.Dismantle(name)
  203. game.ReplicatedStorage.Event:FireServer("Equipment", {
  204. "Dismantle",
  205. game:GetService("ReplicatedStorage").Profiles[Api.GetPlayer().Name].Inventory[name]
  206. })
  207. end
  208.  
  209. function Api.Replicate(object)
  210. local Model = Instance.new("Model")
  211. Model.Name = object.Name
  212. for index, child in pairs(object:GetChildren()) do
  213. local c = child:Clone()
  214. c.Parent = Model
  215. end
  216. if(object.PrimaryPart)then
  217. Model.PrimaryPart = Model[object.PrimaryPart.Name]
  218. end
  219. return Model
  220. end
  221.  
  222. function Api.GetCharacter()
  223. return Api.Character or Api.GetPlayer().Character
  224. end
  225.  
  226. function Api.GetEntity(model)
  227. return model:FindFirstChild("Entity")
  228. end
  229.  
  230. function Api.Settings(...)
  231. Api.Settings = {}
  232. for name, value in pairs(...) do
  233. Api.Settings[name] = value
  234. end
  235. end
  236.  
  237. function Api.GetSetting(name)
  238. return Api.Settings[name]
  239. end
  240.  
  241. function Api.IsValid(model)
  242. if(model.PrimaryPart and model:FindFirstChild("Entity") and model.Entity:FindFirstChild("Health") and model.Parent~=nil and model:FindFirstChild("Nameplate"))then
  243. return true
  244. end
  245. end
  246.  
  247. function Api.GetPlayerDistances(model)
  248. local localPlayer = Api.GetPlayer()
  249. local distances = {}
  250. for index, player in pairs(Service("Players"):GetChildren()) do
  251. if(player~=localPlayer and player.Character and player.Character:FindFirstChild("HumanoidRootPart") and model:FindFirstChild("HumanoidRootPart"))then
  252. distances[player.Name] = (model.HumanoidRootPart.Position - player.Character.HumanoidRootPart.Position).magnitude
  253. end
  254. end
  255. return distances
  256. end
  257.  
  258. function Api.CheckNear(monster)
  259. if(Api.GetSetting("avoid_players_nearby")["Enabled"] == true)then
  260. local max_distance = Api.GetSetting("avoid_players_nearby")["Distance"]
  261. local distances = Api.GetPlayerDistances(monster)
  262. for player, distance in pairs(distances)do
  263. if(distance <= max_distance)then
  264. return false
  265. end
  266. end
  267. end
  268. return true
  269. end
  270.  
  271. function Api.CheckBlacklist(monster)
  272. for index, blacklist in pairs(Api.Blacklist) do
  273. if(monster == blacklist)then
  274. return false
  275. end
  276. end
  277. return true
  278. end
  279.  
  280. function Api.GetMonsters()
  281. local targets = {}
  282. for index, monster in pairs(Service("Workspace").Mobs:GetChildren()) do
  283. local entity = monster:FindFirstChildOfClass("Folder")
  284. local filterApplied = false
  285. local distanceCheck = Api.CheckNear(monster)
  286. if(monster.PrimaryPart and Api.IsValid(monster) and distanceCheck and Api.CheckBlacklist(monster))then
  287. if(Api.GetSetting("monster_filter")["Enabled"] == true)then
  288. if(entity.Health.Value >= Api.GetSetting("monster_filter")["max_monster_health"] and entity.Exp.Value >= Api.GetSetting("monster_filter")["min_exp_earned"])then
  289. table.insert(targets, monster)
  290. end
  291. filterApplied = true
  292. elseif(Api.GetSetting("target_specific_enemy").Enabled == true)then
  293. if(Api.GetSetting("target_specific_enemy").Names[monster.Nameplate.SurfaceGui.TextLabel.Text] == true)then
  294. table.insert(targets, monster)
  295. end
  296. filterApplied = true
  297. end
  298. if(filterApplied == false)then
  299. table.insert(targets, monster)
  300. end
  301. end
  302. end
  303. return targets
  304. end
  305.  
  306. function Api:Connect()
  307. local player = Api.GetPlayer()
  308. local character = Api.GetCharacter()
  309. local setupCharacter = function(character)
  310. Api.FakeCharacter = Api.Replicate(character)
  311. end
  312.  
  313. setupCharacter(character)
  314. player.CharacterAdded:Connect(setupCharacter)
  315. end
  316.  
  317. function Api:SetKeys()
  318. game:GetService("UserInputService").InputBegan:connect(function(Key)
  319. if(Key.KeyCode == Api.GetSetting("stop_key"))then
  320. Api.Enabled = false
  321. elseif(Key.KeyCode == Api.GetSetting("pause_key"))then
  322. Api.Paused = true
  323. elseif(Key.KeyCode == Api.GetSetting("unpause_key"))then
  324. Api.Paused = false
  325. end
  326. end)
  327. end
  328.  
  329. function Api:Init()
  330. Api.Blacklist = {}
  331. Api.Start = tick()
  332. Api.Paused = false
  333. Api.CanClick = false
  334. Api.Enabled = true
  335. wait(Api.GetSetting("StartDelay"))
  336. spawn(function()
  337. while wait(Api.GetSetting("click_break_speed")) and Api.Enabled do
  338. if(Api.Paused == false and Api.CanClick == true)then
  339. if(mouse1click)then
  340. mouse1click()
  341. end
  342. else
  343. wait()
  344. end
  345. end
  346. end)
  347. while wait() and Api.Enabled do
  348. if(Api.Paused == false)then
  349. for index, monster in pairs(Api.GetMonsters()) do
  350. local distanceCheck = Api.CheckNear(monster)
  351. if(distanceCheck and Api.IsValid(monster) and Api.Enabled)then -- recheck
  352. Rawr:Check("CFrame", monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3)) -- bypass
  353. wait(Api.GetSetting("swap_monster_speed"))
  354. local entity = Api.GetEntity(monster)
  355. local base = entity.Health.Value
  356. entity.Health.Changed:Connect(function()
  357. if(entity.Health.Value == base)then
  358. dontBreak = false
  359. end
  360. end)
  361. dontBreak = true
  362. local timer = 0
  363. while dontBreak and Api.Enabled do
  364. if(Api.Paused == false)then
  365. local thisTime = wait()
  366. wait(thisTime)
  367. timer = timer + thisTime
  368. if(timer >= Api.GetSetting("timeout")["time"])then
  369. warn('Timeout exceeded!')
  370. if(Api.GetSetting("timeout")["blacklist_monster_after_timeout"] == true)then
  371. table.insert(Api.Blacklist, monster)
  372. end
  373. break
  374. end
  375. if(Api.IsValid(monster) and entity.Health.Value > 0)then
  376. local character = Api.GetCharacter()
  377. if(character)then
  378. Api.CanClick = true
  379. character:SetPrimaryPartCFrame(monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3))
  380. else
  381. character = Api.GetCharacter()
  382. if(character)then
  383. Rawr:Check("CFrame", monster:GetPrimaryPartCFrame() * CFrame.new(0, 0, 3)) -- bypass
  384. wait(Api.GetSetting("swap_monster_speed"))
  385. end
  386. end
  387. else
  388. Api.CanClick = false
  389. break
  390. end
  391. else
  392. wait()
  393. end
  394. end
  395. wait(Api.GetSetting("swap_monster_speed"))
  396. end
  397. end
  398. end
  399. end
  400. Log.Save()
  401. end
  402.  
  403. Api.Settings({
  404. ["start_delay"] = 2,
  405. ["stop_key"] = Enum.KeyCode.Escape,
  406. ["pause_key"] = Enum.KeyCode.LeftControl,
  407. ["unpause_key"] = Enum.KeyCode.RightControl,
  408. ["rawr_bypass_speed"] = 0.5, -- 0.65
  409. ["swap_monster_speed"] = 0.2, -- 0.7,
  410. ["click_break_speed"] = .01,
  411. ["auto_dismantle"] = false,
  412. ["timeout"] = {
  413. ["time"] = 15,
  414. ["blacklist_monster_after_timeout"] = true
  415. },
  416. ["monster_filter"] = {
  417. ["Enabled"] = false,
  418. ["max_monster_health"] = 0,
  419. ["min_exp_earned"] = 0,
  420. },
  421. ["avoid_players_nearby"] = {
  422. ["Enabled"] = true,
  423. ["Distance"] = 200
  424. },
  425. ["target_specific_enemy"] = {
  426. ["Enabled"] = false,
  427. ["Names"] = {
  428. ["Giant Ruins Hornet"] = false,
  429. ["Enraged Lingerer"] = true,
  430. ["Undead Berserker"] = true,
  431. ["Undead Warrior"] = true,
  432. ["Gargoyle Reaper"] = false,
  433. ["Mortis the Flaming Sear"] = false,
  434. }
  435. }
  436. })
  437.  
  438. Api:SetKeys()
  439. Api:Connect()
  440. Log:Init()
  441. Api:Init()
  442. end)
  443.  
  444. Close.Name = "Close"
  445. Close.Parent = ef2
  446. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  447. Close.BackgroundTransparency = 0.40000000596046
  448. Close.BorderColor3 = Color3.new(1, 1, 1)
  449. Close.BorderSizePixel = 0
  450. Close.Position = UDim2.new(0.00036996603, 0, 0.740038276, 0)
  451. Close.Size = UDim2.new(0, 240, 0, 64)
  452. Close.Font = Enum.Font.Code
  453. Close.Text = "Close"
  454. Close.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  455. Close.TextSize = 18
  456. Close.MouseButton1Down:connect(function()
  457. ef2.Visible = false
  458. sf1.Visible = false
  459. Open.Visible = true
  460. Open_2.Visible = true
  461. end)
  462.  
  463. sf1.Name = "sf1"
  464. sf1.Parent = ScreenGui
  465. sf1.BackgroundColor3 = Color3.new(1, 1, 1)
  466. sf1.BackgroundTransparency = 1
  467. sf1.BorderColor3 = Color3.new(1, 1, 1)
  468. sf1.Position = UDim2.new(0.278371662, 0, 0.271683067, 0)
  469. sf1.Size = UDim2.new(0, 237, 0, 212)
  470.  
  471. F1.Name = "F1"
  472. F1.Parent = sf1
  473. F1.BackgroundColor3 = Color3.new(0, 0, 0)
  474. F1.BackgroundTransparency = 1
  475. F1.BorderSizePixel = 0
  476. F1.Position = UDim2.new(-0.0151451491, 0, 0.000136234041, 0)
  477. F1.Size = UDim2.new(0, 237, 0, 50)
  478. F1.Font = Enum.Font.Code
  479. F1.Text = "Floor 1"
  480. F1.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  481. F1.TextSize = 18
  482. F1.MouseButton1Down:connect(function()
  483. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
  484. end)
  485.  
  486. F2.Name = "F2"
  487. F2.Parent = sf1
  488. F2.BackgroundColor3 = Color3.new(0, 0, 0)
  489. F2.BackgroundTransparency = 1
  490. F2.BorderSizePixel = 0
  491. F2.Position = UDim2.new(-0.0199549012, 0, 0.0270000007, 0)
  492. F2.Size = UDim2.new(0, 237, 0, 50)
  493. F2.Font = Enum.Font.Code
  494. F2.Text = "Floor 2"
  495. F2.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  496. F2.TextSize = 18
  497. F2.MouseButton1Down:connect(function()
  498. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
  499. end)
  500.  
  501. F4.Name = "F4"
  502. F4.Parent = sf1
  503. F4.BackgroundColor3 = Color3.new(0, 0, 0)
  504. F4.BackgroundTransparency = 1
  505. F4.BorderSizePixel = 0
  506. F4.Position = UDim2.new(-0.018817015, 0, 0.0799999982, 0)
  507. F4.Size = UDim2.new(0, 236, 0, 49)
  508. F4.Font = Enum.Font.Code
  509. F4.Text = "Floor 4"
  510. F4.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  511. F4.TextSize = 18
  512. F4.MouseButton1Down:connect(function()
  513. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, 100))
  514. end)
  515.  
  516.  
  517. F5.Name = "F5"
  518. F5.Parent = sf1
  519. F5.BackgroundColor3 = Color3.new(0, 0, 0)
  520. F5.BackgroundTransparency = 1
  521. F5.BorderSizePixel = 0
  522. F5.Position = UDim2.new(-0.0160970427, 0, 0.105999999, 0)
  523. F5.Size = UDim2.new(0, 236, 0, 49)
  524. F5.Font = Enum.Font.Code
  525. F5.Text = "Floor 5"
  526. F5.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  527. F5.TextSize = 18
  528. F5.MouseButton1Down:connect(function()
  529. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2100.68872, 1250.95618, -388.3125))
  530. end)
  531.  
  532. F3.Name = "F3"
  533. F3.Parent = sf1
  534. F3.BackgroundColor3 = Color3.new(0, 0, 0)
  535. F3.BackgroundTransparency = 1
  536. F3.BorderSizePixel = 0
  537. F3.Position = UDim2.new(-0.0145977037, 0, 0.0536136664, 0)
  538. F3.Size = UDim2.new(0, 237, 0, 49)
  539. F3.Font = Enum.Font.Code
  540. F3.Text = "Floor 3"
  541. F3.TextColor3 = Color3.new(0.992157, 1, 0.494118)
  542. F3.TextSize = 18
  543. F3.MouseButton1Down:connect(function()
  544. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
  545. end)
  546.  
  547. Open.Name = "Open"
  548. Open.Parent = ScreenGui
  549. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  550. Open.BackgroundTransparency = 0.40000000596046
  551. Open.BorderSizePixel = 0
  552. Open.Position = UDim2.new(0.00848483853, 0, 0.271948606, 0)
  553. Open.Size = UDim2.new(0, 100, 0, 6)
  554.  
  555. Open_2.Name = "Open"
  556. Open_2.Parent = Open
  557. Open_2.BackgroundColor3 = Color3.new(0, 0, 0)
  558. Open_2.BackgroundTransparency = 0.18000000715256
  559. Open_2.BorderColor3 = Color3.new(1, 1, 1)
  560. Open_2.BorderSizePixel = 0
  561. Open_2.Position = UDim2.new(-0.00281017297, 0, 0.927108765, 0)
  562. Open_2.Size = UDim2.new(0, 100, 0, 25)
  563. Open_2.Font = Enum.Font.Code
  564. Open_2.Text = "Open"
  565. Open_2.TextColor3 = Color3.new(0.47451, 0.745098, 1)
  566. Open_2.TextSize = 20
  567. Open_2.TextWrapped = true
  568. Open_2.MouseButton1Down:connect(function()
  569. ef2.Visible = true
  570. sf1.Visible = true
  571. Open.Visible = false
  572. Open_2.Visible = false
  573. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement