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
- 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!
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Head')and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
- repeat wait()until mouse
- local torso = plr.Character.Head
- local deb =true
- local lastctrl ={f =0, b =0, l =0, r =0}
- local speed =5000
- function Fly()
- bg.P =9e4
- bg.cframe = torso.CFrame
- bv.velocity = Vector3.new(0,0.1,0)
- repeat wait()
- if ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0then
- if speed > maxspeed then
- end
- elseifnot(ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0)and speed ~=0then
- if speed <0then
- end
- if(ctrl.l + ctrl.r)~=0or(ctrl.f + ctrl.b)~=0then
- 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
- lastctrl ={f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif(ctrl.l + ctrl.r)0and(ctrl.f + ctrl.b)0and speed ~=0then
- 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
- bv.velocity = Vector3.new(0,0.1,0)
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- ctrl ={f =0, b =0, l =0, r =0}
- speed =0
- bv:Destroy()
- end
- if key:lower()'f'then
- else
- Fly()
- elseif key:lower()'w'then
- elseif key:lower()'s'then
- elseif key:lower()'a'then
- elseif key:lower()'d'then
- end
- mouse.KeyUp:connect(function(key)
- ctrl.f =0
- ctrl.b =0
- ctrl.l =0
- ctrl.r =0
- end)
RAW Paste Data
Roblox Gui Hack
Sep 16th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local MainFrame = Instance.new('Frame')
- local Deco = Instance.new('TextLabel')
- AntiAFKKickGUI.Name ='AntiAFKKickGUI'
- MainFrame.Parent = AntiAFKKickGUI
- MainFrame.BackgroundColor3 = Color3.new(0.196078,0.196078,0.196078)
- MainFrame.Draggable =true
- MainFrame.Size = UDim2.new(0.150000006,0,0.100000001,0)
- Button.Name ='Button'
- Button.BackgroundColor3 = Color3.new(0,0,0)
- Button.Position = UDim2.new(0.25,0,0.400000006,0)
- Button.Font = Enum.Font.SourceSans
- Button.Text ='OFF'
- Button.TextScaled =true
- Button.TextWrapped =true
- Deco.Name ='Deco'
- Deco.BackgroundColor3 = Color3.new(1,1,1)
- Deco.BorderSizePixel =0
- Deco.Font = Enum.Font.SourceSansBold
- Deco.Text ='AFK'
- Deco.TextScaled =true
- Deco.TextWrapped =true
- Button.MouseButton1Down:connect(function()
- antiafk =true
- Button.Text ='ON'
- antiafk =false
- Button.Text ='OFF'
- end)
- spawn(function()
- wait()
- wait(math.random(0.3,1))
- if a 1then
- wait()
- end
- keypress(0x53)
- keyrelease(0x53)
- if a 3then
- wait()
- end
- keypress(0x41)
- keyrelease(0x41)
- if a 5then
- wait()-- uncomment if you want to enable spacebar
- end
- end
RAW Paste Data