Игра: SkyWars
Cкрипт:
Позаимствовал у @scripts_tapok2
Cкрипт:
loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/Loadstring9VHD6Wmyi82n", true))()
Позаимствовал у @scripts_tapok2
👍3❤🔥1
Игра: Evade
Скрипт:
Скрипт:
loadstring(game:HttpGet('https://ppearl.vercel.app'))()
👍9❤3❤🔥1
Игра: Break in
Скрипт:
Скрипт:
loadstring(game:HttpGet('https://raw.githubusercontent.com/VinegarBigBoy/Darkie-G/main/Break%20In%20Updated'))()
👍9👎3❤1❤🔥1
Универсал скрипт
Скрипт:
Скрипт:
loadstring(game:HttpGet("https://pastebin.com/raw/DN0upqNm"))()
Вокруг вас летают не закреплённые предметы
❤🔥4👀3☃2❤1🎄1
Так на что вам скрипты пишите в комментарии выберу несколько (на английском языке название игры)😛
Please open Telegram to view this post
VIEW IN TELEGRAM
👀4❤🔥3👍1
Игра: car dealership tycoon
Скрипт:
Взял с тгк: @scripts_tapok2
Скрипт:
Взял с тгк: @scripts_tapok2
loadstring(game:HttpGet("https://raw.githubusercontent.com/IExpIoit/Script/main/Car Dealership Tycoon.lua"))()
👎10🎄4❤1❤🔥1👍1
Игра:
Крутой скрипт который сочетает в себе сбор 1 нажатием всех монет по карте и 2 нажатием ( если ты искатель ) быстрый телепорт к каждому из игроков
Скрипт:
Hide and Seek Extreme
Крутой скрипт который сочетает в себе сбор 1 нажатием всех монет по карте и 2 нажатием ( если ты искатель ) быстрый телепорт к каждому из игроков
Скрипт:
local function hider()
local me = game.Players.LocalPlayer
local char = me.Character
local players = game.Players:GetChildren()
local mechar = me.Character
for i,v in pairs(game.Workspace.GameObjects:GetChildren()) do
wait(.15)
mechar.HumanoidRootPart.CFrame = v.CFrame
end
char.Humanoid.WalkSpeed = 100
char.Humanoid.JumpPower = 250
for i,v in pairs(players)do
wait(.5)
local billboard = Instance.new("BillboardGui",v.Character.Head)
billboard.Size = UDim2.new (0,200,0,50)
billboard.ExtentsOffset = Vector3.new(0,2.5,0)
billboard.AlwaysOnTop = true
wait(.1)
local textbox = Instance.new ("TextBox",billboard)
textbox.Size = UDim2.new (0, 200,0, 50)
textbox.Name = "textbox"
wait(.1)
textbox.TextColor3 = Color3.fromRGB(0,0,255)
textbox.TextSize = 20
textbox.BackgroundTransparency = 1
if v.PlayerData.It.Value == true then
textbox.Text = "It"
textbox.TextColor3 = Color3.fromRGB(255,0,0)
else
textbox.Text = "Hider"
end
end
end
local function seeker()
local map = game.Workspace.Map.Map
local mapchildren = map:GetChildren()
local me = game.Players.LocalPlayer
for i,v in pairs(game.Workspace.GameObjects:GetChildren()) do
wait(.15)
me.Character.HumanoidRootPart.CFrame = v.CFrame
end
wait(5)
local players = game.Players:GetChildren()
local me = game.Players.LocalPlayer
local mechar = me.Character
wait(1)
for i,v in pairs(players) do
wait(.1)
mechar.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
end
end
local player = game.Players.LocalPlayer
local plrchar = player.Character
local guiopen = Instance.new("ScreenGui",player.PlayerGui)
guiopen.Name = "openhack"
local openbutton = Instance.new("TextButton",guiopen)
openbutton.Name = "openbutton"
openbutton.BackgroundColor3 = Color3.fromRGB(255,255,255)
openbutton.TextColor3 = Color3.fromRGB(1,1,1)
openbutton.Size = UDim2.new(.05,0,.05,0)
openbutton.Text = "Open"
openbutton.Style = Enum.ButtonStyle.RobloxRoundButton
openbutton.Position = UDim2.new(0.475,0,0.9,0)
local gui1 = Instance.new("ScreenGui",player.PlayerGui)
gui1.Enabled = false
gui1.Name = "HackGui"
local frame1 = Instance.new("Frame",gui1)
frame1.Name = "frame1"
frame1.Size = UDim2.new(.3,0,.3,0)
frame1.Active = true
frame1.Selectable = true
frame1.Draggable = true
frame1.BackgroundColor3 = Color3.fromRGB(50,0,205)
frame1.BorderColor3 = Color3.fromRGB(205,0,50)
frame1.BorderSizePixel = 3
frame1.Position = UDim2.new(0.35,0,0.35,0)
local hiderbutton = Instance.new("TextButton",frame1)
hiderbutton.Name = "hider"
hiderbutton.Size = UDim2.new(.3,0,.3,0)
hiderbutton.Position = UDim2.new(.35,0,0,0)
hiderbutton.BackgroundColor3 = Color3.fromRGB(205,0,50)
hiderbutton.BorderSizePixel = 0
hiderbutton.Text = "Hider"
local seekerbutton = Instance.new("TextButton",frame1)
seekerbutton.Name = "seeker"
seekerbutton.Size = UDim2.new(.3,0,.3,0)
seekerbutton.Position = UDim2.new(.35,0,.7,0)
seekerbutton.BackgroundColor3 = Color3.fromRGB(205,0,50)
seekerbutton.BorderSizePixel = 0
seekerbutton.Text = "Seeker"
local creditlabel = Instance.new("TextLabel",frame1)
creditlabel.Text = "Click one of the buttons each round depending on what you are! -(Made By Plieax)"
creditlabel.Size = UDim2.new(1,0,.3,0)
creditlabel.TextScaled = true
creditlabel.TextColor3 = Color3.fromRGB(0,0,0)
creditlabel.BackgroundTransparency = 1
creditlabel.Position = UDim2.new(0,0,.35,0)
openbutton.Activated:connect(function()
if gui1.Enabled == true then
openbutton.Text = "Open"
gui1.Enabled = false
elseif gui1.Enabled == false then
openbutton.Text = "Close"
gui1.Enabled = true
end
end)
seekerbutton.Activated:connect(function()
seeker()
end)
hiderbutton.Activated:connect(function()
hider()
end)
👎3🎄3❤🔥2❤1☃1
Игра:muscle legends
loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
👎11👍7👀3☃2❤🔥1🎄1
Игра: Ragdoll Engine
Скрипт:
Скрипт:
loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
👍3❤1❤🔥1🤯1
Игра: Legends of speed
Скрипт:
Скрипт:
loadstring(game:HttpGet(('https://raw.githubusercontent.com/YukiTM/Roblox/main/Legends'),true))()
❤🔥1
Игра: Build a boat for treasure
Скрипт:
Взято с канала @scripts_tapok2
С наступающим новым годом)
Скрипт:
loadstring(game:HttpGet("https://raw.githubusercontent.com/TheEmptynessProject/EmptynessProject/main/index.lua"))()
Взято с канала @scripts_tapok2
С наступающим новым годом)
👎11🎄6❤🔥4👍2
Anime Strike Simulator: Auto Buy, Auto Collect Drops, Auto Attack
Game: Anime Strike Simulator
Status: workloadstring(game:HttpGet('https://ra
w.githubusercontent.com/RSenix3/PrestineHub/refs/heads/main/PrestineHubV1'))()
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥3👍3
На что вам скрипты скриптоюзеры на английском языке название игры
🆒7👎5❤🔥2
Hood Wars: Inf Cash
Game: Hood Wars
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/cnzins1/scripts/refs/heads/main/infmoneyHOODWARSzins"))()
Status: work✔️
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥3
Grimoires Era: Auto Farm, Auto Stats
Game: Grimoires Era
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/Grimoires"))()
Status: work✔️
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2❤🔥1
Soccer Pro: Spam Slide, Spam Kick Ball & More Mobile Script
Game: Soccer Pro
Script:
loadstring(game:HttpGet("https://rawscripts.net/raw/Soccer-Pro-(3v3)-Latvix-Hub-12949", true))()
Status: work✔️
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥4👍1
Roblox: Universal Script
Script:
--discord server: ://discord.gg/samuraa1community
loadstring(game:HttpGet("https://raw.githubusercontent.com/samuraa1/Solara-Hub/refs/heads/main/Solara%20Hub.lua"))()
Status: work✔️
Как по мне лучший универсал скрипт очень хороший😛
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥3❤1
Forwarded from Отзывы ScriptRobox Розыгрыши (💜 | 𝙈𝙚𝙥𝙞𝙡𝙤𝙠 | #ˢᶜʳⁱᵖᵗʳᵒᵇᵒˣ)
Успейте купить себе рекламу или подарить рекламу для близких
Please open Telegram to view this post
VIEW IN TELEGRAM
💘6❤🔥1👍1👎1