Advertisement
XxVince6295xX

Script ANTI AFK

Feb 6th, 2021 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. --Script roblox ANTI AFK--
  2.  
  3. wait(0.5)local ba=Instance.new("ScreenGui")
  4. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  5. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  6. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  7. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  8. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
  9. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Script Anti AFK"ca.TextColor3=Color3.new(0,1,1)
  10. ca.TextSize=22;da.Parent=ca
  11. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  12. da.Size=UDim2.new(0,304,0,107)_b.Parent=da
  13. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  14. _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Crée par OneGold"
  15. _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
  16. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
  17. ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script En cours"
  18. ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  19. game:service'Players'.LocalPlayer.Idled:connect(function()
  20. bb:CaptureController()bb:ClickButton2(Vector2.new())
  21. ab.Text="Roblox a essayer de vous kick"wait(2)ab.Text="Script réactiver"end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement