Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
4,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. ---Q to teleport 3 studs backwards
  2. --F to teleport 3 studs forwards
  3. --T to teleport 10 forwards
  4. --G to teleport 10 studs up
  5. --Y to toggle rapidly teleporting 10 studs forwards
  6. --B to say "get pwned noob"
  7. --V to eat stored chicken burgers (buy chicken burgers to store them)
  8. --Z to drop stored chicken legs (buy chicken legs to store them)
  9. --M to fire respawn remote (same as pressing reset in roblox menu)
  10. --N to loop teleport to the position you were at when you pressed N (good for respawning in the same place after dying)
  11. --"-" to increase sprint speed
  12. --"=" to decrease sprint speed
  13. --K to toggle improved sprint on/off
  14.  
  15. -- Automatically makes it so running doesn't cost stamina
  16.  
  17. local Silence = Instance.new("ScreenGui")
  18. local SilenceButton = Instance.new("TextButton")
  19.  
  20. Silence.Name = "Silence"
  21. Silence.Parent = game.CoreGui
  22.  
  23.  
  24.  
  25. SilenceButton.Name = "SilenceButton"
  26. SilenceButton.Parent = Silence
  27. SilenceButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. SilenceButton.BackgroundTransparency = 0.30000001192093
  29. SilenceButton.BorderSizePixel = 0
  30. SilenceButton.Position = UDim2.new(0.0591057241, 0, 0.126617789, 0)
  31. SilenceButton.Size = UDim2.new(0, 83, 0, 34)
  32. SilenceButton.Font = Enum.Font.SourceSans
  33. SilenceButton.Text = "Silence"
  34. SilenceButton.TextColor3 = Color3.new(1, 1, 1)
  35. SilenceButton.TextSize = 20
  36. SilenceButton.Draggable = true
  37.  
  38. function onKeyPress(inputObject, gameProcessedEvent)
  39. if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
  41. end
  42. end
  43.  
  44. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  45. function onKeyPresss(inputObject, gameProcessedEvent)
  46. if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
  48. end
  49. end
  50.  
  51. game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
  52.  
  53. function onKeyPressss(inputObject, gameProcessedEvent)
  54. if inputObject.KeyCode == Enum.KeyCode.Q and gameProcessedEvent == false then
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  56. end
  57. end
  58.  
  59. game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
  60. function onKeyPresssss(inputObject, gameProcessedEvent)
  61. if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
  62. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
  63. end
  64. end
  65.  
  66. game:GetService("UserInputService").InputBegan:connect(onKeyPresssss)
  67.  
  68. function onKeyPresssssss(inputObject, gameProcessedEvent)
  69. if inputObject.KeyCode == Enum.KeyCode.B and gameProcessedEvent == false then
  70. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('get pwned noob',"All")
  71. end
  72. end
  73.  
  74. game:GetService("UserInputService").InputBegan:connect(onKeyPresssssss)
  75.  
  76. local dabb = false
  77.  
  78. function onKeyPresssssssssss(inputObject, gameProcessedEvent)
  79. if inputObject.KeyCode == Enum.KeyCode.Y and gameProcessedEvent == false then
  80. if dabb == false then
  81. dabb = true
  82.  
  83. elseif dabb == true then
  84. dabb = false
  85.  
  86.  
  87. end
  88. end
  89. end
  90.  
  91. game:GetService("UserInputService").InputBegan:connect(onKeyPresssssssssss)
  92.  
  93. local dabbb = false
  94.  
  95. function onKeyPressssssssssss(inputObject, gameProcessedEvent)
  96. if inputObject.KeyCode == Enum.KeyCode.H and gameProcessedEvent == false then
  97. if dabbb == false then
  98. dabbb = true
  99.  
  100. elseif dabbb == true then
  101. dabbb = false
  102.  
  103.  
  104. end
  105. end
  106. end
  107.  
  108. game:GetService("UserInputService").InputBegan:connect(onKeyPressssssssssss)
  109.  
  110. local dab = false
  111. local pos = CFrame.new()
  112.  
  113. function TeleFunc(inputObject, gameProcessedEvent)
  114. if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
  115. if dab == false then
  116. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  117. wait(0.1)
  118. dab = true
  119.  
  120. elseif dab == true then
  121. dab = false
  122.  
  123.  
  124. end
  125. end
  126. end
  127.  
  128. game:GetService("UserInputService").InputBegan:connect(TeleFunc)
  129.  
  130.  
  131. function TeleFunc2(inputObject, gameProcessedEvent)
  132. if inputObject.KeyCode == Enum.KeyCode.M and gameProcessedEvent == false then
  133. game.ReplicatedStorage.OpenEyes:FireServer()
  134. end
  135. end
  136.  
  137. game:GetService("UserInputService").InputBegan:connect(TeleFunc2)
  138.  
  139. function Eat1(inputObject, gameProcessedEvent)
  140. if inputObject.KeyCode == Enum.KeyCode.V and gameProcessedEvent == false then
  141. if game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich") then
  142. epic = game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich")
  143. epic.Parent = game.Players.LocalPlayer.Character
  144. game.Players.LocalPlayer.Character["Chicken Sandwhich"]:Activate()
  145. end
  146. end
  147. end
  148. game:GetService("UserInputService").InputBegan:connect(Eat1)
  149.  
  150. function Eat2(inputObject, gameProcessedEvent)
  151. if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
  152. if game.Players.LocalPlayer:FindFirstChild("Chicken") then
  153. epic = game.Players.LocalPlayer:FindFirstChild("Chicken")
  154. epic.Parent = game.Players.LocalPlayer.Character
  155. game.Players.LocalPlayer.Character.Chicken.Parent = game.Workspace
  156. end
  157. end
  158. end
  159. game:GetService("UserInputService").InputBegan:connect(Eat2)
  160.  
  161.  
  162. game:GetService('RunService').Stepped:connect(function()
  163.  
  164.  
  165. game.CoreGui.Silence.SilenceButton.Text = #game.Players.LocalPlayer:GetChildren() - 5
  166.  
  167.  
  168. if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
  169.  
  170. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  171. if v:IsA("Tool") and v.Name == "Chicken Sandwhich" then
  172. v.Parent = game.Players.LocalPlayer
  173. end
  174. end
  175. end
  176.  
  177. game.Players.LocalPlayer.Backpack.Running:FireServer(false)
  178.  
  179. if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
  180.  
  181. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  182. if v:IsA("Tool") and v.Name == "Chicken" then
  183. v.Parent = game.Players.LocalPlayer
  184. end
  185. end
  186. end
  187.  
  188. if dab == true then
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  190. end
  191.  
  192. end)
  193.  
  194. while wait() do
  195. if dabb == true then
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
  197. wait(0.0001)
  198. end
  199.  
  200. end
  201.  
  202. while true do
  203. if dabbb == true then
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
  205. wait(0.0001)
  206. end
  207.  
  208. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement