Roblox Extreme Sprinting Simulator Script

  1. Sprinting Simulator 2 Codes

Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Sprinting simulator 2 codes
Nov 23rd, 2018
Never
Sprinting
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --Subscribe To Christian Legarda
  2. -- V3rm Link: https://v3rmillion.net/showthread.php?tid=707142&highlight=Bubble+Gum+Simulator
  3. local BubbleGumSimulator = Instance.new('ScreenGui')
  4. local Heading = Instance.new('TextLabel')
  5. local CashStack = Instance.new('TextButton')
  6. local Gem = Instance.new('TextButton')
  7. local GemBox = Instance.new('TextButton')
  8. local WoodChest = Instance.new('TextButton')
  9. local DoubleAutoSell = Instance.new('TextButton')
  10. local Close = Instance.new('TextButton')
  11. local UnlockAllPortals = Instance.new('TextButton')
  12. local Open = Instance.new('TextButton')
  13. BubbleGumSimulator.Name = 'Bubble Gum Simulator'
  14. BubbleGumSimulator.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  15. Main.Parent = BubbleGumSimulator
  16. Main.Position = UDim2.new(0,-600,0,266)
  17. Main.Visible = false
  18. Main.Visible = true
  19. Heading.Parent = Main
  20. Heading.Size = UDim2.new(0, 400, 0, 50)
  21. Heading.Text = 'Bubble Gum Simulator'
  22. Heading.TextScaled = true
  23. Heading.TextWrapped = true
  24. local coins = false
  25. Coins.Name = 'Coins'
  26. Coins.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Coins.Size = UDim2.new(0, 150, 0, 50)
  28. Coins.Text = ' Coins : OFF'
  29. Coins.TextSize = 14
  30. if not coins then
  31. coins = true
  32. for i,v in pairs (game.workspace.Pickups.Coin:GetChildren()) do
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  34. wait()
  35. else
  36. coins = false
  37. end)
  38. local cash = false
  39. CashStack.Name = 'Cash Stack'
  40. CashStack.BackgroundColor3 = Color3.new(0, 0, 0)
  41. CashStack.Position = UDim2.new(0.666666687, 0, 0.588999987, 0)
  42. CashStack.Font = Enum.Font.SourceSans
  43. CashStack.TextColor3 = Color3.new(1, 1, 1)
  44. CashStack.MouseButton1Down:connect(function()
  45. CashStack.Text = 'Cash Stack : ON'
  46. repeat
  47. for i,v in pairs (game.workspace.Pickups['Cash Stack']:GetChildren()) do
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  49. wait()
  50. else
  51. cash = false
  52. end)
  53. local money = false
  54. MoneyBag.Name = 'Money Bag'
  55. MoneyBag.BackgroundColor3 = Color3.new(0, 0, 0)
  56. MoneyBag.Position = UDim2.new(0.666666687, 0, 0.197999999, 0)
  57. MoneyBag.Font = Enum.Font.SourceSans
  58. MoneyBag.TextColor3 = Color3.new(1, 1, 1)
  59. MoneyBag.MouseButton1Down:connect(function()
  60. MoneyBag.Text = 'Money Bag : ON'
  61. repeat
  62. for i,v in pairs (game.workspace.Pickups['Money Bag']:GetChildren()) do
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  64. wait()
  65. else
  66. money = false
  67. end)
  68. local gem = false
  69. Gem.Name = 'Gem'
  70. Gem.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Gem.Position = UDim2.new(0.666666687, 0, 0.400000006, 0)
  72. Gem.Font = Enum.Font.SourceSans
  73. Gem.TextColor3 = Color3.new(1, 1, 1)
  74. Gem.MouseButton1Down:connect(function()
  75. Gem.Text = 'Gem : ON'
  76. repeat
  77. for i,v in pairs (game.workspace.Pickups.Gem:GetChildren()) do
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  79. wait()
  80. else
  81. gem = false
  82. end)
  83. local sgem = false
  84. SmallGemChest.Name = 'Small Gem Chest'
  85. SmallGemChest.BackgroundColor3 = Color3.new(0, 0, 0)
  86. SmallGemChest.Position = UDim2.new(0.333333343, 0, 0.590000033, 0)
  87. SmallGemChest.Font = Enum.Font.SourceSans
  88. SmallGemChest.TextColor3 = Color3.new(1, 1, 1)
  89. SmallGemChest.MouseButton1Down:connect(function()
  90. SmallGemChest.Text = 'Small Gem Chest : ON'
  91. repeat
  92. for i,v in pairs (game.workspace.Pickups['Small Gem Chest']:GetChildren()) do
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  94. wait()
  95. else
  96. sgem = false
  97. end)
  98. local gemb = false
  99. GemBox.Name = 'Gem Box'
  100. GemBox.BackgroundColor3 = Color3.new(0, 0, 0)
  101. GemBox.Position = UDim2.new(0.333333343, 0, 0.395999998, 0)
  102. GemBox.Font = Enum.Font.SourceSans
  103. GemBox.TextColor3 = Color3.new(1, 1, 1)
  104. GemBox.MouseButton1Down:connect(function()
  105. GemBox.Text = 'Gem Box : ON'
  106. repeat
  107. for i,v in pairs (game.workspace.Pickups['Gem Box']:GetChildren()) do
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  109. wait()
  110. else
  111. gemb = false
  112. end)
  113. local sgem = false
  114. GemSafe.Name = 'Gem Safe'
  115. GemSafe.BackgroundColor3 = Color3.new(0, 0, 0)
  116. GemSafe.Position = UDim2.new(0.333333373, 0, 0.198000029, 0)
  117. GemSafe.Font = Enum.Font.SourceSans
  118. GemSafe.TextColor3 = Color3.new(1, 1, 1)
  119. GemSafe.MouseButton1Down:connect(function()
  120. GemSafe.Text = 'Gem Safe : ON'
  121. repeat
  122. for i,v in pairs (game.workspace.Pickups['Gem Safe']:GetChildren()) do
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  124. wait()
  125. else
  126. sgem = false
  127. end)
  128. local wc = false
  129. WoodChest.Name = 'Wood Chest'
  130. WoodChest.BackgroundColor3 = Color3.new(0, 0, 0)
  131. WoodChest.Position = UDim2.new(0, 0, 0.400000006, 0)
  132. WoodChest.Font = Enum.Font.SourceSans
  133. WoodChest.TextColor3 = Color3.new(1, 1, 1)
  134. WoodChest.MouseButton1Down:connect(function()
  135. WoodChest.Text = 'Wood Chest : ON'
  136. repeat
  137. for i,v in pairs (game.workspace.Pickups['Wood Chest']:GetChildren()) do
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  139. wait()
  140. else
  141. wc = false
  142. end)
  143. local sc = false
  144. local twosell = false
  145. DoubleAutoSell.Name = 'Double AutoSell'
  146. DoubleAutoSell.BackgroundColor3 = Color3.new(0, 0, 0)
  147. DoubleAutoSell.Position = UDim2.new(0, 0, 0.797999978, 0)
  148. DoubleAutoSell.Font = Enum.Font.SourceSans
  149. DoubleAutoSell.TextColor3 = Color3.new(1, 1, 1)
  150. DoubleAutoSell.MouseButton1Down:connect(function()
  151. DoubleAutoSell.Text = 'Double Auto Sell : ON'
  152. repeat
  153. game.workspace.Activations.TwilightSell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  154. until twosell false
  155. DoubleAutoSell.Text = 'Double Auto Sell : OFF'
  156. end
  157. SilverChest.Parent = Main
  158. SilverChest.BackgroundColor3 = Color3.new(0, 0, 0)
  159. SilverChest.Position = UDim2.new(0, 0, 0.593999982, 0)
  160. SilverChest.Font = Enum.Font.SourceSans
  161. SilverChest.TextColor3 = Color3.new(1, 1, 1)
  162. SilverChest.MouseButton1Down:connect(function()
  163. SilverChest.Text = 'Silver Chest : ON'
  164. repeat
  165. for i,v in pairs (game.workspace.Pickups['Silver Chest']:GetChildren()) do
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  167. wait()
  168. else
  169. sc = false
  170. end)
  171. Close.Name = 'Close'
  172. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  173. Close.Size = UDim2.new(0, 50, 0, 49)
  174. Close.Text = 'X'
  175. Close.TextSize = 14
  176. Frame.Visible = true
  177. Main:TweenPosition(UDim2.new(0,-600,0,266), 'Out', 'Quad', 1)
  178. AutoSell.Parent = Main
  179. AutoSell.Position = UDim2.new(0.333333343, 0, 0.797999978, 0)
  180. AutoSell.Font = Enum.Font.SourceSans
  181. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  182. AutoSell.MouseButton1Down:connect(function()
  183. AutoSell.Text = 'Auto Sell : ON'
  184. repeat
  185. game.workspace.Activations.Sell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  186. until sell false
  187. AutoSell.Text = 'Auto Sell : OFF'
  188. end
  189. UnlockAllPortals.Parent = Main
  190. UnlockAllPortals.BackgroundColor3 = Color3.new(0, 0, 0)
  191. UnlockAllPortals.Position = UDim2.new(0.666666687, 0, 0.797999978, 0)
  192. UnlockAllPortals.Font = Enum.Font.SourceSans
  193. UnlockAllPortals.TextColor3 = Color3.new(1, 1, 1)
  194. UnlockAllPortals.MouseButton1Down:connect(function()
  195. for _,FloatingIsland in pairs (workspace.FloatingIslands:GetChildren()) do
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(FloatingIsland.Collision.Position)
  197. end)
  198. Frame.Parent = BubbleGumSimulator
  199. Frame.Position = UDim2.new(0.926620662, 0, 0.47410357, 0)
  200. Open.Parent = Frame
  201. Open.Size = UDim2.new(0, 100, 0, 25)
  202. Open.Text = 'Open'
  203. Open.TextSize = 14
  204. Main:TweenPosition(UDim2.new(0.336689293, 0, 0.300390422, 0), 'In', 'Quad', 1)
  205. end)

Sprinting Simulator 2 Codes