Roblox_Exploiters

Funky Friday Dev Tools

Apr 23rd, 2022 (edited)
1,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. if game.PlaceId == 6447798030 then
  2.  
  3. --Anti AFk
  4. print("Anti Afk On")
  5. local vu = game:GetService("VirtualUser")
  6. game:GetService("Players").LocalPlayer.Idled:connect(function()
  7. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  8. wait(1)
  9. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  10. end)
  11.  
  12. --Normal Script Below
  13. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  14.  
  15. local Window = OrionLib:MakeWindow({Name = "Project Bishop: FFDT"})
  16.  
  17. local Tab = Window:MakeTab({
  18. Name = "Main Scripts",
  19. Icon = "rbxassetid://7072718412",
  20. PremiumOnly = false
  21. })
  22.  
  23. local Tab2 = Window:MakeTab({
  24. Name = "Other Scripts",
  25. Icon = "rbxassetid://6031225819",
  26. PremiumOnly = false
  27. })
  28.  
  29. local Tab3 = Window:MakeTab({
  30. Name = "Settings",
  31. Icon = "rbxassetid://7072721682",
  32. PremiumOnly = false
  33. })
  34.  
  35. local Tab4 = Window:MakeTab({
  36. Name = "Credits",
  37. Icon = "rbxassetid://7072717857",
  38. PremiumOnly = false
  39. })
  40. Tab4:AddLabel("ENZ0: Script Developer (ENZ0#7514)")
  41. Tab4:AddLabel("NetBox: Script Developer (troy#0666)")
  42. Tab4:AddLabel("Join The Discord For Updates: .gg/XWEJZPAy")
  43.  
  44. Tab3:AddButton({
  45. Name = "Destroy GUI",
  46. Callback = function()
  47. game:GetService("CoreGui").Orion:Destroy()
  48. end
  49. })
  50.  
  51. Tab:AddLabel("2 accounts needed for winstreak farm")
  52.  
  53. Tab:AddButton({
  54. Name = "Points Farm",
  55. Callback = function()
  56. loadstring(game:HttpGet("https://pastebin.com/raw/7xrgtv6z",true))()
  57. end
  58. })
  59.  
  60. Tab:AddButton({
  61. Name = "Winstreak Farm Left",
  62. Callback = function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/nX41rkE6",true))()
  64. end
  65. })
  66.  
  67. Tab:AddButton({
  68. Name = "Winstreak Farm Right",
  69. Callback = function()
  70. loadstring(game:HttpGet("https://pastebin.com/raw/bLDsifeA",true))()
  71. end
  72. })
  73.  
  74. Tab2:AddButton({
  75. Name = "Autoplayer (wally's)",
  76. Callback = function()
  77. loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/funky-friday-autoplay/main/main.lua",true))()
  78. end
  79. })
  80.  
  81. Tab2:AddButton({
  82. Name = "Admin Animation (aus_si)",
  83. Callback = function()
  84. loadstring(game:HttpGetAsync("https://pastebin.com/raw/wAi5N9Yh", true))()
  85. end
  86. })
  87.  
  88. Tab2:AddButton({
  89. Name = "Content Creator Mic",
  90. Callback = function()
  91. loadstring(game:HttpGetAsync("https://pastebin.com/raw/VENcgJVr", true))()
  92. end
  93. })
  94.  
  95. Tab2:AddButton({
  96. Name = "Give Boss Mics",
  97. Callback = function()
  98. loadstring(game:HttpGetAsync("https://pastebin.com/raw/dQBRhwTk", true))()
  99. end
  100. })
  101.  
  102. Tab2:AddButton({
  103. Name = "Redeem All Codes",
  104. Callback = function()
  105. loadstring(game:HttpGetAsync("https://pastebin.com/raw/HisbjQMD", true))()
  106. end
  107. })
  108.  
  109. end
  110.  
  111.  
  112.  
Add Comment
Please, Sign In to add comment