Advertisement
Guest User

Untitled

a guest
Oct 27th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.59 KB | None | 0 0
  1. --URL = game:HttpGet("https://ozfinity.com/login/ScriptsArray.php",true)
  2. --ScriptsT = game:GetService("HttpService"):JSONDecode(string.sub(URL,string.find(URL,"{"),string.find(URL,"}")+1))
  3.  
  4.  
  5.  
  6. -- Objects
  7.  
  8. local Ozfinity = Instance.new("ScreenGui")
  9. local Background = Instance.new("Frame")
  10. local Hub = Instance.new("TextLabel")
  11. local Ozfinity_2 = Instance.new("TextLabel")
  12. local Script = Instance.new("TextLabel")
  13. local Login = Instance.new("Frame")
  14. local Login_2 = Instance.new("TextLabel")
  15. local Exit = Instance.new("TextButton")
  16. local Username = Instance.new("TextBox")
  17. local Password = Instance.new("TextBox")
  18. local Password1 = Instance.new("TextBox")
  19. local Submit = Instance.new("TextButton")
  20. local Message = Instance.new("TextLabel")
  21. local Credits = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. Ozfinity.Name = "Ozfinity"
  26. Ozfinity.Parent = game.Players.LocalPlayer.PlayerGui
  27.  
  28. Background.Name = "Background"
  29. Background.Parent = Ozfinity
  30. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Background.Size = UDim2.new(1, 0, 1, 0)
  32.  
  33. Hub.Name = "Hub"
  34. Hub.Parent = Background
  35. Hub.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Hub.BackgroundTransparency = 1
  37. Hub.Position = UDim2.new(1, 0, 0.5, 0)
  38. Hub.Size = UDim2.new(0, 150, 0, 50)
  39. Hub.ZIndex = 2
  40. Hub.Font = Enum.Font.SourceSans
  41. Hub.Text = "Hub"
  42. Hub.TextColor3 = Color3.new(0, 0, 1)
  43. Hub.TextScaled = true
  44. Hub.TextSize = 14
  45. Hub.TextStrokeTransparency = 0
  46. Hub.TextWrapped = true
  47.  
  48. Ozfinity_2.Name = "Ozfinity"
  49. Ozfinity_2.Parent = Background
  50. Ozfinity_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Ozfinity_2.BackgroundTransparency = 1
  52. Ozfinity_2.Position = UDim2.new(0.5, -100, 0, -50)
  53. Ozfinity_2.Size = UDim2.new(0, 150, 0, 50)
  54. Ozfinity_2.ZIndex = 2
  55. Ozfinity_2.Font = Enum.Font.SourceSans
  56. Ozfinity_2.Text = "Ozfinity"
  57. Ozfinity_2.TextColor3 = Color3.new(1, 0, 0)
  58. Ozfinity_2.TextScaled = true
  59. Ozfinity_2.TextSize = 14
  60. Ozfinity_2.TextStrokeTransparency = 0
  61. Ozfinity_2.TextWrapped = true
  62.  
  63. Script.Name = "Script"
  64. Script.Parent = Background
  65. Script.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Script.BackgroundTransparency = 1
  67. Script.Position = UDim2.new(0, -150, 0.5, -40)
  68. Script.Size = UDim2.new(0, 150, 0, 50)
  69. Script.ZIndex = 2
  70. Script.Font = Enum.Font.SourceSans
  71. Script.Text = "Script"
  72. Script.TextColor3 = Color3.new(0, 1, 0)
  73. Script.TextScaled = true
  74. Script.TextSize = 14
  75. Script.TextStrokeTransparency = 0
  76. Script.TextWrapped = true
  77.  
  78. Login.Name = "Login"
  79. Login.Parent = Ozfinity
  80. Login.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  81. Login.Position = UDim2.new(-1.5, -100, 0.5, -150)
  82. Login.Size = UDim2.new(0, 200, 0, 300)
  83.  
  84. Login_2.Name = "Login"
  85. Login_2.Parent = Login
  86. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Login_2.BackgroundTransparency = 1
  88. Login_2.Size = UDim2.new(1, 0, 0, 20)
  89. Login_2.Font = Enum.Font.SourceSans
  90. Login_2.Text = "Ozfinity Hub Login"
  91. Login_2.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  92. Login_2.TextScaled = true
  93. Login_2.TextSize = 14
  94. Login_2.TextWrapped = true
  95.  
  96. Credits.Name = "Credits"
  97. Credits.Parent = Login
  98. Credits.Position = UDim2.new(1,-110,1,-20)
  99. Credits.Size = UDim2.new(0,100,0,20)
  100. Credits.BackgroundTransparency = 1
  101. Credits.Text = "Credits: Arilis#2745"
  102.  
  103. Message.Name = "Message"
  104. Message.Parent = Login
  105. Message.BackgroundColor3 = Color3.fromRGB(84,84,84)
  106. Message.BackgroundTransparency = 0
  107. Message.BorderColor3 = Color3.fromRGB(84,84,84)
  108. Message.Position = UDim2.new(0,0,0,50)
  109. Message.Size = UDim2.new(0, 200, 0, 50)
  110. Message.Font = Enum.Font.SourceSans
  111. Message.Text = ""
  112. Message.TextColor3 = Color3.fromRGB(23, 122, 119)
  113. Message.TextScaled = true
  114. Message.TextSize = 14
  115. Message.TextWrapped = true
  116.  
  117. Credits.MouseButton1Click:connect(function()
  118. Message.Text = "For the design of the fucking X button."
  119. Message.BorderColor3 = Color3.fromRGB(0,0,255)
  120. end)
  121.  
  122. Exit.Name = "Exit"
  123. Exit.Parent = Login_2
  124. Exit.BackgroundTransparency = 1
  125. Exit.Position = UDim2.new(1, -20, 0, 0)
  126. Exit.Size = UDim2.new(0, 20, 1, 0)
  127. Exit.Font = Enum.Font.SourceSans
  128. Exit.Text = "X"
  129. Exit.TextColor3 = Color3.fromRGB()
  130. Exit.TextScaled = true
  131. Exit.TextSize = 14
  132. Exit.TextWrapped = true
  133.  
  134. Username.Name = "Username"
  135. Username.Parent = Login
  136. Username.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  137. Username.BorderColor3 = Color3.new(0.227451, 0.356863, 0.45098)
  138. Username.BorderSizePixel = 2
  139. Username.Position = UDim2.new(0.5, -60, 0.5, -40)
  140. Username.Size = UDim2.new(0, 120, 0, 30)
  141. Username.Font = Enum.Font.SourceSans
  142. Username.PlaceholderText = "Username"
  143. Username.ShowNativeInput = false
  144. Username.Text = ""
  145. Username.TextColor3 = Color3.new(0, 0, 0)
  146. Username.TextScaled = true
  147. Username.TextSize = 14
  148. Username.TextWrapped = true
  149.  
  150. Password.Name = "Password"
  151. Password.Parent = Login
  152. Password.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  153. Password.BorderColor3 = Color3.new(0.227451, 0.356863, 0.45098)
  154. Password.BorderSizePixel = 2
  155. Password.Position = UDim2.new(0.5, -60, 0.5, 0)
  156. Password.Size = UDim2.new(0, 120, 0, 30)
  157. Password.Font = Enum.Font.SourceSans
  158. Password.PlaceholderText = "Password"
  159. Password.ShowNativeInput = false
  160. Password.Text = ""
  161. Password.TextColor3 = Color3.new(0, 0, 0)
  162. Password.TextScaled = true
  163. Password.TextSize = 14
  164. Password.TextWrapped = true
  165.  
  166. Password1.Name = "Password1"
  167. Password1.Parent = Login
  168. Password1.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  169. Password1.BorderColor3 = Color3.new(0.227451, 0.356863, 0.45098)
  170. Password1.BorderSizePixel = 2
  171. Password1.Position = UDim2.new(0.5, -60, 0.5, 0)
  172. Password1.Size = UDim2.new(0, 120, 0, 30)
  173. Password1.Font = Enum.Font.SourceSans
  174. Password1.PlaceholderText = "Password"
  175. Password1.ShowNativeInput = false
  176. Password1.Text = ""
  177. Password1.BackgroundTransparency = 1
  178. Password1.TextTransparency = 1
  179. Password1.TextColor3 = Color3.new(0, 0, 0)
  180. Password1.TextScaled = true
  181. Password1.TextSize = 14
  182. Password1.TextWrapped = true
  183. Password1.ZIndex = 3
  184.  
  185. Submit.Name = "Submit"
  186. Submit.Parent = Login
  187. Submit.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  188. Submit.BorderColor3 = Color3.new(0.227451, 0.356863, 0.45098)
  189. Submit.BorderSizePixel = 2
  190. Submit.Position = UDim2.new(0.5, -60, 0.5, 40)
  191. Submit.Size = UDim2.new(0, 120, 0, 30)
  192. Submit.Selected = true
  193. Submit.Font = Enum.Font.SourceSans
  194. Submit.Text = "Submit"
  195. Submit.TextScaled = true
  196. Submit.TextSize = 14
  197. Submit.TextWrapped = true
  198.  
  199. -- Scripts
  200. Ozfinity_2:TweenPosition(UDim2.new(0.5,-100,0.5,-80), "Out", "Elastic",2.5)
  201. wait(1.5)
  202. Script:TweenPosition(UDim2.new(0.5,-100,0.5,-40), "Out", "Linear",0.1)
  203. wait(0.3)
  204. Hub:TweenPosition(UDim2.new(0.5,-100,0.5,0), "Out", "Linear",0.1)
  205. wait(0.3)
  206. Background:TweenPosition(UDim2.new(1,0,0,0), "Out", "Linear",0.4)
  207. Login:TweenPosition(UDim2.new(0.5,-100,0.5,-150), "Out", "Linear",0.4)
  208.  
  209. Password1.Focused:connect(function()
  210. Password.Text = ""
  211. end)
  212. Password1.Changed:connect(function(InputType)
  213. if InputType == "Text" then
  214. Password.Text = ""
  215. for i = 1,string.len(Password1.Text) do
  216. Password.Text = Password.Text.."*"
  217. end
  218. end
  219. end)
  220.  
  221. if string.find(game:HttpGet("https://ozfinity.com/login/CheckIP.php",true),"Unauthorized")~= nil then
  222. Message.Text = "No IP in database!"
  223. Message.BorderColor3 = Color3.fromRGB(255,0,0)
  224. else
  225. Message.Text = "IP has been found in the database"
  226. Message.BorderColor3 = Color3.fromRGB(85,255,0)
  227. end
  228.  
  229. Exit.MouseButton1Click:connect(function()
  230. Ozfinity:Destroy()
  231. end)
  232. function LoggedIn()
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. local OzfinityMain = Instance.new("ScreenGui")
  274. local Scripts = Instance.new("TextLabel")
  275. local Main = Instance.new("ScrollingFrame")
  276. local Test = Instance.new("TextButton")
  277. local Exit = Instance.new("TextButton")
  278. local Bottom = Instance.new("Frame")
  279. local Settings = Instance.new("TextButton")
  280. local Credits = Instance.new("TextButton")
  281. local Settings_2 = Instance.new("TextLabel")
  282. local Main_2 = Instance.new("ScrollingFrame")
  283. local ColorScheme = Instance.new("TextButton")
  284. local AutoLogin = Instance.new("TextLabel")
  285. local Val = Instance.new("TextButton")
  286. local Transparency = Instance.new("TextLabel")
  287. local Val_2 = Instance.new("TextBox")
  288. local HideToggle = Instance.new("TextLabel")
  289. local Val_3 = Instance.new("TextBox")
  290. local Exit_2 = Instance.new("TextButton")
  291. local Schemes = Instance.new("TextLabel")
  292. local Exit_3 = Instance.new("TextButton")
  293. local Main_3 = Instance.new("Frame")
  294. local Scheme1 = Instance.new("Frame")
  295. local Scheme1_2 = Instance.new("TextLabel")
  296. local Blue = Instance.new("TextLabel")
  297. local Val_4 = Instance.new("TextBox")
  298. local Green = Instance.new("TextLabel")
  299. local Val_5 = Instance.new("TextBox")
  300. local Red = Instance.new("TextLabel")
  301. local Val_6 = Instance.new("TextBox")
  302. local Scheme2 = Instance.new("Frame")
  303. local Scheme2_2 = Instance.new("TextLabel")
  304. local Blue_2 = Instance.new("TextLabel")
  305. local Val_7 = Instance.new("TextBox")
  306. local Green_2 = Instance.new("TextLabel")
  307. local Val_8 = Instance.new("TextBox")
  308. local Red_2 = Instance.new("TextLabel")
  309. local Val_9 = Instance.new("TextBox")
  310. local Credits_2 = Instance.new("TextLabel")
  311. local Main_4 = Instance.new("ScrollingFrame")
  312. local GUIOwner = Instance.new("TextLabel")
  313. local Scripts_2 = Instance.new("TextLabel")
  314. local Exit_4 = Instance.new("TextButton")
  315.  
  316. -- Properties
  317. OzfinityMain.Name = "Ozfinity Main"
  318. OzfinityMain.Parent = game.Players.LocalPlayer.PlayerGui
  319.  
  320. Scripts.Name = "Scripts"
  321. Scripts.Parent = OzfinityMain
  322. Scripts.Active = true
  323. Scripts.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  324. Scripts.BackgroundTransparency = 0.40000000596046
  325. Scripts.BorderSizePixel = 0
  326. Scripts.Position = UDim2.new(0.5, -150, 0.5, -100)
  327. Scripts.Size = UDim2.new(0, 330, 0, 20)
  328. Scripts.Visible = true
  329. Scripts.Font = Enum.Font.SourceSans
  330. Scripts.Text = "Ozfinity Hub"
  331. Scripts.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  332. Scripts.TextScaled = true
  333. Scripts.TextSize = 14
  334. Scripts.TextWrapped = true
  335. Scripts.Active = true
  336. Scripts.Draggable = true
  337.  
  338. Main.Name = "Main"
  339. Main.Parent = Scripts
  340. Main.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  341. Main.BackgroundTransparency = 0.40000000596046
  342. Main.BorderSizePixel = 0
  343. Main.Position = UDim2.new(0.5, -165, 0.5, 10)
  344. Main.Selectable = false
  345. Main.Size = UDim2.new(1, 20, 0, 200)
  346. Main.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  347. Main.CanvasSize = UDim2.new(0, 0, 20, 0)
  348. Main.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  349.  
  350. Test.Name = "Test"
  351. Test.Parent = Main
  352. Test.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  353. Test.BackgroundTransparency = 0.69999998807907
  354. Test.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  355. Test.Position = UDim2.new(0, 10, 0, 10)
  356. Test.Size = UDim2.new(0, 150, 0, 30)
  357. Test.Font = Enum.Font.SourceSans
  358. Test.Text = "Test"
  359. Test.TextColor3 = Color3.new(0, 0, 0)
  360. Test.TextScaled = true
  361. Test.TextSize = 14
  362. Test.TextWrapped = true
  363. Test.Visible = false
  364.  
  365. Exit.Name = "Exit"
  366. Exit.Parent = Scripts
  367. Exit.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  368. Exit.BackgroundTransparency = 0.40000000596046
  369. Exit.BorderSizePixel = 0
  370. Exit.Position = UDim2.new(1, 0, 0, 0)
  371. Exit.Size = UDim2.new(0, 20, 0, 20)
  372. Exit.Font = Enum.Font.SourceSans
  373. Exit.Text = "X"
  374. Exit.TextColor3 = Color3.new(1, 0, 0)
  375. Exit.TextScaled = true
  376. Exit.TextSize = 14
  377. Exit.TextWrapped = true
  378.  
  379. Bottom.Name = "Bottom"
  380. Bottom.Parent = Scripts
  381. Bottom.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  382. Bottom.BackgroundTransparency = 0.40000000596046
  383. Bottom.BorderSizePixel = 0
  384. Bottom.Position = UDim2.new(0, 0, 11, 0)
  385. Bottom.Size = UDim2.new(0, 350, 0, 100)
  386.  
  387. Settings.Name = "Settings"
  388. Settings.Parent = Bottom
  389. Settings.BackgroundColor3 = Color3.new(0, 0, 0)
  390. Settings.BackgroundTransparency = 0.60000002384186
  391. Settings.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  392. Settings.Position = UDim2.new(0, 10, 0, 10)
  393. Settings.Size = UDim2.new(0, 150, 0, 30)
  394. Settings.Font = Enum.Font.SourceSans
  395. Settings.Text = "Settings"
  396. Settings.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  397. Settings.TextScaled = true
  398. Settings.TextSize = 14
  399. Settings.TextWrapped = true
  400.  
  401. Credits.Name = "Credits"
  402. Credits.Parent = Bottom
  403. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  404. Credits.BackgroundTransparency = 0.60000002384186
  405. Credits.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  406. Credits.Position = UDim2.new(0, 170, 0, 10)
  407. Credits.Size = UDim2.new(0, 150, 0, 30)
  408. Credits.Font = Enum.Font.SourceSans
  409. Credits.Text = "Credits"
  410. Credits.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  411. Credits.TextScaled = true
  412. Credits.TextSize = 14
  413. Credits.TextWrapped = true
  414.  
  415. Settings_2.Name = "Settings"
  416. Settings_2.Parent = OzfinityMain
  417. Settings_2.Active = true
  418. Settings_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  419. Settings_2.BackgroundTransparency = 0.40000000596046
  420. Settings_2.BorderSizePixel = 0
  421. Settings_2.Position = UDim2.new(0.5, -150, 0.5, -100)
  422. Settings_2.Size = UDim2.new(0, 330, 0, 20)
  423. Settings_2.Visible = false
  424. Settings_2.Font = Enum.Font.SourceSans
  425. Settings_2.Text = "Ozfinity Settings"
  426. Settings_2.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  427. Settings_2.TextScaled = true
  428. Settings_2.TextSize = 14
  429. Settings_2.TextWrapped = true
  430. Settings_2.Active = true
  431. Settings_2.Draggable = true
  432.  
  433. Main_2.Name = "Main"
  434. Main_2.Parent = Settings_2
  435. Main_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  436. Main_2.BackgroundTransparency = 0.40000000596046
  437. Main_2.BorderSizePixel = 0
  438. Main_2.Position = UDim2.new(0.5, -165, 0.5, 10)
  439. Main_2.Selectable = false
  440. Main_2.Size = UDim2.new(1, 20, 0, 200)
  441. Main_2.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  442. Main_2.CanvasSize = UDim2.new(0, 0, 20, 0)
  443. Main_2.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  444.  
  445. ColorScheme.Name = "Color Scheme"
  446. ColorScheme.Parent = Main_2
  447. ColorScheme.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  448. ColorScheme.BackgroundTransparency = 0.69999998807907
  449. ColorScheme.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  450. ColorScheme.Position = UDim2.new(0, 10, 0, 10)
  451. ColorScheme.Size = UDim2.new(0, 150, 0, 30)
  452. ColorScheme.Font = Enum.Font.SourceSans
  453. ColorScheme.Text = "Color Scheme"
  454. ColorScheme.TextColor3 = Color3.new(0, 0, 0)
  455. ColorScheme.TextScaled = true
  456. ColorScheme.TextSize = 14
  457. ColorScheme.TextWrapped = true
  458.  
  459. AutoLogin.Name = "Auto Login"
  460. AutoLogin.Parent = Main_2
  461. AutoLogin.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  462. AutoLogin.BackgroundTransparency = 0.69999998807907
  463. AutoLogin.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  464. AutoLogin.Position = UDim2.new(0, 210, 0, 10)
  465. AutoLogin.Size = UDim2.new(0, 100, 0, 30)
  466. AutoLogin.Font = Enum.Font.SourceSans
  467. AutoLogin.Text = "Auto Login"
  468. AutoLogin.TextScaled = true
  469. AutoLogin.TextSize = 14
  470. AutoLogin.TextWrapped = true
  471.  
  472. Val.Name = "Val"
  473. Val.Parent = AutoLogin
  474. Val.BackgroundColor3 = Color3.new(0, 0, 0)
  475. Val.BackgroundTransparency = 0.69999998807907
  476. Val.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  477. Val.BorderSizePixel = 2
  478. Val.Position = UDim2.new(0, -31, 0, 0)
  479. Val.Size = UDim2.new(0, 30, 0, 30)
  480. Val.Font = Enum.Font.SourceSans
  481. Val.Text = ""
  482. Val.TextColor3 = Color3.new(1, 1, 1)
  483. Val.TextScaled = true
  484. Val.TextSize = 14
  485. Val.TextWrapped = true
  486.  
  487. Transparency.Name = "Transparency"
  488. Transparency.Parent = Main_2
  489. Transparency.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  490. Transparency.BackgroundTransparency = 0.69999998807907
  491. Transparency.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  492. Transparency.Position = UDim2.new(0, 10, 0, 50)
  493. Transparency.Size = UDim2.new(0, 100, 0, 30)
  494. Transparency.Font = Enum.Font.SourceSans
  495. Transparency.Text = "Transparency:"
  496. Transparency.TextScaled = true
  497. Transparency.TextSize = 14
  498. Transparency.TextWrapped = true
  499.  
  500. Val_2.Name = "Val"
  501. Val_2.Parent = Transparency
  502. Val_2.BackgroundColor3 = Color3.new(0, 0, 0)
  503. Val_2.BackgroundTransparency = 0.69999998807907
  504. Val_2.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  505. Val_2.BorderSizePixel = 2
  506. Val_2.Position = UDim2.new(0, 101, 0, 0)
  507. Val_2.Size = UDim2.new(0, 50, 0, 30)
  508. Val_2.Font = Enum.Font.SourceSans
  509. Val_2.Text = "0.4"
  510. Val_2.TextColor3 = Color3.new(1, 1, 1)
  511. Val_2.TextScaled = true
  512. Val_2.TextSize = 14
  513. Val_2.TextWrapped = true
  514.  
  515. HideToggle.Name = "Hide Toggle"
  516. HideToggle.Parent = Main_2
  517. HideToggle.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  518. HideToggle.BackgroundTransparency = 0.69999998807907
  519. HideToggle.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  520. HideToggle.Position = UDim2.new(0, 170, 0, 50)
  521. HideToggle.Size = UDim2.new(0, 100, 0, 30)
  522. HideToggle.Font = Enum.Font.SourceSans
  523. HideToggle.Text = "Hide Key:"
  524. HideToggle.TextScaled = true
  525. HideToggle.TextSize = 14
  526. HideToggle.TextWrapped = true
  527.  
  528. Val_3.Name = "Val"
  529. Val_3.Parent = HideToggle
  530. Val_3.BackgroundColor3 = Color3.new(0, 0, 0)
  531. Val_3.BackgroundTransparency = 0.69999998807907
  532. Val_3.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  533. Val_3.BorderSizePixel = 2
  534. Val_3.Position = UDim2.new(0, 101, 0, 0)
  535. Val_3.Size = UDim2.new(0, 50, 0, 30)
  536. Val_3.Font = Enum.Font.SourceSans
  537. Val_3.Text = "Ctrl"
  538. Val_3.TextColor3 = Color3.new(1, 1, 1)
  539. Val_3.TextScaled = true
  540. Val_3.TextSize = 14
  541. Val_3.TextWrapped = true
  542.  
  543. Exit_2.Name = "Exit"
  544. Exit_2.Parent = Settings_2
  545. Exit_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  546. Exit_2.BackgroundTransparency = 0.40000000596046
  547. Exit_2.BorderSizePixel = 0
  548. Exit_2.Position = UDim2.new(1, 0, 0, 0)
  549. Exit_2.Size = UDim2.new(0, 20, 0, 20)
  550. Exit_2.Font = Enum.Font.SourceSans
  551. Exit_2.Text = "X"
  552. Exit_2.TextColor3 = Color3.new(1, 0, 0)
  553. Exit_2.TextScaled = true
  554. Exit_2.TextSize = 14
  555. Exit_2.TextWrapped = true
  556.  
  557. Schemes.Name = "Schemes"
  558. Schemes.Parent = OzfinityMain
  559. Schemes.Active = true
  560. Schemes.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  561. Schemes.BackgroundTransparency = 0.40000000596046
  562. Schemes.BorderSizePixel = 0
  563. Schemes.Position = UDim2.new(0.5, -150, 0.200000003, -100)
  564. Schemes.Selectable = true
  565. Schemes.Size = UDim2.new(0, 310, 0, 20)
  566. Schemes.Visible = false
  567. Schemes.Font = Enum.Font.SourceSans
  568. Schemes.Text = "Ozfinity Schemes"
  569. Schemes.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  570. Schemes.TextScaled = true
  571. Schemes.TextSize = 14
  572. Schemes.TextWrapped = true
  573. Schemes.Active = true
  574. Schemes.Draggable = true
  575.  
  576. Exit_3.Name = "Exit"
  577. Exit_3.Parent = Schemes
  578. Exit_3.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  579. Exit_3.BackgroundTransparency = 0.40000000596046
  580. Exit_3.BorderSizePixel = 0
  581. Exit_3.Position = UDim2.new(1, 0, 0, 0)
  582. Exit_3.Size = UDim2.new(0, 20, 0, 20)
  583. Exit_3.Font = Enum.Font.SourceSans
  584. Exit_3.Text = "X"
  585. Exit_3.TextColor3 = Color3.new(1, 0, 0)
  586. Exit_3.TextScaled = true
  587. Exit_3.TextSize = 14
  588. Exit_3.TextWrapped = true
  589.  
  590. Main_3.Name = "Main"
  591. Main_3.Parent = Schemes
  592. Main_3.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  593. Main_3.BackgroundTransparency = 0.40000000596046
  594. Main_3.BorderSizePixel = 0
  595. Main_3.Position = UDim2.new(1, -310, 0.5, 10)
  596. Main_3.Size = UDim2.new(1, 20, 0, 140)
  597.  
  598. Scheme1.Name = "Scheme1"
  599. Scheme1.Parent = Main_3
  600. Scheme1.BackgroundColor3 = Color3.new(1, 1, 1)
  601. Scheme1.Position = UDim2.new(0, 0, 0, 10)
  602.  
  603. Scheme1_2.Name = "Scheme 1"
  604. Scheme1_2.Parent = Scheme1
  605. Scheme1_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  606. Scheme1_2.BackgroundTransparency = 0.69999998807907
  607. Scheme1_2.Position = UDim2.new(0, 15, 0, 0)
  608. Scheme1_2.Size = UDim2.new(0, 140, 0, 30)
  609. Scheme1_2.Font = Enum.Font.SourceSans
  610. Scheme1_2.Text = "Scheme 1"
  611. Scheme1_2.TextScaled = true
  612. Scheme1_2.TextSize = 14
  613. Scheme1_2.TextWrapped = true
  614.  
  615. Blue.Name = "Blue"
  616. Blue.Parent = Scheme1
  617. Blue.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  618. Blue.BackgroundTransparency = 0.69999998807907
  619. Blue.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  620. Blue.Position = UDim2.new(0, 10, 0, 95)
  621. Blue.Size = UDim2.new(0, 100, 0, 30)
  622. Blue.Font = Enum.Font.SourceSans
  623. Blue.Text = "Blue (0-255):"
  624. Blue.TextScaled = true
  625. Blue.TextSize = 14
  626. Blue.TextWrapped = true
  627.  
  628. Val_4.Name = "Val"
  629. Val_4.Parent = Blue
  630. Val_4.BackgroundColor3 = Color3.new(0, 0, 0)
  631. Val_4.BackgroundTransparency = 0.69999998807907
  632. Val_4.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  633. Val_4.BorderSizePixel = 2
  634. Val_4.Position = UDim2.new(0, 101, 0, 0)
  635. Val_4.Size = UDim2.new(0, 50, 0, 30)
  636. Val_4.Font = Enum.Font.SourceSans
  637. Val_4.Text = "82"
  638. Val_4.TextColor3 = Color3.new(1, 1, 1)
  639. Val_4.TextScaled = true
  640. Val_4.TextSize = 14
  641. Val_4.TextWrapped = true
  642.  
  643. Green.Name = "Green"
  644. Green.Parent = Scheme1
  645. Green.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  646. Green.BackgroundTransparency = 0.69999998807907
  647. Green.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  648. Green.Position = UDim2.new(0, 10, 0, 65)
  649. Green.Size = UDim2.new(0, 100, 0, 30)
  650. Green.Font = Enum.Font.SourceSans
  651. Green.Text = "Green (0-255):"
  652. Green.TextScaled = true
  653. Green.TextSize = 14
  654. Green.TextWrapped = true
  655.  
  656. Val_5.Name = "Val"
  657. Val_5.Parent = Green
  658. Val_5.BackgroundColor3 = Color3.new(0, 0, 0)
  659. Val_5.BackgroundTransparency = 0.69999998807907
  660. Val_5.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  661. Val_5.BorderSizePixel = 2
  662. Val_5.Position = UDim2.new(0, 101, 0, 0)
  663. Val_5.Size = UDim2.new(0, 50, 0, 30)
  664. Val_5.Font = Enum.Font.SourceSans
  665. Val_5.Text = "82"
  666. Val_5.TextColor3 = Color3.new(1, 1, 1)
  667. Val_5.TextScaled = true
  668. Val_5.TextSize = 14
  669. Val_5.TextWrapped = true
  670.  
  671. Red.Name = "Red"
  672. Red.Parent = Scheme1
  673. Red.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  674. Red.BackgroundTransparency = 0.69999998807907
  675. Red.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  676. Red.Position = UDim2.new(0, 10, 0, 35)
  677. Red.Size = UDim2.new(0, 100, 0, 30)
  678. Red.Font = Enum.Font.SourceSans
  679. Red.Text = "Red (0-255):"
  680. Red.TextScaled = true
  681. Red.TextSize = 14
  682. Red.TextWrapped = true
  683.  
  684. Val_6.Name = "Val"
  685. Val_6.Parent = Red
  686. Val_6.BackgroundColor3 = Color3.new(0, 0, 0)
  687. Val_6.BackgroundTransparency = 0.69999998807907
  688. Val_6.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  689. Val_6.BorderSizePixel = 2
  690. Val_6.Position = UDim2.new(0, 101, 0, 0)
  691. Val_6.Size = UDim2.new(0, 50, 0, 30)
  692. Val_6.Font = Enum.Font.SourceSans
  693. Val_6.Text = "82"
  694. Val_6.TextColor3 = Color3.new(1, 1, 1)
  695. Val_6.TextScaled = true
  696. Val_6.TextSize = 14
  697. Val_6.TextWrapped = true
  698.  
  699. Scheme2.Name = "Scheme2"
  700. Scheme2.Parent = Main_3
  701. Scheme2.BackgroundColor3 = Color3.new(1, 1, 1)
  702. Scheme2.Position = UDim2.new(0, 160, 0, 10)
  703.  
  704. Scheme2_2.Name = "Scheme 2"
  705. Scheme2_2.Parent = Scheme2
  706. Scheme2_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  707. Scheme2_2.BackgroundTransparency = 0.69999998807907
  708. Scheme2_2.Position = UDim2.new(0, 15, 0, 0)
  709. Scheme2_2.Size = UDim2.new(0, 140, 0, 30)
  710. Scheme2_2.Font = Enum.Font.SourceSans
  711. Scheme2_2.Text = "Scheme 2"
  712. Scheme2_2.TextScaled = true
  713. Scheme2_2.TextSize = 14
  714. Scheme2_2.TextWrapped = true
  715.  
  716. Blue_2.Name = "Blue"
  717. Blue_2.Parent = Scheme2
  718. Blue_2.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  719. Blue_2.BackgroundTransparency = 0.69999998807907
  720. Blue_2.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  721. Blue_2.Position = UDim2.new(0, 10, 0, 95)
  722. Blue_2.Size = UDim2.new(0, 100, 0, 30)
  723. Blue_2.Font = Enum.Font.SourceSans
  724. Blue_2.Text = "Blue (0-255):"
  725. Blue_2.TextScaled = true
  726. Blue_2.TextSize = 14
  727. Blue_2.TextWrapped = true
  728.  
  729. Val_7.Name = "Val"
  730. Val_7.Parent = Blue_2
  731. Val_7.BackgroundColor3 = Color3.new(0, 0, 0)
  732. Val_7.BackgroundTransparency = 0.69999998807907
  733. Val_7.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  734. Val_7.BorderSizePixel = 2
  735. Val_7.Position = UDim2.new(0, 101, 0, 0)
  736. Val_7.Size = UDim2.new(0, 50, 0, 30)
  737. Val_7.Font = Enum.Font.SourceSans
  738. Val_7.Text = "206"
  739. Val_7.TextColor3 = Color3.new(1, 1, 1)
  740. Val_7.TextScaled = true
  741. Val_7.TextSize = 14
  742. Val_7.TextWrapped = true
  743.  
  744. Green_2.Name = "Green"
  745. Green_2.Parent = Scheme2
  746. Green_2.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  747. Green_2.BackgroundTransparency = 0.69999998807907
  748. Green_2.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  749. Green_2.Position = UDim2.new(0, 10, 0, 65)
  750. Green_2.Size = UDim2.new(0, 100, 0, 30)
  751. Green_2.Font = Enum.Font.SourceSans
  752. Green_2.Text = "Green (0-255):"
  753. Green_2.TextScaled = true
  754. Green_2.TextSize = 14
  755. Green_2.TextWrapped = true
  756.  
  757. Val_8.Name = "Val"
  758. Val_8.Parent = Green_2
  759. Val_8.BackgroundColor3 = Color3.new(0, 0, 0)
  760. Val_8.BackgroundTransparency = 0.69999998807907
  761. Val_8.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  762. Val_8.BorderSizePixel = 2
  763. Val_8.Position = UDim2.new(0, 101, 0, 0)
  764. Val_8.Size = UDim2.new(0, 50, 0, 30)
  765. Val_8.Font = Enum.Font.SourceSans
  766. Val_8.Text = "164"
  767. Val_8.TextColor3 = Color3.new(1, 1, 1)
  768. Val_8.TextScaled = true
  769. Val_8.TextSize = 14
  770. Val_8.TextWrapped = true
  771.  
  772. Red_2.Name = "Red"
  773. Red_2.Parent = Scheme2
  774. Red_2.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  775. Red_2.BackgroundTransparency = 0.69999998807907
  776. Red_2.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  777. Red_2.Position = UDim2.new(0, 10, 0, 35)
  778. Red_2.Size = UDim2.new(0, 100, 0, 30)
  779. Red_2.Font = Enum.Font.SourceSans
  780. Red_2.Text = "Red (0-255):"
  781. Red_2.TextScaled = true
  782. Red_2.TextSize = 14
  783. Red_2.TextWrapped = true
  784.  
  785. Val_9.Name = "Val"
  786. Val_9.Parent = Red_2
  787. Val_9.BackgroundColor3 = Color3.new(0, 0, 0)
  788. Val_9.BackgroundTransparency = 0.69999998807907
  789. Val_9.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  790. Val_9.BorderSizePixel = 2
  791. Val_9.Position = UDim2.new(0, 101, 0, 0)
  792. Val_9.Size = UDim2.new(0, 50, 0, 30)
  793. Val_9.Font = Enum.Font.SourceSans
  794. Val_9.Text = "105"
  795. Val_9.TextColor3 = Color3.new(1, 1, 1)
  796. Val_9.TextScaled = true
  797. Val_9.TextSize = 14
  798. Val_9.TextWrapped = true
  799.  
  800. Credits_2.Name = "Credits"
  801. Credits_2.Parent = OzfinityMain
  802. Credits_2.Active = true
  803. Credits_2.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  804. Credits_2.BackgroundTransparency = 0.40000000596046
  805. Credits_2.BorderSizePixel = 0
  806. Credits_2.Position = UDim2.new(0.5, -150, 0.5, -100)
  807. Credits_2.Size = UDim2.new(0, 330, 0, 20)
  808. Credits_2.Visible = false
  809. Credits_2.Font = Enum.Font.SourceSans
  810. Credits_2.Text = "Ozfinity Credits"
  811. Credits_2.TextColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  812. Credits_2.TextScaled = true
  813. Credits_2.TextSize = 14
  814. Credits_2.TextWrapped = true
  815. Credits_2.Active = true
  816. Credits_2.Draggable = true
  817.  
  818. Main_4.Name = "Main"
  819. Main_4.Parent = Credits_2
  820. Main_4.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  821. Main_4.BackgroundTransparency = 0.40000000596046
  822. Main_4.BorderSizePixel = 0
  823. Main_4.Position = UDim2.new(0.5, -165, 0.5, 10)
  824. Main_4.Selectable = false
  825. Main_4.Size = UDim2.new(1, 20, 0, 200)
  826. Main_4.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  827. Main_4.CanvasSize = UDim2.new(0, 0, 20, 0)
  828. Main_4.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  829.  
  830. GUIOwner.Name = "GUI/Owner"
  831. GUIOwner.Parent = Main_4
  832. GUIOwner.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  833. GUIOwner.BackgroundTransparency = 0.69999998807907
  834. GUIOwner.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  835. GUIOwner.Position = UDim2.new(0, 10, 0, 10)
  836. GUIOwner.Size = UDim2.new(0, 150, 0, 30)
  837. GUIOwner.Font = Enum.Font.SourceSans
  838. GUIOwner.Text = "GUI: Dalition"
  839. GUIOwner.TextScaled = true
  840. GUIOwner.TextSize = 14
  841. GUIOwner.TextWrapped = true
  842.  
  843. Scripts_2.Name = "Scripts"
  844. Scripts_2.Parent = Main_4
  845. Scripts_2.BackgroundColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  846. Scripts_2.BackgroundTransparency = 0.69999998807907
  847. Scripts_2.BorderColor3 = Color3.new(0.411765, 0.643137, 0.807843)
  848. Scripts_2.Position = UDim2.new(0, 170, 0, 10)
  849. Scripts_2.Size = UDim2.new(0, 150, 0, 30)
  850. Scripts_2.Font = Enum.Font.SourceSans
  851. Scripts_2.Text = "Scripts: Dalition"
  852. Scripts_2.TextScaled = true
  853. Scripts_2.TextSize = 14
  854. Scripts_2.TextWrapped = true
  855.  
  856. Exit_4.Name = "Exit"
  857. Exit_4.Parent = Credits_2
  858. Exit_4.BackgroundColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  859. Exit_4.BackgroundTransparency = 0.40000000596046
  860. Exit_4.BorderSizePixel = 0
  861. Exit_4.Position = UDim2.new(1, 0, 0, 0)
  862. Exit_4.Size = UDim2.new(0, 20, 0, 20)
  863. Exit_4.Font = Enum.Font.SourceSans
  864. Exit_4.Text = "X"
  865. Exit_4.TextColor3 = Color3.new(1, 0, 0)
  866. Exit_4.TextScaled = true
  867. Exit_4.TextSize = 14
  868. Exit_4.TextWrapped = true
  869. Scripts.Position = UDim2.new(-1.5,-100,0.5,-150)
  870. -- Scripts
  871.  
  872. -- Exit Scripts
  873. Exit.MouseButton1Click:connect(function()
  874. Scripts.Visible = false
  875. --Message to press [hide toggle] button
  876. end)
  877.  
  878. Exit_2.MouseButton1Click:connect(function()
  879. Settings_2.Visible = false
  880. Scripts.Visible = true
  881. end)
  882. Exit_3.MouseButton1Click:connect(function()
  883. Schemes.Visible = false
  884. Settings_2.Visible = true
  885. end)
  886. Exit_4.MouseButton1Click:connect(function()
  887. Credits_2.Visible = false
  888. Scripts.Visible = true
  889. end)
  890.  
  891. --Open Scripts
  892. Settings.MouseButton1Click:connect(function()
  893. Settings_2.Visible = true
  894. Scripts.Visible = false
  895. end)
  896. ColorScheme.MouseButton1Click:connect(function()
  897. Schemes.Visible = true
  898. Settings_2.Visible = false
  899. end)
  900. Credits.MouseButton1Click:connect(function()
  901. Credits_2.Visible = true
  902. Scripts.Visible = false
  903. end)
  904.  
  905. --Initilize Changes
  906. Transparency.Val.Changed:connect(function()
  907. if Transparency.Val.Text=="" then
  908. Transparency.Val.Text="0.4"
  909. end
  910. if (tonumber(Transparency.Val.Text) < 0 or tonumber(Transparency.Val.Text) > 1) and Transparency.Val.Text ~= "" then
  911. Transparency.Val.Text = "0.4"
  912. else
  913. ChangeTransparency(tonumber(Transparency.Val.Text))
  914. end
  915. end)
  916. for i,v in pairs(Schemes.Main.Scheme1:GetChildren()) do
  917. if v:FindFirstChild("Val") then
  918. v.Val.Changed:connect(function()
  919. DoColorScheme(v.Val)
  920. end)
  921. end
  922. end
  923. for i,v in pairs(Schemes.Main.Scheme2:GetChildren()) do
  924. if v:FindFirstChild("Val") then
  925. v.Val.Changed:connect(function()
  926. DoColorScheme(v.Val)
  927. end)
  928. end
  929. end
  930. function DoColorScheme(Val)
  931. if Val.Text~= "" and (tonumber(Val.Text) < 0 or tonumber(Val.Text) > 255) and Val.Text ~= "" then
  932. else
  933. c1 = tonumber(Val.Parent.Parent.Parent.Scheme1.Red.Val.Text)
  934. c2 = tonumber(Val.Parent.Parent.Parent.Scheme1.Green.Val.Text)
  935. c3 = tonumber(Val.Parent.Parent.Parent.Scheme1.Blue.Val.Text)
  936. c4 = tonumber(Val.Parent.Parent.Parent.Scheme2.Red.Val.Text)
  937. c5 = tonumber(Val.Parent.Parent.Parent.Scheme2.Green.Val.Text)
  938. c6 = tonumber(Val.Parent.Parent.Parent.Scheme2.Blue.Val.Text)
  939. ChangeColorScheme(c1,c2,c3,c4,c5,c6)
  940. end
  941. end
  942. local Retrieve = game:HttpGet("https://ozfinity.com/login/UserInfo.php?user=&pass=&AutoLogin=Retrieve")
  943. if string.find(Retrieve,"false;") ~= nil then
  944. AutoLogin.Val.Text = ""
  945. elseif string.find(Retrieve,"true;") ~= nil then
  946. AutoLogin.Val.Text = "*"
  947. end
  948. AutoLogin.Val.MouseButton1Click:connect(function()
  949. if AutoLogin.Val.Text == "*" then
  950. AutoLogin.Val.Text = ""
  951. game:HttpGet("https://ozfinity.com/login/UserInfo.php?user="..Login.Username.Text.."&pass="..Login.Password1.Text.."&AutoLogin=false")
  952. else
  953. game:HttpGet("https://ozfinity.com/login/UserInfo.php?user="..Login.Username.Text.."&pass="..Login.Password1.Text.."&AutoLogin=true")
  954. AutoLogin.Val.Text = "*"
  955. end
  956. end)
  957. ToggleKey = Enum.KeyCode.LeftControl
  958. LastOpenedScreen = nil
  959. game:GetService("UserInputService").InputBegan:connect(function(InputObject)
  960. if HideToggle.Val:IsFocused() and InputObject.KeyCode ~= Enum.KeyCode.Unknown then
  961. local Key = string.sub(tostring(InputObject.KeyCode),14)
  962. HideToggle.Val.Text = Key
  963. ToggleKey = InputObject.KeyCode
  964. HideToggle.Val:ReleaseFocus()
  965. elseif InputObject.KeyCode == ToggleKey then
  966. for i,v in pairs(OzfinityMain:GetChildren()) do
  967. if v.Visible == true then
  968. if LastOpenedScreen == nil then
  969. v.Visible = false
  970. end
  971. LastOpenedScreen = v
  972. else
  973. if v == LastOpenedScreen then
  974. v.Visible = true
  975. LastOpenedScreen = nil
  976. end
  977. end
  978. end
  979. end
  980. end)
  981. --Excluded Functions
  982. function ChangeTransparency(Val)
  983. Scripts.BackgroundTransparency = Val
  984. Scripts.Exit.BackgroundTransparency = Val
  985. Scripts.Main.BackgroundTransparency = Val
  986. for _,v in pairs(Scripts.Main:GetChildren()) do
  987. v.BackgroundTransparency = Val+0.3
  988. end
  989. Scripts.Bottom.BackgroundTransparency = Val
  990. for _,v in pairs(Scripts.Bottom:GetChildren()) do
  991. v.BackgroundTransparency = Val+0.3
  992. end
  993. Credits_2.BackgroundTransparency = Val
  994. Credits_2.Exit.BackgroundTransparency = Val
  995. Credits_2.Main.BackgroundTransparency = Val
  996. Schemes.BackgroundTransparency = Val
  997. Schemes.Exit.BackgroundTransparency = Val
  998. Schemes.Main.BackgroundTransparency = Val
  999. for _,v in pairs (Schemes.Main.Scheme1:GetChildren()) do
  1000. v.BackgroundTransparency = Val+0.3
  1001. for _,v in pairs(v:GetChildren()) do
  1002. v.BackgroundTransparency = Val+0.3
  1003. end
  1004. end
  1005. for _,v in pairs(Schemes.Main.Scheme2:GetChildren()) do
  1006. v.BackgroundTransparency = Val+0.3
  1007. for _,v in pairs(v:GetChildren()) do
  1008. v.BackgroundTransparency = Val+0.3
  1009. end
  1010. end
  1011. Settings_2.BackgroundTransparency = Val
  1012. Settings_2.Exit.BackgroundTransparency = Val
  1013. Settings_2.Main.BackgroundTransparency = Val
  1014. for _,v in pairs(Settings_2.Main:GetChildren()) do
  1015. v.BackgroundTransparency = Val+0.3
  1016. for _,v in pairs(v:GetChildren()) do
  1017. v.BackgroundTransparency = Val+0.3
  1018. end
  1019. end
  1020. end
  1021. function ChangeColorScheme(s1,s2,s3,s4,s5,s6)
  1022. Scheme1 = Color3.fromRGB(s1,s2,s3)
  1023. Scheme2 = Color3.fromRGB(s4,s5,s6)
  1024. Scripts.BackgroundColor3 = Scheme1
  1025. Scripts.Exit.BackgroundColor3 = Scheme1
  1026. Scripts.Main.BackgroundColor3 = Scheme1
  1027. for _,v in pairs(Scripts.Main:GetChildren()) do
  1028. v.BackgroundColor3 = Scheme2
  1029. v.TextColor3 = Scheme1
  1030. end
  1031. Scripts.Bottom.BackgroundColor3 = Scheme2
  1032. for _,v in pairs(Scripts.Bottom:GetChildren()) do
  1033. v.BackgroundColor3 = Scheme1
  1034. v.TextColor3 = Scheme2
  1035. end
  1036. Credits_2.BackgroundColor3 = Scheme1
  1037. Credits_2.Exit.BackgroundColor3 = Scheme1
  1038. Credits_2.Main.BackgroundColor3 = Scheme1
  1039. for _,v in pairs(Credits_2.Main:GetChildren()) do
  1040. v.BackgroundColor3 = Scheme2
  1041. v.TextColor3 = Scheme1
  1042. end
  1043. Schemes.BackgroundColor3 = Scheme1
  1044. Schemes.Exit.BackgroundColor3 = Scheme1
  1045. Schemes.Main.BackgroundColor3 = Scheme1
  1046. for _,v in pairs (Schemes.Main.Scheme1:GetChildren()) do
  1047. v.BackgroundColor3 = Scheme2
  1048. for _,v in pairs(v:GetChildren()) do
  1049. v.BackgroundColor3 = Scheme1
  1050. end
  1051. end
  1052. for _,v in pairs(Schemes.Main.Scheme2:GetChildren()) do
  1053. v.BackgroundColor3 = Scheme2
  1054. for _,v in pairs(v:GetChildren()) do
  1055. v.BackgroundColor3 = Scheme1
  1056. end
  1057. end
  1058. Settings_2.BackgroundColor3 = Scheme1
  1059. Settings_2.Exit.BackgroundColor3 = Scheme1
  1060. Settings_2.Main.BackgroundColor3 = Scheme1
  1061. for _,v in pairs(Settings_2.Main:GetChildren()) do
  1062. v.BackgroundColor3 = Scheme2
  1063. for _,v in pairs(v:GetChildren()) do
  1064. v.BackgroundColor3 = Scheme1
  1065. end
  1066. end
  1067. end
  1068. --SCRIPTS HANDLER
  1069. local function InitScriptButton(Button)
  1070. Button.MouseButton1Click:connect(function()
  1071. datURL = game:HttpGet("https://ozfinity.com/login/ScriptWhitelistV2.php?user="..Login.Username.Text.."&pass="..Login.Password1.Text.."&script="..Button.Name,true)
  1072. loadstring(datURL)()
  1073. end)
  1074. end
  1075. for i,v in pairs(ScriptsT) do
  1076. local ScriptButton = Test:Clone()
  1077. ScriptButton.Name = v
  1078. ScriptButton.Text = i
  1079. ScriptButton.Parent = Main
  1080. ScriptButton.Visible = true
  1081. if oldV == nil then
  1082. ScriptButton.Position = UDim2.new(0,10,0,10)
  1083. elseif oldV.Position.X.Offset ~= 170 then
  1084. ScriptButton.Position = UDim2.new(0,oldV.Position.X.Offset+160,0,oldV.Position.Y.Offset)
  1085. else
  1086. ScriptButton.Position = UDim2.new(0,10,0,oldV.Position.Y.Offset+40)
  1087. end
  1088. InitScriptButton(ScriptButton)
  1089. oldV = ScriptButton
  1090. end
  1091. Scripts:TweenPosition(UDim2.new(0.5,-150,0.5,-150), "Out", "Linear",0.4)
  1092. Login:TweenPosition(UDim2.new(1.5,-100,0.5,-150), "Out", "Linear",0.4)
  1093. end
  1094.  
  1095.  
  1096. local Retrieve = game:HttpGet("https://ozfinity.com/login/UserInfo.php?user=&pass=&AutoLogin=Retrieve")
  1097. if string.find(Retrieve,"true;") ~= nil then
  1098. Username.Text = string.sub(Retrieve,string.find(Retrieve,"username=")+9,string.find(Retrieve,"password=")-1)
  1099. Password1.Text = string.sub(Retrieve,string.find(Retrieve,"password=")+9,string.find(Retrieve,"autologin=")-1)
  1100.  
  1101. Message.Text = "Welcome, "..Username.Text.."!"
  1102. Message.BorderColor3 = Color3.fromRGB(85,255,0)
  1103. LoggedIn()
  1104. elseif string.find(Retrieve,"false;") ~= nil then
  1105. Submit.MouseButton1Click:connect(function()
  1106. if string.find(game:HttpGet("https://ozfinity.com/login/CheckUser.php?user="..Username.Text.."&pass="..Password1.Text,true),"Some information is incorrect, logged for suspicion.")~= nil then
  1107. Message.Text = "Wrong information!"
  1108. Message.BorderColor3 = Color3.fromRGB(255,0,0)
  1109. elseif string.find(game:HttpGet("https://ozfinity.com/login/CheckUser.php?user="..Username.Text.."&pass="..Password1.Text,true),"User Whitelisted.")~= nil then
  1110. Message.Text = "Welcome, "..Username.Text.."!"
  1111. Message.BorderColor3 = Color3.fromRGB(85,255,0)
  1112. LoggedIn()
  1113. game.Players.LocalPlayer.PlayerGui.Ozfinity.Login:TweenPosition(UDim2.new(1.5,-100,0.5,-150), "Out", "Linear",0.4)
  1114. else
  1115. Message.Text = "Something is wrong with the server, try again later."
  1116. Message.BorderColor3 = Color3.fromRGB(255,0,0)
  1117. end
  1118. end)
  1119. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement