Afk Bot Roblox
Hello everyone Here is something I have made for you guys! Anti AFK bot for ROBOX, more tools coming soon!. When you do not move, the bot. Jan 02, 2018 Tomatoes (Tomatoes) January 3, 2018, 6:08pm #9. I recommend after around 10 minutes of a character being AFK, get the players CFrame / Backpack / Morph (ect) and save it as a variable. Reload the character (Plr:LoadCharacter ). ( You will need to set “ CharacterAutoLoads ” to false for this to work) After respawning the character simply do.
General
This tool will allow you to stay AFK in ARK without beeing kicked! Even you are on a slotcapped server!
Settings
Anti Afk Bot Roblox
Action interval
In what interval the Anti-AFK script should perform?
Inventory key
The ingame ARK inventory key
Look down in pixel
This is used for fine-tuning when option “Move from chair” is activated.
The below settings define what can will be executed when the interval hits:
Access inventory
This will access the inventory, keeps it open for a while and closes it again
Random mouse movement
This will move the mouse in a random direction and comes back to the original point
Afk Bot Roblox Assassin
Move from chair and sit down again
The requirement for this action is that you actually sit on a chair. It will let you standup from the chair and walks backwards around 7-9 foundations (required until coords change)
Then it waits a bit, and walks back towards the chair. It will looks down sequential (based on pixels specified above) and scans for the text “Sit down” and will hit the key to sit down.
This action is mainly used when you are on a slotcapped server.
Send messages in local
This action will open the local chat and writes a random message from the below textbox. Each line in the box represents 1 message
Addtional settings outside of “Anti-AFK” tab
- Auto Eat&Drink (Consumes food automatically after interval is reached)
- Food hotkey
- Drink hotkey
- Drink & food interval
- Starup time
How to use
- Select in “Run” tab the application “Anti-AFK”
- Change settings in “Anti-AFK” – tab if required
- Run the application with “Start” or with the hotkey specified in “Settings”
- Stop the application with the “Stop” button or hit the hotkey again.
Basket
- 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.176471,0.176471,0.176471)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 Script'ca.TextColor3=Color3.new(0,1,1)
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_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 Dynamic. (please subscribe)'
- _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)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,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text='Roblox Tried to kick you but we didnt let them kick you :D'wait(2)ab.Text='Status : Active'end)