Advertisement
Guest User

ROBERY

a guest
Nov 14th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.98 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local robberyfucker = Instance.new("TextLabel")
  7. local close = Instance.new("TextButton")
  8. local settings = Instance.new("ImageButton")
  9. local credits = Instance.new("TextButton")
  10. local bestglove = Instance.new("TextButton")
  11. local allkeys = Instance.new("TextButton")
  12. local bestback = Instance.new("TextButton")
  13. local walkspeed = Instance.new("TextButton")
  14. local teleports = Instance.new("TextButton")
  15. local CreditsFrame = Instance.new("Frame")
  16. local robberyfucker_2 = Instance.new("TextLabel")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local backtogui = Instance.new("TextButton")
  20. local settings_2 = Instance.new("ImageButton")
  21. local SettingsFrame = Instance.new("Frame")
  22. local robberyfucker_3 = Instance.new("TextLabel")
  23. local rainbow = Instance.new("TextButton")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local back2 = Instance.new("TextButton")
  26. local open = Instance.new("TextButton")
  27. --Properties:
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. MainFrame.Name = "MainFrame"
  32. MainFrame.Parent = ScreenGui
  33. MainFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  34. MainFrame.Position = UDim2.new(0.335531145, 0, 0.318122566, 0)
  35. MainFrame.Size = UDim2.new(0, 449, 0, 279)
  36. MainFrame.Visible = false
  37.  
  38. robberyfucker.Name = "robbery fucker"
  39. robberyfucker.Parent = MainFrame
  40. robberyfucker.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  41. robberyfucker.Size = UDim2.new(0, 449, 0, 50)
  42. robberyfucker.Font = Enum.Font.SourceSans
  43. robberyfucker.Text = "Robbery Fucker 2.0"
  44. robberyfucker.TextColor3 = Color3.new(0, 0, 0)
  45. robberyfucker.TextSize = 14
  46.  
  47. close.Name = "close"
  48. close.Parent = MainFrame
  49. close.BackgroundColor3 = Color3.new(1, 0.392157, 0.392157)
  50. close.BackgroundTransparency = 1
  51. close.BorderSizePixel = 0
  52. close.Position = UDim2.new(0.948977172, 0, 0, 0)
  53. close.Size = UDim2.new(0, 22, 0, 17)
  54. close.Font = Enum.Font.Cartoon
  55. close.Text = "X"
  56. close.TextColor3 = Color3.new(1, 0.203922, 0.0470588)
  57. close.TextSize = 20
  58.  
  59. close.MouseButton1Down:connect(function()
  60. MainFrame.Visible = false
  61. end)
  62.  
  63.  
  64.  
  65.  
  66. settings.Name = "settings"
  67. settings.Parent = MainFrame
  68. settings.BackgroundColor3 = Color3.new(1, 1, 1)
  69. settings.BackgroundTransparency = 1
  70. settings.BorderSizePixel = 0
  71. settings.Position = UDim2.new(0.882971942, 0, 0.86510247, 0)
  72. settings.Size = UDim2.new(0, 51, 0, 37)
  73. settings.Image = "rbxassetid://2867632378"
  74.  
  75. settings.MouseButton1Down:connect(function()
  76. MainFrame.Visible = false
  77. SettingsFrame.Visible = true
  78. end)
  79.  
  80.  
  81.  
  82.  
  83. credits.Name = "credits"
  84. credits.Parent = MainFrame
  85. credits.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  86. credits.Position = UDim2.new(0.27616927, 0, 0.817204297, 0)
  87. credits.Size = UDim2.new(0, 200, 0, 50)
  88. credits.Font = Enum.Font.SourceSans
  89. credits.Text = "Credits"
  90. credits.TextColor3 = Color3.new(0, 0, 0)
  91. credits.TextSize = 14
  92.  
  93. credits.MouseButton1Down:connect(function()
  94. MainFrame.Visible = false
  95. CreditsFrame.Visible = true
  96. end)
  97.  
  98.  
  99.  
  100.  
  101. bestglove.Name = "bestglove"
  102. bestglove.Parent = MainFrame
  103. bestglove.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  104. bestglove.Position = UDim2.new(0.0267260596, 0, 0.225806445, 0)
  105. bestglove.Size = UDim2.new(0, 112, 0, 50)
  106. bestglove.Font = Enum.Font.SourceSans
  107. bestglove.Text = "Best Glove"
  108. bestglove.TextColor3 = Color3.new(0, 0, 0)
  109. bestglove.TextSize = 14
  110.  
  111. bestglove.MouseButton1Down:connect(function()
  112. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("INFINITY_GAUNTLET", "GLOVE")
  113. end)
  114.  
  115.  
  116.  
  117.  
  118. allkeys.Name = "allkeys"
  119. allkeys.Parent = MainFrame
  120. allkeys.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  121. allkeys.Position = UDim2.new(0.361652076, 0, 0.225806445, 0)
  122. allkeys.Size = UDim2.new(0, 123, 0, 50)
  123. allkeys.Font = Enum.Font.SourceSans
  124. allkeys.Text = "All Keys"
  125. allkeys.TextColor3 = Color3.new(0, 0, 0)
  126. allkeys.TextSize = 14
  127.  
  128. allkeys.MouseButton1Down:connect(function()
  129. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  130.  
  131. local Arguments = {
  132. [1] = "JEWELRY_STORE_KEY",
  133. [2] = "KEY"
  134. }
  135.  
  136. Remote:InvokeServer(unpack(Arguments))
  137. wait()
  138. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  139.  
  140. local Arguments = {
  141. [1] = "ROBLOX_BANK_KEY",
  142. [2] = "KEY"
  143. }
  144.  
  145. Remote:InvokeServer(unpack(Arguments))
  146. wait()
  147. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  148.  
  149. local Arguments = {
  150. [1] = "CANDY_STORE_KEY",
  151. [2] = "KEY"
  152. }
  153.  
  154. Remote:InvokeServer(unpack(Arguments))
  155. wait()
  156. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  157.  
  158. local Arguments = {
  159. [1] = "BALDIS_SCHOOL_KEY",
  160. [2] = "KEY"
  161. }
  162.  
  163. Remote:InvokeServer(unpack(Arguments))
  164. wait()
  165. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  166.  
  167. local Arguments = {
  168. [1] = "HELLO_NEIGHBOR_KEY",
  169. [2] = "KEY"
  170. }
  171.  
  172. Remote:InvokeServer(unpack(Arguments))
  173. wait()
  174. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  175.  
  176. local Arguments = {
  177. [1] = "CAR_DEALERSHIP_KEY",
  178. [2] = "KEY"
  179. }
  180.  
  181. Remote:InvokeServer(unpack(Arguments))
  182. wait()
  183. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  184.  
  185. local Arguments = {
  186. [1] = "TOY_STORE_KEY",
  187. [2] = "KEY"
  188. }
  189.  
  190. Remote:InvokeServer(unpack(Arguments))
  191. wait()
  192. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  193.  
  194. local Arguments = {
  195. [1] = "PET_STORE_KEY",
  196. [2] = "KEY"
  197. }
  198.  
  199. Remote:InvokeServer(unpack(Arguments))
  200. end)
  201.  
  202.  
  203.  
  204.  
  205. bestback.Name = "bestback"
  206. bestback.Parent = MainFrame
  207. bestback.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  208. bestback.Position = UDim2.new(0.7238307, 0, 0.225806445, 0)
  209. bestback.Size = UDim2.new(0, 124, 0, 50)
  210. bestback.Font = Enum.Font.SourceSans
  211. bestback.Text = "Best Backpack"
  212. bestback.TextColor3 = Color3.new(0, 0, 0)
  213. bestback.TextSize = 14
  214.  
  215. bestback.MouseButton1Down:connect(function()
  216. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("TREASURE_BAG", "BAG")
  217. end)
  218.  
  219.  
  220.  
  221.  
  222. walkspeed.Name = "walkspeed"
  223. walkspeed.Parent = MainFrame
  224. walkspeed.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  225. walkspeed.Position = UDim2.new(0.0267260578, 0, 0.494623661, 0)
  226. walkspeed.Size = UDim2.new(0, 112, 0, 50)
  227. walkspeed.Font = Enum.Font.SourceSans
  228. walkspeed.Text = "Does not work"
  229. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  230. walkspeed.TextSize = 14
  231.  
  232. teleports.Name = "teleports"
  233. teleports.Parent = MainFrame
  234. teleports.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  235. teleports.Position = UDim2.new(0.720226645, 0, 0.494623661, 0)
  236. teleports.Size = UDim2.new(0, 123, 0, 50)
  237. teleports.Font = Enum.Font.SourceSans
  238. teleports.Text = "Teleports(don't use rn)"
  239. teleports.TextColor3 = Color3.new(0, 0, 0)
  240. teleports.TextSize = 14
  241.  
  242. CreditsFrame.Name = "CreditsFrame"
  243. CreditsFrame.Parent = ScreenGui
  244. CreditsFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  245. CreditsFrame.Position = UDim2.new(0.335999995, 0, 0.317999989, 0)
  246. CreditsFrame.Size = UDim2.new(0, 449, 0, 279)
  247. CreditsFrame.Visible = false
  248.  
  249. robberyfucker_2.Name = "robbery fucker"
  250. robberyfucker_2.Parent = CreditsFrame
  251. robberyfucker_2.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  252. robberyfucker_2.Size = UDim2.new(0, 449, 0, 50)
  253. robberyfucker_2.Font = Enum.Font.SourceSans
  254. robberyfucker_2.Text = "Robbery Fucker 2.0"
  255. robberyfucker_2.TextColor3 = Color3.new(0, 0, 0)
  256. robberyfucker_2.TextSize = 14
  257.  
  258. TextLabel.Parent = CreditsFrame
  259. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  260. TextLabel.BackgroundTransparency = 1
  261. TextLabel.Position = UDim2.new(0.262806237, 0, 0.28315413, 0)
  262. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  263. TextLabel.Font = Enum.Font.SourceSans
  264. TextLabel.Text = "Credits to ItzHxS for the scripts"
  265. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  266. TextLabel.TextSize = 14
  267.  
  268. TextLabel_2.Parent = CreditsFrame
  269. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  270. TextLabel_2.BackgroundTransparency = 1
  271. TextLabel_2.Position = UDim2.new(0.262806237, 0, 0.526881695, 0)
  272. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  273. TextLabel_2.Font = Enum.Font.SourceSans
  274. TextLabel_2.Text = "Credits to heccy for making the GUI"
  275. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  276. TextLabel_2.TextSize = 14
  277.  
  278. backtogui.Name = "backtogui"
  279. backtogui.Parent = CreditsFrame
  280. backtogui.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  281. backtogui.Position = UDim2.new(0.275999993, 0, 0.816999972, 0)
  282. backtogui.Size = UDim2.new(0, 200, 0, 50)
  283. backtogui.Font = Enum.Font.SourceSans
  284. backtogui.Text = "Back To GUI"
  285. backtogui.TextColor3 = Color3.new(0, 0, 0)
  286. backtogui.TextSize = 14
  287.  
  288. backtogui.MouseButton1Down:connect(function()
  289. CreditsFrame.Visible = false
  290. MainFrame.Visible = true
  291. end)
  292.  
  293.  
  294.  
  295.  
  296. settings_2.Name = "settings"
  297. settings_2.Parent = CreditsFrame
  298. settings_2.BackgroundColor3 = Color3.new(1, 1, 1)
  299. settings_2.BackgroundTransparency = 1
  300. settings_2.BorderSizePixel = 0
  301. settings_2.Position = UDim2.new(0.882971942, 0, 0.86510247, 0)
  302. settings_2.Size = UDim2.new(0, 51, 0, 37)
  303. settings_2.Image = "rbxassetid://2867632378"
  304.  
  305. settings_2.MouseButton1Down:connect(function()
  306. CreditsFrame.Visible = false
  307. SettingsFrame.Visible = true
  308. end)
  309.  
  310.  
  311.  
  312.  
  313. SettingsFrame.Name = "SettingsFrame"
  314. SettingsFrame.Parent = ScreenGui
  315. SettingsFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  316. SettingsFrame.Position = UDim2.new(0.335999995, 0, 0.317999989, 0)
  317. SettingsFrame.Size = UDim2.new(0, 449, 0, 279)
  318. SettingsFrame.Visible = false
  319.  
  320. robberyfucker_3.Name = "robbery fucker"
  321. robberyfucker_3.Parent = SettingsFrame
  322. robberyfucker_3.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  323. robberyfucker_3.Size = UDim2.new(0, 449, 0, 50)
  324. robberyfucker_3.Font = Enum.Font.SourceSans
  325. robberyfucker_3.Text = "Robbery Fucker 2.0"
  326. robberyfucker_3.TextColor3 = Color3.new(0, 0, 0)
  327. robberyfucker_3.TextSize = 14
  328.  
  329. rainbow.Name = "rainbow"
  330. rainbow.Parent = SettingsFrame
  331. rainbow.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  332. rainbow.Position = UDim2.new(0.265033394, 0, 0.275985658, 0)
  333. rainbow.Size = UDim2.new(0, 200, 0, 50)
  334. rainbow.Font = Enum.Font.SourceSans
  335. rainbow.Text = "Rainbow: off"
  336. rainbow.TextColor3 = Color3.new(0, 0, 0)
  337. rainbow.TextSize = 14
  338.  
  339. TextLabel_3.Parent = SettingsFrame
  340. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  341. TextLabel_3.BackgroundTransparency = 1
  342. TextLabel_3.Position = UDim2.new(0.244988859, 0, 0.523297489, 0)
  343. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  344. TextLabel_3.Font = Enum.Font.SourceSans
  345. TextLabel_3.Text = "Rainbow is the only feature and it gets its own tab lmao"
  346. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  347. TextLabel_3.TextSize = 14
  348.  
  349. back2.Name = "back2"
  350. back2.Parent = SettingsFrame
  351. back2.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  352. back2.Position = UDim2.new(0.275999993, 0, 0.816999972, 0)
  353. back2.Size = UDim2.new(0, 200, 0, 50)
  354. back2.Font = Enum.Font.SourceSans
  355. back2.Text = "Back to main gui"
  356. back2.TextColor3 = Color3.new(0, 0, 0)
  357. back2.TextSize = 14
  358.  
  359. back2.MouseButton1Down:connect(function()
  360. SettingsFrame.Visible = false
  361. MainFrame.Visible = true
  362. end)
  363.  
  364.  
  365.  
  366.  
  367. open.Name = "open"
  368. open.Parent = ScreenGui
  369. open.BackgroundColor3 = Color3.new(0.00392157, 0.784314, 0.784314)
  370. open.Position = UDim2.new(0, 0, 0.873533249, 0)
  371. open.Size = UDim2.new(0, 200, 0, 50)
  372. open.Font = Enum.Font.SourceSans
  373. open.Text = "Open"
  374. open.TextColor3 = Color3.new(0, 0, 0)
  375. open.TextSize = 14
  376.  
  377.  
  378.  
  379.  
  380. open.MouseButton1Down:connect(function()
  381. MainFrame.Visible = true
  382. end)
  383.  
  384.  
  385.  
  386.  
  387. rainbow.MouseButton1Down:connect(function()
  388. RainbowEnabled = not RainbowEnabled
  389. if RainbowEnabled then
  390. rainbow.Text = "Rainbow: On"
  391. else
  392. rainbow.Text = "Rainbow: Off"
  393. end
  394. end)
  395.  
  396.  
  397.  
  398.  
  399. local RainbowEnabled = false
  400. local rs = game:GetService("RunService")
  401. local RRAAIINNBBOOWWSS = {}
  402. local function rainbowify(obj, prop)
  403. if type(obj) == "table" then
  404. for i, v in pairs(obj) do
  405. rainbowify(v, prop)
  406. end
  407. elseif type(prop) == "table" then
  408. for i, v in pairs(prop) do
  409. rainbowify(obj, v)
  410. end
  411. else
  412. local ok, o = pcall(function()
  413. return obj[prop]
  414. end)
  415. if ok then
  416. table.insert(RRAAIINNBBOOWWSS, function(c)
  417. if c then
  418. obj[prop] = c
  419. else
  420. obj[prop] = o
  421. end
  422. end)
  423. end
  424. end
  425. end
  426. do
  427. local reset = true
  428. rs.RenderStepped:connect(function()
  429. if RainbowEnabled then
  430. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  431. for i = 1, #RRAAIINNBBOOWWSS do
  432. pcall(RRAAIINNBBOOWWSS[i], c)
  433. end
  434. reset = true
  435. elseif reset then
  436. for i = 1, #RRAAIINNBBOOWWSS do
  437. pcall(RRAAIINNBBOOWWSS[i], false)
  438. end
  439. reset = false
  440. end
  441. end)
  442. end
  443. rainbowify({
  444. SettingsFrame,
  445. back2,
  446. rainbow,
  447. TextLabel_2,
  448. robberyfucker_3,
  449. }
  450. , {"BackgroundColor3",})
  451. -- Scripts:
  452. RAW Paste Data
  453. -- Farewell Infortality.
  454. -- Version: 2.82
  455. -- Instances:
  456. local ScreenGui = Instance.new("ScreenGui")
  457. local MainFrame = Instance.new("Frame")
  458. local robberyfucker = Instance.new("TextLabel")
  459. local close = Instance.new("TextButton")
  460. local settings = Instance.new("ImageButton")
  461. local credits = Instance.new("TextButton")
  462. local bestglove = Instance.new("TextButton")
  463. local allkeys = Instance.new("TextButton")
  464. local bestback = Instance.new("TextButton")
  465. local walkspeed = Instance.new("TextButton")
  466. local teleports = Instance.new("TextButton")
  467. local CreditsFrame = Instance.new("Frame")
  468. local robberyfucker_2 = Instance.new("TextLabel")
  469. local TextLabel = Instance.new("TextLabel")
  470. local TextLabel_2 = Instance.new("TextLabel")
  471. local backtogui = Instance.new("TextButton")
  472. local settings_2 = Instance.new("ImageButton")
  473. local SettingsFrame = Instance.new("Frame")
  474. local robberyfucker_3 = Instance.new("TextLabel")
  475. local rainbow = Instance.new("TextButton")
  476. local TextLabel_3 = Instance.new("TextLabel")
  477. local back2 = Instance.new("TextButton")
  478. local open = Instance.new("TextButton")
  479. --Properties:
  480. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  481. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  482.  
  483. MainFrame.Name = "MainFrame"
  484. MainFrame.Parent = ScreenGui
  485. MainFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  486. MainFrame.Position = UDim2.new(0.335531145, 0, 0.318122566, 0)
  487. MainFrame.Size = UDim2.new(0, 449, 0, 279)
  488. MainFrame.Visible = false
  489.  
  490. robberyfucker.Name = "robbery fucker"
  491. robberyfucker.Parent = MainFrame
  492. robberyfucker.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  493. robberyfucker.Size = UDim2.new(0, 449, 0, 50)
  494. robberyfucker.Font = Enum.Font.SourceSans
  495. robberyfucker.Text = "Robbery Fucker 2.0"
  496. robberyfucker.TextColor3 = Color3.new(0, 0, 0)
  497. robberyfucker.TextSize = 14
  498.  
  499. close.Name = "close"
  500. close.Parent = MainFrame
  501. close.BackgroundColor3 = Color3.new(1, 0.392157, 0.392157)
  502. close.BackgroundTransparency = 1
  503. close.BorderSizePixel = 0
  504. close.Position = UDim2.new(0.948977172, 0, 0, 0)
  505. close.Size = UDim2.new(0, 22, 0, 17)
  506. close.Font = Enum.Font.Cartoon
  507. close.Text = "X"
  508. close.TextColor3 = Color3.new(1, 0.203922, 0.0470588)
  509. close.TextSize = 20
  510.  
  511. close.MouseButton1Down:connect(function()
  512. MainFrame.Visible = false
  513. end)
  514.  
  515.  
  516.  
  517.  
  518. settings.Name = "settings"
  519. settings.Parent = MainFrame
  520. settings.BackgroundColor3 = Color3.new(1, 1, 1)
  521. settings.BackgroundTransparency = 1
  522. settings.BorderSizePixel = 0
  523. settings.Position = UDim2.new(0.882971942, 0, 0.86510247, 0)
  524. settings.Size = UDim2.new(0, 51, 0, 37)
  525. settings.Image = "rbxassetid://2867632378"
  526.  
  527. settings.MouseButton1Down:connect(function()
  528. MainFrame.Visible = false
  529. SettingsFrame.Visible = true
  530. end)
  531.  
  532.  
  533.  
  534.  
  535. credits.Name = "credits"
  536. credits.Parent = MainFrame
  537. credits.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  538. credits.Position = UDim2.new(0.27616927, 0, 0.817204297, 0)
  539. credits.Size = UDim2.new(0, 200, 0, 50)
  540. credits.Font = Enum.Font.SourceSans
  541. credits.Text = "Credits"
  542. credits.TextColor3 = Color3.new(0, 0, 0)
  543. credits.TextSize = 14
  544.  
  545. credits.MouseButton1Down:connect(function()
  546. MainFrame.Visible = false
  547. CreditsFrame.Visible = true
  548. end)
  549.  
  550.  
  551.  
  552.  
  553. bestglove.Name = "bestglove"
  554. bestglove.Parent = MainFrame
  555. bestglove.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  556. bestglove.Position = UDim2.new(0.0267260596, 0, 0.225806445, 0)
  557. bestglove.Size = UDim2.new(0, 112, 0, 50)
  558. bestglove.Font = Enum.Font.SourceSans
  559. bestglove.Text = "Best Glove"
  560. bestglove.TextColor3 = Color3.new(0, 0, 0)
  561. bestglove.TextSize = 14
  562.  
  563. bestglove.MouseButton1Down:connect(function()
  564. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("INFINITY_GAUNTLET", "GLOVE")
  565. end)
  566.  
  567.  
  568.  
  569.  
  570. allkeys.Name = "allkeys"
  571. allkeys.Parent = MainFrame
  572. allkeys.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  573. allkeys.Position = UDim2.new(0.361652076, 0, 0.225806445, 0)
  574. allkeys.Size = UDim2.new(0, 123, 0, 50)
  575. allkeys.Font = Enum.Font.SourceSans
  576. allkeys.Text = "All Keys"
  577. allkeys.TextColor3 = Color3.new(0, 0, 0)
  578. allkeys.TextSize = 14
  579.  
  580. allkeys.MouseButton1Down:connect(function()
  581. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  582.  
  583. local Arguments = {
  584. [1] = "JEWELRY_STORE_KEY",
  585. [2] = "KEY"
  586. }
  587.  
  588. Remote:InvokeServer(unpack(Arguments))
  589. wait()
  590. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  591.  
  592. local Arguments = {
  593. [1] = "ROBLOX_BANK_KEY",
  594. [2] = "KEY"
  595. }
  596.  
  597. Remote:InvokeServer(unpack(Arguments))
  598. wait()
  599. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  600.  
  601. local Arguments = {
  602. [1] = "CANDY_STORE_KEY",
  603. [2] = "KEY"
  604. }
  605.  
  606. Remote:InvokeServer(unpack(Arguments))
  607. wait()
  608. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  609.  
  610. local Arguments = {
  611. [1] = "BALDIS_SCHOOL_KEY",
  612. [2] = "KEY"
  613. }
  614.  
  615. Remote:InvokeServer(unpack(Arguments))
  616. wait()
  617. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  618.  
  619. local Arguments = {
  620. [1] = "HELLO_NEIGHBOR_KEY",
  621. [2] = "KEY"
  622. }
  623.  
  624. Remote:InvokeServer(unpack(Arguments))
  625. wait()
  626. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  627.  
  628. local Arguments = {
  629. [1] = "CAR_DEALERSHIP_KEY",
  630. [2] = "KEY"
  631. }
  632.  
  633. Remote:InvokeServer(unpack(Arguments))
  634. wait()
  635. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  636.  
  637. local Arguments = {
  638. [1] = "TOY_STORE_KEY",
  639. [2] = "KEY"
  640. }
  641.  
  642. Remote:InvokeServer(unpack(Arguments))
  643. wait()
  644. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  645.  
  646. local Arguments = {
  647. [1] = "PET_STORE_KEY",
  648. [2] = "KEY"
  649. }
  650.  
  651. Remote:InvokeServer(unpack(Arguments))
  652. end)
  653.  
  654.  
  655.  
  656.  
  657. bestback.Name = "bestback"
  658. bestback.Parent = MainFrame
  659. bestback.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  660. bestback.Position = UDim2.new(0.7238307, 0, 0.225806445, 0)
  661. bestback.Size = UDim2.new(0, 124, 0, 50)
  662. bestback.Font = Enum.Font.SourceSans
  663. bestback.Text = "Best Backpack"
  664. bestback.TextColor3 = Color3.new(0, 0, 0)
  665. bestback.TextSize = 14
  666.  
  667. bestback.MouseButton1Down:connect(function()
  668. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("TREASURE_BAG", "BAG")
  669. end)
  670.  
  671.  
  672.  
  673.  
  674. walkspeed.Name = "walkspeed"
  675. walkspeed.Parent = MainFrame
  676. walkspeed.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  677. walkspeed.Position = UDim2.new(0.0267260578, 0, 0.494623661, 0)
  678. walkspeed.Size = UDim2.new(0, 112, 0, 50)
  679. walkspeed.Font = Enum.Font.SourceSans
  680. walkspeed.Text = "Does not work"
  681. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  682. walkspeed.TextSize = 14
  683.  
  684. teleports.Name = "teleports"
  685. teleports.Parent = MainFrame
  686. teleports.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  687. teleports.Position = UDim2.new(0.720226645, 0, 0.494623661, 0)
  688. teleports.Size = UDim2.new(0, 123, 0, 50)
  689. teleports.Font = Enum.Font.SourceSans
  690. teleports.Text = "Teleports(don't use rn)"
  691. teleports.TextColor3 = Color3.new(0, 0, 0)
  692. teleports.TextSize = 14
  693.  
  694. CreditsFrame.Name = "CreditsFrame"
  695. CreditsFrame.Parent = ScreenGui
  696. CreditsFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  697. CreditsFrame.Position = UDim2.new(0.335999995, 0, 0.317999989, 0)
  698. CreditsFrame.Size = UDim2.new(0, 449, 0, 279)
  699. CreditsFrame.Visible = false
  700.  
  701. robberyfucker_2.Name = "robbery fucker"
  702. robberyfucker_2.Parent = CreditsFrame
  703. robberyfucker_2.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  704. robberyfucker_2.Size = UDim2.new(0, 449, 0, 50)
  705. robberyfucker_2.Font = Enum.Font.SourceSans
  706. robberyfucker_2.Text = "Robbery Fucker 2.0"
  707. robberyfucker_2.TextColor3 = Color3.new(0, 0, 0)
  708. robberyfucker_2.TextSize = 14
  709.  
  710. TextLabel.Parent = CreditsFrame
  711. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  712. TextLabel.BackgroundTransparency = 1
  713. TextLabel.Position = UDim2.new(0.262806237, 0, 0.28315413, 0)
  714. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  715. TextLabel.Font = Enum.Font.SourceSans
  716. TextLabel.Text = "Credits to ItzHxS for the scripts"
  717. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  718. TextLabel.TextSize = 14
  719.  
  720. TextLabel_2.Parent = CreditsFrame
  721. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  722. TextLabel_2.BackgroundTransparency = 1
  723. TextLabel_2.Position = UDim2.new(0.262806237, 0, 0.526881695, 0)
  724. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  725. TextLabel_2.Font = Enum.Font.SourceSans
  726. TextLabel_2.Text = "Credits to heccy for making the GUI"
  727. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  728. TextLabel_2.TextSize = 14
  729.  
  730. backtogui.Name = "backtogui"
  731. backtogui.Parent = CreditsFrame
  732. backtogui.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  733. backtogui.Position = UDim2.new(0.275999993, 0, 0.816999972, 0)
  734. backtogui.Size = UDim2.new(0, 200, 0, 50)
  735. backtogui.Font = Enum.Font.SourceSans
  736. backtogui.Text = "Back To GUI"
  737. backtogui.TextColor3 = Color3.new(0, 0, 0)
  738. backtogui.TextSize = 14
  739.  
  740. backtogui.MouseButton1Down:connect(function()
  741. CreditsFrame.Visible = false
  742. MainFrame.Visible = true
  743. end)
  744.  
  745.  
  746.  
  747.  
  748. settings_2.Name = "settings"
  749. settings_2.Parent = CreditsFrame
  750. settings_2.BackgroundColor3 = Color3.new(1, 1, 1)
  751. settings_2.BackgroundTransparency = 1
  752. settings_2.BorderSizePixel = 0
  753. settings_2.Position = UDim2.new(0.882971942, 0, 0.86510247, 0)
  754. settings_2.Size = UDim2.new(0, 51, 0, 37)
  755. settings_2.Image = "rbxassetid://2867632378"
  756.  
  757. settings_2.MouseButton1Down:connect(function()
  758. CreditsFrame.Visible = false
  759. SettingsFrame.Visible = true
  760. end)
  761.  
  762.  
  763.  
  764.  
  765. SettingsFrame.Name = "SettingsFrame"
  766. SettingsFrame.Parent = ScreenGui
  767. SettingsFrame.BackgroundColor3 = Color3.new(0.392157, 0.0235294, 0.341176)
  768. SettingsFrame.Position = UDim2.new(0.335999995, 0, 0.317999989, 0)
  769. SettingsFrame.Size = UDim2.new(0, 449, 0, 279)
  770. SettingsFrame.Visible = false
  771.  
  772. robberyfucker_3.Name = "robbery fucker"
  773. robberyfucker_3.Parent = SettingsFrame
  774. robberyfucker_3.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  775. robberyfucker_3.Size = UDim2.new(0, 449, 0, 50)
  776. robberyfucker_3.Font = Enum.Font.SourceSans
  777. robberyfucker_3.Text = "Robbery Fucker 2.0"
  778. robberyfucker_3.TextColor3 = Color3.new(0, 0, 0)
  779. robberyfucker_3.TextSize = 14
  780.  
  781. rainbow.Name = "rainbow"
  782. rainbow.Parent = SettingsFrame
  783. rainbow.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  784. rainbow.Position = UDim2.new(0.265033394, 0, 0.275985658, 0)
  785. rainbow.Size = UDim2.new(0, 200, 0, 50)
  786. rainbow.Font = Enum.Font.SourceSans
  787. rainbow.Text = "Rainbow: off"
  788. rainbow.TextColor3 = Color3.new(0, 0, 0)
  789. rainbow.TextSize = 14
  790.  
  791. TextLabel_3.Parent = SettingsFrame
  792. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  793. TextLabel_3.BackgroundTransparency = 1
  794. TextLabel_3.Position = UDim2.new(0.244988859, 0, 0.523297489, 0)
  795. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  796. TextLabel_3.Font = Enum.Font.SourceSans
  797. TextLabel_3.Text = "Rainbow is the only feature and it gets its own tab lmao"
  798. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  799. TextLabel_3.TextSize = 14
  800.  
  801. back2.Name = "back2"
  802. back2.Parent = SettingsFrame
  803. back2.BackgroundColor3 = Color3.new(0.901961, 0.196078, 0.862745)
  804. back2.Position = UDim2.new(0.275999993, 0, 0.816999972, 0)
  805. back2.Size = UDim2.new(0, 200, 0, 50)
  806. back2.Font = Enum.Font.SourceSans
  807. back2.Text = "Back to main gui"
  808. back2.TextColor3 = Color3.new(0, 0, 0)
  809. back2.TextSize = 14
  810.  
  811. back2.MouseButton1Down:connect(function()
  812. SettingsFrame.Visible = false
  813. MainFrame.Visible = true
  814. end)
  815.  
  816.  
  817.  
  818.  
  819. open.Name = "open"
  820. open.Parent = ScreenGui
  821. open.BackgroundColor3 = Color3.new(0.00392157, 0.784314, 0.784314)
  822. open.Position = UDim2.new(0, 0, 0.873533249, 0)
  823. open.Size = UDim2.new(0, 200, 0, 50)
  824. open.Font = Enum.Font.SourceSans
  825. open.Text = "Open"
  826. open.TextColor3 = Color3.new(0, 0, 0)
  827. open.TextSize = 14
  828.  
  829.  
  830.  
  831.  
  832. open.MouseButton1Down:connect(function()
  833. MainFrame.Visible = true
  834. end)
  835.  
  836.  
  837.  
  838.  
  839. rainbow.MouseButton1Down:connect(function()
  840. RainbowEnabled = not RainbowEnabled
  841. if RainbowEnabled then
  842. rainbow.Text = "Rainbow: On"
  843. else
  844. rainbow.Text = "Rainbow: Off"
  845. end
  846. end)
  847.  
  848.  
  849.  
  850.  
  851. local RainbowEnabled = false
  852. local rs = game:GetService("RunService")
  853. local RRAAIINNBBOOWWSS = {}
  854. local function rainbowify(obj, prop)
  855. if type(obj) == "table" then
  856. for i, v in pairs(obj) do
  857. rainbowify(v, prop)
  858. end
  859. elseif type(prop) == "table" then
  860. for i, v in pairs(prop) do
  861. rainbowify(obj, v)
  862. end
  863. else
  864. local ok, o = pcall(function()
  865. return obj[prop]
  866. end)
  867. if ok then
  868. table.insert(RRAAIINNBBOOWWSS, function(c)
  869. if c then
  870. obj[prop] = c
  871. else
  872. obj[prop] = o
  873. end
  874. end)
  875. end
  876. end
  877. end
  878. do
  879. local reset = true
  880. rs.RenderStepped:connect(function()
  881. if RainbowEnabled then
  882. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  883. for i = 1, #RRAAIINNBBOOWWSS do
  884. pcall(RRAAIINNBBOOWWSS[i], c)
  885. end
  886. reset = true
  887. elseif reset then
  888. for i = 1, #RRAAIINNBBOOWWSS do
  889. pcall(RRAAIINNBBOOWWSS[i], false)
  890. end
  891. reset = false
  892. end
  893. end)
  894. end
  895. rainbowify({
  896. SettingsFrame,
  897. back2,
  898. rainbow,
  899. TextLabel_2,
  900. robberyfucker_3,
  901. }
  902. , {"BackgroundColor3",})
  903. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement