skinkillaz

Fast Punch

Jul 18th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. wait(0.2)
  2.  
  3.  
  4.  
  5. local NewGuiPart1 = Instance.new("ScreenGui", game.CoreGui)
  6.  
  7. -------
  8. local NewGuiPart2 = Instance.new("Frame")
  9. NewGuiPart2.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  10. NewGuiPart2.BorderSizePixel = 3
  11. NewGuiPart2.Position = UDim2.new(0.0943536386, 0, 0.0755555332, 0)
  12. NewGuiPart2.Size = UDim2.new(0, 143, 0, 299)
  13. NewGuiPart2.Style = Enum.FrameStyle.ChatBlue
  14. NewGuiPart2.Parent = NewGuiPart1
  15. -------
  16. local tp = Instance.new("TextButton")
  17. tp.Active = true
  18. tp.BorderColor3 = Color3.new(0.45098, 0.701961, 0.882353)
  19. tp.Name = "Tp"
  20. tp.Position = UDim2.new(-0.139860138, 0, -0.0635451525, 0)
  21. tp.Selectable = true
  22. tp.Size = UDim2.new(0, 143, 0, 58)
  23. tp.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  24. tp.FontSize = Enum.FontSize.Size14
  25. tp.Text = "Tp to any spawned item."
  26. tp.TextScaled = true
  27. tp.TextWrapped = true
  28. tp.Parent = NewGuiPart2
  29. -------
  30. wait(0.2)
  31. local Fast = Instance.new("TextButton")
  32. Fast.Active = true
  33. Fast.BackgroundColor3 = Color3.new(0.854902, 0.843137, 1)
  34. Fast.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  35. Fast.Name = "Fast"
  36. Fast.Position = UDim2.new(-0.146853149, 0, 0.846153796, 0)
  37. Fast.Selectable = true
  38. Fast.Size = UDim2.new(0, 138, 0, 58)
  39. Fast.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  40. Fast.FontSize = Enum.FontSize.Size14
  41. Fast.Text = "Fast Punch"
  42. Fast.TextScaled = true
  43. Fast.TextWrapped = true
  44. Fast.Parent = NewGuiPart2
  45. -------
  46. local Door = Instance.new("TextButton")
  47. Door.Active = true
  48. Door.BackgroundColor3 = Color3.new(0.854902, 0.843137, 1)
  49. Door.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  50. Door.Name = "Door"
  51. Door.Position = UDim2.new(-0.132867113, 0, 0.585284233, 0)
  52. Door.Selectable = true
  53. Door.Size = UDim2.new(0, 138, 0, 58)
  54. Door.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  55. Door.FontSize = Enum.FontSize.Size14
  56. Door.Text = "Open Door press p to enable"
  57. Door.TextScaled = true
  58. Door.TextWrapped = true
  59. Door.Parent = NewGuiPart2
  60. -------
  61. wait(0.2)
  62. local Set = Instance.new("TextLabel")
  63. Set.BorderSizePixel = 5
  64. Set.Position = UDim2.new(-0.0944055915, 0, 0.428093642, 0)
  65. Set.Size = UDim2.new(0, 133, 0, 40)
  66. Set.FontSize = Enum.FontSize.Size14
  67. Set.Text = "Please Enter Animation Id"
  68. Set.TextScaled = true
  69. Set.TextWrapped = true
  70. Set.Parent = NewGuiPart2
  71. -------
  72. local Walk = Instance.new("TextButton")
  73. Walk.Active = true
  74. Walk.BackgroundColor3 = Color3.new(0.854902, 0.843137, 1)
  75. Walk.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  76. Walk.Name = "Walk"
  77. Walk.Position = UDim2.new(-0.132867113, 0, 0.163879544, 0)
  78. Walk.Selectable = true
  79. Walk.Size = UDim2.new(0, 138, 0, 58)
  80. Walk.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  81. Walk.FontSize = Enum.FontSize.Size14
  82. Walk.Text = "Set Animation Walk"
  83. Walk.TextScaled = true
  84. Walk.TextWrapped = true
  85. Walk.Parent = NewGuiPart2
  86. wait(0.2)
  87. tp.MouseButton1Down:connect(function(item)
  88. for i,v in pairs(game.Workspace.RandomSpawner:GetChildren()) do
  89.  
  90. if v ~= nil then
  91. print("nothin")
  92. end
  93. if v then
  94. wait(0.2)
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame * CFrame.new(0,0,0)
  96. wait(0.7)
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame * CFrame.new(0,1,0)
  98. end
  99. end
  100. end)
  101.  
  102. wait(0.2)
  103. Fast.MouseButton1Down:connect(function(punch)
  104. local player = game.Players.LocalPlayer
  105. player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
  106. player.Backpack.Punch.Info.AnimSpeed.Value = 5
  107. end)
  108.  
  109.  
  110. Door.MouseButton1Down:connect(function(lock)
  111. mouse = game.Players.LocalPlayer:getMouse()
  112. toggled = false
  113. mouse.KeyDown:connect(function(k)
  114. if k:lower() == "p" then
  115. toggled = not toggled
  116. print("toggle: " .. tostring(toggled))
  117. end
  118. end)
  119. mouse.Button1Down:connect(function()
  120. if toggled == true then
  121. if mouse.Target ~= nil then
  122. if mouse.Target.Name == "Click" then
  123. local a, b = pcall(function()
  124. if mouse.Target.Parent:findFirstChild("Locker") then
  125. if mouse.Target.Parent:findFirstChild("Locker").className == "BoolValue" then
  126. if mouse.Target.Parent:findFirstChild("Locker").Value == true then
  127. mouse.Target.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  128. wait(.1)
  129. mouse.Target.ClickDetector.RemoteEvent:FireServer()
  130. else
  131. warn("door is unlocked (lol)")
  132. end
  133. end
  134. end
  135. end)
  136. if not a then
  137. warn(b)
  138. end
  139. end
  140. end
  141. end
  142. end)
  143. end)
  144. wait(0.2)
  145. game.Players.LocalPlayer.Chatted:connect(function(msg)
  146. if msg == "exitgui" then
  147. game.CoreGui.ScreenGui:Remove()
  148. end
  149. end)
Add Comment
Please, Sign In to add comment