Advertisement
Guest User

aegis V1

a guest
May 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PirateSimulator = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local mbar1 = Instance.new("Frame")
  6. local mtitle = Instance.new("TextLabel")
  7. local exitbutton = Instance.new("TextButton")
  8. local mbar2 = Instance.new("Frame")
  9. local Credits = Instance.new("TextLabel")
  10. local gunbutton = Instance.new("TextButton")
  11. local rankbutton = Instance.new("TextButton")
  12. local gearbutton = Instance.new("TextButton")
  13. local GunFrame = Instance.new("Frame")
  14. local sexit = Instance.new("TextButton")
  15. local rifle = Instance.new("TextButton")
  16. local smg = Instance.new("TextButton")
  17. local LoginFrame = Instance.new("Frame")
  18. local Bar1 = Instance.new("Frame")
  19. local Title = Instance.new("TextLabel")
  20. local Submit = Instance.new("TextButton")
  21. local Userbox = Instance.new("TextBox")
  22. local passbox = Instance.new("TextBox")
  23. local lexit = Instance.new("TextButton")
  24. local RankFrame = Instance.new("Frame")
  25. local Operator = Instance.new("TextButton")
  26. local Assistant = Instance.new("TextButton")
  27. local Monarch = Instance.new("TextButton")
  28. local rexit = Instance.new("TextButton")
  29. local GearFrame = Instance.new("Frame")
  30. local Detonator = Instance.new("TextButton")
  31. local Thermal = Instance.new("TextButton")
  32.  
  33. -- Properties
  34.  
  35. PirateSimulator.Name = "Pirate Simulator"
  36. PirateSimulator.Parent = game.CoreGui
  37.  
  38. MainFrame.Name = "MainFrame"
  39. MainFrame.Parent = PirateSimulator
  40. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  41. MainFrame.BorderSizePixel = 0
  42. MainFrame.Position = UDim2.new(0.434889436, 0, 0.290953547, 0)
  43. MainFrame.Size = UDim2.new(0, 575, 0, 431)
  44. MainFrame.Visible = false
  45. MainFrame.Style = Enum.FrameStyle.RobloxRound
  46.  
  47. mbar1.Name = "mbar1"
  48. mbar1.Parent = MainFrame
  49. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. mbar1.BorderSizePixel = 0
  51. mbar1.Position = UDim2.new(-0.0139130438, 0, -0.0185614843, 0)
  52. mbar1.Size = UDim2.new(0, 575, 0, 28)
  53. mbar1.Style = Enum.FrameStyle.RobloxSquare
  54.  
  55. mtitle.Name = "mtitle"
  56. mtitle.Parent = mbar1
  57. mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  58. mtitle.BorderColor3 = Color3.new(0.333333, 1, 1)
  59. mtitle.Position = UDim2.new(0.0156521723, 0, 0.0357142836, 0)
  60. mtitle.Size = UDim2.new(0, 506, 0, 19)
  61. mtitle.Font = Enum.Font.Bodoni
  62. mtitle.Text = "Aegis V.1 GUI"
  63. mtitle.TextColor3 = Color3.new(0, 1, 1)
  64. mtitle.TextScaled = true
  65. mtitle.TextSize = 14
  66. mtitle.TextWrapped = true
  67.  
  68. exitbutton.Name = "exitbutton"
  69. exitbutton.Parent = mbar1
  70. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  71. exitbutton.BorderColor3 = Color3.new(1, 0, 0)
  72. exitbutton.BorderSizePixel = 2
  73. exitbutton.Position = UDim2.new(0.94086957, 0, -0.142857134, 0)
  74. exitbutton.Size = UDim2.new(0, 32, 0, 20)
  75. exitbutton.Font = Enum.Font.SciFi
  76. exitbutton.Text = "X"
  77. exitbutton.TextColor3 = Color3.new(1, 0, 0)
  78. exitbutton.TextScaled = true
  79. exitbutton.TextSize = 14
  80. exitbutton.TextWrapped = true
  81.  
  82. exitbutton.MouseButton1Down:connect(function()
  83. MainFrame.Visible = false
  84. LoginFrame.Visible = true
  85. end)
  86.  
  87. mbar2.Name = "mbar2"
  88. mbar2.Parent = MainFrame
  89. mbar2.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  90. mbar2.BorderSizePixel = 0
  91. mbar2.Position = UDim2.new(-0.0139130438, 0, 0.0487238988, 0)
  92. mbar2.Size = UDim2.new(0, 575, 0, 10)
  93. mbar2.Style = Enum.FrameStyle.RobloxSquare
  94.  
  95. Credits.Name = "Credits"
  96. Credits.Parent = MainFrame
  97. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Credits.BackgroundTransparency = 1
  99. Credits.BorderSizePixel = 0
  100. Credits.Position = UDim2.new(0.0539130419, 0, 0.932714581, 0)
  101. Credits.Size = UDim2.new(0, 200, 0, 50)
  102. Credits.Font = Enum.Font.SourceSansBold
  103. Credits.Text = "Made by EWANN12/nerfine, helped by Foxy447"
  104. Credits.TextColor3 = Color3.new(1, 0.333333, 0)
  105. Credits.TextSize = 14
  106.  
  107. gunbutton.Name = "gunbutton"
  108. gunbutton.Parent = MainFrame
  109. gunbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  110. gunbutton.BorderSizePixel = 0
  111. gunbutton.Position = UDim2.new(0.0330434777, 0, 0.143851519, 0)
  112. gunbutton.Size = UDim2.new(0, 258, 0, 107)
  113. gunbutton.Font = Enum.Font.SciFi
  114. gunbutton.Text = "Guns"
  115. gunbutton.TextColor3 = Color3.new(1, 1, 1)
  116. gunbutton.TextScaled = true
  117. gunbutton.TextSize = 14
  118. gunbutton.TextWrapped = true
  119.  
  120. gunbutton.MouseButton1Down:connect(function()
  121. MainFrame.Visible = false
  122. GunFrame.Visible = true
  123. end)
  124.  
  125. rankbutton.Name = "rankbutton"
  126. rankbutton.Parent = MainFrame
  127. rankbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  128. rankbutton.BorderSizePixel = 0
  129. rankbutton.Position = UDim2.new(0.0330434777, 0, 0.526682138, 0)
  130. rankbutton.Size = UDim2.new(0, 258, 0, 107)
  131. rankbutton.Font = Enum.Font.SciFi
  132. rankbutton.Text = "Ranks"
  133. rankbutton.TextColor3 = Color3.new(1, 1, 1)
  134. rankbutton.TextScaled = true
  135. rankbutton.TextSize = 14
  136. rankbutton.TextWrapped = true
  137.  
  138. rankbutton.MouseButton1Down:connect(function()
  139. RankFrame.Visible = true
  140. MainFrame.Visible = false
  141. end)
  142.  
  143. gearbutton.Name = "gearbutton"
  144. gearbutton.Parent = MainFrame
  145. gearbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  146. gearbutton.BorderSizePixel = 0
  147. gearbutton.Position = UDim2.new(0.52347827, 0, 0.526682138, 0)
  148. gearbutton.Size = UDim2.new(0, 258, 0, 107)
  149. gearbutton.Font = Enum.Font.SciFi
  150. gearbutton.Text = "Gears"
  151. gearbutton.TextColor3 = Color3.new(1, 1, 1)
  152. gearbutton.TextScaled = true
  153. gearbutton.TextSize = 14
  154. gearbutton.TextWrapped = true
  155.  
  156. gearbutton.MouseButton1Down:connect(function()
  157. GearFrame.Visible = true
  158. MainFrame.Visible = false
  159. end)
  160.  
  161. GunFrame.Name = "GunFrame"
  162. GunFrame.Parent = PirateSimulator
  163. GunFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  164. GunFrame.Position = UDim2.new(0.434889436, 0, 0.0507334992, 0)
  165. GunFrame.Size = UDim2.new(0, 580, 0, 195)
  166. GunFrame.Visible = false
  167. GunFrame.Style = Enum.FrameStyle.RobloxRound
  168.  
  169. sexit.Name = "sexit"
  170. sexit.Parent = GunFrame
  171. sexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  172. sexit.BorderColor3 = Color3.new(1, 0, 0)
  173. sexit.BorderSizePixel = 2
  174. sexit.Position = UDim2.new(0.910344839, 0, -0.00206611492, 0)
  175. sexit.Size = UDim2.new(0, 51, 0, 43)
  176. sexit.Font = Enum.Font.SciFi
  177. sexit.Text = "X"
  178. sexit.TextColor3 = Color3.new(1, 0, 0)
  179. sexit.TextScaled = true
  180. sexit.TextSize = 14
  181. sexit.TextWrapped = true
  182.  
  183. sexit.MouseButton1Down:connect(function()
  184. GunFrame.Visible = false
  185. MainFrame.Visible = true
  186. end)
  187.  
  188. rifle.Name = "rifle"
  189. rifle.Parent = GunFrame
  190. rifle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  191. rifle.BorderSizePixel = 0
  192. rifle.Position = UDim2.new(0.0068965517, 0, 0.0588842817, 0)
  193. rifle.Size = UDim2.new(0, 200, 0, 50)
  194. rifle.Font = Enum.Font.SourceSans
  195. rifle.Text = "Rifle"
  196. rifle.TextColor3 = Color3.new(0.180392, 0.282353, 0.356863)
  197. rifle.TextScaled = true
  198. rifle.TextSize = 14
  199. rifle.TextWrapped = true
  200.  
  201. rifle.MouseButton1Down:connect(function()
  202. game.ReplicatedStorage.PlayerStats.reddbirb.Primary.Value = "RIFLE"
  203. end)
  204.  
  205. smg.Name = "smg"
  206. smg.Parent = GunFrame
  207. smg.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  208. smg.BorderSizePixel = 0
  209. smg.Position = UDim2.new(0.0068965517, 0, 0.574809253, 0)
  210. smg.Size = UDim2.new(0, 200, 0, 50)
  211. smg.Font = Enum.Font.SourceSans
  212. smg.Text = "SMG"
  213. smg.TextColor3 = Color3.new(0.180392, 0.282353, 0.356863)
  214. smg.TextScaled = true
  215. smg.TextSize = 14
  216. smg.TextWrapped = true
  217.  
  218. smg.MouseButton1Down:connect(function()
  219. game.ReplicatedStorage.PlayerStats.reddbirb.Primary.Value = "SMG"
  220. end)
  221.  
  222.  
  223. LoginFrame.Name = "LoginFrame"
  224. LoginFrame.Parent = PirateSimulator
  225. LoginFrame.Active = true
  226. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  227. LoginFrame.BorderSizePixel = 0
  228. LoginFrame.Position = UDim2.new(0.0278460085, 0, 0.290953547, 0)
  229. LoginFrame.Selectable = true
  230. LoginFrame.Size = UDim2.new(0, 376, 0, 425)
  231. LoginFrame.Style = Enum.FrameStyle.RobloxSquare
  232.  
  233. Bar1.Name = "Bar 1"
  234. Bar1.Parent = LoginFrame
  235. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  236. Bar1.BorderSizePixel = 0
  237. Bar1.Position = UDim2.new(-0.0226684492, 0, -0.0196880996, 0)
  238. Bar1.Size = UDim2.new(0, 376, 0, 56)
  239.  
  240. Title.Name = "Title"
  241. Title.Parent = Bar1
  242. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  243. Title.BorderColor3 = Color3.new(0.333333, 1, 1)
  244. Title.Position = UDim2.new(0.0265075471, 0, 0.101423323, 0)
  245. Title.Size = UDim2.new(0, 357, 0, 44)
  246. Title.Font = Enum.Font.Bodoni
  247. Title.Text = "Aegis Login"
  248. Title.TextColor3 = Color3.new(0, 1, 1)
  249. Title.TextSize = 20
  250.  
  251. Submit.Name = "Submit"
  252. Submit.Parent = LoginFrame
  253. Submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  254. Submit.BorderColor3 = Color3.new(0, 0, 0)
  255. Submit.BorderSizePixel = 4
  256. Submit.Position = UDim2.new(0.214689314, 0, 0.664484382, 0)
  257. Submit.Size = UDim2.new(0, 200, 0, 50)
  258. Submit.Font = Enum.Font.Cartoon
  259. Submit.Text = "Login"
  260. Submit.TextColor3 = Color3.new(1, 1, 1)
  261. Submit.TextScaled = true
  262. Submit.TextSize = 14
  263. Submit.TextWrapped = true
  264.  
  265. Submit.MouseButton1Down:connect(function()
  266. if Userbox.Text == "V1" and passbox.Text == "aegisV1" then
  267. MainFrame.Visible = true
  268. LoginFrame.Visible = false
  269. end
  270. end)
  271.  
  272. Userbox.Name = "Userbox"
  273. Userbox.Parent = LoginFrame
  274. Userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  275. Userbox.BorderColor3 = Color3.new(0, 0, 0)
  276. Userbox.BorderSizePixel = 4
  277. Userbox.Position = UDim2.new(0.120249376, 0, 0.237839773, 0)
  278. Userbox.Size = UDim2.new(0, 272, 0, 31)
  279. Userbox.Font = Enum.Font.Cartoon
  280. Userbox.Text = "Username"
  281. Userbox.TextColor3 = Color3.new(1, 1, 1)
  282. Userbox.TextScaled = true
  283. Userbox.TextSize = 14
  284. Userbox.TextWrapped = true
  285. Userbox.TextXAlignment = Enum.TextXAlignment.Left
  286.  
  287. passbox.Name = "passbox"
  288. passbox.Parent = LoginFrame
  289. passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  290. passbox.BorderColor3 = Color3.new(0, 0, 0)
  291. passbox.BorderSizePixel = 4
  292. passbox.Position = UDim2.new(0.12004678, 0, 0.460592508, 0)
  293. passbox.Size = UDim2.new(0, 272, 0, 31)
  294. passbox.Font = Enum.Font.Cartoon
  295. passbox.Text = "Password"
  296. passbox.TextColor3 = Color3.new(1, 1, 1)
  297. passbox.TextScaled = true
  298. passbox.TextSize = 14
  299. passbox.TextWrapped = true
  300. passbox.TextXAlignment = Enum.TextXAlignment.Left
  301.  
  302. lexit.Name = "lexit"
  303. lexit.Parent = LoginFrame
  304. lexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  305. lexit.BorderColor3 = Color3.new(1, 0, 0)
  306. lexit.BorderSizePixel = 2
  307. lexit.Position = UDim2.new(0.869680822, 0, 0.908235252, 0)
  308. lexit.Size = UDim2.new(0, 46, 0, 39)
  309. lexit.Font = Enum.Font.SciFi
  310. lexit.Text = "X"
  311. lexit.TextColor3 = Color3.new(1, 0, 0)
  312. lexit.TextScaled = true
  313. lexit.TextSize = 14
  314. lexit.TextWrapped = true
  315.  
  316. lexit.MouseButton1Down:connect(function()
  317. LoginFrame.Visible = false
  318. end)
  319.  
  320. RankFrame.Name = "RankFrame"
  321. RankFrame.Parent = PirateSimulator
  322. RankFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  323. RankFrame.Position = UDim2.new(0.335790336, 0, 0.116136916, 0)
  324. RankFrame.Size = UDim2.new(0, 489, 0, 381)
  325. RankFrame.Visible = false
  326. RankFrame.Style = Enum.FrameStyle.RobloxRound
  327.  
  328. Operator.Name = "Operator"
  329. Operator.Parent = RankFrame
  330. Operator.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  331. Operator.Size = UDim2.new(0, 200, 0, 50)
  332. Operator.Font = Enum.Font.SourceSansBold
  333. Operator.Text = "Operator"
  334. Operator.TextColor3 = Color3.new(1, 1, 1)
  335. Operator.TextScaled = true
  336. Operator.TextSize = 14
  337. Operator.TextWrapped = true
  338.  
  339. Assistant.Name = "Assistant"
  340. Assistant.Parent = RankFrame
  341. Assistant.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  342. Assistant.Position = UDim2.new(-0.00204498973, 0, 0.191601053, 0)
  343. Assistant.Size = UDim2.new(0, 200, 0, 50)
  344. Assistant.Font = Enum.Font.SourceSansBold
  345. Assistant.Text = "Assistant"
  346. Assistant.TextColor3 = Color3.new(1, 1, 1)
  347. Assistant.TextScaled = true
  348. Assistant.TextSize = 14
  349. Assistant.TextWrapped = true
  350.  
  351. Monarch.Name = "Monarch"
  352. Monarch.Parent = RankFrame
  353. Monarch.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  354. Monarch.Position = UDim2.new(0, 0, 0.383202106, 0)
  355. Monarch.Size = UDim2.new(0, 200, 0, 50)
  356. Monarch.Font = Enum.Font.SourceSansBold
  357. Monarch.Text = "Monarch"
  358. Monarch.TextColor3 = Color3.new(1, 1, 1)
  359. Monarch.TextScaled = true
  360. Monarch.TextSize = 14
  361. Monarch.TextWrapped = true
  362.  
  363. rexit.Name = "rexit"
  364. rexit.Parent = RankFrame
  365. rexit.BackgroundColor3 = Color3.new(0, 0, 0)
  366. rexit.BorderColor3 = Color3.new(1, 0, 0)
  367. rexit.BorderSizePixel = 2
  368. rexit.Position = UDim2.new(0.862985671, 0, 0.0209973752, 0)
  369. rexit.Size = UDim2.new(0, 52, 0, 31)
  370. rexit.Font = Enum.Font.SciFi
  371. rexit.Text = "X"
  372. rexit.TextColor3 = Color3.new(1, 0, 0)
  373. rexit.TextScaled = true
  374. rexit.TextSize = 14
  375. rexit.TextWrapped = true
  376.  
  377. rexit.MouseButton1Down:connect(function()
  378. RankFrame.Visible = false
  379. MainFrame.Visible = true
  380. end)
  381.  
  382. GearFrame.Name = "GearFrame"
  383. GearFrame.Parent = PirateSimulator
  384. GearFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  385. GearFrame.Position = UDim2.new(0.353808343, 0, 0.0391198061, 0)
  386. GearFrame.Size = UDim2.new(0, 383, 0, 131)
  387. GearFrame.Visible = false
  388. GearFrame.Style = Enum.FrameStyle.RobloxRound
  389.  
  390. Detonator.Name = "Detonator"
  391. Detonator.Parent = GearFrame
  392. Detonator.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  393. Detonator.Position = UDim2.new(0.570261776, 0, 0.114503816, 0)
  394. Detonator.Size = UDim2.new(0, 146, 0, 98)
  395. Detonator.Font = Enum.Font.SourceSansBold
  396. Detonator.Text = "Detonator"
  397. Detonator.TextColor3 = Color3.new(1, 1, 1)
  398. Detonator.TextSize = 14
  399.  
  400. Detonator.MouseButton1Down:connect(function()
  401. game.ReplicatedStorage.PlayerStats.reddbirb.Gear.Value = "DETONATOR"
  402. end)
  403.  
  404.  
  405. Thermal.Name = "Thermal"
  406. Thermal.Parent = GearFrame
  407. Thermal.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  408. Thermal.Position = UDim2.new(0.0410256423, 0, 0.114503816, 0)
  409. Thermal.Size = UDim2.new(0, 146, 0, 98)
  410. Thermal.Font = Enum.Font.SourceSansBold
  411. Thermal.Text = "Thermal"
  412. Thermal.TextColor3 = Color3.new(1, 1, 1)
  413. Thermal.TextSize = 14
  414.  
  415. Thermal.MouseButton1Down:connect(function()
  416. game.ReplicatedStorage.PlayerStats.reddbirb.Gear.Value = "THERMAL"
  417. end)
  418.  
  419. gexit.Name = "gexit"
  420. gexit.Parent = GearFrame
  421. gexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  422. gexit.BorderColor3 = Color3.new(1, 0, 0)
  423. gexit.BorderSizePixel = 2
  424. gexit.Position = UDim2.new(0.95039165, 0, -0.0534351133, 0)
  425. gexit.Size = UDim2.new(0, 26, 0, 20)
  426. gexit.Font = Enum.Font.SciFi
  427. gexit.Text = "X"
  428. gexit.TextColor3 = Color3.new(1, 0, 0)
  429. gexit.TextScaled = true
  430. gexit.TextSize = 14
  431. gexit.TextWrapped = true
  432.  
  433. gexit.MouseButton1Down:connect(function()
  434. GearFrame.Visible = false
  435. MainFrame.Visible = true
  436. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement