سكربتي || 𝗦𝗣
3.6K subscribers
1.23K photos
331 videos
185 files
438 links
Download Telegram
أخطر خبر ممكن ان ينهي حسابك الشخصي!

إصدر نظام lua roblox بأن هنالك سكربت يقوم بأختراق معلوماتك شخصية ورقم هاتفك المرتبط على حسابك في روبلوكس وسرقة الروب الخاص بك

- إشار تسريبات الخاصة بنا إن ذالك يسمى بـ " ويبهوك X " قمنا بتسميته بذالك لأنه يفعل أخطر أشياء لحسابك الشخصي

- فريق Roblox x : لقد كشفنا إن ذالك قد يتعلق الى الهاكات إيضاً وهذه إول مرة تحصل على مستوى الهاكات بسبب زيادة تطور مطورين Lua الحاليين.

- فريق Roblox X : تتعلق إختراق حسابك في روبلوكس بسبب الادوات المشفرة التي يضعها المطورين وفاعل هذا " مجهول "

EN -
The most dangerous news that can terminate your personal account!

The Roblox lua system issued that there is a script that hacks your personal information and your phone number linked to your Roblox account and steals your rob

- according to our leaks, this is called “Webhook Because he does the most dangerous things for your personal account


من قناة The Killer
سكربت القمر لماب بلوكس فروت Blox Fruit
بلوكس فروت


loadstring(game:HttpGet"https://raw.githubusercontent.com/UserDevEthical/Loadstring/main/CokkaHub.lua")()


المفتاح: jM4RGBc4HL
مشهور في التعليقات و مو مشهور في الحساب واو
تفاعل يا اساطير
وين التفاعل؟
يا شباب احد يعرف منين الفأس الي تنمسك في اليد لاني عايز اشتريها الي يعرف وينها يقولي ضروريي
سكربت ماب Natural Disaster Survival

loadstring(game:HttpGet("https://raw.githubusercontent.com/9ur98wh8fjkerbngo12ikontgg/fortnite/main/Natrual%20disasters90iuehfuierhg8e%20gheruigh%20eiugeuigeriugheruigheiugheuigheruighreuig%20euigeugheruiogeruigeuigh"))()
تقييمكم لموقع Semo الجديد؟
سكربت ماب Lumber Tycoon 2

game:HttpGet("https://getexploits.com/cexecution/694139985821192192")
loadstring(game:HttpGet"https://raw.githubusercontent.com/darkxwin/darkxsourcethinkyoutousedarkx/main/darkx")()
سكربت ام ام 2 MM2

loadstring(game:HttpGet("https://egorikusa.space/4f6174894810d8f18adb4675.lua", true))()
للعلم يا شباب موقع Semo لسه اصلا ما خلص و ده نسبة 10 في 100 انو يخلص يعني لسه اصلا شغالين عليه كتير اوي
الكل يدخل الشات بتاعت القناة

https://t.me/chatsphinxrr
واو يا شباب صرنا 250 مشترك في اقل من 15 يوم
سكربت بلوكس فروت Blox Fruit جديد

loadstring(game:HttpGet("https://raw.githubusercontent.com/Memories0912/Experience-Script/main/Gen2Beta.lua"))()
اقوي سكربت تجميع باونتي في بلوكس فروت Blox Fruit

loadstring(game:HttpGet("https://raw.githubusercontent.com/Tsuo7/TsuoHub/main/autobounty"))()
سكربت لفارم البحر كامل في بلوكس فروت Blox Fruit

getgenv().Team = "Pirates"
getgenv().AntiCrash = false
getgenv().BoostFps = false
loadstring(game:HttpGet("https://raw.githubusercontent.com/NGUYENVUDUY1/Super/main/HiruHub.lua"))()
طلب عضو سكربت لماب Underground War 2.0 X

if not run then
-- Killaura script Not mine
loadstring(game:HttpGet("https://raw.githubusercontent.com/sunsworn1020903/sunsworn1020903/main/KillAura"))()
task.wait(5)
end
getgenv().run = true
local LocalPlayer = game:GetService("Players").LocalPlayer
local Character = LocalPlayer.Character
local RootPart = Character.HumanoidRootPart

local Events = game:GetService("ReplicatedStorage").Events
local RemoteEvents = Events.Remote

local AntiCheat = workspace.AntiCheat
local Checks = {
Blue = AntiCheat.Blue,
Red = AntiCheat.Red
}
local Areas = {
Red = CFrame.new(0, 14, 100),
Blue = CFrame.new(0, 14, -100),
Underground = CFrame.new(0,0,0),
Safespot = CFrame.new(0, -5, 0)
}

local function Touch(part)
local OldCFrame = RootPart.CFrame
RootPart.CFrame = part.CFrame
wait(.25)
end

local function isUnderground(Character)
if Character.HumanoidRootPart.Position.Y < 11.7 then
return true
end
return false
end

local function CurrentArea(Player)
local PlayerCharacter = Player.Character
local RootPart = PlayerCharacter:WaitForChild("HumanoidRootPart")
if not isUnderground(PlayerCharacter) then
if RootPart.Position.Z > 0 then
return "Red"
elseif RootPart.Position.Z < 0 then
return "Blue"
end
end
return "Underground"
end
local function TeleportToArea(Area)
RootPart.CFrame = Areas[Area]
wait(.25)
end
local function SwitchArea(NewArea)
local CurrentArea = CurrentArea(LocalPlayer)
if CurrentArea == NewArea then return end
if CurrentArea ~= "Underground" and NewArea ~= "Safespot" then
Touch(Checks[CurrentArea])
end
if NewArea ~= "Underground" and NewArea ~= "Safespot" then
Touch(Checks[NewArea])
end
TeleportToArea(NewArea)
end

local function Shoot(Part)
RemoteEvents.ShotTarget:FireServer("Sniper", Part.Position)
end

local function TeleportTo(Part)
RootPart.CFrame = CFrame.new(Part.Position)
end

local function Goto(Player)
if not Player.Character then return end
local TargetArea = CurrentArea(Player)
SwitchArea(TargetArea)
TeleportTo(Player.Character.HumanoidRootPart)
end
game:GetService("RunService").RenderStepped:Connect(function()
Character = LocalPlayer.Character
RootPart = Character:WaitForChild("HumanoidRootPart")
end)
while wait() do
for i, Player in pairs(game.Players:GetPlayers()) do
if Player.TeamColor.Name == LocalPlayer.TeamColor.Name then continue end
if Player.Character and Player.Character:FindFirstChild("HumanoidRootPart") and Player.Character:WaitForChild("Humanoid").Health > 0 then
if Player.Character:FindFirstChild("ForceField") then continue end
Goto(Player)
task.wait(.7)
SwitchArea("Safespot")
end
end
end
جمعه مباركه للجميع