Advertisement
Guest User

aegis V2

a guest
May 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.89 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 gearbutton = Instance.new("TextButton")
  12. local invbutton = 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 infammo = Instance.new("TextButton")
  18. local LoginFrame = Instance.new("Frame")
  19. local Bar1 = Instance.new("Frame")
  20. local Title = Instance.new("TextLabel")
  21. local Submit = Instance.new("TextButton")
  22. local Userbox = Instance.new("TextBox")
  23. local passbox = Instance.new("TextBox")
  24. local lexit = Instance.new("TextButton")
  25. local GearFrame = Instance.new("Frame")
  26. local Detonator = Instance.new("TextButton")
  27. local Thermal = Instance.new("TextButton")
  28. local gexit = Instance.new("TextButton")
  29. local InvFrame = Instance.new("Frame")
  30. local PistoltoRIFLE = Instance.new("TextButton")
  31. local PistoltoDETONATOR = Instance.new("TextButton")
  32. local PistoltoROCKETLAUNCHER = Instance.new("TextButton")
  33. local PistoltoShotgun = Instance.new("TextButton")
  34. local PistoltoSMG = Instance.new("TextButton")
  35. local Next = Instance.new("TextButton")
  36. local Iexit = Instance.new("TextButton")
  37. local NextFrame = Instance.new("Frame")
  38. local Pistolto9MMAMMO = Instance.new("TextButton")
  39. local PistoltoHEAT = Instance.new("TextButton")
  40. local PistoltoRADIOC4 = Instance.new("TextButton")
  41. local Preview = Instance.new("TextButton")
  42. local InfInv = Instance.new("TextButton")
  43. local Pistolto22MMAMMO = Instance.new("TextButton")
  44. local Pistolto12Gammo = Instance.new("TextButton")
  45. local InfInv_2 = Instance.new("Frame")
  46. local inf9MMAMMO = Instance.new("TextButton")
  47. local infHEAT = Instance.new("TextButton")
  48. local InfRADIOC4 = Instance.new("TextButton")
  49. local inf22MMAMMO = Instance.new("TextButton")
  50. local neext = Instance.new("TextButton")
  51. local Infexit = Instance.new("TextButton")
  52. local inf12GAMMO = Instance.new("TextButton")
  53. local NextInf = Instance.new("Frame")
  54. local infDETONATOR = Instance.new("TextButton")
  55. local infROCKETLAUNCHER = Instance.new("TextButton")
  56. local infRIFLE = Instance.new("TextButton")
  57. local infSMG = Instance.new("TextButton")
  58. local infShotgun = Instance.new("TextButton")
  59. local PrevInf = Instance.new("TextButton")
  60.  
  61. -- Properties
  62.  
  63. PirateSimulator.Name = "Pirate Simulator"
  64. PirateSimulator.Parent = game.CoreGui
  65.  
  66. MainFrame.Name = "MainFrame"
  67. MainFrame.Parent = PirateSimulator
  68. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  69. MainFrame.BorderSizePixel = 0
  70. MainFrame.Position = UDim2.new(0.434889436, 0, 0.290953547, 0)
  71. MainFrame.Size = UDim2.new(0, 575, 0, 431)
  72. MainFrame.Visible = false
  73. MainFrame.Style = Enum.FrameStyle.RobloxRound
  74.  
  75. mbar1.Name = "mbar1"
  76. mbar1.Parent = MainFrame
  77. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  78. mbar1.BorderSizePixel = 0
  79. mbar1.Position = UDim2.new(-0.0139130438, 0, -0.0185614843, 0)
  80. mbar1.Size = UDim2.new(0, 575, 0, 28)
  81. mbar1.Style = Enum.FrameStyle.RobloxSquare
  82.  
  83. mtitle.Name = "mtitle"
  84. mtitle.Parent = mbar1
  85. mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. mtitle.BorderColor3 = Color3.new(0.333333, 1, 1)
  87. mtitle.Position = UDim2.new(0.0156521723, 0, 0.0357142836, 0)
  88. mtitle.Size = UDim2.new(0, 506, 0, 19)
  89. mtitle.Font = Enum.Font.Bodoni
  90. mtitle.Text = "Aegis V.2 GUI"
  91. mtitle.TextColor3 = Color3.new(0, 1, 1)
  92. mtitle.TextScaled = true
  93. mtitle.TextSize = 14
  94. mtitle.TextWrapped = true
  95.  
  96. exitbutton.Name = "exitbutton"
  97. exitbutton.Parent = mbar1
  98. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  99. exitbutton.BorderColor3 = Color3.new(1, 0, 0)
  100. exitbutton.BorderSizePixel = 2
  101. exitbutton.Position = UDim2.new(0.94086957, 0, -0.142857134, 0)
  102. exitbutton.Size = UDim2.new(0, 32, 0, 20)
  103. exitbutton.Font = Enum.Font.SciFi
  104. exitbutton.Text = "X"
  105. exitbutton.TextColor3 = Color3.new(1, 0, 0)
  106. exitbutton.TextScaled = true
  107. exitbutton.TextSize = 14
  108. exitbutton.TextWrapped = true
  109.  
  110. exitbutton.MouseButton1Down:connect(function()
  111. MainFrame.Visible = false
  112. LoginFrame.Visible = true
  113. end)
  114.  
  115. mbar2.Name = "mbar2"
  116. mbar2.Parent = MainFrame
  117. mbar2.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  118. mbar2.BorderSizePixel = 0
  119. mbar2.Position = UDim2.new(-0.0139130438, 0, 0.0487238988, 0)
  120. mbar2.Size = UDim2.new(0, 575, 0, 10)
  121. mbar2.Style = Enum.FrameStyle.RobloxSquare
  122.  
  123. Credits.Name = "Credits"
  124. Credits.Parent = MainFrame
  125. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Credits.BackgroundTransparency = 1
  127. Credits.BorderSizePixel = 0
  128. Credits.Position = UDim2.new(0.0539130419, 0, 0.932714581, 0)
  129. Credits.Size = UDim2.new(0, 200, 0, 50)
  130. Credits.Font = Enum.Font.SourceSansBold
  131. Credits.Text = "Made by TheJesterG/nerfine, helped by Foxy447"
  132. Credits.TextColor3 = Color3.new(1, 0.333333, 0)
  133. Credits.TextSize = 14
  134.  
  135. gunbutton.Name = "gunbutton"
  136. gunbutton.Parent = MainFrame
  137. gunbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  138. gunbutton.BorderSizePixel = 0
  139. gunbutton.Position = UDim2.new(0.0330434777, 0, 0.143851519, 0)
  140. gunbutton.Size = UDim2.new(0, 258, 0, 107)
  141. gunbutton.Font = Enum.Font.SciFi
  142. gunbutton.Text = "Guns"
  143. gunbutton.TextColor3 = Color3.new(1, 1, 1)
  144. gunbutton.TextScaled = true
  145. gunbutton.TextSize = 14
  146. gunbutton.TextWrapped = true
  147.  
  148. gunbutton.MouseButton1Down:connect(function()
  149. MainFrame.Visible = false
  150. GunFrame.Visible = true
  151. end)
  152.  
  153. gearbutton.Name = "gearbutton"
  154. gearbutton.Parent = MainFrame
  155. gearbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  156. gearbutton.BorderSizePixel = 0
  157. gearbutton.Position = UDim2.new(0.52347827, 0, 0.526682138, 0)
  158. gearbutton.Size = UDim2.new(0, 258, 0, 107)
  159. gearbutton.Font = Enum.Font.SciFi
  160. gearbutton.Text = "Gears"
  161. gearbutton.TextColor3 = Color3.new(1, 1, 1)
  162. gearbutton.TextScaled = true
  163. gearbutton.TextSize = 14
  164. gearbutton.TextWrapped = true
  165.  
  166. gearbutton.MouseButton1Down:connect(function()
  167. MainFrame.Visible = false
  168. GearFrame.Visible = true
  169. end)
  170.  
  171. invbutton.Name = "invbutton"
  172. invbutton.Parent = MainFrame
  173. invbutton.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  174. invbutton.BorderSizePixel = 0
  175. invbutton.Position = UDim2.new(0.52347827, 0, 0.15777263, 0)
  176. invbutton.Size = UDim2.new(0, 258, 0, 107)
  177. invbutton.Font = Enum.Font.SciFi
  178. invbutton.Text = "Inventory"
  179. invbutton.TextColor3 = Color3.new(1, 1, 1)
  180. invbutton.TextScaled = true
  181. invbutton.TextSize = 14
  182. invbutton.TextWrapped = true
  183.  
  184. invbutton.MouseButton1Down:connect(function()
  185. MainFrame.Visible = false
  186. InvFrame.Visible = true
  187. end)
  188.  
  189. GunFrame.Name = "GunFrame"
  190. GunFrame.Parent = PirateSimulator
  191. GunFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  192. GunFrame.Position = UDim2.new(0.434889436, 0, 0.0507334992, 0)
  193. GunFrame.Size = UDim2.new(0, 580, 0, 195)
  194. GunFrame.Visible = false
  195. GunFrame.Style = Enum.FrameStyle.RobloxRound
  196.  
  197. sexit.Name = "sexit"
  198. sexit.Parent = GunFrame
  199. sexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  200. sexit.BorderColor3 = Color3.new(1, 0, 0)
  201. sexit.BorderSizePixel = 2
  202. sexit.Position = UDim2.new(0.910344839, 0, -0.00206611492, 0)
  203. sexit.Size = UDim2.new(0, 51, 0, 43)
  204. sexit.Font = Enum.Font.SciFi
  205. sexit.Text = "X"
  206. sexit.TextColor3 = Color3.new(1, 0, 0)
  207. sexit.TextScaled = true
  208. sexit.TextSize = 14
  209. sexit.TextWrapped = true
  210.  
  211. sexit.MouseButton1Down:connect(function()
  212. MainFrame.Visible = true
  213. GunFrame.Visible = false
  214. end)
  215.  
  216. rifle.Name = "rifle"
  217. rifle.Parent = GunFrame
  218. rifle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  219. rifle.BorderSizePixel = 0
  220. rifle.Position = UDim2.new(0.0068965517, 0, 0.0588842817, 0)
  221. rifle.Size = UDim2.new(0, 200, 0, 50)
  222. rifle.Font = Enum.Font.SourceSans
  223. rifle.Text = "Rifle"
  224. rifle.TextColor3 = Color3.new(0.180392, 0.282353, 0.356863)
  225. rifle.TextScaled = true
  226. rifle.TextSize = 14
  227. rifle.TextWrapped = true
  228. rifle.MouseButton1Down:connect(function()
  229. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Primary.Value = "RIFLE"
  230. end)
  231.  
  232.  
  233. smg.Name = "smg"
  234. smg.Parent = GunFrame
  235. smg.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  236. smg.BorderSizePixel = 0
  237. smg.Position = UDim2.new(0.0068965517, 0, 0.574809253, 0)
  238. smg.Size = UDim2.new(0, 200, 0, 50)
  239. smg.Font = Enum.Font.SourceSans
  240. smg.Text = "SMG"
  241. smg.TextColor3 = Color3.new(0.180392, 0.282353, 0.356863)
  242. smg.TextScaled = true
  243. smg.TextSize = 14
  244. smg.TextWrapped = true
  245. smg.MouseButton1Down:connect(function()
  246. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Primary.Value = "SMG"
  247. end)
  248.  
  249.  
  250. infammo.Name = "infammo"
  251. infammo.Parent = GunFrame
  252. infammo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  253. infammo.BorderSizePixel = 0
  254. infammo.Position = UDim2.new(0.487931043, 0, 0.0666666701, 0)
  255. infammo.Size = UDim2.new(0, 200, 0, 143)
  256. infammo.Font = Enum.Font.SourceSans
  257. infammo.Text = "Infinite ammo"
  258. infammo.TextColor3 = Color3.new(0.180392, 0.282353, 0.356863)
  259. infammo.TextScaled = true
  260. infammo.TextSize = 14
  261. infammo.TextWrapped = true
  262. infammo.MouseButton1Down:connect(function()
  263. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Primary.Mag.Value = "99999999"
  264. end)
  265.  
  266.  
  267. LoginFrame.Name = "LoginFrame"
  268. LoginFrame.Parent = PirateSimulator
  269. LoginFrame.Active = true
  270. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  271. LoginFrame.BorderSizePixel = 0
  272. LoginFrame.Position = UDim2.new(0.0278460085, 0, 0.290953547, 0)
  273. LoginFrame.Selectable = true
  274. LoginFrame.Size = UDim2.new(0, 376, 0, 425)
  275. LoginFrame.Style = Enum.FrameStyle.RobloxSquare
  276.  
  277. Bar1.Name = "Bar 1"
  278. Bar1.Parent = LoginFrame
  279. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  280. Bar1.BorderSizePixel = 0
  281. Bar1.Position = UDim2.new(-0.0226684492, 0, -0.0196880996, 0)
  282. Bar1.Size = UDim2.new(0, 376, 0, 56)
  283.  
  284. Title.Name = "Title"
  285. Title.Parent = Bar1
  286. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  287. Title.BorderColor3 = Color3.new(0.333333, 1, 1)
  288. Title.Position = UDim2.new(0.0265075471, 0, 0.101423323, 0)
  289. Title.Size = UDim2.new(0, 357, 0, 44)
  290. Title.Font = Enum.Font.Bodoni
  291. Title.Text = "Aegis Login"
  292. Title.TextColor3 = Color3.new(0, 1, 1)
  293. Title.TextSize = 20
  294.  
  295. Submit.Name = "Submit"
  296. Submit.Parent = LoginFrame
  297. Submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  298. Submit.BorderColor3 = Color3.new(0, 0, 0)
  299. Submit.BorderSizePixel = 4
  300. Submit.Position = UDim2.new(0.214689314, 0, 0.664484382, 0)
  301. Submit.Size = UDim2.new(0, 200, 0, 50)
  302. Submit.Font = Enum.Font.Cartoon
  303. Submit.Text = "Login"
  304. Submit.TextColor3 = Color3.new(1, 1, 1)
  305. Submit.TextScaled = true
  306. Submit.TextSize = 14
  307. Submit.TextWrapped = true
  308.  
  309. Submit.MouseButton1Down:connect(function()
  310. if Userbox.Text == "V2" and passbox.Text == "AEGISV2" then
  311. MainFrame.Visible = true
  312. LoginFrame.Visible = false
  313. end
  314. end)
  315.  
  316.  
  317. Userbox.Name = "Userbox"
  318. Userbox.Parent = LoginFrame
  319. Userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  320. Userbox.BorderColor3 = Color3.new(0, 0, 0)
  321. Userbox.BorderSizePixel = 4
  322. Userbox.Position = UDim2.new(0.120249376, 0, 0.237839773, 0)
  323. Userbox.Size = UDim2.new(0, 272, 0, 31)
  324. Userbox.Font = Enum.Font.Cartoon
  325. Userbox.Text = "Username"
  326. Userbox.TextColor3 = Color3.new(1, 1, 1)
  327. Userbox.TextScaled = true
  328. Userbox.TextSize = 14
  329. Userbox.TextWrapped = true
  330. Userbox.TextXAlignment = Enum.TextXAlignment.Left
  331.  
  332. passbox.Name = "passbox"
  333. passbox.Parent = LoginFrame
  334. passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  335. passbox.BorderColor3 = Color3.new(0, 0, 0)
  336. passbox.BorderSizePixel = 4
  337. passbox.Position = UDim2.new(0.12004678, 0, 0.460592508, 0)
  338. passbox.Size = UDim2.new(0, 272, 0, 31)
  339. passbox.Font = Enum.Font.Cartoon
  340. passbox.Text = "Password"
  341. passbox.TextColor3 = Color3.new(1, 1, 1)
  342. passbox.TextScaled = true
  343. passbox.TextSize = 14
  344. passbox.TextWrapped = true
  345. passbox.TextXAlignment = Enum.TextXAlignment.Left
  346.  
  347. lexit.Name = "lexit"
  348. lexit.Parent = LoginFrame
  349. lexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  350. lexit.BorderColor3 = Color3.new(1, 0, 0)
  351. lexit.BorderSizePixel = 2
  352. lexit.Position = UDim2.new(0.869680822, 0, 0.908235252, 0)
  353. lexit.Size = UDim2.new(0, 46, 0, 39)
  354. lexit.Font = Enum.Font.SciFi
  355. lexit.Text = "X"
  356. lexit.TextColor3 = Color3.new(1, 0, 0)
  357. lexit.TextScaled = true
  358. lexit.TextSize = 14
  359. lexit.TextWrapped = true
  360.  
  361. lexit.MouseButton1Down:connect(function()
  362. LoginFrame.Visible = false
  363. end)
  364.  
  365. GearFrame.Name = "GearFrame"
  366. GearFrame.Parent = PirateSimulator
  367. GearFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  368. GearFrame.Position = UDim2.new(0.353808343, 0, 0.0391198061, 0)
  369. GearFrame.Size = UDim2.new(0, 383, 0, 131)
  370. GearFrame.Visible = false
  371. GearFrame.Style = Enum.FrameStyle.RobloxRound
  372.  
  373. Detonator.Name = "Detonator"
  374. Detonator.Parent = GearFrame
  375. Detonator.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  376. Detonator.Position = UDim2.new(0.570261776, 0, 0.114503816, 0)
  377. Detonator.Size = UDim2.new(0, 146, 0, 98)
  378. Detonator.Font = Enum.Font.SourceSansBold
  379. Detonator.Text = "Detonator"
  380. Detonator.TextColor3 = Color3.new(1, 1, 1)
  381. Detonator.TextSize = 14
  382. Detonator.MouseButton1Down:connect(function()
  383. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Gear.Value = "DETONATOR"
  384. end)
  385.  
  386.  
  387. Thermal.Name = "Thermal"
  388. Thermal.Parent = GearFrame
  389. Thermal.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  390. Thermal.Position = UDim2.new(0.0410256423, 0, 0.114503816, 0)
  391. Thermal.Size = UDim2.new(0, 146, 0, 98)
  392. Thermal.Font = Enum.Font.SourceSansBold
  393. Thermal.Text = "Thermal"
  394. Thermal.TextColor3 = Color3.new(1, 1, 1)
  395. Thermal.TextSize = 14
  396. Thermal.MouseButton1Down:connect(function()
  397. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Gear.Value = "THERMAL"
  398. end)
  399.  
  400.  
  401. gexit.Name = "gexit"
  402. gexit.Parent = GearFrame
  403. gexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  404. gexit.BorderColor3 = Color3.new(1, 0, 0)
  405. gexit.BorderSizePixel = 2
  406. gexit.Position = UDim2.new(0.95039165, 0, -0.0534351133, 0)
  407. gexit.Size = UDim2.new(0, 26, 0, 20)
  408. gexit.Font = Enum.Font.SciFi
  409. gexit.Text = "X"
  410. gexit.TextColor3 = Color3.new(1, 0, 0)
  411. gexit.TextScaled = true
  412. gexit.TextSize = 14
  413. gexit.TextWrapped = true
  414.  
  415. gexit.MouseButton1Down:connect(function()
  416. MainFrame.Visible = true
  417. GearFrame.Visible = false
  418. end)
  419.  
  420. InvFrame.Name = "InvFrame"
  421. InvFrame.Parent = PirateSimulator
  422. InvFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  423. InvFrame.Position = UDim2.new(0.271908283, 0, 0.0586797073, 0)
  424. InvFrame.Size = UDim2.new(0, 305, 0, 477)
  425. InvFrame.Visible = false
  426. InvFrame.Style = Enum.FrameStyle.RobloxRound
  427.  
  428. PistoltoRIFLE.Name = "Pistol to RIFLE"
  429. PistoltoRIFLE.Parent = InvFrame
  430. PistoltoRIFLE.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  431. PistoltoRIFLE.Position = UDim2.new(0.0161579885, 0, 0.0440251566, 0)
  432. PistoltoRIFLE.Size = UDim2.new(0, 200, 0, 74)
  433. PistoltoRIFLE.Font = Enum.Font.SciFi
  434. PistoltoRIFLE.Text = "Pistol to rifle"
  435. PistoltoRIFLE.TextColor3 = Color3.new(1, 1, 1)
  436. PistoltoRIFLE.TextScaled = true
  437. PistoltoRIFLE.TextSize = 14
  438. PistoltoRIFLE.TextWrapped = true
  439. PistoltoRIFLE.MouseButton1Down:connect(function()
  440. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "RIFLE"
  441. end)
  442.  
  443.  
  444. PistoltoDETONATOR.Name = "Pistol to DETONATOR"
  445. PistoltoDETONATOR.Parent = InvFrame
  446. PistoltoDETONATOR.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  447. PistoltoDETONATOR.Position = UDim2.new(0.0287252963, 0, 0.613207638, 0)
  448. PistoltoDETONATOR.Size = UDim2.new(0, 200, 0, 74)
  449. PistoltoDETONATOR.Font = Enum.Font.SciFi
  450. PistoltoDETONATOR.Text = "Pistol to Detonator"
  451. PistoltoDETONATOR.TextColor3 = Color3.new(1, 1, 1)
  452. PistoltoDETONATOR.TextScaled = true
  453. PistoltoDETONATOR.TextSize = 14
  454. PistoltoDETONATOR.TextWrapped = true
  455. PistoltoDETONATOR.MouseButton1Down:connect(function()
  456. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "DETONATOR"
  457. end)
  458.  
  459.  
  460. PistoltoROCKETLAUNCHER.Name = "Pistol to ROCKET LAUNCHER"
  461. PistoltoROCKETLAUNCHER.Parent = InvFrame
  462. PistoltoROCKETLAUNCHER.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  463. PistoltoROCKETLAUNCHER.Position = UDim2.new(0.0287252963, 0, 0.41719085, 0)
  464. PistoltoROCKETLAUNCHER.Size = UDim2.new(0, 200, 0, 74)
  465. PistoltoROCKETLAUNCHER.Font = Enum.Font.SciFi
  466. PistoltoROCKETLAUNCHER.Text = "Pistol to Rocket Launcher/RPG"
  467. PistoltoROCKETLAUNCHER.TextColor3 = Color3.new(1, 1, 1)
  468. PistoltoROCKETLAUNCHER.TextScaled = true
  469. PistoltoROCKETLAUNCHER.TextSize = 14
  470. PistoltoROCKETLAUNCHER.TextWrapped = true
  471. PistoltoROCKETLAUNCHER.MouseButton1Down:connect(function()
  472. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "RPG"
  473. end)
  474.  
  475.  
  476. PistoltoShotgun.Name = "Pistol to Shotgun"
  477. PistoltoShotgun.Parent = InvFrame
  478. PistoltoShotgun.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  479. PistoltoShotgun.Position = UDim2.new(0.0287252963, 0, 0.819706619, 0)
  480. PistoltoShotgun.Size = UDim2.new(0, 200, 0, 74)
  481. PistoltoShotgun.Font = Enum.Font.SciFi
  482. PistoltoShotgun.Text = "Pistol to Shotgun"
  483. PistoltoShotgun.TextColor3 = Color3.new(1, 1, 1)
  484. PistoltoShotgun.TextScaled = true
  485. PistoltoShotgun.TextSize = 14
  486. PistoltoShotgun.TextWrapped = true
  487. PistoltoShotgun.MouseButton1Down:connect(function()
  488. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "SHOTGUN"
  489. end)
  490.  
  491.  
  492. PistoltoSMG.Name = "Pistol to SMG"
  493. PistoltoSMG.Parent = InvFrame
  494. PistoltoSMG.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  495. PistoltoSMG.Position = UDim2.new(0.0161579885, 0, 0.228511527, 0)
  496. PistoltoSMG.Size = UDim2.new(0, 200, 0, 74)
  497. PistoltoSMG.Font = Enum.Font.SciFi
  498. PistoltoSMG.Text = "Pistol to smg"
  499. PistoltoSMG.TextColor3 = Color3.new(1, 1, 1)
  500. PistoltoSMG.TextScaled = true
  501. PistoltoSMG.TextSize = 14
  502. PistoltoSMG.TextWrapped = true
  503. PistoltoSMG.MouseButton1Down:connect(function()
  504. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "SMG"
  505. end)
  506.  
  507.  
  508. Next.Name = "Next"
  509. Next.Parent = InvFrame
  510. Next.BackgroundColor3 = Color3.new(1, 1, 1)
  511. Next.Position = UDim2.new(0.737704933, 0, 0.865828097, 0)
  512. Next.Size = UDim2.new(0, 80, 0, 50)
  513. Next.Font = Enum.Font.SourceSans
  514. Next.Text = ">"
  515. Next.TextColor3 = Color3.new(1, 0, 0)
  516. Next.TextScaled = true
  517. Next.TextSize = 50
  518. Next.TextWrapped = true
  519.  
  520. Next.MouseButton1Down:connect(function()
  521. InvFrame.Visible = false
  522. NextFrame.Visible = true
  523. end)
  524.  
  525. Iexit.Name = "Iexit"
  526. Iexit.Parent = InvFrame
  527. Iexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  528. Iexit.BorderColor3 = Color3.new(1, 0, 0)
  529. Iexit.BorderSizePixel = 2
  530. Iexit.Position = UDim2.new(0.772131145, 0, 0.00628930889, 0)
  531. Iexit.Size = UDim2.new(0, 59, 0, 50)
  532. Iexit.Font = Enum.Font.SciFi
  533. Iexit.Text = "X"
  534. Iexit.TextColor3 = Color3.new(1, 0, 0)
  535. Iexit.TextScaled = true
  536. Iexit.TextSize = 14
  537. Iexit.TextWrapped = true
  538.  
  539. Iexit.MouseButton1Down:connect(function()
  540. MainFrame.Visible = true
  541. InvFrame.Visible = false
  542. end)
  543.  
  544. NextFrame.Name = "NextFrame"
  545. NextFrame.Parent = PirateSimulator
  546. NextFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  547. NextFrame.Position = UDim2.new(0.271908283, 0, 0.0623471886, 0)
  548. NextFrame.Size = UDim2.new(0, 301, 0, 605)
  549. NextFrame.Visible = false
  550. NextFrame.Style = Enum.FrameStyle.RobloxRound
  551.  
  552. Pistolto9MMAMMO.Name = "Pistol to "
  553. Pistolto9MMAMMO.Parent = NextFrame
  554. Pistolto9MMAMMO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  555. Pistolto9MMAMMO.Position = UDim2.new(0.0161579885, 0, 0.530540228, 0)
  556. Pistolto9MMAMMO.Size = UDim2.new(0, 200, 0, 74)
  557. Pistolto9MMAMMO.Font = Enum.Font.SciFi
  558. Pistolto9MMAMMO.Text = "DONT WORK "
  559. Pistolto9MMAMMO.TextColor3 = Color3.new(1, 1, 1)
  560. Pistolto9MMAMMO.TextScaled = true
  561. Pistolto9MMAMMO.TextSize = 14
  562. Pistolto9MMAMMO.TextWrapped = true
  563.  
  564.  
  565.  
  566. PistoltoHEAT.Name = "Pistol to HEAT"
  567. PistoltoHEAT.Parent = NextFrame
  568. PistoltoHEAT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  569. PistoltoHEAT.Position = UDim2.new(0.0161579885, 0, 0.0132022202, 0)
  570. PistoltoHEAT.Size = UDim2.new(0, 200, 0, 74)
  571. PistoltoHEAT.Font = Enum.Font.SciFi
  572. PistoltoHEAT.Text = "Pistol to heat"
  573. PistoltoHEAT.TextColor3 = Color3.new(1, 1, 1)
  574. PistoltoHEAT.TextScaled = true
  575. PistoltoHEAT.TextSize = 14
  576. PistoltoHEAT.TextWrapped = true
  577. PistoltoHEAT.MouseButton1Down:connect(function()
  578. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "HEAT"
  579. end)
  580.  
  581.  
  582. PistoltoRADIOC4.Name = "Pistol to RADIOC4"
  583. PistoltoRADIOC4.Parent = NextFrame
  584. PistoltoRADIOC4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  585. PistoltoRADIOC4.Position = UDim2.new(0.0187585205, 0, 0.349791914, 0)
  586. PistoltoRADIOC4.Size = UDim2.new(0, 200, 0, 74)
  587. PistoltoRADIOC4.Font = Enum.Font.SciFi
  588. PistoltoRADIOC4.Text = "Pistol to RADIO C4"
  589. PistoltoRADIOC4.TextColor3 = Color3.new(1, 1, 1)
  590. PistoltoRADIOC4.TextScaled = true
  591. PistoltoRADIOC4.TextSize = 14
  592. PistoltoRADIOC4.TextWrapped = true
  593. PistoltoRADIOC4.MouseButton1Down:connect(function()
  594. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.PISTOL.Name = "RADIOC4"
  595. end)
  596.  
  597.  
  598. Preview.Name = "Preview"
  599. Preview.Parent = NextFrame
  600. Preview.BackgroundColor3 = Color3.new(1, 1, 1)
  601. Preview.Position = UDim2.new(0.0199335553, 0, 0.873417735, 0)
  602. Preview.Size = UDim2.new(0, 65, 0, 50)
  603. Preview.Font = Enum.Font.SourceSans
  604. Preview.Text = "<"
  605. Preview.TextColor3 = Color3.new(1, 0, 0)
  606. Preview.TextSize = 50
  607.  
  608. Preview.MouseButton1Down:connect(function()
  609. NextFrame.Visible = false
  610. InvFrame.Visible = true
  611. end)
  612.  
  613. InfInv.Name = "InfInv"
  614. InfInv.Parent = NextFrame
  615. InfInv.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  616. InfInv.Position = UDim2.new(0.285714269, 0, 0.871308029, 0)
  617. InfInv.Size = UDim2.new(0, 200, 0, 50)
  618. InfInv.Font = Enum.Font.SciFi
  619. InfInv.Text = "BROKED"
  620. InfInv.TextColor3 = Color3.new(1, 1, 1)
  621. InfInv.TextScaled = true
  622. InfInv.TextSize = 14
  623. InfInv.TextWrapped = true
  624.  
  625. InfInv.MouseButton1Down:connect(function()
  626. NextFrame.Visible = false
  627. MainFrame.Visible = true
  628. end)
  629.  
  630. Pistolto22MMAMMO.Name = "Pistol to 22MM AMMO"
  631. Pistolto22MMAMMO.Parent = NextFrame
  632. Pistolto22MMAMMO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  633. Pistolto22MMAMMO.Position = UDim2.new(0.0261247661, 0, 0.178378925, 0)
  634. Pistolto22MMAMMO.Size = UDim2.new(0, 200, 0, 74)
  635. Pistolto22MMAMMO.Font = Enum.Font.SciFi
  636. Pistolto22MMAMMO.Text = "DONT WORK"
  637. Pistolto22MMAMMO.TextColor3 = Color3.new(1, 1, 1)
  638. Pistolto22MMAMMO.TextScaled = true
  639. Pistolto22MMAMMO.TextSize = 14
  640. Pistolto22MMAMMO.TextWrapped = true
  641.  
  642.  
  643. Pistolto12Gammo.Name = "Pistol to12G ammo"
  644. Pistolto12Gammo.Parent = NextFrame
  645. Pistolto12Gammo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  646. Pistolto12Gammo.Position = UDim2.new(0.0261247642, 0, 0.701614559, 0)
  647. Pistolto12Gammo.Size = UDim2.new(0, 200, 0, 74)
  648. Pistolto12Gammo.Font = Enum.Font.SciFi
  649. Pistolto12Gammo.Text = "DONT WORK"
  650. Pistolto12Gammo.TextColor3 = Color3.new(1, 1, 1)
  651. Pistolto12Gammo.TextScaled = true
  652. Pistolto12Gammo.TextSize = 14
  653. Pistolto12Gammo.TextWrapped = true
  654.  
  655. InfInv_2.Name = "InfInv"
  656. InfInv_2.Parent = PirateSimulator
  657. InfInv_2.BackgroundColor3 = Color3.new(1, 1, 1)
  658. InfInv_2.Position = UDim2.new(0.520884514, 0, 0.0623471886, 0)
  659. InfInv_2.Size = UDim2.new(0, 302, 0, 474)
  660. InfInv_2.Visible = false
  661. InfInv_2.Style = Enum.FrameStyle.RobloxRound
  662.  
  663. inf9MMAMMO.Name = "inf "
  664. inf9MMAMMO.Parent = InfInv_2
  665. inf9MMAMMO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  666. inf9MMAMMO.Position = UDim2.new(0.0161579885, 0, 0.618143499, 0)
  667. inf9MMAMMO.Size = UDim2.new(0, 200, 0, 74)
  668. inf9MMAMMO.Font = Enum.Font.SciFi
  669. inf9MMAMMO.Text = "inf "
  670. inf9MMAMMO.TextColor3 = Color3.new(1, 1, 1)
  671. inf9MMAMMO.TextScaled = true
  672. inf9MMAMMO.TextSize = 14
  673. inf9MMAMMO.TextWrapped = true
  674.  
  675. infHEAT.Name = "inf HEAT"
  676. infHEAT.Parent = InfInv_2
  677. infHEAT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  678. infHEAT.Position = UDim2.new(0.0161579885, 0, 0.0132022202, 0)
  679. infHEAT.Size = UDim2.new(0, 200, 0, 74)
  680. infHEAT.Font = Enum.Font.SciFi
  681. infHEAT.Text = "inf heat"
  682. infHEAT.TextColor3 = Color3.new(1, 1, 1)
  683. infHEAT.TextScaled = true
  684. infHEAT.TextSize = 14
  685. infHEAT.TextWrapped = true
  686. infHEAT.MouseButton1Down:connect(function()
  687. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.HEAT.Value = "999999"
  688. end)
  689.  
  690. InfRADIOC4.Name = "Inf RADIOC4"
  691. InfRADIOC4.Parent = InfInv_2
  692. InfRADIOC4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  693. InfRADIOC4.Position = UDim2.new(0.0254030377, 0, 0.409296036, 0)
  694. InfRADIOC4.Size = UDim2.new(0, 200, 0, 74)
  695. InfRADIOC4.Font = Enum.Font.SciFi
  696. InfRADIOC4.Text = "inf RADIO C4"
  697. InfRADIOC4.TextColor3 = Color3.new(1, 1, 1)
  698. InfRADIOC4.TextScaled = true
  699. InfRADIOC4.TextSize = 14
  700. InfRADIOC4.TextWrapped = true
  701. infRADIOC4.MouseButton1Down:connect(function()
  702. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.RADIOC4.Value = "999999"
  703. end)
  704.  
  705. inf22MMAMMO.Name = "inf 22MM AMMO"
  706. inf22MMAMMO.Parent = InfInv_2
  707. inf22MMAMMO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  708. inf22MMAMMO.Position = UDim2.new(0.0261247661, 0, 0.208130985, 0)
  709. inf22MMAMMO.Size = UDim2.new(0, 200, 0, 74)
  710. inf22MMAMMO.Font = Enum.Font.SciFi
  711. inf22MMAMMO.Text = "DON'TWORK"
  712. inf22MMAMMO.TextColor3 = Color3.new(1, 1, 1)
  713. inf22MMAMMO.TextScaled = true
  714. inf22MMAMMO.TextSize = 14
  715. inf22MMAMMO.TextWrapped = true
  716.  
  717.  
  718. neext.Name = "neext"
  719. neext.Parent = InfInv_2
  720. neext.BackgroundColor3 = Color3.new(1, 1, 1)
  721. neext.Position = UDim2.new(0.761589408, 0, 0.864978909, 0)
  722. neext.Size = UDim2.new(0, 74, 0, 50)
  723. neext.Font = Enum.Font.SourceSans
  724. neext.Text = ">"
  725. neext.TextColor3 = Color3.new(1, 0, 0)
  726. neext.TextSize = 50
  727.  
  728. neext.MouseButton1Down:connect(function()
  729. InfInv_2.Visible = false
  730. NextInf.Visible = true
  731. end)
  732.  
  733. Infexit.Name = "Infexit"
  734. Infexit.Parent = InfInv_2
  735. Infexit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  736. Infexit.BorderColor3 = Color3.new(1, 0, 0)
  737. Infexit.BorderSizePixel = 2
  738. Infexit.Position = UDim2.new(0.804635763, 0, 0.0126582291, 0)
  739. Infexit.Size = UDim2.new(0, 50, 0, 50)
  740. Infexit.Font = Enum.Font.SciFi
  741. Infexit.Text = "X"
  742. Infexit.TextColor3 = Color3.new(1, 0, 0)
  743. Infexit.TextScaled = true
  744. Infexit.TextSize = 14
  745. Infexit.TextWrapped = true
  746.  
  747. Infexit.MouseButton1Down:connect(function()
  748. MainFrame.Visible = true
  749. InfInv_2.Visible = false
  750. end)
  751.  
  752. inf12GAMMO.Name = "inf 12G AMMO"
  753. inf12GAMMO.Parent = InfInv_2
  754. inf12GAMMO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  755. inf12GAMMO.Position = UDim2.new(0.00622421317, 0, 0.812236309, 0)
  756. inf12GAMMO.Size = UDim2.new(0, 200, 0, 74)
  757. inf12GAMMO.Font = Enum.Font.SciFi
  758. inf12GAMMO.Text = "DONT WORK"
  759. inf12GAMMO.TextColor3 = Color3.new(1, 1, 1)
  760. inf12GAMMO.TextScaled = true
  761. inf12GAMMO.TextSize = 14
  762. inf12GAMMO.TextWrapped = true
  763.  
  764. NextInf.Name = "NextInf"
  765. NextInf.Parent = PirateSimulator
  766. NextInf.BackgroundColor3 = Color3.new(1, 1, 1)
  767. NextInf.Position = UDim2.new(0.520884514, 0, 0.0635696799, 0)
  768. NextInf.Size = UDim2.new(0, 302, 0, 473)
  769. NextInf.Visible = false
  770. NextInf.Style = Enum.FrameStyle.RobloxRound
  771.  
  772. infDETONATOR.Name = "inf DETONATOR"
  773. infDETONATOR.Parent = NextInf
  774. infDETONATOR.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  775. infDETONATOR.Position = UDim2.new(0.277069688, 0, 0.619550109, 0)
  776. infDETONATOR.Size = UDim2.new(0, 200, 0, 74)
  777. infDETONATOR.Font = Enum.Font.SciFi
  778. infDETONATOR.Text = "inf Detonator"
  779. infDETONATOR.TextColor3 = Color3.new(1, 1, 1)
  780. infDETONATOR.TextScaled = true
  781. infDETONATOR.TextSize = 14
  782. infDETONATOR.TextWrapped = true
  783. infDETONATOR.MouseButton1Down:connect(function()
  784. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.DETONATOR.Value = "999999"
  785. end)
  786.  
  787. infROCKETLAUNCHER.Name = "inf ROCKET LAUNCHER"
  788. infROCKETLAUNCHER.Parent = NextInf
  789. infROCKETLAUNCHER.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  790. infROCKETLAUNCHER.Position = UDim2.new(0.277069688, 0, 0.42353335, 0)
  791. infROCKETLAUNCHER.Size = UDim2.new(0, 200, 0, 74)
  792. infROCKETLAUNCHER.Font = Enum.Font.SciFi
  793. infROCKETLAUNCHER.Text = "inf Rocket Launcher/RPG"
  794. infROCKETLAUNCHER.TextColor3 = Color3.new(1, 1, 1)
  795. infROCKETLAUNCHER.TextScaled = true
  796. infROCKETLAUNCHER.TextSize = 14
  797. infROCKETLAUNCHER.TextWrapped = true
  798. infROCKETLAUNCHER.MouseButton1Down:connect(function()
  799. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.RPG.Value = "999999"
  800. end)
  801.  
  802. infRIFLE.Name = "inf RIFLE"
  803. infRIFLE.Parent = NextInf
  804. infRIFLE.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  805. infRIFLE.Position = UDim2.new(0.264502376, 0, 0.0503676534, 0)
  806. infRIFLE.Size = UDim2.new(0, 200, 0, 74)
  807. infRIFLE.Font = Enum.Font.SciFi
  808. infRIFLE.Text = "inf rifle"
  809. infRIFLE.TextColor3 = Color3.new(1, 1, 1)
  810. infRIFLE.TextScaled = true
  811. infRIFLE.TextSize = 14
  812. infRIFLE.TextWrapped = true
  813. infRIFLE.MouseButton1Down:connect(function()
  814. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.RIFLE.Value = "999999"
  815. end)
  816.  
  817. infSMG.Name = "inf SMG"
  818. infSMG.Parent = NextInf
  819. infSMG.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  820. infSMG.Position = UDim2.new(0.264502376, 0, 0.234854028, 0)
  821. infSMG.Size = UDim2.new(0, 200, 0, 74)
  822. infSMG.Font = Enum.Font.SciFi
  823. infSMG.Text = "inf smg"
  824. infSMG.TextColor3 = Color3.new(1, 1, 1)
  825. infSMG.TextScaled = true
  826. infSMG.TextSize = 14
  827. infSMG.TextWrapped = true
  828. infSMG.MouseButton1Down:connect(function()
  829. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.SMG.Value = "999999"
  830. end)
  831.  
  832. infShotgun.Name = "inf Shotgun"
  833. infShotgun.Parent = NextInf
  834. infShotgun.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  835. infShotgun.Position = UDim2.new(0.277069688, 0, 0.826049089, 0)
  836. infShotgun.Size = UDim2.new(0, 200, 0, 74)
  837. infShotgun.Font = Enum.Font.SciFi
  838. infShotgun.Text = "inf Shotgun"
  839. infShotgun.TextColor3 = Color3.new(1, 1, 1)
  840. infShotgun.TextScaled = true
  841. infShotgun.TextSize = 14
  842. infShotgun.TextWrapped = true
  843. infShotgun.MouseButton1Down:connect(function()
  844. game.ReplicatedStorage.PlayerStats.URNAMEHERE.Inventory.SHOTGUN.Value = "999999"
  845. end)
  846.  
  847. PrevInf.Name = "PrevInf"
  848. PrevInf.Parent = NextInf
  849. PrevInf.BackgroundColor3 = Color3.new(1, 1, 1)
  850. PrevInf.Position = UDim2.new(0, 0, 0.864693463, 0)
  851. PrevInf.Size = UDim2.new(0, 70, 0, 50)
  852. PrevInf.Font = Enum.Font.SourceSans
  853. PrevInf.Text = "<"
  854. PrevInf.TextColor3 = Color3.new(1, 0, 0)
  855. PrevInf.TextSize = 50
  856. PrevInf.TextWrapped = true
  857.  
  858. PrevInf.MouseButton1Down:connect(function()
  859. NextInf.Visible = false
  860. InfInv_2.Visible = true
  861. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement