Advertisement
koreanhackerman

Cafe-Destroyer ( F*cker ) GUI

Apr 8th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.52 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local CafeFucker20 = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local LineDetail = Instance.new("Frame")
  7. local Close = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local FlingFucker = Instance.new("TextButton")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. --Properties:
  13. CafeFucker20.Name = "CafeFucker 2.0"
  14. CafeFucker20.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Mainframe.Name = "Mainframe"
  17. Mainframe.Parent = CafeFucker20
  18. Mainframe.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  19. Mainframe.BorderColor3 = Color3.new(1, 1, 1)
  20. Mainframe.Position = UDim2.new(0.0904836357, 0, 0.132678136, 0)
  21. Mainframe.Size = UDim2.new(0, 291, 0, 149)
  22.  
  23. LineDetail.Name = "LineDetail"
  24. LineDetail.Parent = Mainframe
  25. LineDetail.BackgroundColor3 = Color3.new(1, 1, 1)
  26. LineDetail.BorderColor3 = Color3.new(1, 1, 1)
  27. LineDetail.Position = UDim2.new(0, 0, 0.181208044, 0)
  28. LineDetail.Size = UDim2.new(0, 291, 0, 1)
  29.  
  30. Close.Name = "Close"
  31. Close.Parent = Mainframe
  32. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  33. Close.BackgroundTransparency = 1
  34. Close.BorderColor3 = Color3.new(1, 0, 0)
  35. Close.Position = UDim2.new(0.632302403, 0, -0.107382536, 0)
  36. Close.Size = UDim2.new(0, 200, 0, 50)
  37. Close.Font = Enum.Font.SciFi
  38. Close.Text = "X"
  39. Close.TextColor3 = Color3.new(1, 0, 0)
  40. Close.TextSize = 14
  41. Close.TextStrokeColor3 = Color3.new(1, 0, 0)
  42.  
  43. TextLabel.Parent = Mainframe
  44. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel.BackgroundTransparency = 1
  46. TextLabel.Position = UDim2.new(0.216494843, 0, 0, 0)
  47. TextLabel.Size = UDim2.new(0, 184, 0, 27)
  48. TextLabel.Font = Enum.Font.GothamBold
  49. TextLabel.Text = "CafeFucker 2.0"
  50. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  51. TextLabel.TextScaled = true
  52. TextLabel.TextSize = 14
  53. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  54. TextLabel.TextWrapped = true
  55.  
  56. TextLabel_2.Parent = Mainframe
  57. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  58. TextLabel_2.BackgroundTransparency = 1
  59. TextLabel_2.Position = UDim2.new(0.216494843, 0, 0.187919453, 0)
  60. TextLabel_2.Size = UDim2.new(0, 184, 0, 18)
  61. TextLabel_2.Font = Enum.Font.GothamBold
  62. TextLabel_2.Text = "Reminder: The Cafe needs to be R6!"
  63. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  64. TextLabel_2.TextScaled = true
  65. TextLabel_2.TextSize = 14
  66. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  67. TextLabel_2.TextWrapped = true
  68.  
  69. FlingFucker.Name = "FlingFucker"
  70. FlingFucker.Parent = Mainframe
  71. FlingFucker.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  72. FlingFucker.BorderColor3 = Color3.new(1, 1, 1)
  73. FlingFucker.Position = UDim2.new(0.189003453, 0, 0.395973176, 0)
  74. FlingFucker.Size = UDim2.new(0, 200, 0, 50)
  75. FlingFucker.Text = "FlingFucker"
  76. FlingFucker.TextColor3 = Color3.new(1, 1, 1)
  77. FlingFucker.TextScaled = true
  78. FlingFucker.TextSize = 14
  79. FlingFucker.TextStrokeColor3 = Color3.new(1, 1, 1)
  80. FlingFucker.TextWrapped = true
  81.  
  82. TextLabel_3.Parent = Mainframe
  83. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  84. TextLabel_3.BackgroundTransparency = 1
  85. TextLabel_3.Position = UDim2.new(0.216494843, 0, 0.771812081, 0)
  86. TextLabel_3.Size = UDim2.new(0, 184, 0, 18)
  87. TextLabel_3.Font = Enum.Font.GothamBold
  88. TextLabel_3.Text = "Use \"Q\", \"E\", key to go up and down!"
  89. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  90. TextLabel_3.TextScaled = true
  91. TextLabel_3.TextSize = 14
  92. TextLabel_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  93. TextLabel_3.TextWrapped = true
  94. -- Scripts:
  95. function SCRIPT_KDTL76_FAKESCRIPT() -- Close.Script
  96. local script = Instance.new('Script')
  97. script.Parent = Close
  98. local function OnClicked()
  99.   script.Parent.Parent:Remove()
  100. end
  101.  
  102. script.Parent.MouseButton1Click:connect(OnClicked)
  103.  
  104. end
  105. coroutine.resume(coroutine.create(SCRIPT_KDTL76_FAKESCRIPT))
  106. function SCRIPT_VYSR68_FAKESCRIPT() -- FlingFucker.Script
  107. local script = Instance.new('Script')
  108. script.Parent = FlingFucker
  109. local function OnClicked()
  110.   KillerWheelSpeed = 10
  111. KillerWheelVersion = 1
  112.  
  113. --[[
  114. Change KillerWheelSpeed to whatever you want, negatives count.
  115. Change KillerWheelVersion to 1 or 2, the option doesn't really matter though.
  116. Use the keys Q & E to adjust the killer wheel height.
  117.  
  118. Credit goes to CyclicaIIy for the FE kill/fling
  119. Rest of the script by Uctron
  120. ]]
  121.  
  122. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
  123. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  125. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Torso
  126. if KillerWheelVersion == 1 then
  127. elseif KillerWheelVersion == 2 then
  128. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  129. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  130. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  131. end
  132. Died = false
  133. local LocalPlayer = game:GetService("Players").LocalPlayer
  134. local torsoname = "Torso"
  135. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  136. torsoname = "UpperTorso"
  137. end
  138. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  139. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  140. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  141. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  142. local hathandle = hat.Handle
  143. hathandle.Parent = tool
  144. hathandle.Massless = true
  145. tool.CanBeDropped = false
  146. tool.GripPos = Vector3.new(0, 9e99, 0)
  147. tool.Parent = LocalPlayer.Character
  148. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  149. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  150. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  151. plr = game.Players.LocalPlayer
  152. mouse = plr:GetMouse()
  153. mouse.KeyDown:connect(function(key)
  154. if key == "q" and Died == false then
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame - Vector3.new(0,.5,0)
  156. end
  157. end)
  158. plr = game.Players.LocalPlayer
  159. mouse = plr:GetMouse()
  160. mouse.KeyDown:connect(function(key)
  161. if key == "e" and Died == false then
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,.5,0)
  163. end
  164. end)
  165. repeat game:GetService("RunService").Stepped:Wait()
  166. if game.Players.LocalPlayer.Character.Humanoid.Sit == true then
  167. for _=1,2 do
  168. game:GetService("RunService").Stepped:Wait()
  169. end
  170. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  171. else
  172. end
  173. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0,0,.1*KillerWheelSpeed)
  175. if game.Players.LocalPlayer.Backpack:FindFirstChild("Tool") then
  176. game.Players.LocalPlayer.Backpack:FindFirstChild("Tool").Parent = game.Players.LocalPlayer.Character
  177. elseif game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  178. game.Players.LocalPlayer.Character:FindFirstChild("Tool").Parent = game.Players.LocalPlayer.Character
  179. end
  180. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  181. Died = true
  182. repeat game:GetService("RunService").Stepped:Wait()
  183. until game.Players.LocalPlayer.Character.Humanoid.Health == 100
  184. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  185. end
  186.  
  187. script.Parent.MouseButton1Click:connect(OnClicked)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_VYSR68_FAKESCRIPT))
  191. -- new cafe fuck script and epic hack , enjoy and created by 9qw0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement