Speed Simulator 2 Canyn Roblox

Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of players across an infinite variety of immersive, user-generated 3D worlds.

Roblox
Aug 28th, 2018
Never
SimulatorRoblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local BoxingSimulatorGUI = Instance.new('ScreenGui')
  2. local Title = Instance.new('TextLabel')
  3. local Unlock = Instance.new('TextButton')
  4. local Kill = Instance.new('TextButton')
  5. local Btools = Instance.new('TextButton')
  6. local OpenClose = Instance.new('TextButton')
  7. -- Properties
  8. BoxingSimulatorGUI.Name ='BoxingSimulatorGUI'
  9. Base.Parent = BoxingSimulatorGUI
  10. Base.BackgroundColor3 = Color3.new(0.27451,0.627451,1)
  11. Base.BorderColor3 = Color3.new(0.188235,0.309804,0.584314)
  12. Base.Position = UDim2.new(0.300000012,0,0.224000007,0)
  13. Base.Visible =false
  14. Title.Name ='Title'
  15. Title.BackgroundColor3 = Color3.new(0.298039,0.498039,0.921569)
  16. Title.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  17. Title.Size = UDim2.new(0,228,0,47)
  18. Title.Text ='Boxing Simulator'
  19. Title.TextColor3 = Color3.new(0.32549,0.772549,0.0823529)
  20. Title.TextSize =14
  21. Value.Parent = Base
  22. Value.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  23. Value.Position = UDim2.new(0.197368428,0,0.302158266,0)
  24. Value.Font = Enum.Font.SourceSans
  25. Value.TextColor3 = Color3.new(0,0,0)
  26. Unlock.Parent = Base
  27. Unlock.BackgroundColor3 = Color3.new(0.321569,0.545098,0.992157)
  28. Unlock.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  29. Unlock.Position = UDim2.new(0.101000004,0,0.690398097,0)
  30. Unlock.Font = Enum.Font.SciFi
  31. Unlock.TextColor3 = Color3.new(0.219608,0.729412,0.129412)
  32. Unlock.TextWrapped =true
  33. KillAll.Name ='KillAll'
  34. KillAll.BackgroundColor3 = Color3.new(0.321569,0.545098,0.992157)
  35. KillAll.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  36. KillAll.Position = UDim2.new(0.101000004,0,0.42899999,0)
  37. KillAll.Font = Enum.Font.SciFi
  38. KillAll.TextColor3 = Color3.new(0.219608,0.729412,0.129412)
  39. KillAll.TextWrapped =true
  40. Kill.Name ='Kill'
  41. Kill.BackgroundColor3 = Color3.new(0.321569,0.545098,0.992157)
  42. Kill.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  43. Kill.Position = UDim2.new(0.100877196,0,0.561151087,0)
  44. Kill.Font = Enum.Font.SciFi
  45. Kill.TextColor3 = Color3.new(0.219608,0.729412,0.129412)
  46. Kill.TextSize =24
  47. WalkSpeed.Parent = Base
  48. WalkSpeed.BackgroundColor3 = Color3.new(0.321569,0.545098,0.992157)
  49. WalkSpeed.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  50. WalkSpeed.Position = UDim2.new(0.521929801,0,0.561151087,0)
  51. WalkSpeed.Font = Enum.Font.SciFi
  52. WalkSpeed.TextColor3 = Color3.new(0.219608,0.729412,0.129412)
  53. WalkSpeed.TextSize =24
  54. Btools.Parent = Base
  55. Btools.BackgroundColor3 = Color3.new(0.321569,0.545098,0.992157)
  56. Btools.BorderColor3 = Color3.new(0.188235,0.309804,0.580392)
  57. Btools.Position = UDim2.new(0.101000004,0,0.822203875,0)
  58. Btools.Font = Enum.Font.SciFi
  59. Btools.TextColor3 = Color3.new(0.219608,0.729412,0.129412)
  60. Btools.TextWrapped =true
  61. credits.Name ='credits'
  62. credits.BackgroundColor3 = Color3.new(1,1,1)
  63. credits.Position = UDim2.new(0,0,0.16546762,0)
  64. credits.Font = Enum.Font.SciFi
  65. credits.TextColor3 = Color3.new(0,0,0)
  66. credits.TextWrapped =true
  67. OpenClose.Name ='OpenClose'
  68. OpenClose.BackgroundColor3 = Color3.new(0.298039,0.498039,0.921569)
  69. OpenClose.BorderColor3 = Color3.new(0.164706,0.270588,0.509804)
  70. OpenClose.Position = UDim2.new(0.321428567,0,0.0983606577,0)
  71. OpenClose.Font = Enum.Font.SciFi
  72. OpenClose.TextColor3 = Color3.new(0.32549,0.772549,0.0823529)
  73. OpenClose.TextSize =14
  74. Base.Draggable =true
  75. local open =false
  76. OpenClose.MouseButton1Click:connect(function(click)
  77. Base.Visible =true
  78. elseif OpenClose.Text 'Close'then
  79. OpenClose.Text ='Open'
  80. end)
  81. Btools.MouseButton1Click:connect(function()
  82. local HopperBin = Instance.new('HopperBin', game.Players.LocalPlayer.Backpack)
  83. end
  84. local children = game.Players:GetChildren()
  85. local LocalUser = game.Players.LocalPlayer
  86. if(children[i].Name ~= NAME)then
  87. game.ReplicatedStorage.Remotes.Human_Punch:FireServer(LocalUser.Character.LeftHand,'LeftPunch', children[i].Character.LeftHand,5,true,'RightPunch', LocalUser.Character.Boxing.Handle.Hit,5)
  88. end
  89. end)
  90. Unlock.MouseButton1Click:connect(function()
  91. local Kagume ={'Wanwood','Black Iron','Rainbow','Adurite','Wamen','Trump','Spongebob','Cartoon','Doge','White','Pizza','Donut','Desert Camo','Waffle','Snow Camo','Gold','Bluesteel','Dirt','Bape Pink','Pink','Blue','Grass','Bape Blue','Green','Bape'}
  92. local Skin = game.CoreGui.WepBuyer.Frame.Bar.KagName:FindFirstChild('Kagune')
  93. for i,v inpairs(Kagume)do
  94. game.ReplicatedStorage.Remotes.SetMagic1:FireServer(Skin.Value, workspace.Baseplate2.Texture.Value.Value)
  95. end
  96. end)
  97. Kill.MouseButton1Click:connect(function()
  98. local field = Value.Text
  99. local LocalUser = game.Players.LocalPlayer
  100. game.ReplicatedStorage.Remotes.Human_Punch:FireServer(LocalUser.Character.LeftHand,'LeftPunch', game.Workspace[ENEMY].LeftHand,5,true,'RightPunch', LocalUser.Character.Boxing.Handle.Hit,5)
  101. print(game.Players.LocalPlayer.Character.Humanoid.WalkSpeed)
  102. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value.Text
RAW Paste Data
Feb 1st, 2020

Speed Simulator 2 Canyn Roblox

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Speed Simulator Roblox

  1. -- Gui to Lua
  2. local OpenFrame = Instance.new('Frame')
  3. local Main = Instance.new('Frame')
  4. local JailbreakV1 = Instance.new('TextButton')
  5. local Btools = Instance.new('TextButton')
  6. local InfJump = Instance.new('TextButton')
  7. local GravityOff = Instance.new('TextButton')
  8. local Noclipsoon = Instance.new('TextButton')
  9. local InfAmo = Instance.new('TextButton')
  10. local Checkytfornewversion = Instance.new('TextButton')
  11. local CreatedbyWolfz = Instance.new('TextButton')
  12. JailBreakV1.Parent = game.CoreGui
  13. OpenFrame.Name = 'OpenFrame'
  14. OpenFrame.BackgroundColor3 = Color3.fromRGB(34, 255, 10)
  15. OpenFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  16. OpenFrame.Position = UDim2.new(0, 0, 0.457848847, 0)
  17. Open.Parent = OpenFrame
  18. Open.BackgroundColor3 = Color3.fromRGB(46, 255, 0)
  19. Open.Size = UDim2.new(0, 94, 0, 27)
  20. Open.Text = 'Open Gui'
  21. Open.TextSize = 25.000
  22. Open.MouseButton1Down:connect(function()
  23. OpenFrame.Visible = false
  24. Main.Parent = JailBreakV1
  25. Main.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  26. Main.Position = UDim2.new(0.293144196, 0, 0.29729721, 0)
  27. Main.Visible = false
  28. TopCreddsshit.Parent = Main
  29. TopCreddsshit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. TopCreddsshit.Position = UDim2.new(-0.000614661316, 0, -0.00390751287, 0)
  31. JailbreakV1.Parent = TopCreddsshit
  32. JailbreakV1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. JailbreakV1.Position = UDim2.new(0.283250839, 0, -0.00383239612, 0)
  34. JailbreakV1.Font = Enum.Font.Cartoon
  35. JailbreakV1.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. Close.Parent = TopCreddsshit
  37. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. Close.Position = UDim2.new(0.951446414, 0, 0.00676506758, 0)
  39. Close.Font = Enum.Font.Cartoon
  40. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. Close.MouseButton1Down:connect(function()
  42. Main.Visible = false
  43. Btools.Parent = TopCreddsshit
  44. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. Btools.Position = UDim2.new(0.0248091593, 0, 1.44000006, 0)
  46. Btools.Font = Enum.Font.SourceSans
  47. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. Btools.MouseButton1Down:connect(function()
  49. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  50. for index, child in pairs(game:GetService('Workspace'):GetChildren()) do
  51. child.Locked = false
  52. if child.ClassName 'MeshPart' then
  53. end
  54. child.Locked = false
  55. if child.ClassName 'Model' then
  56. for index, chil in pairs(child:GetChildren()) do
  57. chil.Locked = false
  58. if chil.ClassName 'MeshPart' then
  59. end
  60. chil.Locked = false
  61. if chil.ClassName 'Model' then
  62. for index, childe in pairs(chil:GetChildren()) do
  63. childe.Locked = false
  64. if childe.ClassName 'MeshPart' then
  65. end
  66. childe.Locked = false
  67. if childe.ClassName 'Model' then
  68. for index, childeo in pairs(childe:GetChildren()) do
  69. childeo.Locked = false
  70. if childeo.ClassName 'MeshPart' then
  71. end
  72. childeo.Locked = false
  73. if childeo.ClassName 'Model' then
  74. end
  75. end
  76. end
  77. end
  78. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  79. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  80. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  81. end)
  82. Gravity.Name = 'Gravity '
  83. Gravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. Gravity.Position = UDim2.new(0.0248091593, 0, 4.23999977, 0)
  85. Gravity.Font = Enum.Font.Cartoon
  86. Gravity.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. Gravity.MouseButton1Down:connect(function()
  88. Gravity = false
  89. else
  90. game.workspace.Gravity = 45
  91. end)
  92. InfJump.Name = 'Inf Jump'
  93. InfJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. InfJump.Position = UDim2.new(0.0248091593, 0, 7.03999996, 0)
  95. InfJump.Font = Enum.Font.Cartoon
  96. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. InfJump.MouseButton1Down:connect(function()
  98. local Player = game:GetService('Players').LocalPlayer
  99. Mouse.KeyDown:connect(function(k)
  100. if k:byte() 32 then
  101. Humanoid = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
  102. wait(0.1)
  103. end
  104. end)
  105. local Player = game:GetService('Players').LocalPlayer
  106. Mouse.KeyDown:connect(function(k)
  107. if k 'f' then
  108. _G.infinjump = false
  109. _G.infinjump = true
  110. end
  111. end)
  112. Speed.Name = 'Speed'
  113. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Speed.Position = UDim2.new(0.362595409, 0, 1.44000006, 0)
  115. Speed.Font = Enum.Font.Cartoon
  116. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. Speed.MouseButton1Down:connect(function()
  118. local walkspeedplayer = game:GetService('Players').LocalPlayer
  119. local walkspeedmouse = walkspeedplayer:GetMouse()
  120. local walkspeedenabled = false
  121. function x_walkspeed(key)
  122. if walkspeedenabled false then
  123. local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
  124. Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
  125. end)
  126. elseif walkspeedenabled true then
  127. local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
  128. Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
  129. end)
  130. end
  131. end
  132. walkspeedmouse.KeyDown:connect(x_walkspeed)
  133. end)
  134. GravityOff.Name = 'Gravity Off'
  135. GravityOff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. GravityOff.Position = UDim2.new(0.362595409, 0, 4.23999977, 0)
  137. GravityOff.Font = Enum.Font.Cartoon
  138. GravityOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. GravityOff.MouseButton1Down:connect(function()
  140. Gravity = false
  141. else
  142. game.workspace.Gravity = 196.2
  143. end)
  144. InfNitro.Name = 'Inf Nitro'
  145. InfNitro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. InfNitro.Position = UDim2.new(0.362595409, 0, 7.03999996, 0)
  147. InfNitro.Font = Enum.Font.Cartoon
  148. InfNitro.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. InfNitro.MouseButton1Down:connect(function()
  150. script=loadstring(game:GetObjects('rbxassetid://1461971147')[1].Source)()
  151. Noclipsoon.Parent = TopCreddsshit
  152. Noclipsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. Noclipsoon.Position = UDim2.new(0.688931227, 0, 1.44000006, 0)
  154. Noclipsoon.Font = Enum.Font.Cartoon
  155. Noclipsoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. Noclipsoon.MouseButton1Down:connect(function()
  157. if _G.Noclip nil or not _G.Noclip.Connected then
  158. _G.Noclip = game:service'RunService'.Stepped:Connect(function()
  159. lp.Character.LowerTorso.CanCollide = false
  160. lp.Character.HumanoidRootPart.CanCollide = false
  161. lp.Character.Badge.CanCollide = false
  162. end)
  163. end)
  164. ConrtlDelete.Name = 'Conrtl Delete'
  165. ConrtlDelete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. ConrtlDelete.Position = UDim2.new(0.688931227, 0, 4.23999977, 0)
  167. ConrtlDelete.Font = Enum.Font.Cartoon
  168. ConrtlDelete.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. ConrtlDelete.MouseButton1Down:connect(function()
  170. --Hold CLTR and click to delete parts (you need to rejoin if you delete something wrong!! W/ <3 plemrbx<3
  171. local Plr = game:GetService('Players').LocalPlayer
  172. if not game:GetService('UserInputService'):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  173. Mouse.Target:Destroy()
  174. end)
  175. InfAmo.Name = 'Inf Amo'
  176. InfAmo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. InfAmo.Position = UDim2.new(0.688931227, 0, 7.03999996, 0)
  178. InfAmo.Font = Enum.Font.Cartoon
  179. InfAmo.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. bottomCreddsshit.Name = 'bottom Credds shit'
  181. bottomCreddsshit.Active = true
  182. bottomCreddsshit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  183. bottomCreddsshit.Position = UDim2.new(0.000639145961, 0, 0.879894912, 0)
  184. Checkytfornewversion.Name = 'Check yt for new version'
  185. Checkytfornewversion.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  186. Checkytfornewversion.Position = UDim2.new(0.530150831, 0, 0.562337577, 0)
  187. Checkytfornewversion.Size = UDim2.new(0, 198, 0, 10)
  188. Checkytfornewversion.Text = 'Check youtube for a newer version if available'
  189. Checkytfornewversion.TextColor3 = Color3.fromRGB(255, 255, 255)
  190. CreatedbyWolfz.Parent = bottomCreddsshit
  191. CreatedbyWolfz.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  192. CreatedbyWolfz.Position = UDim2.new(0.0517853647, 0, 0.140224606, 0)
  193. CreatedbyWolfz.Font = Enum.Font.Cartoon
  194. CreatedbyWolfz.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. Updatedlast.Parent = bottomCreddsshit
  196. Updatedlast.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  197. Updatedlast.Position = UDim2.new(0.552965939, 0, -0.0058192662, 0)
  198. Updatedlast.Font = Enum.Font.Cartoon
  199. Updatedlast.TextColor3 = Color3.fromRGB(255, 255, 255)
RAW Paste Data

Speed Simulator 2 Canyon Roblox Id