Sun_Wukong

Robbery Simulator Script

Apr 3rd, 2021 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. -- [Robbery Simulator]
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local CreditsFrame = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local MainGui = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local MainFrame = Instance.new("Frame")
  12. local Title_2 = Instance.new("TextLabel")
  13. local credits = Instance.new("TextButton")
  14. local bestglove = Instance.new("TextButton")
  15. local bestbag = Instance.new("TextButton")
  16. local allkeys = Instance.new("TextButton")
  17. local close = Instance.new("TextButton")
  18. local open = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. CreditsFrame.Name = "CreditsFrame"
  24. CreditsFrame.Parent = ScreenGui
  25. CreditsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. CreditsFrame.BackgroundTransparency = 0.10000000149012
  27. CreditsFrame.BorderColor3 = Color3.new(0, 0, 0)
  28. CreditsFrame.BorderSizePixel = 0
  29. CreditsFrame.Position = UDim2.new(0.31941396, 0, 0.134289429, 0)
  30. CreditsFrame.Size = UDim2.new(0, 464, 0, 323)
  31. CreditsFrame.Visible = false
  32.  
  33. Title.Name = "Title"
  34. Title.Parent = CreditsFrame
  35. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. Title.BackgroundTransparency = 0.34000000357628
  37. Title.BorderSizePixel = 0
  38. Title.Size = UDim2.new(0, 464, 0, 50)
  39. Title.Font = Enum.Font.SourceSans
  40. Title.Text = "Robbery Fucker 1.0"
  41. Title.TextColor3 = Color3.new(0.0745098, 0.0901961, 1)
  42. Title.TextSize = 14
  43.  
  44. MainGui.Name = "MainGui"
  45. MainGui.Parent = CreditsFrame
  46. MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
  47. MainGui.BackgroundTransparency = 1
  48. MainGui.Position = UDim2.new(0.00215517241, 0, 0.845201254, 0)
  49. MainGui.Size = UDim2.new(0, 122, 0, 50)
  50. MainGui.Font = Enum.Font.SourceSans
  51. MainGui.Text = "Main GUI"
  52. MainGui.TextColor3 = Color3.new(0.992157, 0, 0.129412)
  53. MainGui.TextSize = 14
  54.  
  55. MainGui.MouseButton1Down:connect(function()
  56.     CreditsFrame.Visible = false
  57.     MainFrame.Visible = true
  58. end)
  59.  
  60.  
  61.  
  62.  
  63. TextLabel.Parent = CreditsFrame
  64. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextLabel.BackgroundTransparency = 1
  66. TextLabel.Position = UDim2.new(0.303879321, 0, 0.278637767, 0)
  67. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  68. TextLabel.Font = Enum.Font.SourceSans
  69. TextLabel.Text = "Credits to ItzHxS(v3rm) for the scripts"
  70. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  71. TextLabel.TextSize = 14
  72.  
  73. TextLabel_2.Parent = CreditsFrame
  74. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextLabel_2.BackgroundTransparency = 1
  76. TextLabel_2.Position = UDim2.new(0.303879321, 0, 0.421052635, 0)
  77. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  78. TextLabel_2.Font = Enum.Font.SourceSans
  79. TextLabel_2.Text = "Credits to heccy(v3rm) for making the ugly as GUI"
  80. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  81. TextLabel_2.TextSize = 14
  82.  
  83. MainFrame.Name = "MainFrame"
  84. MainFrame.Parent = ScreenGui
  85. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. MainFrame.BackgroundTransparency = 0.10000000149012
  87. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  88. MainFrame.Position = UDim2.new(0.320146501, 0, 0.134289443, 0)
  89. MainFrame.Size = UDim2.new(0, 464, 0, 323)
  90. MainFrame.Visible = false
  91.  
  92. Title_2.Name = "Title"
  93. Title_2.Parent = MainFrame
  94. Title_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. Title_2.BackgroundTransparency = 0.34000000357628
  96. Title_2.BorderSizePixel = 0
  97. Title_2.Size = UDim2.new(0, 464, 0, 50)
  98. Title_2.Font = Enum.Font.SourceSans
  99. Title_2.Text = "Robbery Fucker 1.0"
  100. Title_2.TextColor3 = Color3.new(0.0745098, 0.0901961, 1)
  101. Title_2.TextSize = 14
  102.  
  103. credits.Name = "credits"
  104. credits.Parent = MainFrame
  105. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  106. credits.BackgroundTransparency = 1
  107. credits.Position = UDim2.new(0.696747601, 0, 0.845201254, 0)
  108. credits.Size = UDim2.new(0, 142, 0, 50)
  109. credits.Font = Enum.Font.SourceSans
  110. credits.Text = "Credits"
  111. credits.TextColor3 = Color3.new(0.992157, 0, 0.129412)
  112. credits.TextSize = 14
  113.  
  114. credits.MouseButton1Down:connect(function()
  115.     MainFrame.Visible = false
  116.     CreditsFrame.Visible = true
  117. end)
  118.  
  119.  
  120.  
  121.  
  122. bestglove.Name = "bestglove"
  123. bestglove.Parent = MainFrame
  124. bestglove.BackgroundColor3 = Color3.new(1, 1, 1)
  125. bestglove.BackgroundTransparency = 1
  126. bestglove.Position = UDim2.new(0.284482747, 0, 0.421052635, 0)
  127. bestglove.Size = UDim2.new(0, 200, 0, 50)
  128. bestglove.Font = Enum.Font.SourceSans
  129. bestglove.Text = "Get Best Glove"
  130. bestglove.TextColor3 = Color3.new(1, 0.180392, 0.933333)
  131. bestglove.TextSize = 14
  132.  
  133. bestglove.MouseButton1Down:connect(function()
  134.     game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("INFINITY_GAUNTLET", "GLOVE")
  135. end)
  136.  
  137.  
  138.  
  139.  
  140. bestbag.Name = "bestbag"
  141. bestbag.Parent = MainFrame
  142. bestbag.BackgroundColor3 = Color3.new(1, 1, 1)
  143. bestbag.BackgroundTransparency = 1
  144. bestbag.Position = UDim2.new(0.284482747, 0, 0.575851381, 0)
  145. bestbag.Size = UDim2.new(0, 200, 0, 50)
  146. bestbag.Font = Enum.Font.SourceSans
  147. bestbag.Text = "Get Best Bag"
  148. bestbag.TextColor3 = Color3.new(1, 0.180392, 0.933333)
  149. bestbag.TextSize = 14
  150.  
  151. bestbag.MouseButton1Down:connect(function()
  152.     game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("TREASURE_BAG", "BAG")
  153. end)
  154.  
  155.  
  156.  
  157.  
  158. allkeys.Name = "allkeys"
  159. allkeys.Parent = MainFrame
  160. allkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  161. allkeys.BackgroundTransparency = 1
  162. allkeys.Position = UDim2.new(0.284482747, 0, 0.207430333, 0)
  163. allkeys.Size = UDim2.new(0, 200, 0, 50)
  164. allkeys.Font = Enum.Font.SourceSans
  165. allkeys.Text = "Get All Keys"
  166. allkeys.TextColor3 = Color3.new(1, 0.180392, 0.933333)
  167. allkeys.TextSize = 14
  168.  
  169. allkeys.MouseButton1Down:connect(function()
  170.     local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  171.  
  172. local Arguments = {
  173.         [1] = "JEWELRY_STORE_KEY",
  174.         [2] = "KEY"
  175. }
  176.  
  177. Remote:InvokeServer(unpack(Arguments))
  178. wait()
  179. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  180.  
  181. local Arguments = {
  182.         [1] = "CANDY_STORE_KEY",
  183.         [2] = "KEY"
  184. }
  185.  
  186. Remote:InvokeServer(unpack(Arguments))
  187. wait()
  188. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  189.  
  190. local Arguments = {
  191.         [1] = "BALDIS_SCHOOL_KEY",
  192.         [2] = "KEY"
  193. }
  194.  
  195. Remote:InvokeServer(unpack(Arguments))
  196. wait()
  197. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  198.  
  199. local Arguments = {
  200.         [1] = "HELLO_NEIGHBOR_KEY",
  201.         [2] = "KEY"
  202. }
  203.  
  204. Remote:InvokeServer(unpack(Arguments))
  205. wait()
  206. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  207.  
  208. local Arguments = {
  209.         [1] = "CAR_DEALERSHIP_KEY",
  210.         [2] = "KEY"
  211. }
  212.  
  213. Remote:InvokeServer(unpack(Arguments))
  214. wait()
  215. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  216.  
  217. local Arguments = {
  218.         [1] = "TOY_STORE_KEY",
  219.         [2] = "KEY"
  220. }
  221.  
  222. Remote:InvokeServer(unpack(Arguments))
  223. wait()
  224. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  225.  
  226. local Arguments = {
  227.         [1] = "PET_STORE_KEY",
  228.         [2] = "KEY"
  229. }
  230.  
  231. Remote:InvokeServer(unpack(Arguments))
  232. end)
  233. wait()
  234. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  235.  
  236. local Arguments = {
  237.         [1] = "ROBLOX_BANK_KEY",
  238.         [2] = "KEY"
  239. }
  240.  
  241. Remote:InvokeServer(unpack(Arguments))
  242. wait()
  243. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.UserService['AddInventoryItem']
  244.  
  245. local Arguments = {
  246.         [1] = "SPONGEBOBS_HOUSE_KEY",
  247.         [2] = "KEY"
  248. }
  249.  
  250. Remote:InvokeServer(unpack(Arguments))
  251.  
  252. close.Name = "close"
  253. close.Parent = MainFrame
  254. close.BackgroundColor3 = Color3.new(1, 1, 1)
  255. close.BackgroundTransparency = 1
  256. close.Position = UDim2.new(0.90975678, 0, 0, 0)
  257. close.Size = UDim2.new(0, 43, 0, 34)
  258. close.Font = Enum.Font.SourceSans
  259. close.Text = "X"
  260. close.TextColor3 = Color3.new(0.972549, 0.0196078, 0.0196078)
  261. close.TextSize = 20
  262.  
  263. close.MouseButton1Down:connect(function()
  264.     MainFrame.Visible = false
  265. end)
  266.  
  267.  
  268.  
  269.  
  270. open.Name = "open"
  271. open.Parent = ScreenGui
  272. open.BackgroundColor3 = Color3.new(1, 1, 0)
  273. open.Position = UDim2.new(0, 0, 0.876140833, 0)
  274. open.Size = UDim2.new(0, 200, 0, 50)
  275. open.Font = Enum.Font.SourceSans
  276. open.Text = "Open GUI"
  277. open.TextColor3 = Color3.new(0, 0, 0)
  278. open.TextSize = 14
  279.  
  280. open.MouseButton1Down:connect(function()
  281.     MainFrame.Visible = true
  282. end)
  283.  
  284.  
  285.  
  286. -- Scripts:
  287. function SCRIPT_MXKQ89_FAKESCRIPT() -- open.LocalScript
  288.     local script = Instance.new('LocalScript')
  289.     script.Parent = open
  290.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  291.    
  292.     counter = 0
  293.    
  294.     while wait(0.1) do
  295.         script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  296.         counter = counter + 0.01
  297.     end
  298.  
  299. end
  300. coroutine.resume(coroutine.create(SCRIPT_MXKQ89_FAKESCRIPT))
Add Comment
Please, Sign In to add comment