Добро пожаловать в Минихайм Коммунити! Этот Telegram канал создан специально для всех любителей миниатюрного мира и хайме - японского стиля жилища. Здесь вы найдете уникальные и вдохновляющие идеи по декору, дизайну интерьера и ремесленным проектам в стиле миниатюры. Создатель канала - @minihaim, где вы также можете присоединиться к обсуждениям и делиться своими собственными творческими идеями. Присоединяйтесь к нашему чату - @minihaimchat, чтобы общаться с единомышленниками, задавать вопросы и делиться своими успехами. В Минихайм Коммунити ценится креативность, вдохновение и желание создавать красивые вещи. Присоединяйтесь к нам и окунитесь в мир миниатюрного дизайна!
10 Feb, 20:06
10 Feb, 07:46
loadstring(game:HttpGet('https://raw.githubusercontent.com/ZhenX201/Rebirth-Legends/refs/heads/main/sauce'))()
10 Feb, 07:44
loadstring(game:HttpGet("https://raw.githubusercontent.com/mvqna/another-hub/refs/heads/main/main/loader.lua", true))()
10 Feb, 07:40
local localPlayer = game:GetService("Players").LocalPlayer
while task.wait() do
if localPlayer.PlayerScripts.Vortex.Modifiers:FindFirstChild("Steadiness") then
localPlayer.PlayerScripts.Vortex.Modifiers.Steadiness.Value = 0
end
end
08 Feb, 17:35
08 Feb, 13:24
loadstring(game:HttpGet('https://raw.githubusercontent.com/Pawel12d/hexagon/main/scripts/CounterBlox.lua', true))()
08 Feb, 13:19
loadstring(game:HttpGet("https://raw.githubusercontent.com/alyssagithub/Scripts/refs/heads/main/FrostByte/Initiate.lua"))()
08 Feb, 13:17
loadstring(game:HttpGet("https://raw.githubusercontent.com/Chavels123/Loader/refs/heads/main/loader.lua"))()
08 Feb, 13:15
loadstring(game:HttpGet('https://gist.githubusercontent.com/24rr/ec08ee90929e07f3b4d2dd22f15146dc/raw/b337951012d6ed330067058f196ee0c414b42df3/spy-velocity'))()
08 Feb, 13:11
-- use before it gets patched!
loadstring(game:HttpGet("https://raw.githubusercontent.com/ExploiterGuy/Aqua-Hub/refs/heads/main/Operation%20Genesis"))()
08 Feb, 13:09
loadstring(game:HttpGet('https://raw.githubusercontent.com/randomstring0/pshade-ultimate/refs/heads/main/src/cd.lua'))()
--PShade Ultimate web : https://randomstring0.github.io/pshade.github.io/
08 Feb, 13:07
loadstring(game:HttpGet("https://raw.githubusercontent.com/ExploiterGuy/Aqua-Hub/refs/heads/main/Brainrot%20IQ%20Test.txt"))()
08 Feb, 13:06
loadstring(game:HttpGet("https://raw.githubusercontent.com/ExploiterGuy/Aqua-Hub/refs/heads/main/House%20Party%20Tycoon.txt"))()
20 Jan, 18:05
loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
19 Jan, 13:10
19 Jan, 12:23
19 Jan, 06:28
18 Jan, 21:01
FIRSTCODEGOTHEYKWARMEZ395
GOODJOBHEYAOFEA3956
18 Jan, 15:06
17 Jan, 14:13
11 Jan, 18:30
11 Jan, 12:10
11 Jan, 12:07
11 Jan, 10:46
10 Jan, 15:40
10 Jan, 09:28
01 Jan, 08:59
29 Dec, 12:58
29 Dec, 07:02
27 Dec, 06:57
27 Dec, 06:56
26 Dec, 17:12
25 Dec, 13:25
22 Dec, 12:32
loadstring(game:HttpGet("https://raw.githubusercontent.com/Isnotalwi/Roblox-Script/refs/heads/main/Beyblader.lua",true))()
22 Dec, 11:44
22 Dec, 08:42
loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub"))()
21 Dec, 18:42
21 Dec, 18:39
21 Dec, 15:20
local tweenInfo = TweenInfo.new(2)
local goal = {CFrame = CFrame.new(142, 3, 139)}
local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tweenInfo, goal)
tween:Play()
21 Dec, 15:08
2172801
.21 Dec, 14:33
loadstring(game:HttpGet("https://raw.githubusercontent.com/vertex-peak/vertex/refs/heads/main/loadstring"))()
21 Dec, 12:49
21 Dec, 09:27
21 Dec, 09:25
07 Dec, 17:41
06 Dec, 05:17
04 Dec, 15:15
loadstring(game:HttpGet("https://hasteb.in/TfmLxFP1mB7tveP"))()
01 Dec, 14:11
01 Dec, 09:16
29 Nov, 20:44
--[Open source]
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
local droppedItemsFolder = game.Workspace:WaitForChild("DroppedItems")
local lines = {} -- ТаблиÑа Ð´Ð»Ñ Ñ ÑÐ°Ð½ÐµÐ½Ð¸Ñ Ð»Ð¸Ð½Ð¸Ð¹
local function clearLines()
for _, line in pairs(lines) do
if line then
line:Destroy() -- УдалÑем ÑÑаÑÑÑ Ð»Ð¸Ð½Ð¸Ñ
end
end
lines = {} -- ÐÑиÑаем ÑаблиÑÑ Ð»Ð¸Ð½Ð¸Ð¹
end
local function drawLineToItem(item)
local attachment1
if item:IsA("BasePart") then
attachment1 = Instance.new("Attachment", item)
elseif item:IsA("Model") then
local basePart = item:FindFirstChildWhichIsA("BasePart")
if basePart then
attachment1 = Instance.new("Attachment", basePart)
else
return -- ÐÑли в Model Ð½ÐµÑ BasePart, пÑопÑÑкаем Ñоздание линии
end
else
return -- ÐÑли обÑÐµÐºÑ Ð½Ðµ BasePart и не Model, пÑопÑÑкаем Ñоздание линии
end
local attachment0 = Instance.new("Attachment", humanoidRootPart)
local line = Instance.new("Beam")
line.Attachment0 = attachment0
line.Attachment1 = attachment1
line.Color = ColorSequence.new(Color3.new(1, 0, 0)) -- ÐÑаÑнÑй ÑÐ²ÐµÑ Ð»Ð¸Ð½Ð¸Ð¸
line.FaceCamera = true
line.Parent = humanoidRootPart
table.insert(lines, line) -- ÐобавлÑем Ð»Ð¸Ð½Ð¸Ñ Ð² ÑаблиÑÑ
end
local function updateLines()
while wait(3) do -- Цикл Ñ Ð·Ð°Ð´ÐµÑжкой в 3 ÑекÑндÑ
clearLines()
for _, item in pairs(droppedItemsFolder:GetDescendants()) do
if item:IsA("BasePart") or item:IsA("Model") then
drawLineToItem(item)
end
end
end
end
updateLines()
29 Nov, 20:39
loadstring(game:HttpGet("https://raw.githubusercontent.com/PawsThePaw/Plutonium.AA/main/Plutonium.Loader.lua", true))()
29 Nov, 15:24
loadstring(game:HttpGet('http://xcdto.xyz/scripts/Blox_Fruits.txt',true))()
29 Nov, 07:55
24 Nov, 19:20
22 Nov, 17:21
21 Nov, 18:55
19 Nov, 19:02
19 Nov, 15:02
18 Nov, 19:44
17 Nov, 19:37
17 Nov, 19:32
17 Nov, 19:26
17 Nov, 19:01
15 Nov, 19:37
15 Nov, 18:23
14 Nov, 20:21
14 Nov, 20:21
14 Nov, 12:21
03 Nov, 18:39
03 Nov, 05:57
25 Oct, 04:04
24 Oct, 16:01
BUZZED
вводим код и получаем лимитку