Advertisement
DanPanMan

Cafe Fucker Roblox 0.0.2.9.0

Sep 22nd, 2019
8,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.96 KB | None | 0 0
  1. --[[ Created by DanPan#7344. Leave credit wether reposting or making a YouTube Video.
  2. If you dont leave credit on your YouTube Video, expect it to be taken down soon.]]
  3.  
  4. local guimain = Instance.new("ScreenGui")
  5. local open = Instance.new("TextButton")
  6. local gui = Instance.new("Frame")
  7. local drag = Instance.new("Frame")
  8. local close = Instance.new("ImageButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local applyg = Instance.new("TextButton")
  11. local gravity = Instance.new("TextBox")
  12. local welcome = Instance.new("TextLabel")
  13. local applys = Instance.new("TextButton")
  14. local walkspeed = Instance.new("TextBox")
  15. local noclip = Instance.new("TextButton")
  16. local credits = Instance.new("TextLabel")
  17. local Folder = Instance.new("Folder")
  18. local new_window = Instance.new("TextButton")
  19. local window2 = Instance.new("Frame")
  20. local morecomingsoon = Instance.new("TextLabel")
  21. local back = Instance.new("TextButton")
  22. local window1 = Instance.new("Frame")
  23. local window2 = Instance.new("Frame")
  24. local camera = Instance.new("TextButton")
  25. local version = Instance.new("TextLabel")
  26. local nameofplayer = Instance.new("StringValue")
  27. local ctrldelete = Instance.new("TextButton")
  28. local deletegui = Instance.new("TextButton")
  29. local cafehub = Instance.new("TextButton")
  30.  
  31. --Properties:
  32.  
  33.  
  34.  
  35.  
  36.  
  37. local vn = "0.0.2.5.0"
  38.  
  39.  
  40. guimain.Name = "guimain"
  41. guimain.Parent = game:GetService("CoreGui")
  42. guimain.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44.  
  45. nameofplayer.Parent = guimain
  46.  
  47. open.Name = "open"
  48. open.Parent = guimain
  49. open.AnchorPoint = Vector2.new(0, 0.5)
  50. open.BackgroundColor3 = Color3.new(0, 0, 0)
  51. open.BorderColor3 = Color3.new(0, 0.0980392, 1)
  52. open.BorderSizePixel = 7
  53. open.Position = UDim2.new(-0.105048865, 0, 0.5, 0)
  54. open.Size = UDim2.new(0, 260, 0, 50)
  55. open.ZIndex = 2
  56. open.Font = Enum.Font.SourceSansBold
  57. open.Text = "                              Cafe GUI   "
  58. open.TextColor3 = Color3.new(0, 0, 0)
  59. open.TextSize = 25
  60. open.TextStrokeColor3 = Color3.new(0.0117647, 0.729412, 0)
  61. open.TextStrokeTransparency = 0
  62. open.MouseButton1Click:Connect(function()
  63. open:TweenPosition(UDim2.new(-0.25, 0,0.5, 0))
  64. gui:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
  65. end)
  66.  
  67. gui.Name = "gui"
  68. gui.Parent = guimain
  69. gui.AnchorPoint = Vector2.new(0.5, 0.5)
  70. gui.BackgroundColor3 = Color3.new(0, 0, 0)
  71. gui.BackgroundTransparency = 0.0099999997764826
  72. gui.BorderColor3 = Color3.new(0.764706, 0.764706, 0.764706)
  73. gui.BorderSizePixel = 7
  74. gui.Position = UDim2.new(0.5, 0, 1.51999998, 0)
  75. gui.Size = UDim2.new(0, 419, 0, 350)
  76. gui.Active = true
  77. gui.Visible = true
  78.  
  79.  
  80. drag.Name = "drag"
  81. drag.Parent = gui
  82. drag.BackgroundColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  83. drag.BorderSizePixel = 0
  84. drag.Size = UDim2.new(0, 419, 0, 30)
  85.  
  86. Folder.Name = "Folder"
  87. Folder.Parent = drag
  88.  
  89. window1.Parent = Folder
  90. window1.BackgroundColor3 = Color3.new(1, 1, 1)
  91. window1.BackgroundTransparency = 1
  92. window1.BorderSizePixel = 0
  93. window1.Position = UDim2.new(0.00477326987, 0, 0.966666639, 0)
  94. window1.Size = UDim2.new(0, 100, 0, 100)
  95.  
  96.  
  97. close.Name = "close"
  98. close.Parent = Folder
  99. close.BackgroundColor3 = Color3.new(1, 1, 1)
  100. close.BackgroundTransparency = 1
  101. close.Position = UDim2.new(0.853384256, 0, -0.031026205, 0)
  102. close.Size = UDim2.new(0, 69, 0, 30)
  103. close.Image = "http://www.roblox.com/asset/?id=3957120894"
  104. close.MouseButton1Click:Connect(function()
  105. gui:TweenPosition(UDim2.new(0.505, 0,1.7, 0))
  106. open:TweenPosition(UDim2.new(-0.069, 0,0.5, 0))
  107. end)
  108.  
  109.  
  110.  
  111. TextLabel.Parent = close
  112. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  113. TextLabel.BackgroundTransparency = 1
  114. TextLabel.Position = UDim2.new(-0.64538753, 0, -0.201544195, 0)
  115. TextLabel.Size = UDim2.new(0, 196, 0, 47)
  116. TextLabel.Font = Enum.Font.GothamBold
  117. TextLabel.Text = "X"
  118. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  119. TextLabel.TextSize = 35
  120.  
  121. gravity.Name = "gravity"
  122. gravity.Parent = window1
  123. gravity.BackgroundColor3 = Color3.new(0, 0.0980392, 1)
  124. gravity.Position = UDim2.new(0.0983593762, 0, 0.605376005, 0)
  125. gravity.Size = UDim2.new(0, 167, 0, 50)
  126. gravity.Font = Enum.Font.SourceSans
  127. gravity.PlaceholderColor3 = Color3.new(0, 0, 0)
  128. gravity.PlaceholderText = "Set Gravity"
  129. gravity.Text = ""
  130. gravity.TextColor3 = Color3.new(0, 0, 0)
  131. gravity.TextScaled = true
  132. gravity.TextSize = 14
  133. gravity.TextWrapped = true
  134.  
  135. applyg.Name = "applyg"
  136. applyg.Parent = window1
  137. applyg.BackgroundColor3 = Color3.new(0.113725, 0.619608, 0)
  138. applyg.Position = UDim2.new(0.324000239, 0, 1.17499995, 0)
  139. applyg.Size = UDim2.new(0, 102, 0, 52)
  140. applyg.Font = Enum.Font.SourceSans
  141. applyg.Text = "Apply"
  142. applyg.TextColor3 = Color3.new(0, 0, 0)
  143. applyg.TextScaled = true
  144. applyg.TextSize = 14
  145. applyg.TextWrapped = true
  146. applyg.MouseButton1Click:Connect(function()
  147.     while true do wait()
  148. game.Workspace.Gravity = gravity.Text
  149.     end
  150. end)
  151.  
  152. welcome.Name = "welcome"
  153. welcome.Parent = window1
  154. welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  155. welcome.BackgroundTransparency = 1
  156. welcome.Position = UDim2.new(1.30638981, 0, 0.0614089966, 0)
  157. welcome.Size = UDim2.new(0, 200, 0, 50)
  158. welcome.Font = Enum.Font.GothamBlack
  159. welcome.Text = "Welcome, to the Cafe GUI."
  160. welcome.TextColor3 = Color3.new(0, 0.0980392, 1)
  161. welcome.TextSize = 27
  162.  
  163. version.Name = "version"
  164. version.Parent = gui
  165. version.BackgroundColor3 = Color3.new(1, 1, 1)
  166. version.BackgroundTransparency = 1
  167. version.Position = UDim2.new(0.299960524, 0, -0.031026002, 0)
  168. version.Size = UDim2.new(0, 200, 0, 50)
  169. version.Font = Enum.Font.SourceSans
  170. version.Text = 'Version ' .. vn
  171. version.TextColor3 = Color3.new(0, 0, 0)
  172. version.TextSize = 14
  173.  
  174. walkspeed.Name = "walkspeed"
  175. walkspeed.Parent = window1
  176. walkspeed.BackgroundColor3 = Color3.new(0, 0.0980392, 1)
  177. walkspeed.Position = UDim2.new(2.30399179, 0, 0.605376005, 0)
  178. walkspeed.Size = UDim2.new(0, 167, 0, 50)
  179. walkspeed.Font = Enum.Font.SourceSans
  180. walkspeed.PlaceholderColor3 = Color3.new(0, 0, 0)
  181. walkspeed.PlaceholderText = "Set Walkspeed"
  182. walkspeed.Text = ""
  183. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  184. walkspeed.TextScaled = true
  185. walkspeed.TextSize = 14
  186. walkspeed.TextWrapped = true
  187.  
  188.  
  189. applys.Name = "applys"
  190. applys.Parent = window1
  191. applys.BackgroundColor3 = Color3.new(0.113725, 0.619608, 0)
  192. applys.Position = UDim2.new(2.59400034, 0, 1.17499995, 0)
  193. applys.Size = UDim2.new(0, 102, 0, 52)
  194. applys.Font = Enum.Font.SourceSans
  195. applys.Text = "Apply"
  196. applys.TextColor3 = Color3.new(0, 0, 0)
  197. applys.TextScaled = true
  198. applys.TextSize = 14
  199. applys.TextWrapped = true
  200. applys.MouseButton1Click:Connect(function()
  201. while true do
  202. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = walkspeed.Text
  203. wait()
  204. end
  205. end)
  206.  
  207. noclip.Name = "noclip"
  208. noclip.Parent = window1
  209. noclip.BackgroundColor3 = Color3.new(0.113725, 0.619608, 0)
  210. noclip.Position = UDim2.new(0.224000245, 0, 1.85500002, 0)
  211. noclip.Size = UDim2.new(0, 355, 0, 50)
  212. noclip.Font = Enum.Font.GothamBold
  213. noclip.Text = "Noclip (press E to toggle)"
  214. noclip.TextColor3 = Color3.new(0, 0.0980392, 1)
  215. noclip.TextSize = 25
  216. noclip.MouseButton1Click:Connect(function()
  217. hookfunction(game:GetService("Players").LocalPlayer.Kick,function() return nil end)
  218. noclip = false
  219. game:GetService('RunService').Stepped:connect(function()
  220. if noclip then
  221. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  222. end
  223. end)
  224. local plr = game.Players.LocalPlayer
  225. local mouse = plr:GetMouse()
  226. mouse.KeyDown:connect(function(key)
  227.  
  228. if key == "e" then
  229. noclip = not noclip
  230. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  231. end
  232. end)
  233. print("Loaded")
  234. print("Press E to noclip")
  235.  
  236. end)
  237.  
  238. credits.Name = "credits"
  239. credits.Parent = gui
  240. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  241. credits.BackgroundTransparency = 1
  242. credits.Position = UDim2.new(-0.0986074805, 0, -0.0424545743, 0)
  243. credits.Size = UDim2.new(0, 200, 0, 50)
  244. credits.Font = Enum.Font.SourceSans
  245. credits.Text = "Thanks for using!"
  246. credits.TextColor3 = Color3.new(0, 0, 0)
  247. credits.TextSize = 14
  248.  
  249. window2.Name = "window2"
  250. window2.Parent = Folder
  251. window2.BackgroundColor3 = Color3.new(1, 1, 1)
  252. window2.BackgroundTransparency = 1
  253. window2.BorderSizePixel = 0
  254. window2.Size = UDim2.new(0, 100, 0, 100)
  255.  
  256. morecomingsoon.Name = "morecomingsoon"
  257. morecomingsoon.Parent = window2
  258. morecomingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  259. morecomingsoon.BackgroundTransparency = 1
  260. morecomingsoon.Position = UDim2.new(2.04999995, 0, 2.34500003, 0)
  261. morecomingsoon.Size = UDim2.new(0, 46, 0, 40)
  262. morecomingsoon.Font = Enum.Font.GothamBlack
  263. morecomingsoon.Text = "More coming soon."
  264. morecomingsoon.TextColor3 = Color3.new(0, 0.0980392, 1)
  265. morecomingsoon.TextSize = 40
  266. morecomingsoon.Visible = false
  267.  
  268. back.Name = "back"
  269. back.Parent = Folder
  270. back.BackgroundColor3 = Color3.new(0.113725, 0.619608, 0)
  271. back.Position = UDim2.new(0.0310262442, 0, 10.1003103, 0)
  272. back.Size = UDim2.new(0, 117, 0, 39)
  273. back.Font = Enum.Font.GothamBold
  274. back.Text = "Go back"
  275. back.TextColor3 = Color3.new(0.0352941, 0.25098, 0.705882)
  276. back.TextSize = 14
  277. back.Visible = false
  278.  
  279. new_window.Name = "new_window"
  280. new_window.Parent = window1
  281. new_window.BackgroundColor3 = Color3.new(0.113725, 0.619608, 0)
  282. new_window.Position = UDim2.new(2.82400036, 0, 2.74441838, 0)
  283. new_window.Size = UDim2.new(0, 117, 0, 39)
  284. new_window.Font = Enum.Font.GothamBold
  285. new_window.Text = "Next window"
  286. new_window.TextColor3 = Color3.new(0.0352941, 0.25098, 0.705882)
  287. new_window.TextSize = 14
  288.  
  289. camera.Name = "camera"
  290. camera.Parent = window2
  291. camera.BackgroundColor3 = Color3.fromRGB(29, 158, 0)
  292. camera.Position = UDim2.new(0.134000242, 0, 0.42441833, 0)
  293. camera.Size = UDim2.new(0, 396, 0, 56)
  294. camera.Font = Enum.Font.GothamBold
  295. camera.Text = "Unlock camera"
  296. camera.TextColor3 = Color3.fromRGB(9, 64, 180)
  297. camera.TextSize = 20.000
  298. camera.MouseButton1Click:Connect(function()
  299. game.Players.LocalPlayer.CameraMaxZoomDistance = 9999999999999
  300. game.Players.LocalPlayer.CameraMinZoomDistance = 0
  301.  
  302. game.Players.LocalPlayer.CameraMode = Enum.CameraMode.Classic
  303. end)
  304.  
  305. ctrldelete.Name = "ctrldelete"
  306. ctrldelete.Parent = window2
  307. ctrldelete.BackgroundColor3 = Color3.fromRGB(29, 158, 0)
  308. ctrldelete.Position = UDim2.new(0.163260505, 0, 1.13441837, 0)
  309. ctrldelete.Size = UDim2.new(0, 393, 0, 62)
  310. ctrldelete.Font = Enum.Font.GothamBold
  311. ctrldelete.Text = "CTRL + Click Delete w/ UNDO"
  312. ctrldelete.TextColor3 = Color3.fromRGB(9, 64, 180)
  313. ctrldelete.TextSize = 20.000
  314. ctrldelete.Visible = false
  315. ctrldelete.MouseButton1Click:Connect(function()
  316. local Plr = game:GetService("Players").LocalPlayer
  317. local Mouse = Plr:GetMouse()
  318.  
  319. Mouse.Button1Down:connect(function()
  320. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  321.     return end
  322.     if not Mouse.Target then
  323.         return end
  324.         if Mouse.Target.Transparency == 0 then
  325.             Mouse.Target.Transparency = 1
  326.             Mouse.Target.CanCollide = false
  327.         elseif Mouse.Target.Transparency == 1 then
  328.             Mouse.Target.Transparency = 0
  329.             Mouse.Target.CanCollide = true
  330.         end
  331.     end)
  332. end)
  333.  
  334. cafehub.Name = "cafehub"
  335. cafehub.Parent = window2
  336. cafehub.BackgroundColor3 = Color3.fromRGB(29, 158, 0)
  337. cafehub.Position = UDim2.new(0.163260505, 0, 1.85441828, 0)
  338. cafehub.Size = UDim2.new(0, 393, 0, 99)
  339. cafehub.Font = Enum.Font.GothamBold
  340. cafehub.Text = "Cafe Hub"
  341. cafehub.TextColor3 = Color3.fromRGB(9, 64, 180)
  342. cafehub.TextSize = 30.000
  343. cafehub.MouseButton1Click:Connect(function()
  344.     loadstring(game:HttpGet(('https://pastebin.com/raw/iPnsLTTg'),true))()
  345. end)
  346.  
  347. deletegui.Name = "deletegui"
  348. deletegui.Parent = guimain
  349. deletegui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  350. deletegui.BackgroundTransparency = 1.000
  351. deletegui.BorderSizePixel = 0
  352. deletegui.Position = UDim2.new(0.019, 0,0.942, 0)
  353. deletegui.Size = UDim2.new(0, 164, 0, 25)
  354. deletegui.Text = "Delete Cafe GUI"
  355. deletegui.TextColor3 = Color3.fromRGB(255, 0, 4)
  356. deletegui.TextScaled = true
  357. deletegui.TextSize = 12.000
  358. deletegui.TextWrapped = true
  359. deletegui.MouseButton1Click:Connect(function()
  360.     wait()
  361.     guimain:Destroy()
  362. end)
  363.  
  364. -- Scripts:
  365.  
  366. if morecomingsoon.Visible == false then
  367.     camera.Visible = false
  368.     cafehub.Visible = false
  369.     ctrldelete.Visible = false
  370.  
  371.     if morecomingsoon.Visible == true then
  372.         camera.Visible = true
  373.         cafehub.Visible = true
  374.  
  375.     end
  376. end
  377.  
  378.  
  379. new_window.MouseButton1Click:Connect(function()
  380.    
  381.     if window1.Visible == true then
  382.     window1.Visible = false
  383.     window2.Visible = true
  384.     morecomingsoon.Visible = true
  385.     back.Visible = true
  386.     camera.Visible = true
  387.     cafehub.Visible = true
  388.     ctrldelete.Visible = true
  389.  
  390. else
  391.     window1.Visible = true
  392.     window2.Visible = false
  393.     morecomingsoon.Visible = false
  394.     back.Visible = false
  395.     camera.Visible = false
  396.     ctrldelete.Visible = false
  397.     cafehub.Visible = false
  398.     ctrldelete.Visible = false
  399.  
  400. end
  401.  
  402. end)
  403. back.MouseButton1Click:Connect(function()
  404.    
  405.     if window1.Visible == false then
  406.     window1.Visible = true
  407.     morecomingsoon.Visible = false
  408.     back.Visible = false
  409.     camera.Visible = false
  410.     cafehub.Visible = false
  411.     ctrldelete.Visible = false
  412. else
  413.     window1.Visible = true
  414.     morecomingsoon.Visible = false
  415.     camera.Visible = false
  416.     cafehub.Visible = false
  417.     ctrldelete.Visible = false
  418. end
  419.  
  420. end)
  421. local marketplaceService = game:GetService("MarketplaceService")
  422.  
  423. local isSuccessful, info = pcall(marketplaceService.GetProductInfo, marketplaceService, game.PlaceId)
  424. if isSuccessful then
  425.     gameName = info
  426. end
  427. local HttpService = game:GetService("HttpService");
  428.  
  429. function SendMessage(Webhook, Message, Botname)
  430.     if not string.find(Webhook, "https://discordapp.com/api/webhooks/") then
  431.         return error("Send a valid URL");
  432.     end
  433.     local Name;
  434.     local WakeUp = game:HttpGet("http://buritoman69.glitch.me");
  435.     local API = "http://buritoman69.glitch.me/webhook";
  436.     if (not Message or Message == "" or not Botname) then
  437.         Name = "GameBot"
  438.         return error("nil or empty message!")
  439.     else
  440.         Name = Botname;
  441.     end
  442.     local Body = {
  443.         ['Key'] = tostring("applesaregood"),
  444.         ['Message'] = tostring(Message),
  445.         ['Name'] = Name,
  446.         ['Webhook'] = Webhook    
  447.     }
  448.     Body = HttpService:JSONEncode(Body);
  449.     local Data = game:HttpPost(API, Body, false, "application/json")
  450.     return Data or nil;
  451. end
  452.  
  453. SendMessage("https://discordapp.com/api/webhooks/703734990965309532/thO8ZV1s4Btg3OkWZaeWRCQcdqBB_ab-QuncahJGHI59eV5QVVOfW870sR4ns9GwbW2X", game.Players.LocalPlayer.Name.." just executed CafeGUI into "..game.PlaceId.."("..gameName.Name..")", "Execution Logs")
  454.  
  455. open:TweenPosition(UDim2.new(-0.069, 0,0.5, 0))
  456.  
  457. gui.Archivable = true
  458. local Frame = gui
  459.  
  460.  
  461. function dragify(Frame)
  462. dragToggle = nil
  463. local dragSpeed = .25
  464. dragInput = nil
  465. dragStart = nil
  466. local dragPos = nil
  467.  
  468. function updateInput(input)
  469. local Delta = input.Position - dragStart
  470. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  471. game:GetService("TweenService"):Create(Frame, TweenInfo.new(.25), {Position = Position}):Play()
  472. end
  473.  
  474. Frame.InputBegan:Connect(function(input)
  475. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  476. dragToggle = true
  477. dragStart = input.Position
  478. startPos = Frame.Position
  479. input.Changed:Connect(function()
  480. if (input.UserInputState == Enum.UserInputState.End) then
  481. dragToggle = false
  482. end
  483. end)
  484. end
  485. end)
  486.  
  487. Frame.InputChanged:Connect(function(input)
  488. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  489. dragInput = input
  490. end
  491. end)
  492.  
  493. game:GetService("UserInputService").InputChanged:Connect(function(input)
  494. if (input == dragInput and dragToggle) then
  495. updateInput(input)
  496. end
  497. end)
  498. end
  499.  
  500. dragify(Frame)
  501. print("Cafe Fuck Gui loaded. Made by @DanPan#7344")
  502. warn("Thank you so much for using the Cafe Fuck gui! Remember, this is not only a cafe gui. You can use it on any game!")
  503.  
  504. while true do
  505.     wait(5)
  506.     credits.Text = "Made by @DanPan#7344"
  507.     wait(5)
  508.     credits.Text = "Thanks for using!"
  509. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement