Advertisement
2AreYouMental110

anti afk but its not mashed

Aug 8th, 2022 (edited)
1,660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.94 KB | None | 0 0
  1. --[[ original:
  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,370,0,52)
  9. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"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,370,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,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by ur mom "
  15. _b.TextColor3=Color3.new(0,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.158377,0)
  17. ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  18. ab.TextColor3=Color3.new(0,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 tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end)
  22.  
  23. ]]
  24.  
  25. wait(0.5)
  26. local ba = Instance.new("ScreenGui")
  27. local ca = Instance.new("TextLabel")
  28. local da = Instance.new("Frame")
  29. local _b = Instance.new("TextLabel")
  30. local ab = Instance.new("TextLabel")
  31.  
  32. ba.Parent = game.CoreGui
  33. ba.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. ca.Parent = ba
  36. ca.Active = true
  37. ca.BackgroundColor3 = Color3.new(0.176471,0.176471,0.176471)
  38. ca.Draggable = true
  39. ca.Position = UDim2.new(0.698610067,0,0.098096624,0)
  40. ca.Size = UDim2.new(0,370,0,52)
  41. ca.Font = Enum.Font.SourceSansSemibold
  42. ca.Text = "Anti AFK Script"
  43. ca.TextColor3 = Color3.new(0,1,1)
  44. ca.TextSize = 22
  45.  
  46. da.Parent = ca
  47. da.BackgroundColor3 = Color3.new(0.196078,0.196078,0.196078)
  48. da.Position = UDim2.new(0,0,1.0192306,0)
  49. da.Size = UDim2.new(0,370,0,107)
  50.  
  51. _b.Parent = da
  52. _b.BackgroundColor3 = Color3.new(0.176471,0.176471,0.176471)
  53. _b.Position = UDim2.new(0,0,0.800455689,0)
  54. _b.Size = UDim2.new(0,370,0,21)
  55. _b.Font = Enum.Font.Arial
  56. _b.Text = "made by ur mom "
  57. _b.TextColor3 = Color3.new(0,1,1)
  58. _b.TextSize = 20
  59.  
  60. ab.Parent = da
  61. ab.BackgroundColor3 = Color3.new(0.176471,0.176471,0.176471)
  62. ab.Position = UDim2.new(0,0,0.158377,0)
  63. ab.Size = UDim2.new(0,370,0,44)
  64. ab.Font = Enum.Font.ArialBold
  65. ab.Text = "Status: Active"
  66. ab.TextColor3 = Color3.new(0,1,1)
  67. ab.TextSize = 20
  68.  
  69. local bb = game:service'VirtualUser'
  70. game:service'Players'.LocalPlayer.Idled:connect(function()
  71.     bb:CaptureController()
  72.     bb:ClickButton2(Vector2.new())
  73.     ab.Text = "Roblox tried to kick u but i kicked him instead"
  74.     wait(2)
  75.     ab.Text = "Status : Active"
  76. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement