Version / Update: v1.0.0
- Download / Script Link
- local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")
local player = Players.LocalPlayer
if game.PlaceId ~= 94702395375549 and game.GameId ~= 94702395375549 then
player:Kick("u dumbass it aint the right game")
return
end
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "run for brainrots script"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = (gethui and gethui()) or game.CoreGui
local MainFrame = Instance.new("Frame")
MainFrame.Name = "Main"
MainFrame.Size = UDim2.new(0, 360, 0, 380)
MainFrame.Position = UDim2.new(0.5, -180, 0.5, -190)
MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
MainFrame.BorderSizePixel = 0
MainFrame.BackgroundTransparency = 0.05
MainFrame.Parent = ScreenGui
local UICorner = Instance.new("UICorner")
UICorner.CornerRadius = UDim.new(0, 12)
UICorner.Parent = MainFrame
local UIStroke = Instance.new("UIStroke")
UIStroke.Color = Color3.fromRGB(255, 0, 255)
UIStroke.Thickness = 3
UIStroke.Parent = MainFrame
local Title = Instance.new("TextLabel")
Title.Size = UDim2.new(1, 0, 0, 40)
Title.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
Title.Text = "Run For Brainrots - JanekScripts"
Title.TextColor3 = Color3.fromRGB(255, 100, 255)
Title.TextScaled = true
Title.Font = Enum.Font.GothamBold
Title.Parent = MainFrame
local TitleCorner = Instance.new("UICorner")
TitleCorner.CornerRadius = UDim.new(0, 12)
TitleCorner.Parent = Title
local CloseBtn = Instance.new("TextButton")
CloseBtn.Size = UDim2.new(0, 30, 0, 30)
CloseBtn.Position = UDim2.new(1, -35, 0, 5)
CloseBtn.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CloseBtn.Text = "X"
CloseBtn.TextColor3 = Color3.new(1,1,1)
CloseBtn.TextScaled = true
CloseBtn.Font = Enum.Font.GothamBold
CloseBtn.Parent = Title
CloseBtn.MouseButton1Click:Connect(function()
ScreenGui:Destroy()
end)
local SpeedLabel = Instance.new("TextLabel")
SpeedLabel.Size = UDim2.new(0.5, -20, 0, 30)
SpeedLabel.Position = UDim2.new(0, 15, 0, 55)
SpeedLabel.BackgroundTransparency = 1
SpeedLabel.Text = "SPEED:"
SpeedLabel.TextColor3 = Color3.fromRGB(0, 255, 255)
SpeedLabel.TextScaled = true
SpeedLabel.Font = Enum.Font.GothamBold
SpeedLabel.TextXAlignment = Enum.TextXAlignment.Left
SpeedLabel.Parent = MainFrame
local SpeedBox = Instance.new("TextBox")
SpeedBox.Size = UDim2.new(0.5, -20, 0, 30)
SpeedBox.Position = UDim2.new(0.5, 10, 0, 55)
SpeedBox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
SpeedBox.Text = "5000"
SpeedBox.TextColor3 = Color3.new(1,1,1)
SpeedBox.TextScaled = true
SpeedBox.Font = Enum.Font.Gotham
SpeedBox.Parent = MainFrame
local SpeedCorner = Instance.new("UICorner")
SpeedCorner.CornerRadius = UDim.new(0, 8)
SpeedCorner.Parent = SpeedBox
local SetSpeedBtn = Instance.new("TextButton")
SetSpeedBtn.Size = UDim2.new(1, -30, 0, 35)
SetSpeedBtn.Position = UDim2.new(0, 15, 0, 95)
SetSpeedBtn.BackgroundColor3 = Color3.fromRGB(0, 255, 100)
SetSpeedBtn.Text = "SET SPEED (max 10000)"
SetSpeedBtn.TextColor3 = Color3.new(0,0,0)
SetSpeedBtn.TextScaled = true
SetSpeedBtn.Font = Enum.Font.GothamBold
SetSpeedBtn.Parent = MainFrame
Instance.new("UICorner", SetSpeedBtn).CornerRadius = UDim.new(0, 10)
local TPSpawnBtn = Instance.new("TextButton")
TPSpawnBtn.Size = UDim2.new(1, -30, 0, 35)
TPSpawnBtn.Position = UDim2.new(0, 15, 0, 140)
TPSpawnBtn.BackgroundColor3 = Color3.fromRGB(0, 120, 255)
TPSpawnBtn.Text = "TP TO SPAWN"
TPSpawnBtn.TextColor3 = Color3.new(1,1,1)
TPSpawnBtn.TextScaled = true
TPSpawnBtn.Font = Enum.Font.GothamBold
TPSpawnBtn.Parent = MainFrame
Instance.new("UICorner", TPSpawnBtn).CornerRadius = UDim.new(0, 10)
local TPCosmicBtn = Instance.new("TextButton")
TPCosmicBtn.Size = UDim2.new(1, -30, 0, 35)
TPCosmicBtn.Position = UDim2.new(0, 15, 0, 185)
TPCosmicBtn.BackgroundColor3 = Color3.fromRGB(150, 0, 255)
TPCosmicBtn.Text = "TP TO COSMIC AREA"
TPCosmicBtn.TextColor3 = Color3.new(1,1,1)
TPCosmicBtn.TextScaled = true
TPCosmicBtn.Font = Enum.Font.GothamBold
TPCosmicBtn.Parent = MainFrame
Instance.new("UICorner", TPCosmicBtn).CornerRadius = UDim.new(0, 10)
local TPDivineBtn = Instance.new("TextButton")
TPDivineBtn.Size = UDim2.new(1, -30, 0, 35)
TPDivineBtn.Position = UDim2.new(0, 15, 0, 230)
TPDivineBtn.BackgroundColor3 = Color3.fromRGB(255, 215, 0)
TPDivineBtn.Text = "TP TO DIVINE ARENA"
TPDivineBtn.TextColor3 = Color3.new(0,0,0)
TPDivineBtn.TextScaled = true
TPDivineBtn.Font = Enum.Font.GothamBold
TPDivineBtn.Parent = MainFrame
Instance.new("UICorner", TPDivineBtn).CornerRadius = UDim.new(0, 10)
local FloatBtn = Instance.new("TextButton")
FloatBtn.Size = UDim2.new(1, -30, 0, 35)
FloatBtn.Position = UDim2.new(0, 15, 0, 275)
FloatBtn.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
FloatBtn.Text = "TOGGLE FLOAT (OFF)"
FloatBtn.TextColor3 = Color3.new(1,1,1)
FloatBtn.TextScaled = true
FloatBtn.Font = Enum.Font.GothamBold
FloatBtn.Parent = MainFrame
Instance.new("UICorner", FloatBtn).CornerRadius = UDim.new(0, 10)
local AntiAfkBtn = Instance.new("TextButton")
AntiAfkBtn.Size = UDim2.new(1, -30, 0, 35)
AntiAfkBtn.Position = UDim2.new(0, 15, 0, 320)
AntiAfkBtn.BackgroundColor3 = Color3.fromRGB(255, 165, 0)
AntiAfkBtn.Text = "ANTI-AFK (OFF)"
AntiAfkBtn.TextColor3 = Color3.new(0,0,0)
AntiAfkBtn.TextScaled = true
AntiAfkBtn.Font = Enum.Font.GothamBold
AntiAfkBtn.Parent = MainFrame
Instance.new("UICorner", AntiAfkBtn).CornerRadius = UDim.new(0, 10)
local Status = Instance.new("TextLabel")
Status.Size = UDim2.new(1, -30, 0, 20)
Status.Position = UDim2.new(0, 15, 1, -25)
Status.BackgroundTransparency = 1
Status.Text = "ready"
Status.TextColor3 = Color3.fromRGB(150, 150, 255)
Status.TextScaled = true
Status.Font = Enum.Font.Gotham
Status.Parent = MainFrame
local dragging, dragInput, dragStart, startPos
Title.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true dragStart = input.Position startPos = MainFrame.Position
input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end)
end
end)
UserInputService.InputChanged:Connect(function(input)
if dragging and (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
local delta = input.Position - dragStart
MainFrame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
end)
local function buttonHover(btn)
local oSize = btn.Size
btn.MouseEnter:Connect(function()
TweenService:Create(btn, TweenInfo.new(0.1), {
Size = UDim2.new(oSize.X.Scale, oSize.X.Offset + 10, oSize.Y.Scale, oSize.Y.Offset + 5)
}):Play()
end)
btn.MouseLeave:Connect(function()
TweenService:Create(btn, TweenInfo.new(0.1), {Size = oSize}):Play()
end)
end
buttonHover(SetSpeedBtn)
buttonHover(TPSpawnBtn)
buttonHover(TPCosmicBtn)
buttonHover(TPDivineBtn)
buttonHover(FloatBtn)
buttonHover(AntiAfkBtn)
task.spawn(function()
while true do
for hue = 0, 1, 0.008 do
UIStroke.Color = Color3.fromHSV(hue, 1, 1)
Title.TextColor3 = Color3.fromHSV(hue, 1, 1)
task.wait(0.03)
end
end
end)
local function getCharacter()
return player.Character or player.CharacterAdded:Wait()
end
local antiAfkEnabled = false
local afkConnection = nil
AntiAfkBtn.MouseButton1Click:Connect(function()
antiAfkEnabled = not antiAfkEnabled
AntiAfkBtn.Text = antiAfkEnabled and "ANTI-AFK (ON)" or "ANTI-AFK (OFF)"
AntiAfkBtn.BackgroundColor3 = antiAfkEnabled and Color3.fromRGB(0, 255, 100) or Color3.fromRGB(255, 165, 0)
if antiAfkEnabled then
Status.Text = "ANTI-AFK ENABLED"
afkConnection = player.Idled:Connect(function()
game:GetService("VirtualUser"):CaptureController()
game:GetService("VirtualUser"):ClickButton2(Vector2.new())
Status.Text = "AFK PREVENTED!"
task.wait(1)
Status.Text = "ANTI-AFK ENABLED"
end)
else
Status.Text = "ANTI-AFK DISABLED"
if afkConnection then afkConnection:Disconnect() end
end
end)
local floating = false
local floatPart = nil
FloatBtn.MouseButton1Click:Connect(function()
floating = not floating
FloatBtn.BackgroundColor3 = floating and Color3.fromRGB(0, 150, 255) or Color3.fromRGB(200, 0, 0)
FloatBtn.Text = floating and "TOGGLE FLOAT (ON)" or "TOGGLE FLOAT (OFF)"
if floating then
local root = getCharacter():FindFirstChild("HumanoidRootPart")
if root then
floatPart = Instance.new("Part", workspace)
floatPart.Size = Vector3.new(12, 1, 12)
floatPart.Transparency = 1
floatPart.Anchored = true
local currentY = root.Position.Y - 3.5
task.spawn(function()
while floating do
local r = getCharacter():FindFirstChild("HumanoidRootPart")
if r then
floatPart.CFrame = CFrame.new(r.Position.X, currentY, r.Position.Z)
end
RunService.Heartbeat:Wait()
end
if floatPart then floatPart:Destroy() end
end)
end
end
end)
SetSpeedBtn.MouseButton1Click:Connect(function()
local hum = getCharacter():FindFirstChild("Humanoid")
if hum then
hum.WalkSpeed = math.clamp(tonumber(SpeedBox.Text) or 16, 1, 10000)
end
end)
TPSpawnBtn.MouseButton1Click:Connect(function()
getCharacter().HumanoidRootPart.CFrame = CFrame.new(-49.274, 31.25, -492.312)
end)
TPCosmicBtn.MouseButton1Click:Connect(function()
getCharacter().HumanoidRootPart.CFrame = CFrame.new(-2.85, 53.0, 7334.584)
end)
TPDivineBtn.MouseButton1Click:Connect(function()
getCharacter().HumanoidRootPart.CFrame = CFrame.new(-22.9, 54.403, 5423.659)
end)[ View More ]
speed hack , tp to base , tp to cosmic arena. simple as fuh.