Advertisement
McRoblox132

CmdKeys

Apr 29th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.45 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4.  -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Speed = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Jump = Instance.new("Frame")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Gravity = Instance.new("Frame")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local God = Instance.new("Frame")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local FogEnd = Instance.new("Frame")
  16. local TextLabel_5 = Instance.new("TextLabel")
  17. local Day = Instance.new("Frame")
  18. local TextLabel_6 = Instance.new("TextLabel")
  19. local Particles = Instance.new("Frame")
  20. local TextLabel_7 = Instance.new("TextLabel")
  21.  
  22. -- Properties
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. Speed.Name = "Speed"
  27. Speed.Parent = ScreenGui
  28. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Speed.BackgroundTransparency = 0.60000002384186
  30. Speed.Position = UDim2.new(0.0388648994, 0, 0.744154036, 0)
  31. Speed.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  32.  
  33. TextLabel.Parent = Speed
  34. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  35. TextLabel.BackgroundTransparency = 0.5
  36. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  37. TextLabel.Font = Enum.Font.Arcade
  38. TextLabel.Text = "[Z] Speed"
  39. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. Jump.Name = "Jump"
  45. Jump.Parent = ScreenGui
  46. Jump.BackgroundColor3 = Color3.new(0, 0, 0)
  47. Jump.BackgroundTransparency = 0.60000002384186
  48. Jump.Position = UDim2.new(0.177051201, 0, 0.746905088, 0)
  49. Jump.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  50.  
  51. TextLabel_2.Parent = Jump
  52. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  53. TextLabel_2.BackgroundTransparency = 0.5
  54. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  55. TextLabel_2.Font = Enum.Font.Arcade
  56. TextLabel_2.Text = "[X] JumPower"
  57. TextLabel_2.TextColor3 = Color3.new(0, 1, 1)
  58. TextLabel_2.TextScaled = true
  59. TextLabel_2.TextSize = 14
  60. TextLabel_2.TextWrapped = true
  61.  
  62. Gravity.Name = "Gravity"
  63. Gravity.Parent = ScreenGui
  64. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Gravity.BackgroundTransparency = 0.60000002384186
  66. Gravity.Position = UDim2.new(0.315237522, 0, 0.746905088, 0)
  67. Gravity.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  68.  
  69. TextLabel_3.Parent = Gravity
  70. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  71. TextLabel_3.BackgroundTransparency = 0.5
  72. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  73. TextLabel_3.Font = Enum.Font.Arcade
  74. TextLabel_3.Text = "[C] Gravity"
  75. TextLabel_3.TextColor3 = Color3.new(0, 1, 1)
  76. TextLabel_3.TextScaled = true
  77. TextLabel_3.TextSize = 14
  78. TextLabel_3.TextWrapped = true
  79.  
  80. God.Name = "God"
  81. God.Parent = ScreenGui
  82. God.BackgroundColor3 = Color3.new(0, 0, 0)
  83. God.BackgroundTransparency = 0.60000002384186
  84. God.Position = UDim2.new(0.454657614, 0, 0.748280585, 0)
  85. God.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  86.  
  87. TextLabel_4.Parent = God
  88. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  89. TextLabel_4.BackgroundTransparency = 0.5
  90. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  91. TextLabel_4.Font = Enum.Font.Arcade
  92. TextLabel_4.Text = "[V] God"
  93. TextLabel_4.TextColor3 = Color3.new(0, 1, 1)
  94. TextLabel_4.TextScaled = true
  95. TextLabel_4.TextSize = 14
  96. TextLabel_4.TextWrapped = true
  97.  
  98. FogEnd.Name = "Fog End"
  99. FogEnd.Parent = ScreenGui
  100. FogEnd.BackgroundColor3 = Color3.new(0, 0, 0)
  101. FogEnd.BackgroundTransparency = 0.60000002384186
  102. FogEnd.Position = UDim2.new(0.590993226, 0, 0.749656141, 0)
  103. FogEnd.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  104.  
  105. TextLabel_5.Parent = FogEnd
  106. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  107. TextLabel_5.BackgroundTransparency = 0.5
  108. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  109. TextLabel_5.Font = Enum.Font.Arcade
  110. TextLabel_5.Text = "[B] No Fog"
  111. TextLabel_5.TextColor3 = Color3.new(0, 1, 1)
  112. TextLabel_5.TextScaled = true
  113. TextLabel_5.TextSize = 14
  114. TextLabel_5.TextWrapped = true
  115.  
  116. Day.Name = "Day"
  117. Day.Parent = ScreenGui
  118. Day.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Day.BackgroundTransparency = 0.60000002384186
  120. Day.Position = UDim2.new(0.727328837, 0, 0.749656141, 0)
  121. Day.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  122.  
  123. TextLabel_6.Parent = Day
  124. TextLabel_6.BackgroundColor3 = Color3.new(0, 0, 0)
  125. TextLabel_6.BackgroundTransparency = 0.5
  126. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  127. TextLabel_6.Font = Enum.Font.Arcade
  128. TextLabel_6.Text = "[N] Day"
  129. TextLabel_6.TextColor3 = Color3.new(0, 1, 1)
  130. TextLabel_6.TextScaled = true
  131. TextLabel_6.TextSize = 14
  132. TextLabel_6.TextWrapped = true
  133.  
  134. Particles.Name = "Particles"
  135. Particles.Parent = ScreenGui
  136. Particles.BackgroundColor3 = Color3.new(0, 0, 0)
  137. Particles.BackgroundTransparency = 0.60000002384186
  138. Particles.Position = UDim2.new(0.861813724, 0, 0.752407134, 0)
  139. Particles.Size = UDim2.new(0.123380631, 0, 0.0687757879, 0)
  140.  
  141. TextLabel_7.Parent = Particles
  142. TextLabel_7.BackgroundColor3 = Color3.new(0, 0, 0)
  143. TextLabel_7.BackgroundTransparency = 0.5
  144. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  145. TextLabel_7.Font = Enum.Font.Arcade
  146. TextLabel_7.Text = "[T] Anonymous particles"
  147. TextLabel_7.TextColor3 = Color3.new(0, 1, 1)
  148. TextLabel_7.TextScaled = true
  149. TextLabel_7.TextSize = 14
  150. TextLabel_7.TextWrapped = true
  151.  
  152. -- Scripts
  153.  
  154. --KeyCmds
  155. local p = game.Players.LocalPlayer
  156. local mouse = p:GetMouse()
  157. local char = p.Character
  158. enabled = true
  159. ------------------------------------- Credits.
  160. -- Droopy(Main scripter)
  161. -- Reborn(Helping hand)
  162. --------------------- Can be touched Change values to your liking.
  163. Walkspeed = 100
  164. nrm = 16
  165. jumppower = 200
  166. gravity = 20
  167. fogend = 2000000
  168. fogcolor = 191,0,0
  169. NameOfLeaderstat = "Cash"
  170. AmountOfLeaderstat = 1000000
  171. Itemname = "Linked Sword" -- For bigsword. You need to name this the object you want big
  172. -- --- --- --- --- --- - ---- -- -- - -- Controls
  173. --z 1 = Change your walkspeed to desired amount
  174. --x 2= Make you superjump to a desired amount
  175. --l = Destroys whole workspace
  176. --c 3= Sets gravity to the value
  177. --x = Bighead
  178. --z = Big sword
  179. --q = Change Points/cash
  180. --e = Force Field
  181. --v = God
  182. --b = Sword Aimbot
  183. --o = Change Fog
  184. --n = Night time
  185. --u = Day time
  186. --m = its a happy day!
  187. --t = Anonymous particles
  188.  -- Dont touch below
  189. mouse.KeyDown:connect(function(key)
  190.     key = key:lower()
  191.     if key == "z" then
  192.          game.Workspace:FindFirstChild(p.Name).Humanoid.WalkSpeed=Walkspeed
  193.     end
  194. end)
  195.  
  196. mouse.KeyDown:connect(function(key)
  197.     key = key:lower()
  198.     if key == "q" then
  199.          game.Workspace:FindFirstChild(p.Name).Humanoid.WalkSpeed=nrm
  200.     end
  201. end)
  202.  
  203. mouse.KeyDown:connect(function(key)
  204.     key = key:lower()
  205.     if key == "x" then
  206.          game.Workspace:FindFirstChild(p.Name).Humanoid.JumpPower=jumppower
  207.     end
  208. end)
  209.  
  210.  
  211.  
  212. mouse.KeyDown:connect(function(key)
  213.     key = key:lower()
  214.     if key == "9" then
  215.          game.Workspace:BreakJoints() -- DEADLY Do not use unless you want to destroy the server
  216.     end
  217. end)
  218.  
  219.  
  220. mouse.KeyDown:connect(function(key)
  221.     key = key:lower()
  222.     if key == "c" then
  223.          workspace.Gravity = gravity
  224.     end
  225. end)
  226.  
  227. mouse.KeyDown:connect(function(key)
  228.     key = key:lower()
  229.     if key == "9" then
  230.         game.Workspace:FindFirstChild(p.Name).Head.Mesh.Scale = Vector3.new(10,10,10)
  231.     end
  232. end)
  233.  
  234. mouse.KeyDown:connect(function(key)
  235.     key = key:lower()
  236.     if key == "9" then
  237.             game:service("InsertService"):LoadAsset(125013769).Parent=workspace:FindFirstChild(p.Name)
  238.         game.Workspace:FindFirstChild(p.Name)(Itemname).Handle.Mesh.Scale = Vector3.new(10,10,10)
  239.     end
  240. end)
  241.  
  242. mouse.KeyDown:connect(function(key)
  243.     key = key:lower()
  244.     if key == "q" then
  245.     game.Players.LocalPlayer.leaderstats(NameOfLeaderstat).Value = AmountOfLeaderstat
  246.     end
  247. end)
  248.  
  249. mouse.KeyDown:connect(function(key)
  250.     key = key:lower()
  251.     if key == "e" then
  252.     local f = Instance.new("ForceField")
  253.     f.Parent = game.Workspace:FindFirstChild(p.Name).Torso
  254.     end
  255. end)
  256.  
  257.  
  258. mouse.KeyDown:connect(function(key)
  259.     key = key:lower()
  260.     if key == "v" then
  261.     game.Workspace:FindFirstChild(p.Name).Humanoid.MaxHealth = math.huge
  262.  
  263.     end
  264. end)
  265.  
  266. mouse.KeyDown:connect(function(key)
  267.     key = key:lower()
  268.     if key == "9" then
  269. game.Players:FindFirstChild(p.Name).Character:MoveTo(mouse.Target.Position)
  270.     end
  271. end)
  272.  
  273. mouse.KeyDown:connect(function(key)
  274.     key = key:lower()
  275.     if key == "b" then
  276.     game.Lighting.FogEnd = fogend
  277.     game.Lighting.FogColor = fogcolor
  278.     end
  279. end)
  280.  
  281. mouse.KeyDown:connect(function(key)
  282.     key = key:lower()
  283.     if key == "9" then
  284.     game.Lighting.TimeOfDay = 1
  285.     end
  286. end)
  287.  
  288. mouse.KeyDown:connect(function(key)
  289.     key = key:lower()
  290.     if key == "n" then
  291.     game.Lighting.TimeOfDay = 12
  292.     end
  293. end)
  294.  
  295. mouse.KeyDown:connect(function(key)
  296.     key = key:lower()
  297.     if key == "9" then
  298. gui = Instance.new("ScreenGui",game.CoreGui)
  299. gui.ResetOnSpawn = false
  300. gui.Name = "Get Fucked"
  301.  
  302. button = Instance.new("TextButton",gui)
  303. button.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  304. button.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  305. button.BorderSizePixel = 5
  306. button.Position = UDim2.new(0.8, 0,0.6, 0)
  307. button.Size = UDim2.new(0, 60,0, 60)
  308. button.Font = "Arial"
  309. button.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  310. button.TextScaled = true
  311. button.Text = "Destroy"
  312. button.TextWrapped = true
  313.  
  314.  
  315.  
  316. button.MouseButton1Click:connect(function()
  317.  
  318.     local workspace = workspace:GetChildren()
  319.     for i=1,#workspace do
  320.         local fire = Instance.new("Fire",workspace[i])
  321.         fire.Size = 100
  322.     end
  323.    
  324.    
  325.     local blur = Instance.new("BlurEffect",game.Lighting)
  326.     blur.Size = 20
  327.    
  328.     local bloom = Instance.new("BloomEffect",game.Lighting)
  329.     bloom.Intensity = 1
  330.     bloom.Size = 100
  331.     bloom.Threshold = 0.1
  332.  
  333.     local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  334.     cc.Contrast = 1
  335.     cc.Brightness = 0.55
  336.     cc.Saturation = 1
  337.     cc.TintColor = Color3.new(255/255,0/255,0/255)
  338.  
  339.     local sound = Instance.new("Sound",game.Workspace)
  340.     sound.Name = "Purge"
  341.     sound.Looped = true
  342.     sound.Volume = 10
  343.     sound.SoundId = "rbxassetid://232554097"
  344.     sound:Play()
  345.    
  346.     local sound = Instance.new("Sound",game.Workspace)
  347.     sound.Name = "Earrape"
  348.     sound.Looped = true
  349.     sound.Volume = 10
  350.     sound.SoundId = "rbxassetid://552367422"
  351.     sound:Play()
  352.  
  353.     local sound = Instance.new("Sound",game.Workspace)
  354.     sound.Name = "ForAllah"
  355.     sound.Looped = true
  356.     sound.Volume = 10
  357.     sound.SoundId = "rbxassetid://424614632"
  358.     sound:Play()
  359.    
  360.     local a=Instance.new("Sky",game.Lighting)
  361.  
  362.     local b={"Bk","Dn","Ft","Lf","Rt","Up"}
  363.  
  364.     for i,v in pairs(b) do
  365.  
  366.     a["Skybox"..v]="rbxassetid://479777511"
  367.     end
  368.     for i, v in pairs(game.Players:GetChildren()) do
  369.     local pe = Instance.new("ParticleEmitter",v.Character.Torso)
  370.     pe.Texture = "http://www.roblox.com/asset/?id=479777511"
  371.     pe.VelocitySpread = 50
  372.     end
  373.  
  374.     for i, v in pairs(game.Players:GetChildren()) do
  375.     local pe = Instance.new("ParticleEmitter",v.Character.Torso)
  376.     pe.Texture = "http://www.roblox.com/asset/?id=479777511"
  377.     pe.VelocitySpread = 50
  378.     end
  379.    
  380.     for i,v in pairs(game.Players:GetChildren()) do
  381.     game:GetService("Chat"):Chat(v.Character.Head,"WELCOME TO POUND TOWN YOU FILTHY FUCKIN JEWS HAHAHAHA")
  382.     end
  383.    
  384.     game.Workspace.Camera.FieldOfView = 50
  385.    
  386.     for i,v in pairs(game.Players:GetChildren()) do
  387.     v.CameraMaxZoomDistance = 10
  388.     v.CameraMinZoomDistance = 10
  389.     end
  390. end)
  391.     end
  392. end)
  393. mouse.KeyDown:connect(function(key)
  394.     key = key:lower()
  395.     if key == "t" then
  396.     pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  397.     pe.Texture = "http://www.roblox.com/asset/?id=127476787"
  398.     pe.VelocitySpread = 5
  399.     end
  400. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement