- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Get heavy for brainrots script keyless made by me
script for get heavy for brainrots keyless made by me: -- TELEPORT GUI (FINAL VERSION)
-- Moveable GUI with Logo Toggle and Instant Teleport
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local PlayerGui = Player:WaitForChild("PlayerGui")
-- Precise CFrame targets
local POS_BACK = CFrame.new(404.750183, 11.1052084, 992.303955, 0.999995887, 4.24108082e-10, 0.00287094619, -4.50270182e-10, 1, 9.11205777e-09, -0.00287094619, -9.11205777e-09, 0.999995887)
local POS_LAST = CFrame.new(435.869873, -315.408142, -447.058716, 0.998031795, 3.04336467e-08, 0.0627096742, -2.58168242e-08, 1, -7.44324211e-08, -0.0627096742, 7.44324211e-08, 0.998031795)
local gui = Instance.new("ScreenGui")
gui.Name = "UaerTeleportGui"
gui.ResetOnSpawn = false
gui.Parent = PlayerGui
-- Main Frame
local frame = Instance.new("Frame", gui)
frame.Size = UDim2.new(0, 210, 0, 215)
frame.Position = UDim2.new(0, 100, 0, 140)
frame.BackgroundColor3 = Color3.fromRGB(28, 28, 36)
frame.BorderSizePixel = 0
frame.Active = true
frame.Draggable = true
Instance.new("UICorner", frame).CornerRadius = UDim.new(0, 12)
Instance.new("UIStroke", frame).Color = Color3.fromRGB(80, 160, 255)
local topBar = Instance.new("Frame", frame)
topBar.Size = UDim2.new(1, 0, 0, 28)
topBar.BackgroundColor3 = Color3.fromRGB(40, 80, 140)
Instance.new("UICorner", topBar).CornerRadius = UDim.new(0, 12)
local title = Instance.new("TextLabel", topBar)
title.BackgroundTransparency = 1
title.Size = UDim2.new(1, -10, 1, 0)
title.Position = UDim2.new(0, 10, 0, 0)
title.Text = "uaer_179 teleports"
title.TextColor3 = Color3.fromRGB(255, 255, 255)
title.Font = Enum.Font.GothamBold
title.TextSize = 14
title.TextXAlignment = Enum.TextXAlignment.Left
-- Logo Toggle Button
local hideBtn = Instance.new("ImageButton", gui)
hideBtn.Size = UDim2.new(0, 50, 0, 50)
hideBtn.Position = UDim2.new(0, 10, 0, 140)
hideBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
-- REPLACE THIS ID WITH YOUR ACTUAL UPLOADED LOGO ID:
hideBtn.Image = "rbxassetid://0000000000"
hideBtn.ScaleType = Enum.ScaleType.Fit
hideBtn.Draggable = true
Instance.new("UICorner", hideBtn).CornerRadius = UDim.new(1, 0)
local isVisible = true
hideBtn.MouseButton1Click:Connect(function()
isVisible = not isVisible
frame.Visible = isVisible
end)
-- Bottom Label (UPDATED)
local bottomLabel = Instance.new("TextLabel", frame)
bottomLabel.Size = UDim2.new(1, 0, 0, 20)
bottomLabel.Position = UDim2.new(0, 0, 0, 185)
bottomLabel.Text = "YT: Robloxuaer_79"
bottomLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
bottomLabel.BackgroundTransparency = 1
bottomLabel.Font = Enum.Font.Gotham
bottomLabel.TextSize = 12
local function createBtn(text, pos, targetCFrame)
local b = Instance.new("TextButton", frame)
b.Size = UDim2.new(1, -20, 0, 42)
b.Position = pos
b.BackgroundColor3 = Color3.fromRGB(55, 180, 95)
b.BorderSizePixel = 0
b.Text = text
b.TextColor3 = Color3.fromRGB(255, 255, 255)
b.Font = Enum.Font.GothamBold
b.TextSize = 13
Instance.new("UICorner", b).CornerRadius = UDim.new(0, 8)
b.MouseButton1Click:Connect(function()
local char = Player.Character or Player.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local hum = char:FindFirstChildOfClass("Humanoid")
hrp.CFrame = targetCFrame
if hum then hum.WalkSpeed = 34 end
end)
end
createBtn("TELEPORT BACK", UDim2.new(0, 10, 0, 40), POS_BACK)
createBtn("TELEPORT LAST AREA", UDim2.new(0, 10, 0, 92), POS_LAST)
Видео Get heavy for brainrots script keyless made by me канала Roblox uaer_79
-- Moveable GUI with Logo Toggle and Instant Teleport
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local PlayerGui = Player:WaitForChild("PlayerGui")
-- Precise CFrame targets
local POS_BACK = CFrame.new(404.750183, 11.1052084, 992.303955, 0.999995887, 4.24108082e-10, 0.00287094619, -4.50270182e-10, 1, 9.11205777e-09, -0.00287094619, -9.11205777e-09, 0.999995887)
local POS_LAST = CFrame.new(435.869873, -315.408142, -447.058716, 0.998031795, 3.04336467e-08, 0.0627096742, -2.58168242e-08, 1, -7.44324211e-08, -0.0627096742, 7.44324211e-08, 0.998031795)
local gui = Instance.new("ScreenGui")
gui.Name = "UaerTeleportGui"
gui.ResetOnSpawn = false
gui.Parent = PlayerGui
-- Main Frame
local frame = Instance.new("Frame", gui)
frame.Size = UDim2.new(0, 210, 0, 215)
frame.Position = UDim2.new(0, 100, 0, 140)
frame.BackgroundColor3 = Color3.fromRGB(28, 28, 36)
frame.BorderSizePixel = 0
frame.Active = true
frame.Draggable = true
Instance.new("UICorner", frame).CornerRadius = UDim.new(0, 12)
Instance.new("UIStroke", frame).Color = Color3.fromRGB(80, 160, 255)
local topBar = Instance.new("Frame", frame)
topBar.Size = UDim2.new(1, 0, 0, 28)
topBar.BackgroundColor3 = Color3.fromRGB(40, 80, 140)
Instance.new("UICorner", topBar).CornerRadius = UDim.new(0, 12)
local title = Instance.new("TextLabel", topBar)
title.BackgroundTransparency = 1
title.Size = UDim2.new(1, -10, 1, 0)
title.Position = UDim2.new(0, 10, 0, 0)
title.Text = "uaer_179 teleports"
title.TextColor3 = Color3.fromRGB(255, 255, 255)
title.Font = Enum.Font.GothamBold
title.TextSize = 14
title.TextXAlignment = Enum.TextXAlignment.Left
-- Logo Toggle Button
local hideBtn = Instance.new("ImageButton", gui)
hideBtn.Size = UDim2.new(0, 50, 0, 50)
hideBtn.Position = UDim2.new(0, 10, 0, 140)
hideBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
-- REPLACE THIS ID WITH YOUR ACTUAL UPLOADED LOGO ID:
hideBtn.Image = "rbxassetid://0000000000"
hideBtn.ScaleType = Enum.ScaleType.Fit
hideBtn.Draggable = true
Instance.new("UICorner", hideBtn).CornerRadius = UDim.new(1, 0)
local isVisible = true
hideBtn.MouseButton1Click:Connect(function()
isVisible = not isVisible
frame.Visible = isVisible
end)
-- Bottom Label (UPDATED)
local bottomLabel = Instance.new("TextLabel", frame)
bottomLabel.Size = UDim2.new(1, 0, 0, 20)
bottomLabel.Position = UDim2.new(0, 0, 0, 185)
bottomLabel.Text = "YT: Robloxuaer_79"
bottomLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
bottomLabel.BackgroundTransparency = 1
bottomLabel.Font = Enum.Font.Gotham
bottomLabel.TextSize = 12
local function createBtn(text, pos, targetCFrame)
local b = Instance.new("TextButton", frame)
b.Size = UDim2.new(1, -20, 0, 42)
b.Position = pos
b.BackgroundColor3 = Color3.fromRGB(55, 180, 95)
b.BorderSizePixel = 0
b.Text = text
b.TextColor3 = Color3.fromRGB(255, 255, 255)
b.Font = Enum.Font.GothamBold
b.TextSize = 13
Instance.new("UICorner", b).CornerRadius = UDim.new(0, 8)
b.MouseButton1Click:Connect(function()
local char = Player.Character or Player.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local hum = char:FindFirstChildOfClass("Humanoid")
hrp.CFrame = targetCFrame
if hum then hum.WalkSpeed = 34 end
end)
end
createBtn("TELEPORT BACK", UDim2.new(0, 10, 0, 40), POS_BACK)
createBtn("TELEPORT LAST AREA", UDim2.new(0, 10, 0, 92), POS_LAST)
Видео Get heavy for brainrots script keyless made by me канала Roblox uaer_79
Комментарии отсутствуют
Информация о видео
1 мая 2026 г. 17:29:30
00:02:02
Другие видео канала


