Roblox Gui Hack Lua

Here is the 3rd version for the roblox hack! A simple roblox script, took 3 days to make, if you wanna copy some of my work, Please credit me!

Roblox Gui Hack Lua 2

Roblox gui hack lua 1
  • Funky Friday HackFunky Friday ScriptRoblox Funky Friday HackFunky Friday AUTO PLAYERHello guys.So i got here this new op script gui for Funky Friday Hack.
  • Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
  • ROBLOX LUA FLY SCRIPT F plem. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  • Roblox exploits for games. Offers a near full Lua executor, click teleport, ESP, speed, fly, infinite jump, and so much more. A powerful all in one package.
Apr 25th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Head')and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
  2. repeat wait()until mouse
  3. local torso = plr.Character.Head
  4. local deb =true
  5. local lastctrl ={f =0, b =0, l =0, r =0}
  6. local speed =5000
  7. function Fly()
  8. bg.P =9e4
  9. bg.cframe = torso.CFrame
  10. bv.velocity = Vector3.new(0,0.1,0)
  11. repeat wait()
  12. if ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0then
  13. if speed > maxspeed then
  14. end
  15. elseifnot(ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0)and speed ~=0then
  16. if speed <0then
  17. end
  18. if(ctrl.l + ctrl.r)~=0or(ctrl.f + ctrl.b)~=0then
  19. bv.velocity =((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *(ctrl.f+ctrl.b))+((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p)- game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  20. lastctrl ={f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  21. elseif(ctrl.l + ctrl.r)0and(ctrl.f + ctrl.b)0and speed ~=0then
  22. bv.velocity =((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *(lastctrl.f+lastctrl.b))+((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p)- game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  23. bv.velocity = Vector3.new(0,0.1,0)
  24. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  25. ctrl ={f =0, b =0, l =0, r =0}
  26. speed =0
  27. bv:Destroy()
  28. end
  29. if key:lower()'f'then
  30. else
  31. Fly()
  32. elseif key:lower()'w'then
  33. elseif key:lower()'s'then
  34. elseif key:lower()'a'then
  35. elseif key:lower()'d'then
  36. end
  37. mouse.KeyUp:connect(function(key)
  38. ctrl.f =0
  39. ctrl.b =0
  40. ctrl.l =0
  41. ctrl.r =0
  42. end)
RAW Paste Data

Roblox Gui Hack

Sep 16th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local MainFrame = Instance.new('Frame')
  2. local Deco = Instance.new('TextLabel')
  3. AntiAFKKickGUI.Name ='AntiAFKKickGUI'
  4. MainFrame.Parent = AntiAFKKickGUI
  5. MainFrame.BackgroundColor3 = Color3.new(0.196078,0.196078,0.196078)
  6. MainFrame.Draggable =true
  7. MainFrame.Size = UDim2.new(0.150000006,0,0.100000001,0)
  8. Button.Name ='Button'
  9. Button.BackgroundColor3 = Color3.new(0,0,0)
  10. Button.Position = UDim2.new(0.25,0,0.400000006,0)
  11. Button.Font = Enum.Font.SourceSans
  12. Button.Text ='OFF'
  13. Button.TextScaled =true
  14. Button.TextWrapped =true
  15. Deco.Name ='Deco'
  16. Deco.BackgroundColor3 = Color3.new(1,1,1)
  17. Deco.BorderSizePixel =0
  18. Deco.Font = Enum.Font.SourceSansBold
  19. Deco.Text ='AFK'
  20. Deco.TextScaled =true
  21. Deco.TextWrapped =true
  22. Button.MouseButton1Down:connect(function()
  23. antiafk =true
  24. Button.Text ='ON'
  25. antiafk =false
  26. Button.Text ='OFF'
  27. end)
  28. spawn(function()
  29. wait()
  30. wait(math.random(0.3,1))
  31. if a 1then
  32. wait()
  33. end
  34. keypress(0x53)
  35. keyrelease(0x53)
  36. if a 3then
  37. wait()
  38. end
  39. keypress(0x41)
  40. keyrelease(0x41)
  41. if a 5then
  42. wait()-- uncomment if you want to enable spacebar
  43. end
  44. end
RAW Paste Data