Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

Roblox Lua Bot Library Synapse X ONLY

Usage:

local scr = [[
Bot.walkto(math.random(-900000000,900000000),math.random(-900000000,900000000),math.random(-900000000,900000000))
]]

local Response = syn.request({Url = "https://raw.githubusercontent.com/Only1337/RobloxLuaBot/main/main.lua",Method = "GET"})
loadstring(Response.Body.."\n"..scr)()