Advertisement
McRoblox132

KeyCmds V2

Apr 30th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.33 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4.  -- Objects
  5.  
  6. local KeysGui = Instance.new("ScreenGui")
  7. local Day = Instance.new("TextLabel")
  8. local Fog = Instance.new("TextLabel")
  9. local God = Instance.new("TextLabel")
  10. local Gravity = Instance.new("TextLabel")
  11. local Jump = Instance.new("TextLabel")
  12. local Particles = Instance.new("TextLabel")
  13. local Speed = Instance.new("TextLabel")
  14. local NSpeed = Instance.new("TextLabel")
  15. local NJump = Instance.new("TextLabel")
  16. local NGravity = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. KeysGui.Name = "KeysGui"
  21. KeysGui.Parent = game.CoreGui
  22.  
  23. Day.Name = "Day"
  24. Day.Parent = KeysGui
  25. Day.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Day.BackgroundTransparency = 0.5
  27. Day.Position = UDim2.new(0.14895834, 0, 0.847319365, 0)
  28. Day.Size = UDim2.new(0, 200, 0, 50)
  29. Day.Font = Enum.Font.Arcade
  30. Day.Text = "[N] Day"
  31. Day.TextColor3 = Color3.new(0, 1, 1)
  32. Day.TextScaled = true
  33. Day.TextSize = 14
  34. Day.TextWrapped = true
  35.  
  36. Fog.Name = "Fog"
  37. Fog.Parent = KeysGui
  38. Fog.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Fog.BackgroundTransparency = 0.5
  40. Fog.Position = UDim2.new(0.784700811, 0, 0.716643751, 0)
  41. Fog.Size = UDim2.new(0, 200, 0, 50)
  42. Fog.Font = Enum.Font.Arcade
  43. Fog.Text = "[B] No Fog"
  44. Fog.TextColor3 = Color3.new(0, 1, 1)
  45. Fog.TextScaled = true
  46. Fog.TextSize = 14
  47. Fog.TextWrapped = true
  48.  
  49. God.Name = "God"
  50. God.Parent = KeysGui
  51. God.BackgroundColor3 = Color3.new(0, 0, 0)
  52. God.BackgroundTransparency = 0.5
  53. God.Position = UDim2.new(0.631708801, 0, 0.711141706, 0)
  54. God.Size = UDim2.new(0, 200, 0, 50)
  55. God.Font = Enum.Font.Arcade
  56. God.Text = "[V] God"
  57. God.TextColor3 = Color3.new(0, 1, 1)
  58. God.TextScaled = true
  59. God.TextSize = 14
  60. God.TextWrapped = true
  61.  
  62. Gravity.Name = "Gravity"
  63. Gravity.Parent = KeysGui
  64. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Gravity.BackgroundTransparency = 0.5
  66. Gravity.Position = UDim2.new(0.484885871, 0, 0.711141706, 0)
  67. Gravity.Size = UDim2.new(0, 200, 0, 50)
  68. Gravity.Font = Enum.Font.Arcade
  69. Gravity.Text = "[C] Gravity"
  70. Gravity.TextColor3 = Color3.new(0, 1, 1)
  71. Gravity.TextScaled = true
  72. Gravity.TextSize = 14
  73. Gravity.TextWrapped = true
  74.  
  75. Jump.Name = "Jump"
  76. Jump.Parent = KeysGui
  77. Jump.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Jump.BackgroundTransparency = 0.5
  79. Jump.Position = UDim2.new(0.334978402, 0, 0.711141706, 0)
  80. Jump.Size = UDim2.new(0, 200, 0, 50)
  81. Jump.Font = Enum.Font.Arcade
  82. Jump.Text = "[X] JumPower"
  83. Jump.TextColor3 = Color3.new(0, 1, 1)
  84. Jump.TextScaled = true
  85. Jump.TextSize = 14
  86. Jump.TextWrapped = true
  87.  
  88. Particles.Name = "Particles"
  89. Particles.Parent = KeysGui
  90. Particles.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Particles.BackgroundTransparency = 0.5
  92. Particles.Position = UDim2.new(0.184454039, 0, 0.708390653, 0)
  93. Particles.Size = UDim2.new(0, 200, 0, 50)
  94. Particles.Font = Enum.Font.Arcade
  95. Particles.Text = "[T] Anonymous particles"
  96. Particles.TextColor3 = Color3.new(0, 1, 1)
  97. Particles.TextScaled = true
  98. Particles.TextSize = 14
  99. Particles.TextWrapped = true
  100.  
  101. Speed.Name = "Speed"
  102. Speed.Parent = KeysGui
  103. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  104. Speed.BackgroundTransparency = 0.5
  105. Speed.Position = UDim2.new(0.0320789628, 0, 0.704264104, 0)
  106. Speed.Size = UDim2.new(0, 200, 0, 50)
  107. Speed.Font = Enum.Font.Arcade
  108. Speed.Text = "[Z] Speed"
  109. Speed.TextColor3 = Color3.new(0, 1, 1)
  110. Speed.TextScaled = true
  111. Speed.TextSize = 14
  112. Speed.TextWrapped = true
  113.  
  114. NSpeed.Name = "NSpeed"
  115. NSpeed.Parent = KeysGui
  116. NSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  117. NSpeed.BackgroundTransparency = 0.5
  118. NSpeed.Position = UDim2.new(0.34375, 0, 0.847319365, 0)
  119. NSpeed.Size = UDim2.new(0, 200, 0, 50)
  120. NSpeed.Font = Enum.Font.Arcade
  121. NSpeed.Text = "[Q] Normal Speed"
  122. NSpeed.TextColor3 = Color3.new(0, 1, 1)
  123. NSpeed.TextScaled = true
  124. NSpeed.TextSize = 14
  125. NSpeed.TextWrapped = true
  126.  
  127. NJump.Name = "NJump"
  128. NJump.Parent = KeysGui
  129. NJump.BackgroundColor3 = Color3.new(0, 0, 0)
  130. NJump.BackgroundTransparency = 0.5
  131. NJump.Position = UDim2.new(0.522916675, 0, 0.843822837, 0)
  132. NJump.Size = UDim2.new(0, 200, 0, 50)
  133. NJump.Font = Enum.Font.Arcade
  134. NJump.Text = "[E] Normal Jump"
  135. NJump.TextColor3 = Color3.new(0, 1, 1)
  136. NJump.TextScaled = true
  137. NJump.TextSize = 14
  138. NJump.TextWrapped = true
  139.  
  140. NGravity.Name = "NGravity"
  141. NGravity.Parent = KeysGui
  142. NGravity.BackgroundColor3 = Color3.new(0, 0, 0)
  143. NGravity.BackgroundTransparency = 0.5
  144. NGravity.Position = UDim2.new(0.715624988, 0, 0.841491818, 0)
  145. NGravity.Size = UDim2.new(0, 200, 0, 50)
  146. NGravity.Font = Enum.Font.Arcade
  147. NGravity.Text = "[P] Normal Gravity"
  148. NGravity.TextColor3 = Color3.new(0, 1, 1)
  149. NGravity.TextScaled = true
  150. NGravity.TextSize = 14
  151. NGravity.TextWrapped = true
  152.  
  153. -- Scripts
  154.  
  155. --Edited by SHYIME (Shimi) + Made A gui
  156. warn("Edited by SHYIME (or Shimi)")
  157. local p = game.Players.LocalPlayer
  158. local mouse = p:GetMouse()
  159. local char = p.Character
  160. enabled = true
  161. ------------------------------------- Credits.
  162. -- Droopy(Main scripter)
  163. -- Reborn(Helping hand)
  164. -- SHYIME(Editor With Gui)
  165. --------------------- Can be touched Change values to your liking.
  166. Walkspeed = 100
  167. nrm = 16
  168. jumppower = 200
  169. jumppower2 = 50
  170. gravity = 20
  171. gravity2 = 196.2
  172. fogend = 2000000
  173. fogcolor = 191,0,0
  174. NameOfLeaderstat = "Cash"
  175. AmountOfLeaderstat = 1000000
  176. Itemname = "Linked Sword" -- For bigsword. You need to name this the object you want big
  177. -- --- --- --- --- --- - ---- -- -- - -- Controls
  178. --z 1 = Change your walkspeed to desired amount
  179. --x 2= Make you superjump to a desired amount
  180. --l = Destroys whole workspace
  181. --c 3= Sets gravity to the value
  182. --x = Bighead
  183. --z = Big sword
  184. --q = Change Points/cash
  185. --e = Force Field
  186. --v = God
  187. --b = Sword Aimbot
  188. --o = Change Fog
  189. --n = Night time
  190. --u = Day time
  191. --m = its a happy day!
  192. --t = Anonymous particles
  193.  -- Dont touch below
  194. mouse.KeyDown:connect(function(key)
  195.     key = key:lower()
  196.     if key == "z" then
  197.          game.Workspace:FindFirstChild(p.Name).Humanoid.WalkSpeed=Walkspeed
  198.     end
  199. end)
  200.  
  201. mouse.KeyDown:connect(function(key)
  202.     key = key:lower()
  203.     if key == "q" then
  204.          game.Workspace:FindFirstChild(p.Name).Humanoid.WalkSpeed=nrm
  205.     end
  206. end)
  207.  
  208. mouse.KeyDown:connect(function(key)
  209.     key = key:lower()
  210.     if key == "x" then
  211.          game.Workspace:FindFirstChild(p.Name).Humanoid.JumpPower=jumppower
  212.     end
  213. end)
  214.  
  215. mouse.KeyDown:connect(function(key)
  216.     key = key:lower()
  217.     if key == "e" then
  218.         game.Workspace:FindFirstChild(p.Name).Humanoid.JumpPower = jumppower2
  219.     end
  220. end)
  221.  
  222. mouse.KeyDown:connect(function(key)
  223.     key = key:lower()
  224.     if key == "c" then
  225.          workspace.Gravity = gravity
  226.     end
  227. end)
  228.  
  229. mouse.KeyDown:connect(function(key)
  230.     key = key:lower()
  231.     if key == "p" then
  232.         workspace.Gravity = gravity2
  233.     end
  234. end)
  235.  
  236. mouse.KeyDown:connect(function(key)
  237.     key = key:lower()
  238.     if key == "v" then
  239.     game.Workspace:FindFirstChild(p.Name).Humanoid.MaxHealth = math.huge
  240.  
  241.     end
  242. end)
  243.  
  244.  
  245. mouse.KeyDown:connect(function(key)
  246.     key = key:lower()
  247.     if key == "b" then
  248.     game.Lighting.FogEnd = fogend
  249.     game.Lighting.FogColor = fogcolor
  250.     end
  251. end)
  252.  
  253.  
  254. mouse.KeyDown:connect(function(key)
  255.     key = key:lower()
  256.     if key == "n" then
  257.     game.Lighting.TimeOfDay = 12
  258.     end
  259. end)
  260.  
  261. mouse.KeyDown:connect(function(key)
  262.     key = key:lower()
  263.     if key == "t" then
  264.     pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  265.     pe.Texture = "http://www.roblox.com/asset/?id=127476787"
  266.     pe.VelocitySpread = 5
  267.     end
  268. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement