Advertisement
Guest User

v1

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