Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
2,212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.49 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ApertisOculus = Instance.new("ScreenGui")
  4. local MainGui = Instance.new("Frame")
  5. local TitleBorder = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local CurrentVersion = Instance.new("TextLabel")
  8. local UpdateTitle = Instance.new("TextLabel")
  9. local UpdateScrollingLog = Instance.new("ScrollingFrame")
  10. local Update1 = Instance.new("TextLabel")
  11. local NEW = Instance.new("TextLabel")
  12. local MotDTitle = Instance.new("TextLabel")
  13. local MOTD = Instance.new("TextLabel")
  14. local CreditsBox = Instance.new("TextLabel")
  15. local Credits = Instance.new("TextLabel")
  16. local ScriptsScrollingLog = Instance.new("ScrollingFrame")
  17. local RobloxHighSchool = Instance.new("TextButton")
  18. local ArcaneAdventures = Instance.new("TextButton")
  19. local LegendarySwords = Instance.new("TextButton")
  20. local CaseClicker = Instance.new("TextButton")
  21. local BATTLEOFTITANS = Instance.new("TextButton")
  22. local Murder15 = Instance.new("TextButton")
  23. local ProfitCity = Instance.new("TextButton")
  24. local NuclearPlantTycoon = Instance.new("TextButton")
  25. local Valor = Instance.new("TextButton")
  26. local DinosaurSimulator = Instance.new("TextButton")
  27. local LegendarySwords2 = Instance.new("TextButton")
  28. local Exit = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. ApertisOculus.Name = "ApertisOculus"
  33. ApertisOculus.Parent = game:GetService("Players").LocalPlayer:FindFirstChildOfClass("PlayerGui")
  34.  
  35. MainGui.Name = "MainGui"
  36. MainGui.Parent = ApertisOculus
  37. MainGui.Active = true
  38. MainGui.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  39. MainGui.BorderColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  40. MainGui.Draggable = true
  41. MainGui.Position = UDim2.new(0, 258, 0, 189)
  42. MainGui.Size = UDim2.new(0, 496, 0, 261)
  43.  
  44. TitleBorder.Name = "TitleBorder"
  45. TitleBorder.Parent = MainGui
  46. TitleBorder.BackgroundColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  47. TitleBorder.BorderColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  48. TitleBorder.Size = UDim2.new(0, 496, 0, 33)
  49.  
  50. Title.Name = "Title"
  51. Title.Parent = TitleBorder
  52. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Title.BackgroundTransparency = 1
  54. Title.Position = UDim2.new(0, 88, 0, 0)
  55. Title.Size = UDim2.new(0, 220, 0, 34)
  56. Title.Font = Enum.Font.SciFi
  57. Title.FontSize = Enum.FontSize.Size32
  58. Title.Text = "Apertis Oculus"
  59. Title.TextColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  60. Title.TextSize = 32
  61.  
  62. CurrentVersion.Name = "CurrentVersion"
  63. CurrentVersion.Parent = TitleBorder
  64. CurrentVersion.BackgroundColor3 = Color3.new(1, 1, 1)
  65. CurrentVersion.BackgroundTransparency = 1
  66. CurrentVersion.Position = UDim2.new(0, 295, 0, 0)
  67. CurrentVersion.Size = UDim2.new(0, 50, 0, 34)
  68. CurrentVersion.Font = Enum.Font.SciFi
  69. CurrentVersion.FontSize = Enum.FontSize.Size32
  70. CurrentVersion.Text = "v1.0"
  71. CurrentVersion.TextColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  72. CurrentVersion.TextSize = 32
  73.  
  74. UpdateTitle.Name = "UpdateTitle"
  75. UpdateTitle.Parent = MainGui
  76. UpdateTitle.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  77. UpdateTitle.BorderColor3 = Color3.new(0, 0, 0)
  78. UpdateTitle.Position = UDim2.new(0, 0, 0, 58)
  79. UpdateTitle.Size = UDim2.new(0, 88, 0, 27)
  80. UpdateTitle.Font = Enum.Font.SciFi
  81. UpdateTitle.FontSize = Enum.FontSize.Size24
  82. UpdateTitle.Text = "UPDATE LOG"
  83. UpdateTitle.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  84. UpdateTitle.TextScaled = true
  85. UpdateTitle.TextSize = 24
  86. UpdateTitle.TextWrapped = true
  87.  
  88. UpdateScrollingLog.Name = "UpdateScrollingLog"
  89. UpdateScrollingLog.Parent = MainGui
  90. UpdateScrollingLog.BackgroundColor3 = Color3.new(0, 0, 0)
  91. UpdateScrollingLog.BackgroundTransparency = 1
  92. UpdateScrollingLog.Position = UDim2.new(0, 0, 0, 96)
  93. UpdateScrollingLog.Size = UDim2.new(0, 100, 0, 153)
  94.  
  95. Update1.Name = "Update1.0"
  96. Update1.Parent = UpdateScrollingLog
  97. Update1.BackgroundColor3 = Color3.new(0, 0, 0)
  98. Update1.BackgroundTransparency = 1
  99. Update1.Size = UDim2.new(0, 85, 0, 37)
  100. Update1.Font = Enum.Font.SciFi
  101. Update1.FontSize = Enum.FontSize.Size12
  102. Update1.Text = "Update 1.0: First release"
  103. Update1.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  104. Update1.TextScaled = true
  105. Update1.TextSize = 12
  106. Update1.TextWrapped = true
  107.  
  108. NEW.Name = "NEW"
  109. NEW.Parent = UpdateScrollingLog
  110. NEW.BackgroundColor3 = Color3.new(0, 0, 0)
  111. NEW.BackgroundTransparency = 1
  112. NEW.Position = UDim2.new(0, -20, 0, 0)
  113. NEW.Rotation = -15
  114. NEW.Size = UDim2.new(0, 55, 0, 10)
  115. NEW.Font = Enum.Font.SciFi
  116. NEW.FontSize = Enum.FontSize.Size96
  117. NEW.Text = "NEW"
  118. NEW.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  119. NEW.TextScaled = true
  120. NEW.TextSize = 99
  121. NEW.TextWrapped = true
  122.  
  123. MotDTitle.Name = "MotDTitle"
  124. MotDTitle.Parent = MainGui
  125. MotDTitle.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  126. MotDTitle.Position = UDim2.new(0, 408, 0, 60)
  127. MotDTitle.Size = UDim2.new(0, 88, 0, 27)
  128. MotDTitle.Font = Enum.Font.SciFi
  129. MotDTitle.FontSize = Enum.FontSize.Size24
  130. MotDTitle.Text = "MOTD"
  131. MotDTitle.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  132. MotDTitle.TextSize = 24
  133.  
  134. MOTD.Name = "MOTD"
  135. MOTD.Parent = MainGui
  136. MOTD.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  137. MOTD.BorderColor3 = Color3.new(0, 0, 0)
  138. MOTD.Position = UDim2.new(0, 408, 0, 97)
  139. MOTD.Size = UDim2.new(0, 88, 0, 54)
  140. MOTD.Font = Enum.Font.SciFi
  141. MOTD.FontSize = Enum.FontSize.Size10
  142. MOTD.Text = "ECCKSSSPLOOOOOSIIIOOOOOOON"
  143. MOTD.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  144. MOTD.TextScaled = true
  145. MOTD.TextSize = 10
  146. MOTD.TextWrapped = true
  147.  
  148. CreditsBox.Name = "CreditsBox"
  149. CreditsBox.Parent = MainGui
  150. CreditsBox.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  151. CreditsBox.BorderColor3 = Color3.new(0, 0, 0)
  152. CreditsBox.Position = UDim2.new(0, 408, 0, 195)
  153. CreditsBox.Size = UDim2.new(0, 88, 0, 54)
  154. CreditsBox.Font = Enum.Font.SciFi
  155. CreditsBox.FontSize = Enum.FontSize.Size10
  156. CreditsBox.Text = "Credits to, CYbM and Apostasia"
  157. CreditsBox.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  158. CreditsBox.TextScaled = true
  159. CreditsBox.TextSize = 10
  160. CreditsBox.TextWrapped = true
  161.  
  162. Credits.Name = "Credits"
  163. Credits.Parent = MainGui
  164. Credits.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  165. Credits.Position = UDim2.new(0, 408, 0, 157)
  166. Credits.Size = UDim2.new(0, 88, 0, 27)
  167. Credits.Font = Enum.Font.SciFi
  168. Credits.FontSize = Enum.FontSize.Size24
  169. Credits.Text = "Credits"
  170. Credits.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  171. Credits.TextSize = 24
  172.  
  173. ScriptsScrollingLog.Name = "ScriptsScrollingLog"
  174. ScriptsScrollingLog.Parent = MainGui
  175. ScriptsScrollingLog.BackgroundColor3 = Color3.new(0, 0, 0)
  176. ScriptsScrollingLog.BackgroundTransparency = 1
  177. ScriptsScrollingLog.Position = UDim2.new(0, 103, 0, 58)
  178. ScriptsScrollingLog.Size = UDim2.new(0, 291, 0, 181)
  179.  
  180. RobloxHighSchool.Name = "RobloxHighSchool"
  181. RobloxHighSchool.Parent = ScriptsScrollingLog
  182. RobloxHighSchool.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  183. RobloxHighSchool.Position = UDim2.new(0, 19, 0, 4)
  184. RobloxHighSchool.Size = UDim2.new(0, 106, 0, 32)
  185. RobloxHighSchool.Font = Enum.Font.SciFi
  186. RobloxHighSchool.FontSize = Enum.FontSize.Size11
  187. RobloxHighSchool.Text = "Roblox High School"
  188. RobloxHighSchool.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  189. RobloxHighSchool.TextSize = 11
  190.  
  191. ArcaneAdventures.Name = "ArcaneAdventures"
  192. ArcaneAdventures.Parent = ScriptsScrollingLog
  193. ArcaneAdventures.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  194. ArcaneAdventures.Position = UDim2.new(0, 164, 0, 4)
  195. ArcaneAdventures.Size = UDim2.new(0, 106, 0, 32)
  196. ArcaneAdventures.Font = Enum.Font.SciFi
  197. ArcaneAdventures.FontSize = Enum.FontSize.Size11
  198. ArcaneAdventures.Text = "Arcane Adventures"
  199. ArcaneAdventures.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  200. ArcaneAdventures.TextSize = 11
  201.  
  202. LegendarySwords.Name = "LegendarySwords"
  203. LegendarySwords.Parent = ScriptsScrollingLog
  204. LegendarySwords.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  205. LegendarySwords.Position = UDim2.new(0, 19, 0, 76)
  206. LegendarySwords.Size = UDim2.new(0, 106, 0, 32)
  207. LegendarySwords.Font = Enum.Font.SciFi
  208. LegendarySwords.FontSize = Enum.FontSize.Size11
  209. LegendarySwords.Text = "Legendary Swords 2"
  210. LegendarySwords.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  211. LegendarySwords.TextSize = 11
  212.  
  213. CaseClicker.Name = "CaseClicker"
  214. CaseClicker.Parent = ScriptsScrollingLog
  215. CaseClicker.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  216. CaseClicker.Position = UDim2.new(0, 164, 0, 40)
  217. CaseClicker.Size = UDim2.new(0, 106, 0, 32)
  218. CaseClicker.Font = Enum.Font.SciFi
  219. CaseClicker.FontSize = Enum.FontSize.Size11
  220. CaseClicker.Text = "Case Clicker"
  221. CaseClicker.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  222. CaseClicker.TextSize = 11
  223.  
  224. BATTLEOFTITANS.Name = "BATTLEOFTITANS"
  225. BATTLEOFTITANS.Parent = ScriptsScrollingLog
  226. BATTLEOFTITANS.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  227. BATTLEOFTITANS.Position = UDim2.new(0, 19, 0, 40)
  228. BATTLEOFTITANS.Size = UDim2.new(0, 106, 0, 32)
  229. BATTLEOFTITANS.Font = Enum.Font.SciFi
  230. BATTLEOFTITANS.FontSize = Enum.FontSize.Size11
  231. BATTLEOFTITANS.Text = "BATTLE OF TITANS"
  232. BATTLEOFTITANS.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  233. BATTLEOFTITANS.TextSize = 11
  234.  
  235. Murder15.Name = "Murder15"
  236. Murder15.Parent = ScriptsScrollingLog
  237. Murder15.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  238. Murder15.Position = UDim2.new(0, 164, 0, 76)
  239. Murder15.Size = UDim2.new(0, 106, 0, 32)
  240. Murder15.Font = Enum.Font.SciFi
  241. Murder15.FontSize = Enum.FontSize.Size11
  242. Murder15.Text = "Murder 15"
  243. Murder15.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  244. Murder15.TextSize = 11
  245.  
  246. ProfitCity.Name = "ProfitCity"
  247. ProfitCity.Parent = ScriptsScrollingLog
  248. ProfitCity.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  249. ProfitCity.Position = UDim2.new(0, 19, 0, 112)
  250. ProfitCity.Size = UDim2.new(0, 106, 0, 32)
  251. ProfitCity.Font = Enum.Font.SciFi
  252. ProfitCity.FontSize = Enum.FontSize.Size11
  253. ProfitCity.Text = "Profit City"
  254. ProfitCity.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  255. ProfitCity.TextSize = 11
  256.  
  257. NuclearPlantTycoon.Name = "NuclearPlantTycoon"
  258. NuclearPlantTycoon.Parent = ScriptsScrollingLog
  259. NuclearPlantTycoon.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  260. NuclearPlantTycoon.Position = UDim2.new(0, 164, 0, 112)
  261. NuclearPlantTycoon.Size = UDim2.new(0, 106, 0, 32)
  262. NuclearPlantTycoon.Font = Enum.Font.SciFi
  263. NuclearPlantTycoon.FontSize = Enum.FontSize.Size11
  264. NuclearPlantTycoon.Text = "Nuclear Plant Tycoon"
  265. NuclearPlantTycoon.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  266. NuclearPlantTycoon.TextSize = 11
  267.  
  268. Valor.Name = "Valor"
  269. Valor.Parent = ScriptsScrollingLog
  270. Valor.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  271. Valor.Position = UDim2.new(0, 19, 0, 148)
  272. Valor.Size = UDim2.new(0, 106, 0, 32)
  273. Valor.Font = Enum.Font.SciFi
  274. Valor.FontSize = Enum.FontSize.Size11
  275. Valor.Text = "Valor"
  276. Valor.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  277. Valor.TextSize = 11
  278.  
  279. DinosaurSimulator.Name = "DinosaurSimulator"
  280. DinosaurSimulator.Parent = ScriptsScrollingLog
  281. DinosaurSimulator.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  282. DinosaurSimulator.Position = UDim2.new(0, 164, 0, 148)
  283. DinosaurSimulator.Size = UDim2.new(0, 106, 0, 32)
  284. DinosaurSimulator.Font = Enum.Font.SciFi
  285. DinosaurSimulator.FontSize = Enum.FontSize.Size11
  286. DinosaurSimulator.Text = "Dinosaur Simulator"
  287. DinosaurSimulator.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  288. DinosaurSimulator.TextSize = 11
  289.  
  290. LegendarySwords2.Name = "LegendarySwords2"
  291. LegendarySwords2.Parent = ScriptsScrollingLog
  292. LegendarySwords2.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  293. LegendarySwords2.Position = UDim2.new(0, 19, 0, 184)
  294. LegendarySwords2.Size = UDim2.new(0, 106, 0, 32)
  295. LegendarySwords2.Font = Enum.Font.SciFi
  296. LegendarySwords2.FontSize = Enum.FontSize.Size11
  297. LegendarySwords2.Text = "Legendary Swords 1"
  298. LegendarySwords2.TextColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  299. LegendarySwords2.TextSize = 11
  300.  
  301. Exit.Name = "Exit"
  302. Exit.Parent = MainGui
  303. Exit.BackgroundColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  304. Exit.Position = UDim2.new(0, 463, 0, 0)
  305. Exit.Size = UDim2.new(0, 33, 0, 18)
  306. Exit.Font = Enum.Font.SciFi
  307. Exit.FontSize = Enum.FontSize.Size11
  308. Exit.Text = "X"
  309. Exit.TextColor3 = Color3.new(0, 0, 0)
  310. Exit.TextSize = 11
  311.  
  312. --MOTD System
  313. --Last one is a dud one, use it to create your own message, just delete the -- at the end of it
  314. local s = math.random(1,20)
  315. if s == 1 then
  316. ApertisOculus.MainGui.MOTD.Text = "Lapis is sometimes cool, sometimes skrubish."
  317. end
  318. if s == 2 then
  319. ApertisOculus.MainGui.MOTD.Text = "'Let justice be done, though the heavens fall.'"
  320. end
  321. if s == 3 then
  322. ApertisOculus.MainGui.MOTD.Text = "Apostasia and CyberMortem are cool cats B)"
  323. end
  324. if s == 4 then
  325. ApertisOculus.MainGui.MOTD.Text = "shoutout to original meme while he was telling a raindrop buyer to kys"
  326. end
  327. if s == 5 then
  328. ApertisOculus.MainGui.MOTD.Text = "shoutout to ontV3rm for doing nothing while we were developing"
  329. end
  330. if s == 6 then
  331. ApertisOculus.MainGui.MOTD.Text = "shoutout to MetalRuller for being apostasia's fat son"
  332. end
  333. if s == 7 then
  334. ApertisOculus.MainGui.MOTD.Text = "slappy better update proto fast or ima be mad >:("
  335. end
  336. if s == 8 then
  337. ApertisOculus.MainGui.MOTD.Text = "How much stuff can you stuff in a stuffie till your stuffies stuffed enough stuff?"
  338. end
  339. if s == 9 then
  340. ApertisOculus.MainGui.MOTD.Text = "syndicate/Times is pretty mean :("
  341. end
  342. if s == 10 then
  343. ApertisOculus.MainGui.MOTD.Text = "i wish someone would notice me ~Apostasia 2017"
  344. end
  345. if s == 11 then
  346. ApertisOculus.MainGui.MOTD.Text = "cyber death or cybermortem? :thinking:"
  347. end
  348. if s == 12 then
  349. ApertisOculus.MainGui.MOTD.Text = "Apertis Oculus - Made by the People, For the People."
  350. end
  351. if s == 13 then
  352. ApertisOculus.MainGui.MOTD.Text = "Apostasia should be #1 on Proto's leaderboard and everyone knows it"
  353. end
  354. if s == 14 then
  355. ApertisOculus.MainGui.MOTD.Text = "CYbM (GONE WRONG)(GONE SEXUAL)(NEARLY DIED)(COPS CALLED)(NEARLY RAPED)"
  356. end
  357. if s == 15 then
  358. ApertisOculus.MainGui.MOTD.Text = "bin is a stupid niggeeerrrrrrererrrr"
  359. end
  360. if s == 16 then
  361. ApertisOculus.MainGui.MOTD.Text = "but srsly why did bin do this to protosmasher :("
  362. end
  363. if s == 17 then
  364. ApertisOculus.MainGui.MOTD.Text = "ITAI MEGGGGAAAA (EAT THAAAII NIGGGGGAAAAAA)"
  365. end
  366. if s == 18 then
  367. ApertisOculus.MainGui.MOTD.Text = "ECCKSSSPLOOOOOSIIIOOOOOOON"
  368. end
  369. if s == 19 then
  370. ApertisOculus.MainGui.MOTD.Text = "Which is better? A) Megumin, B) Rem or, C) Nyaruko?" --Megumin is best imo, but Rem and Nyaruko are close af ~Apostasia
  371. end
  372. if s == 20 then
  373. local z = math.random(1,500)
  374. if z == 1 then
  375. ApertisOculus.MainGui.MOTD.Text = "Secret Discord Code: F8YxNdj"--Please get the code through the lottery and not through here ;(
  376. else
  377. ApertisOculus.MainGui.MOTD.Text = "Sorry, you didnt win the special lottery, try again!"
  378. end
  379. end
  380. --Example MOTD
  381. --if s == 15 then
  382. --game:GetService("Players").Example.PlayerGui.Example.ExampleGui.MOTD.Text = "This is an example"
  383. --end
  384.  
  385. --Exit Script
  386. Exit.MouseButton1Down:connect(function()
  387. game:GetService("Players").LocalPlayer:FindFirstChildOfClass("PlayerGui").ApertisOculus:Destroy()
  388. end)
  389.  
  390. --Minimize/Un-minimize Hotkey
  391. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(key)
  392. if string.lower(key) == "k" then
  393. if MainGui.Visible == true then
  394. MainGui.Visible = false
  395. elseif
  396. MainGui.Visible == false then
  397. MainGui.Visible = true
  398. end
  399. end
  400. end)
  401.  
  402. --Button Functions and Button GUIs (Juicy)
  403. --Here is where the scripts for all the nice and juicy stuff are :ok_hand:
  404.  
  405.  
  406. --Roblox Highschool Life Scripts
  407. --Main Script
  408. if game.PlaceId("92604236") then
  409. local HighschoolFrame = Instance.new("Frame")
  410. local VIPCars = Instance.new("TextButton")
  411. local MoneyGive = Instance.new("TextButton")
  412. local TitleBorder = Instance.new("Frame")
  413. local Exit = Instance.new("TextButton")
  414. local MoneyAmount = Instance.new("TextBox")
  415.  
  416. HighschoolFrame.Parent = game.StarterGui.ApertisOculus.MainGui
  417. HighschoolFrame.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  418. HighschoolFrame.Position = UDim2.new(0, 512, 0, 33)
  419. HighschoolFrame.Size = UDim2.new(0, 100, 0, 148)
  420. HighschoolFrame.Name = "HighschoolFrame"
  421.  
  422. VIPCars.Name = "VIPCars"
  423. VIPCars.Parent = HighschoolFrame
  424. VIPCars.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  425. VIPCars.Position = UDim2.new(0, 12, 0, 93)
  426. VIPCars.Size = UDim2.new(0, 76, 0, 21)
  427. VIPCars.Font = Enum.Font.SciFi
  428. VIPCars.FontSize = Enum.FontSize.Size18
  429. VIPCars.Text = "Cars(vip)"
  430. VIPCars.TextColor3 = Color3.new(1, 1, 0.498039)
  431. VIPCars.TextSize = 18
  432.  
  433. MoneyGive.Name = "MoneyGive"
  434. MoneyGive.Parent = HighschoolFrame
  435. MoneyGive.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  436. MoneyGive.Position = UDim2.new(0, 12, 0, 28)
  437. MoneyGive.Size = UDim2.new(0, 76, 0, 21)
  438. MoneyGive.Font = Enum.Font.SciFi
  439. MoneyGive.FontSize = Enum.FontSize.Size18
  440. MoneyGive.Text = "Money"
  441. MoneyGive.TextColor3 = Color3.new(0, 0.333333, 0)
  442. MoneyGive.TextSize = 18
  443.  
  444. TitleBorder.Name = "TitleBorder"
  445. TitleBorder.Parent = HighschoolFrame
  446. TitleBorder.BackgroundColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  447. TitleBorder.BorderColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  448. TitleBorder.Size = UDim2.new(0, 100, 0, 17)
  449.  
  450. Exit.Name = "Exit"
  451. Exit.Parent = TitleBorder
  452. Exit.BackgroundColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  453. Exit.Position = UDim2.new(0, 67, 0, -1)
  454. Exit.Size = UDim2.new(0, 33, 0, 18)
  455. Exit.Font = Enum.Font.SciFi
  456. Exit.FontSize = Enum.FontSize.Size11
  457. Exit.Text = "X"
  458. Exit.TextColor3 = Color3.new(0, 0, 0)
  459. Exit.TextSize = 11
  460.  
  461. --Highschool Life Button Functions
  462. MoneyGive.MouseButton1Down:connect(function()
  463. local MoneyAmount = ApertisOculus.MainGui.HighschoolFrame.MoneyAmount
  464. game.ReplicatedStorage.Events.BuyGear:FireServer(Gear, 122278149, -MoneyAmount)
  465. end)
  466.  
  467. VIPCars.Mouse1ButtonDown:connect(function()
  468. game.ReplicatedStorage.Events.BuyCar:FireServer("Zagani", 0)
  469. game.ReplicatedStorage.Events.BuyCar:FireServer("Comet", 0)
  470. end)
  471. --End of Highschool Life
  472. --BATTLE OF TITANS Scripts
  473. --Main
  474. if game.PlaceId("203762169") then
  475.  
  476. local BattleFrame = Instance.new("Frame")
  477. local Level = Instance.new("TextButton")
  478. local MoneyGive = Instance.new("TextButton")
  479. local TitleBorder = Instance.new("Frame")
  480. local Exit = Instance.new("TextButton")
  481. local MoneyAmount = Instance.new("TextBox")
  482. local LevelAmount = Instance.new("TextBox")
  483. local GodMode = Instance.new("TextButton")
  484. local UpgradePoints = Instance.new("TextButton")
  485. local UpgradePointsAmt = Instance.new("TextBox")
  486. local Weapons = Instance.new("TextButton")
  487.  
  488. BattleFrame.Name = "BattleFrame"
  489. BattleFrame.Parent = game.StarterGui.ApertisOculus.MainGui
  490. BattleFrame.Active = true
  491. BattleFrame.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  492. BattleFrame.Position = UDim2.new(0, 496, 0, 39)
  493. BattleFrame.Size = UDim2.new(0, 100, 0, 222)
  494.  
  495. Level.Name = "Level"
  496. Level.Parent = BattleFrame
  497. Level.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  498. Level.Position = UDim2.new(0, 0, 0, 70)
  499. Level.Size = UDim2.new(0, 100, 0, 21)
  500. Level.Font = Enum.Font.SciFi
  501. Level.FontSize = Enum.FontSize.Size18
  502. Level.Text = "Level"
  503. Level.TextColor3 = Color3.new(0, 1, 0)
  504. Level.TextSize = 18
  505.  
  506. MoneyGive.Name = "MoneyGive"
  507. MoneyGive.Parent = BattleFrame
  508. MoneyGive.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  509. MoneyGive.Position = UDim2.new(0, 0, 0, 20)
  510. MoneyGive.Size = UDim2.new(0, 100, 0, 21)
  511. MoneyGive.Font = Enum.Font.SciFi
  512. MoneyGive.FontSize = Enum.FontSize.Size18
  513. MoneyGive.Text = "Money"
  514. MoneyGive.TextColor3 = Color3.new(0, 0.333333, 0)
  515. MoneyGive.TextSize = 18
  516.  
  517. TitleBorder.Name = "TitleBorder"
  518. TitleBorder.Parent = BattleFrame
  519. TitleBorder.BackgroundColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  520. TitleBorder.BorderColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  521. TitleBorder.Size = UDim2.new(0, 100, 0, 17)
  522.  
  523. Exit.Name = "Exit"
  524. Exit.Parent = TitleBorder
  525. Exit.BackgroundColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  526. Exit.BorderColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  527. Exit.Position = UDim2.new(0, 67, 0, -1)
  528. Exit.Size = UDim2.new(0, 33, 0, 10)
  529. Exit.Font = Enum.Font.SciFi
  530. Exit.FontSize = Enum.FontSize.Size11
  531. Exit.Text = "X"
  532. Exit.TextColor3 = Color3.new(0, 0, 0)
  533. Exit.TextSize = 11
  534.  
  535. MoneyAmount.Name = "MoneyAmount"
  536. MoneyAmount.Parent = BattleFrame
  537. MoneyAmount.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  538. MoneyAmount.Position = UDim2.new(0, 36, 0, 44)
  539. MoneyAmount.Size = UDim2.new(0, 28, 0, 21)
  540. MoneyAmount.Font = Enum.Font.SourceSans
  541. MoneyAmount.FontSize = Enum.FontSize.Size14
  542. MoneyAmount.Text = ""
  543. MoneyAmount.TextSize = 14
  544.  
  545. LevelAmount.Name = "LevelAmount"
  546. LevelAmount.Parent = BattleFrame
  547. LevelAmount.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  548. LevelAmount.Position = UDim2.new(0, 36, 0, 94)
  549. LevelAmount.Size = UDim2.new(0, 28, 0, 21)
  550. LevelAmount.Font = Enum.Font.SourceSans
  551. LevelAmount.FontSize = Enum.FontSize.Size14
  552. LevelAmount.Text = ""
  553. LevelAmount.TextSize = 14
  554.  
  555. GodMode.Name = "GodMode"
  556. GodMode.Parent = BattleFrame
  557. GodMode.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  558. GodMode.Position = UDim2.new(0, 0, 0, 120)
  559. GodMode.Size = UDim2.new(0, 100, 0, 21)
  560. GodMode.Font = Enum.Font.SciFi
  561. GodMode.FontSize = Enum.FontSize.Size18
  562. GodMode.Text = "God Mode"
  563. GodMode.TextColor3 = Color3.new(0, 1, 1)
  564. GodMode.TextSize = 18
  565.  
  566. UpgradePoints.Name = "UpgradePoints"
  567. UpgradePoints.Parent = BattleFrame
  568. UpgradePoints.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  569. UpgradePoints.Position = UDim2.new(0, 0, 0, 148)
  570. UpgradePoints.Size = UDim2.new(0, 100, 0, 21)
  571. UpgradePoints.Font = Enum.Font.SciFi
  572. UpgradePoints.FontSize = Enum.FontSize.Size14
  573. UpgradePoints.Text = "Upgrade Points"
  574. UpgradePoints.TextColor3 = Color3.new(0.333333, 0, 0)
  575. UpgradePoints.TextSize = 14
  576.  
  577. UpgradePointsAmt.Name = "UpgradePointsAmt"
  578. UpgradePointsAmt.Parent = BattleFrame
  579. UpgradePointsAmt.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  580. UpgradePointsAmt.Position = UDim2.new(0, 36, 0, 172)
  581. UpgradePointsAmt.Size = UDim2.new(0, 28, 0, 21)
  582. UpgradePointsAmt.Font = Enum.Font.SourceSans
  583. UpgradePointsAmt.FontSize = Enum.FontSize.Size14
  584. UpgradePointsAmt.Text = ""
  585. UpgradePointsAmt.TextSize = 14
  586.  
  587. Weapons.Name = "Weapons"
  588. Weapons.Parent = BattleFrame
  589. Weapons.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  590. Weapons.Position = UDim2.new(0, 0, 0, 196)
  591. Weapons.Size = UDim2.new(0, 100, 0, 21)
  592. Weapons.Font = Enum.Font.SciFi
  593. Weapons.FontSize = Enum.FontSize.Size18
  594. Weapons.Text = "Gear"
  595. Weapons.TextColor3 = Color3.new(0, 0.333333, 0)
  596. Weapons.TextSize = 18
  597.  
  598. --Button Functions
  599. MoneyGive.MouseButton1Down:connect(function()
  600. local MoneyAmount = ApertisOculus.MainGui.BattleFrame.MoneyAmount.Text
  601. game.Workspace.Events.BuyWep:FireServer("Water Sword", -MoneyAmount)
  602. end)
  603.  
  604. Level.MouseButton1Down:connect(function()
  605. local LevelAmount = ApertisOculus.MainGui.BattleFrame.LevelAmount.Text
  606. for i = 1,LevelAmount do
  607. game.Workspace.AddEXP:FireServer(10000)
  608. end
  609. end)
  610.  
  611. GodMode.MouseButton1Down:connect(function()
  612. game.Workspace.Events.Transmit:FireServer(true, 999999999, "Fire Plate")
  613. end)
  614.  
  615. UpgradePoints.MouseButton1Down:connect(function()
  616. local PointsAmount = ApertisOculus.MainGui.BattleFrame.UpgradePointsAmt.Text
  617. local PointsAmount2 = PointsAmount * 3
  618. for i = 1,PointsAmount2 do
  619. game.Workspace.Events.AddPoints:FireServer()
  620. end
  621. for i = 1,PointsAmount do
  622. game.Workspace.Events.AddSkill:InvokeServer("5trength")
  623. game.Workspace.Events.AddSkill:InvokeServer("Agi1ity")
  624. game.Workspace.Events.AddSkill:InvokeServer("Wi11")
  625. end
  626. end)
  627.  
  628. Weapons.MouseButton1Down:connect(function()
  629. for i = 1,20 do
  630. game.Workspace.Events.BuyWep:FireServer("Hydrahok", 0)
  631. game.Workspace.Events.BuyWep:FireServer("Magician's Vessel", 0)
  632. game.Workspace.Events.BuyWep:FireServer("Cthulhu Costume", 0)
  633. game.Workspace.Events.BuyWep:FireServer("Cthulhu Mask", 0)
  634. end
  635. end)
  636. end
  637. --End of BATTLE OF TITANS
  638. --Legendary Swords RPG 2 Scripts
  639.  
  640. if game.PlaceId("413053960") then
  641.  
  642. --Main
  643.  
  644. local Legendary2Frame = Instance.new("Frame")
  645. local Stats = Instance.new("TextButton")
  646. local GoldGive2 = Instance.new("TextButton")
  647. local TitleBorder = Instance.new("Frame")
  648. local Exit = Instance.new("TextButton")
  649. local GoldAmount2 = Instance.new("TextBox")
  650. local StatsAmount = Instance.new("TextBox")
  651. local Rebirth = Instance.new("TextButton")
  652. local Skyshards = Instance.new("TextButton")
  653. local SkyhardsAmt = Instance.new("TextBox")
  654. local Divinity = Instance.new("TextButton")
  655. local Ores = Instance.new("TextButton")
  656. local Armors = Instance.new("TextButton")
  657.  
  658. Legendary2Frame.Name = "Legendary2Frame"
  659. Legendary2Frame.Parent = game.StarterGui.ApertisOculus.MainGui
  660. Legendary2Frame.Active = true
  661. Legendary2Frame.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  662. Legendary2Frame.Position = UDim2.new(0, 522, 0, -9)
  663. Legendary2Frame.Size = UDim2.new(0, 100, 0, 270)
  664.  
  665. Stats.Name = "Stats"
  666. Stats.Parent = Legendary2Frame
  667. Stats.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  668. Stats.Position = UDim2.new(0, 0, 0, 70)
  669. Stats.Size = UDim2.new(0, 100, 0, 21)
  670. Stats.Font = Enum.Font.SciFi
  671. Stats.FontSize = Enum.FontSize.Size18
  672. Stats.Text = "Stats"
  673. Stats.TextColor3 = Color3.new(0, 1, 0)
  674. Stats.TextSize = 18
  675.  
  676. GoldGive2.Name = "GoldGive2"
  677. GoldGive2.Parent = Legendary2Frame
  678. GoldGive2.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  679. GoldGive2.Position = UDim2.new(0, 0, 0, 20)
  680. GoldGive2.Size = UDim2.new(0, 100, 0, 21)
  681. GoldGive2.Font = Enum.Font.SciFi
  682. GoldGive2.FontSize = Enum.FontSize.Size18
  683. GoldGive2.Text = "Money"
  684. GoldGive2.TextColor3 = Color3.new(0, 0.333333, 0)
  685. GoldGive2.TextSize = 18
  686.  
  687. TitleBorder.Name = "TitleBorder"
  688. TitleBorder.Parent = Legendary2Frame
  689. TitleBorder.BackgroundColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  690. TitleBorder.BorderColor3 = Color3.new(0.321569, 0.701961, 0.85098)
  691. TitleBorder.Size = UDim2.new(0, 100, 0, 17)
  692.  
  693. Exit.Name = "Exit"
  694. Exit.Parent = TitleBorder
  695. Exit.BackgroundColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  696. Exit.BorderColor3 = Color3.new(0.537255, 0.0901961, 0.0470588)
  697. Exit.Position = UDim2.new(0, 67, 0, -1)
  698. Exit.Size = UDim2.new(0, 33, 0, 10)
  699. Exit.Font = Enum.Font.SciFi
  700. Exit.FontSize = Enum.FontSize.Size11
  701. Exit.Text = "X"
  702. Exit.TextColor3 = Color3.new(0, 0, 0)
  703. Exit.TextSize = 11
  704.  
  705. GoldAmount2.Name = "GoldAmount2"
  706. GoldAmount2.Parent = Legendary2Frame
  707. GoldAmount2.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  708. GoldAmount2.Position = UDim2.new(0, 36, 0, 44)
  709. GoldAmount2.Size = UDim2.new(0, 28, 0, 21)
  710. GoldAmount2.Font = Enum.Font.SourceSans
  711. GoldAmount2.FontSize = Enum.FontSize.Size14
  712. GoldAmount2.Text = ""
  713. GoldAmount2.TextSize = 14
  714.  
  715. StatsAmount.Name = "StatsAmount"
  716. StatsAmount.Parent = Legendary2Frame
  717. StatsAmount.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  718. StatsAmount.Position = UDim2.new(0, 36, 0, 94)
  719. StatsAmount.Size = UDim2.new(0, 28, 0, 21)
  720. StatsAmount.Font = Enum.Font.SourceSans
  721. StatsAmount.FontSize = Enum.FontSize.Size14
  722. StatsAmount.Text = ""
  723. StatsAmount.TextSize = 14
  724.  
  725. Rebirth.Name = "Rebirth"
  726. Rebirth.Parent = Legendary2Frame
  727. Rebirth.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  728. Rebirth.Position = UDim2.new(0, 0, 0, 120)
  729. Rebirth.Size = UDim2.new(0, 100, 0, 21)
  730. Rebirth.Font = Enum.Font.SciFi
  731. Rebirth.FontSize = Enum.FontSize.Size18
  732. Rebirth.Text = "Rebirth"
  733. Rebirth.TextColor3 = Color3.new(0, 1, 1)
  734. Rebirth.TextSize = 18
  735.  
  736. Skyshards.Name = "Skyshards"
  737. Skyshards.Parent = Legendary2Frame
  738. Skyshards.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  739. Skyshards.Position = UDim2.new(0, 0, 0, 148)
  740. Skyshards.Size = UDim2.new(0, 100, 0, 21)
  741. Skyshards.Font = Enum.Font.SciFi
  742. Skyshards.FontSize = Enum.FontSize.Size14
  743. Skyshards.Text = "Skyshards"
  744. Skyshards.TextColor3 = Color3.new(0.333333, 0, 0)
  745. Skyshards.TextSize = 14
  746.  
  747. SkyhardsAmt.Name = "SkyhardsAmt"
  748. SkyhardsAmt.Parent = Legendary2Frame
  749. SkyhardsAmt.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  750. SkyhardsAmt.Position = UDim2.new(0, 36, 0, 172)
  751. SkyhardsAmt.Size = UDim2.new(0, 28, 0, 21)
  752. SkyhardsAmt.Font = Enum.Font.SourceSans
  753. SkyhardsAmt.FontSize = Enum.FontSize.Size14
  754. SkyhardsAmt.Text = ""
  755. SkyhardsAmt.TextSize = 14
  756.  
  757. Divinity.Name = "Divinity"
  758. Divinity.Parent = Legendary2Frame
  759. Divinity.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  760. Divinity.Position = UDim2.new(0, 0, 0, 196)
  761. Divinity.Size = UDim2.new(0, 100, 0, 21)
  762. Divinity.Font = Enum.Font.SciFi
  763. Divinity.FontSize = Enum.FontSize.Size18
  764. Divinity.Text = "Divinity"
  765. Divinity.TextColor3 = Color3.new(0, 0.333333, 0)
  766. Divinity.TextSize = 18
  767.  
  768. Ores.Name = "Ores"
  769. Ores.Parent = Legendary2Frame
  770. Ores.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  771. Ores.Position = UDim2.new(0, 0, 0, 222)
  772. Ores.Size = UDim2.new(0, 100, 0, 21)
  773. Ores.Font = Enum.Font.SciFi
  774. Ores.FontSize = Enum.FontSize.Size18
  775. Ores.Text = "Ores"
  776. Ores.TextColor3 = Color3.new(0, 1, 0.498039)
  777. Ores.TextSize = 18
  778.  
  779. Armors.Name = "Armors"
  780. Armors.Parent = Legendary2Frame
  781. Armors.BackgroundColor3 = Color3.new(0.423529, 0.478431, 0.537255)
  782. Armors.Position = UDim2.new(0, 0, 0, 249)
  783. Armors.Size = UDim2.new(0, 100, 0, 21)
  784. Armors.Font = Enum.Font.SciFi
  785. Armors.FontSize = Enum.FontSize.Size18
  786. Armors.Text = "Armors"
  787. Armors.TextColor3 = Color3.new(1, 1, 0.498039)
  788. Armors.TextSize = 18
  789.  
  790. --Button Functions
  791. Stats.MouseButton1Down:connect(function()
  792. local StatsAmount = ApertisOculus.MainGui.Legendary2Frame.StatsAmount.Text
  793. game.Players.LocalPlayer.RemoteFunctions.UpgradeRemote:FireServer("Health", "One", StatsAmount, 999999999)
  794. game.Players.LocalPlayer.RemoteFunctions.UpgradeRemote:FireServer("Strength", "One", StatsAmount, 999999999)
  795. game.Players.LocalPlayer.RemoteFunctions.UpgradeRemote:FireServer("Loot", "One", 1000, 999999999)
  796. end)
  797.  
  798. GoldGive2.MouseButton1Down:connect(function()
  799. local GoldAmount2 = ApertisOculus.MainGui.Legendary2Frame.GoldAmount2.Text
  800. game.Players.LocalPlayer.RemoteFunctions.SwordSystem:FireServer("Buy", "Gold", -GoldAmount2, "Iron")
  801. game.Players.LocalPlayer.RemoteFunctions.SwordSystem:FireServer("Sell", "Gold", 0, "Iron")
  802. end)
  803.  
  804. Rebirth.MouseButton1Down:connect(function()
  805. for i = 1,20 do
  806. game.Players.LocalPlayer.RemoteFunctions.RebirthSystem:FireServer()
  807. end
  808. end)
  809.  
  810. Divinity.MouseButton1Down:connect(function()
  811. game.Players.LocalPlayer.RemoteFunctions.SwordSystem:FireServer("Buy", "Gold", 0, "Divinity")
  812. end)
  813.  
  814. Skyshards.MouseButton1Down:connect(function()
  815. local amount = ApertisOculus.MainGui.Legendary2Frame.SkyshardsAmt.Text
  816. game.Players.LocalPlayer.RemoteFunctions.SwordSystem:FireServer("Buy", "Shards", -amount, "Thorned Axe")
  817. game.Players.LocalPlayer.RemoteFunctions.SwordSystem:FireServer("Sell", "Shards", 0, "Thorned Axe")
  818. end)
  819.  
  820. Ores.MouseButton1Down:connect(function()
  821. local kek = game.Players.LocalPlayer.RemoteFunctions.ArmorUnlock
  822. kek:FireServer("CopperOre", -9999999, 0, "Doom Bringer")
  823. kek:FireServer("BronzeOre", -9999999, 0, "Doom Bringer")
  824. kek:FireServer("IronOre", -9999999, 0, "Doom Bringer")
  825. kek:FireServer("GoldOre", -9999999, 0, "Doom Bringer")
  826. kek:FireServer("DiamondOre", -9999999, 0, "Doom Bringer")
  827. kek:FireServer("DarkOre", -9999999, 0, "Doom Bringer")
  828. end)
  829.  
  830. Armors.MouseButton1Down:connect(function()
  831. local armor = game.Players.LocalPlayer.RemoteFunctions.ArmorUnlock
  832. armor:FireServer("CopperOre", 0, 0, "Dark Samurai")
  833. armor:FireServer("CopperOre", 0, 0, "Phoenix Guard")
  834. armor:FireServer("CopperOre", 0, 0, "Dark Overseer")
  835. armor:FireServer("CopperOre", 0, 0, "Orinthian")
  836. armor:FireServer("CopperOre", 0, 0, "Iron")
  837. armor:FireServer("CopperOre", 0, 0, "Fire Forged")
  838. armor:FireServer("CopperOre", 0, 0, "Elite")
  839. armor:FireServer("CopperOre", 0, 0, "Sapphire")
  840. armor:FireServer("CopperOre", 0, 0, "Korblox Ice")
  841. armor:FireServer("CopperOre", 0, 0, "Doom Bringer")
  842. end)
  843. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement