Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. -- Press Q To Open And Close The GUI
  2. -- Made By xXvanquisherXx on YT
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local GamePasses = Instance.new("TextButton")
  7. local HauntedManor = Instance.new("TextButton")
  8. local InfiniteMoney = Instance.new("TextButton")
  9. local SchoolBus = Instance.new("TextButton")
  10. local CopCar = Instance.new("TextButton")
  11. local Sleigher = Instance.new("TextButton")
  12. local Title = Instance.new("TextLabel")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Active = true
  18. Frame.Draggable = true
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  22. Frame.Position = UDim2.new(0.626911342, 0, 0.0242290758, 0)
  23. Frame.Size = UDim2.new(0, 346, 0, 231)
  24.  
  25. GamePasses.Name = "Game Passes"
  26. GamePasses.Parent = Frame
  27. GamePasses.BackgroundColor3 = Color3.new(0, 0, 0)
  28. GamePasses.BorderColor3 = Color3.new(1, 0, 0)
  29. GamePasses.Position = UDim2.new(0, 0, 0.212121218, 0)
  30. GamePasses.Size = UDim2.new(0, 102, 0, 50)
  31. GamePasses.Font = Enum.Font.Cartoon
  32. GamePasses.Text = "Game Passes"
  33. GamePasses.TextColor3 = Color3.new(1, 0, 0)
  34. GamePasses.TextScaled = true
  35. GamePasses.TextSize = 14
  36. GamePasses.TextWrapped = true
  37. GamePasses.MouseButton1Down:connect(function()
  38. local plr = game.Players.LocalPlayer
  39. local gui = plr.PlayerGui
  40. local gamevalue = gui.GameValues
  41. local maingui = gui.Main
  42. gamevalue.OwnsCustomizeTool.Value = true
  43. local plr = game.Players.LocalPlayer
  44. local gui = plr.PlayerGui
  45. local gamevalue = gui.GameValues
  46. local maingui = gui.Main
  47. gamevalue.OwnsCatalogAccess.Value = true
  48. local plr = game.Players.LocalPlayer
  49. local gui = plr.PlayerGui
  50. local gamevalue = gui.GameValues
  51. local maingui = gui.Main
  52. maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
  53. game.Players.LocalPlayer.PlayerGui.GameValues.Perk1.Value = 1
  54. game.Players.LocalPlayer.PlayerGui.GameValues.Perk2.Value = 1
  55. game.Players.LocalPlayer.PlayerGui.GameValues.Perk3.Value = 1
  56. end)
  57.  
  58. HauntedManor.Name = "Haunted Manor"
  59. HauntedManor.Parent = Frame
  60. HauntedManor.BackgroundColor3 = Color3.new(0, 0, 0)
  61. HauntedManor.BorderColor3 = Color3.new(1, 0, 0)
  62. HauntedManor.Position = UDim2.new(0.696531773, 0, 0.212121218, 0)
  63. HauntedManor.Size = UDim2.new(0, 102, 0, 50)
  64. HauntedManor.Font = Enum.Font.Cartoon
  65. HauntedManor.Text = "Haunted Manor"
  66. HauntedManor.TextColor3 = Color3.new(1, 0, 0)
  67. HauntedManor.TextScaled = true
  68. HauntedManor.TextSize = 14
  69. HauntedManor.TextWrapped = true
  70. HauntedManor.MouseButton1Down:connect(function()
  71. local BPShop = player.PlayerGui.Main.Shop.BlueprintsShop
  72. local BPShop2 = player.PlayerGui.Main.Shop.BlueprintsShop
  73.  
  74. BPShop["Haunted Manor"].Visible = true
  75. BPShop["Haunted Manor"].Lock:Destroy()
  76. BPShop["Haunted Manor"].ShopBlueprintSelect:Destroy()
  77.  
  78. local original = BPShop2["Modern Bungalow"].ShopBlueprintSelect
  79. local clone = original:clone()
  80. clone.Parent = BPShop["Haunted Manor"]
  81.  
  82. end)
  83.  
  84. InfiniteMoney.Name = "Infinite Money"
  85. InfiniteMoney.Parent = Frame
  86. InfiniteMoney.BackgroundColor3 = Color3.new(0, 0, 0)
  87. InfiniteMoney.BorderColor3 = Color3.new(1, 0, 0)
  88. InfiniteMoney.Position = UDim2.new(0.352601171, 0, 0.212121218, 0)
  89. InfiniteMoney.Size = UDim2.new(0, 102, 0, 50)
  90. InfiniteMoney.Font = Enum.Font.Cartoon
  91. InfiniteMoney.Text = "Infinite Money"
  92. InfiniteMoney.TextColor3 = Color3.new(1, 0, 0)
  93. InfiniteMoney.TextScaled = true
  94. InfiniteMoney.TextSize = 14
  95. InfiniteMoney.TextWrapped = true
  96. InfiniteMoney.MouseButton1Down:connect(function()
  97. game.Players.LocalPlayer.ChangeMoney:Fire(200000000000)
  98. end)
  99.  
  100. SchoolBus.Name = "School Bus"
  101. SchoolBus.Parent = Frame
  102. SchoolBus.BackgroundColor3 = Color3.new(0, 0, 0)
  103. SchoolBus.BorderColor3 = Color3.new(1, 0, 0)
  104. SchoolBus.Position = UDim2.new(0.696531773, 0, 0.606060624, 0)
  105. SchoolBus.Size = UDim2.new(0, 102, 0, 50)
  106. SchoolBus.Font = Enum.Font.Cartoon
  107. SchoolBus.Text = "School Bus"
  108. SchoolBus.TextColor3 = Color3.new(1, 0, 0)
  109. SchoolBus.TextScaled = true
  110. SchoolBus.TextSize = 14
  111. SchoolBus.TextWrapped = true
  112. SchoolBus.MouseButton1Down:connect(function()
  113. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  114.  
  115. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Schoolbus"
  116. end)
  117.  
  118. CopCar.Name = "Cop Car"
  119. CopCar.Parent = Frame
  120. CopCar.BackgroundColor3 = Color3.new(0, 0, 0)
  121. CopCar.BorderColor3 = Color3.new(1, 0, 0)
  122. CopCar.Position = UDim2.new(0.352601171, 0, 0.606060624, 0)
  123. CopCar.Size = UDim2.new(0, 102, 0, 50)
  124. CopCar.Font = Enum.Font.Cartoon
  125. CopCar.Text = "Cop Car"
  126. CopCar.TextColor3 = Color3.new(1, 0, 0)
  127. CopCar.TextScaled = true
  128. CopCar.TextSize = 14
  129. CopCar.TextWrapped = true
  130. CopCar.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  132.  
  133. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Police Intrepid"
  134. end)
  135.  
  136. Sleigher.Name = "Sleigher"
  137. Sleigher.Parent = Frame
  138. Sleigher.BackgroundColor3 = Color3.new(0, 0, 0)
  139. Sleigher.BorderColor3 = Color3.new(1, 0, 0)
  140. Sleigher.Position = UDim2.new(0, 0, 0.606060624, 0)
  141. Sleigher.Size = UDim2.new(0, 102, 0, 50)
  142. Sleigher.Font = Enum.Font.Cartoon
  143. Sleigher.Text = "Sleigher"
  144. Sleigher.TextColor3 = Color3.new(1, 0, 0)
  145. Sleigher.TextScaled = true
  146. Sleigher.TextSize = 14
  147. Sleigher.TextWrapped = true
  148. Sleigher.MouseButton1Down:connect(function()
  149. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  150.  
  151. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
  152. end)
  153.  
  154. Title.Name = "Title"
  155. Title.Parent = Frame
  156. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  157. Title.BorderColor3 = Color3.new(0, 0, 0)
  158. Title.Size = UDim2.new(0, 346, 0, 36)
  159. Title.Font = Enum.Font.SciFi
  160. Title.Text = "Ro-Shit"
  161. Title.TextColor3 = Color3.new(1, 0, 0)
  162. Title.TextScaled = true
  163. Title.TextSize = 14
  164. Title.TextWrapped = true
  165. local UIS = game:GetService("UserInputService")
  166. UIS.InputBegan:Connect(function(Input,Chat)
  167. if Chat then return end
  168. if Input.KeyCode == Enum.KeyCode.Q then
  169. Frame.Visible = not Frame.Visible
  170. end
  171. end)
  172. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement