-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZing
More file actions
19 lines (19 loc) · 1.36 KB
/
Zing
File metadata and controls
19 lines (19 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
wait(0.5)local ba=Instance.new("ScreenGui")
local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
ca.BackgroundColor3=Color3.new(0.137255,0.137255,0.556863)ca.Draggable=true
ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0.85,0.85,0.95)
ca.TextSize=25;da.Parent=ca
da.BackgroundColor3=Color3.new(0.137255,0.419608,0.556863)da.Position=UDim2.new(0,0,1.0192306,0)
da.Size=UDim2.new(0,370,0,107)_b.Parent=da
_b.BackgroundColor3=Color3.new( 0.137255,0.137255,0.556863)_b.Position=UDim2.new(0,0,0.800455689,0)
_b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Joker"
_b.TextColor3=Color3.new(0.85,0.85,0.95)_b.TextSize=20;ab.Parent=da
ab.BackgroundColor3=Color3.new( 0.137255,0.137255,0.556863)ab.Position=UDim2.new(0,0,0.158377,0)
ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
ab.TextColor3=Color3.new(0.85,0.85,0.95)ab.TextSize=20;local bb=game:service'VirtualUser'
game:service'Players'.LocalPlayer.Idled:connect(function()
bb:CaptureController()bb:ClickButton2(Vector2.new())
ab.Text="Enjoy Farming Overnight!"wait(2)ab.Text="Status : Active"end)