local ScreenGui = Instance.new("ScreenGui")
local window = Instance.new("Frame")
local title = Instance.new("TextLabel")
local executor = Instance.new("TextButton")
local basic = Instance.new("TextButton")
local soviet = Instance.new("TextButton")
local creds = Instance.new("TextButton")
local executorpage = Instance.new("Frame")
local code = Instance.new("TextBox")
local exe = Instance.new("TextButton")
local clear = Instance.new("TextButton")
local open = Instance.new("TextButton")
local sovietpage = Instance.new("Frame")
local ScrollingFrame = Instance.new("ScrollingFrame")
local TextButton = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextButton_4 = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")
local TextButton_6 = Instance.new("TextButton")
local TextButton_7 = Instance.new("TextButton")
local TextButton_8 = Instance.new("TextButton")
local TextButton_9 = Instance.new("TextButton")
local TextButton_10 = Instance.new("TextButton")
local TextButton_11 = Instance.new("TextButton")
local TextButton_12 = Instance.new("TextButton")
local TextButton_13 = Instance.new("TextButton")
local TextButton_14 = Instance.new("TextButton")
local TextButton_15 = Instance.new("TextButton")
local TextButton_16 = Instance.new("TextButton")
local TextButton_17 = Instance.new("TextButton")
local TextButton_18 = Instance.new("TextButton")
local creditspage = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local scriptspage = Instance.new("Frame")
local code_2 = Instance.new("TextBox")
local button = Instance.new("TextButton")
local button_2 = Instance.new("TextButton")
local button_3 = Instance.new("TextButton")
local button_4 = Instance.new("TextButton")
local button_5 = Instance.new("TextButton")
local button_6 = Instance.new("TextButton")
local button_7 = Instance.new("TextButton")
local minimize = Instance.new("TextButton")
local has = Instance.new("ImageButton")
ScreenGui.Name = "☭"
ScreenGui.Parent = game.CoreGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
window.Name = "window"
window.Parent = ScreenGui
window.BackgroundColor3 = Color3.fromRGB(118, 0, 0)
window.BorderColor3 = Color3.fromRGB(91, 0, 0)
window.BorderSizePixel = 3
window.Position = UDim2.new(0.102806792, 0, 0.215285882, 0)
window.Size = UDim2.new(0, 510, 0, 284)
title.Name = "title"
title.Parent = window
title.BackgroundColor3 = Color3.fromRGB(93, 0, 0)
title.BorderColor3 = Color3.fromRGB(0, 0, 0)
title.BorderSizePixel = 0
title.Size = UDim2.new(0, 510, 0, 46)
title.Font = Enum.Font.Gotham
title.Text = "Project Soviet v1.0"
title.TextColor3 = Color3.fromRGB(118, 0, 0)
title.TextSize = 24.000
title.TextXAlignment = Enum.TextXAlignment.Left
executor.Name = "executor"
executor.Parent = window
executor.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
executor.BorderSizePixel = 0
executor.Position = UDim2.new(0, 0, 0.161971837, 0)
executor.Size = UDim2.new(0, 76, 0, 24)
executor.Font = Enum.Font.Gotham
executor.Text = "Executor"
executor.TextColor3 = Color3.fromRGB(118, 0, 0)
executor.TextSize = 14.000
executor.TextWrapped = true
executor.MouseButton1Down:connect(function()
scriptspage.Visible = false
executorpage.Visible = true
creditspage.Visible = false
sovietpage.Visible = false
end)
basic.Name = "basic"
basic.Parent = window
basic.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
basic.BorderColor3 = Color3.fromRGB(0, 0, 0)
basic.BorderSizePixel = 0
basic.Position = UDim2.new(0.149019614, 0, 0.161971837, 0)
basic.Size = UDim2.new(0, 76, 0, 24)
basic.Font = Enum.Font.Gotham
basic.Text = "Scripts"
basic.TextColor3 = Color3.fromRGB(118, 0, 0)
basic.TextSize = 14.000
basic.TextWrapped = true
basic.MouseButton1Down:connect(function()
scriptspage.Visible = true
executorpage.Visible = false
creditspage.Visible = false
sovietpage.Visible = false
end)
soviet.Name = "soviet"
soviet.Parent = window
soviet.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
soviet.BorderColor3 = Color3.fromRGB(0, 0, 0)
soviet.BorderSizePixel = 0
soviet.Position = UDim2.new(0.298039228, 0, 0.161971837, 0)
soviet.Size = UDim2.new(0, 124, 0, 24)
soviet.Font = Enum.Font.Gotham
soviet.Text = "Soviet Scripts"
soviet.TextColor3 = Color3.fromRGB(118, 0, 0)
soviet.TextSize = 14.000
soviet.TextWrapped = true
soviet.MouseButton1Down:connect(function()
scriptspage.Visible = false
executorpage.Visible = false
creditspage.Visible = false
sovietpage.Visible = true
end)
creds.Name = "creds"
creds.Parent = window
creds.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
creds.BorderColor3 = Color3.fromRGB(0, 0, 0)
creds.BorderSizePixel = 0
creds.Position = UDim2.new(0.541176498, 0, 0.161971837, 0)
creds.Size = UDim2.new(0, 76, 0, 24)
creds.Font = Enum.Font.Gotham
creds.Text = "Credits"
creds.TextColor3 = Color3.fromRGB(118, 0, 0)
creds.TextSize = 14.000
creds.TextWrapped = true
creds.MouseButton1Down:connect(function()
scriptspage.Visible = false
executorpage.Visible = false
creditspage.Visible = true
sovietpage.Visible = false
end)
executorpage.Name = "executorpage"
executorpage.Parent = window
executorpage.Active = true
executorpage.BackgroundColor3 = Color3.fromRGB(191, 0, 0)
executorpage.BorderColor3 = Color3.fromRGB(0, 0, 0)
executorpage.BorderSizePixel = 0
executorpage.Position = UDim2.new(0, 0, 0.246478871, 0)
executorpage.Size = UDim2.new(0, 510, 0, 214)
executorpage.Visible = false
code.Name = "code"
code.Parent = executorpage
code.BackgroundColor3 = Color3.fromRGB(166, 0, 0)
code.BorderColor3 = Color3.fromRGB(118, 0, 0)
code.BorderSizePixel = 0
code.Size = UDim2.new(0, 415, 0, 214)
code.ClearTextOnFocus = false
code.Font = Enum.Font.RobotoMono
code.MultiLine = true
code.Text = ""
code.TextColor3 = Color3.fromRGB(118, 0, 0)
code.TextSize = 12.000
code.TextWrapped = true
code.TextXAlignment = Enum.TextXAlignment.Left
code.TextYAlignment = Enum.TextYAlignment.Top
exe.Name = "exe"
exe.Parent = executorpage
exe.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
exe.BorderColor3 = Color3.fromRGB(0, 0, 0)
exe.BorderSizePixel = 0
exe.Position = UDim2.new(0.825490177, 0, 0, 0)
exe.Size = UDim2.new(0, 89, 0, 70)
exe.Font = Enum.Font.Gotham
exe.Text = "Execute"
exe.TextColor3 = Color3.fromRGB(118, 0, 0)
exe.TextSize = 14.000
exe.TextWrapped = true
exe.MouseButton1Down:connect(function()
loadstring(code.Text)()
end)
clear.Name = "clear"
clear.Parent = executorpage
clear.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
clear.BorderSizePixel = 0
clear.Position = UDim2.new(0.825490177, 0, 0.33644861, 0)
clear.Size = UDim2.new(0, 89, 0, 70)
clear.Font = Enum.Font.Gotham
clear.Text = "Clear"
clear.TextColor3 = Color3.fromRGB(118, 0, 0)
clear.TextSize = 14.000
clear.TextWrapped = true
clear.MouseButton1Down:connect(function()
code.Text = " "
end)
open.Name = "open"
open.Parent = executorpage
open.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
open.BorderColor3 = Color3.fromRGB(0, 0, 0)
open.BorderSizePixel = 0
open.Position = UDim2.new(0.825490177, 0, 0.67289722, 0)
open.Size = UDim2.new(0, 89, 0, 70)
open.Font = Enum.Font.Gotham
open.Text = "Script Hub"
open.TextColor3 = Color3.fromRGB(118, 0, 0)
open.TextSize = 14.000
open.TextWrapped = true
open.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
sovietpage.Name = "sovietpage"
sovietpage.Parent = window
sovietpage.BackgroundColor3 = Color3.fromRGB(191, 0, 0)
sovietpage.BorderColor3 = Color3.fromRGB(0, 0, 0)
sovietpage.BorderSizePixel = 0
sovietpage.Position = UDim2.new(0, 0, 0.246478871, 0)
sovietpage.Size = UDim2.new(0, 510, 0, 214)
sovietpage.Visible = false
ScrollingFrame.Parent = sovietpage
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(191, 0, 0)
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Size = UDim2.new(0, 510, 0, 214)
TextButton.Parent = ScrollingFrame
TextButton.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.0117647061, 0, 0.0358036086, 0)
TextButton.Size = UDim2.new(0, 241, 0, 24)
TextButton.Font = Enum.Font.Gotham
TextButton.Text = "Sing Soviet Anthem"
TextButton.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextButton.MouseButton1Down:connect(function()
-- Lyrics
local lyrics = {
"An unbreakable union of free republics,",
"Great Russia has been sealed forever.",
"Long live, the creation by the people's will,",
"The united, mighty Soviet Union!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"The Party of Lenin – the strength of the people,",
"Leads us to the triumph of Communism!",
"Through storms, the sun of freedom shone on us,",
"And Great Lenin illuminated our path.",
"To a righteous cause, he raised the people",
"To labor and achievements, we were inspired!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"The Party of Lenin – the strength of the people,",
"Leads us to the triumph of Communism!",
"In the victory of Communism's immortal ideas,",
"We see the future of our country!",
"And to the red banner of the glorious Motherland,",
"We will always be devotedly true!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"The Party of Lenin – the strength of the people,",
"Leads us to the triumph of Communism!",
}
-- Chat function
local function singLyrics()
for _, lyric in ipairs(lyrics) do
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
wait(2.5) -- Adjust the delay as desired
end
end
-- Start singing
singLyrics()
end)
TextButton_2.Parent = ScrollingFrame
TextButton_2.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0.483999997, 0, 0.0350000001, 0)
TextButton_2.Size = UDim2.new(0, 241, 0, 24)
TextButton_2.Font = Enum.Font.Gotham
TextButton_2.Text = "Chat Propaganda"
TextButton_2.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_2.TextSize = 14.000
TextButton_2.TextWrapped = true
TextButton_2.MouseButton1Down:connect(function()
local function say(thing)
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
end
local Phrases = {
"Join the Communists in the Revolution, and lead us to glory!",
"Stomp on the stinky Capitalist offensive and join the Communists!",
"Workers of the World Unite, you have nothing to lose but your chains!",
"Long live Communism, for our bright future!",
"COMMUNISM, The Bright future.",
"Work for the future!",
"We shall give peace, land, and bread to the world!",
"Capitalism is Imperialist and corrupt, join the world of Communism to truly be free!",
"Russia, thriving since 1917, come and join in!",
"The land of Communism is the land of true freedom!",
}
while TextButton.Active == true do
say(Phrases[math.random(1, #Phrases)])
wait(3)
end
end)
TextButton_3.Parent = ScrollingFrame
TextButton_3.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.BorderSizePixel = 0
TextButton_3.Position = UDim2.new(0.0117647061, 0, 0.108990394, 0)
TextButton_3.Size = UDim2.new(0, 241, 0, 24)
TextButton_3.Font = Enum.Font.Gotham
TextButton_3.Text = "Spam Recruit"
TextButton_3.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_3.TextSize = 14.000
TextButton_3.TextWrapped = true
TextButton_3.MouseButton1Down:connect(function()
while true do wait (1.5)
local args = {
[1] = "Join the Revolution against the Roblox Capitalists and save Roblox with true freedom!",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
end
end)
TextButton_4.Parent = ScrollingFrame
TextButton_4.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.BorderSizePixel = 0
TextButton_4.Position = UDim2.new(0.483999997, 0, 0.108000003, 0)
TextButton_4.Size = UDim2.new(0, 241, 0, 24)
TextButton_4.Font = Enum.Font.Gotham
TextButton_4.Text = "Fling Capitalist Scum"
TextButton_4.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_4.TextSize = 14.000
TextButton_4.TextWrapped = true
TextButton_4.MouseButton1Down:connect(function()
local args = {
[1] = "Take this dirty capitalist!",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
wait(1)
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Targets = code_2.Text
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local AllBool = false
local GetPlayer = function(Name)
Name = Name:lower()
if Name == "all" or Name == "others" then
AllBool = true
return
elseif Name == "random" then
local GetPlayers = Players:GetPlayers()
if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
return GetPlayers[math.random(#GetPlayers)]
elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
for _,x in next, Players:GetPlayers() do
if x ~= Player then
if x.Name:lower():match("^"..Name) then
return x;
elseif x.DisplayName:lower():match("^"..Name) then
return x;
end
end
end
else
return
end
end
local Message = function(_Title, _Text, Time)
print(_Title)
print(_Text)
print(Time)
end
local SkidFling = function(TargetPlayer)
local Character = Player.Character
local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
local RootPart = Humanoid and Humanoid.RootPart
local TCharacter = TargetPlayer.Character
local THumanoid
local TRootPart
local THead
local Accessory
local Handle
if TCharacter:FindFirstChildOfClass("Humanoid") then
THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
end
if THumanoid and THumanoid.RootPart then
TRootPart = THumanoid.RootPart
end
if TCharacter:FindFirstChild("Head") then
THead = TCharacter.Head
end
if TCharacter:FindFirstChildOfClass("Accessory") then
Accessory = TCharacter:FindFirstChildOfClass("Accessory")
end
if Accessoy and Accessory:FindFirstChild("Handle") then
Handle = Accessory.Handle
end
if Character and Humanoid and RootPart then
if RootPart.Velocity.Magnitude < 50 then
getgenv().OldPos = RootPart.CFrame
end
if THumanoid and THumanoid.Sit and not AllBool then
end
if THead then
workspace.CurrentCamera.CameraSubject = THead
elseif not THead and Handle then
workspace.CurrentCamera.CameraSubject = Handle
elseif THumanoid and TRootPart then
workspace.CurrentCamera.CameraSubject = THumanoid
end
if not TCharacter:FindFirstChildWhichIsA("BasePart") then
return
end
local FPos = function(BasePart, Pos, Ang)
RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
end
local SFBasePart = function(BasePart)
local TimeToWait = 2
local Time = tick()
local Angle = 0
repeat
if RootPart and THumanoid then
if BasePart.Velocity.Magnitude < 50 then
Angle = Angle + 100
FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
else
FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
task.wait()
end
else
break
end
until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait
end
workspace.FallenPartsDestroyHeight = 0/0
local BV = Instance.new("BodyVelocity")
BV.Name = "EpixVel"
BV.Parent = RootPart
BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
if TRootPart and THead then
if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
SFBasePart(THead)
else
SFBasePart(TRootPart)
end
elseif TRootPart and not THead then
SFBasePart(TRootPart)
elseif not TRootPart and THead then
SFBasePart(THead)
elseif not TRootPart and not THead and Accessory and Handle then
SFBasePart(Handle)
else
end
BV:Destroy()
Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
workspace.CurrentCamera.CameraSubject = Humanoid
repeat
RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
Humanoid:ChangeState("GettingUp")
table.foreach(Character:GetChildren(), function(_, x)
if x:IsA("BasePart") then
x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
end
end)
task.wait()
until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
workspace.FallenPartsDestroyHeight = getgenv().FPDH
else
end
end
getgenv().Welcome = true
if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
if AllBool then
for _,x in next, Players:GetPlayers() do
SkidFling(x)
end
end
for _,x in next, Targets do
if GetPlayer(x) and GetPlayer(x) ~= Player then
if GetPlayer(x).UserId ~= 1414978355 then
local TPlayer = GetPlayer(x)
if TPlayer then
SkidFling(TPlayer)
end
else
end
elseif not GetPlayer(x) and not AllBool then
end
end
end)
TextButton_5.Parent = ScrollingFrame
TextButton_5.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.BorderSizePixel = 0
TextButton_5.Position = UDim2.new(0.483999997, 0, 0.184, 0)
TextButton_5.Size = UDim2.new(0, 241, 0, 24)
TextButton_5.Font = Enum.Font.Gotham
TextButton_5.Text = "Chat Soviet Chant"
TextButton_5.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_5.TextSize = 14.000
TextButton_5.TextWrapped = true
TextButton_5.MouseButton1Down:connect(function()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Workers of the world, Unite!", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("We shall fix the cruel capitalist world one by one!", "ALL")
end)
TextButton_6.Parent = ScrollingFrame
TextButton_6.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.BorderSizePixel = 0
TextButton_6.Position = UDim2.new(0.0117647061, 0, 0.185270503, 0)
TextButton_6.Size = UDim2.new(0, 241, 0, 24)
TextButton_6.Font = Enum.Font.Gotham
TextButton_6.Text = "Fling Every Imperial Western"
TextButton_6.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_6.TextSize = 14.000
TextButton_6.TextWrapped = true
TextButton_6.MouseButton1Down:connect(function()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Soldiers,", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ATTACK!", "ALL")
wait(2)
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
TextButton_7.Parent = ScrollingFrame
TextButton_7.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.BorderSizePixel = 0
TextButton_7.Position = UDim2.new(0.0117647061, 0, 0.25839147, 0)
TextButton_7.Size = UDim2.new(0, 241, 0, 24)
TextButton_7.Font = Enum.Font.Gotham
TextButton_7.Text = "Soviet Sword"
TextButton_7.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_7.TextSize = 14.000
TextButton_7.TextWrapped = true
TextButton_7.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
TextButton_8.Parent = ScrollingFrame
TextButton_8.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.BorderSizePixel = 0
TextButton_8.Position = UDim2.new(0.483999997, 0, 0.257999986, 0)
TextButton_8.Size = UDim2.new(0, 241, 0, 24)
TextButton_8.Font = Enum.Font.Gotham
TextButton_8.Text = "Glitch Sound"
TextButton_8.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_8.TextSize = 14.000
TextButton_8.TextWrapped = true
TextButton_8.MouseButton1Down:connect(function()
local duration = 999999 -- integer only, no decimals
if game:GetService("SoundService").RespectFilteringEnabled then return end
local sounds = {}
for i,v in pairs(Game:GetDescendants()) do
if v:IsA("Sound") then
table.insert(sounds,v)
end
end
local con = Game.DescendantAdded:Connect(function(v)
if v:IsA("Sound") then
table.insert(sounds,v)
end
end)
wait(.1)
local start = math.floor(tick())
repeat
for i,v in pairs(sounds) do
v:Play()
v.TimePosition = math.random(0,v.TimeLength * 1000)/1000
task.wait()
end
until math.floor(tick()) == start + duration
con:Disconnect()
for i,v in pairs(sounds) do
v:Stop()
end
end)
TextButton_9.Parent = ScrollingFrame
TextButton_9.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.BorderSizePixel = 0
TextButton_9.Position = UDim2.new(0.483999997, 0, 0.329084158, 0)
TextButton_9.Size = UDim2.new(0, 241, 0, 24)
TextButton_9.Font = Enum.Font.Gotham
TextButton_9.Text = "Chant Slogan"
TextButton_9.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_9.TextSize = 14.000
TextButton_9.TextWrapped = true
TextButton_9.MouseButton1Down:connect(function()
while true do
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("WE WANT PEACE!", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("WE WANT LAND!", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("WE WANT BREAD!", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("WE WANT SOCIALISM!!!", "ALL")
wait(2)
end
end)
TextButton_10.Parent = ScrollingFrame
TextButton_10.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.BorderSizePixel = 0
TextButton_10.Position = UDim2.new(0.0117647061, 0, 0.329867065, 0)
TextButton_10.Size = UDim2.new(0, 241, 0, 24)
TextButton_10.Font = Enum.Font.Gotham
TextButton_10.Text = "Client Soviet Particles"
TextButton_10.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_10.TextSize = 14.000
TextButton_10.TextWrapped = true
TextButton_10.MouseButton1Down:connect(function()
for i, v in pairs(game.Players:GetChildren()) do
emit = Instance.new("ParticleEmitter")
emit.Parent = v.Character.Torso
emit.Texture = "http://[Log in to view URL]"
emit.VelocitySpread = 20
end
for i, v in pairs(game.Players:GetChildren()) do
emit = Instance.new("ParticleEmitter")
emit.Parent = v.Character.Torso
emit.Texture = "http://[Log in to view URL]"
emit.VelocitySpread = 20
end
for i, v in pairs(game.Players:GetChildren()) do
emit = Instance.new("ParticleEmitter")
emit.Parent = v.Character.Torso
emit.Texture = "http://[Log in to view URL]"
emit.VelocitySpread = 20
end
end)
TextButton_11.Parent = ScrollingFrame
TextButton_11.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_11.BorderSizePixel = 0
TextButton_11.Position = UDim2.new(0.483999997, 0, 0.40200001, 0)
TextButton_11.Size = UDim2.new(0, 241, 0, 24)
TextButton_11.Font = Enum.Font.Gotham
TextButton_11.Text = "Praise our Leaders"
TextButton_11.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_11.TextSize = 14.000
TextButton_11.TextWrapped = true
TextButton_11.MouseButton1Down:connect(function()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I praise my glorious leaders of the Soviets! Hail our fatherland!", "ALL")
end)
TextButton_12.Parent = ScrollingFrame
TextButton_12.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_12.BorderSizePixel = 0
TextButton_12.Position = UDim2.new(0.0117647061, 0, 0.402724802, 0)
TextButton_12.Size = UDim2.new(0, 241, 0, 24)
TextButton_12.Font = Enum.Font.Gotham
TextButton_12.Text = "Spy on Capitalist Scum"
TextButton_12.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_12.TextSize = 14.000
TextButton_12.TextWrapped = true
TextButton_12.MouseButton1Down:connect(function()
if TextButton_12.Text == "Spy on Capitalist Scum" then
workspace.CurrentCamera.CameraSubject = code_2.Text
TextButton_12.Text = "Stop Spying"
else
workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer
TextButton_12.Text = "Spy on Capitalist Scum"
end
end)
TextButton_13.Parent = ScrollingFrame
TextButton_13.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_13.BorderSizePixel = 0
TextButton_13.Position = UDim2.new(0.0117647061, 0, 0.487692565, 0)
TextButton_13.Size = UDim2.new(0, 241, 0, 24)
TextButton_13.Font = Enum.Font.Gotham
TextButton_13.Text = "Remote2Script"
TextButton_13.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_13.TextSize = 14.000
TextButton_13.TextWrapped = true
TextButton_13.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
TextButton_14.Parent = ScrollingFrame
TextButton_14.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_14.BorderSizePixel = 0
TextButton_14.Position = UDim2.new(0.483999997, 0, 0.488000005, 0)
TextButton_14.Size = UDim2.new(0, 241, 0, 24)
TextButton_14.Font = Enum.Font.Gotham
TextButton_14.Text = "Sing The Internationale"
TextButton_14.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_14.TextSize = 14.000
TextButton_14.TextWrapped = true
TextButton_14.MouseButton1Down:connect(function()
-- Lyrics
local lyrics = {
"Stand up, ones who are branded by the curse,",
"All the world's starving and enslaved!",
"Our outraged minds are boiling,",
"Ready to lead us into a deadly fight.",
"We will destroy this world of violence,",
"Down to the foundations, and then we will build our new world.",
"He who was nothing will become everything!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"No one will grant us deliverance,",
"Not god, not tsar, nor hero.",
"We will win our liberation,",
"With our very own hands.",
"To throw down oppression with a skilled hand,",
"To take back what is ours — fire up the furnace and hammer boldly,",
"while the iron is still hot!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"You've sucked enough of our blood, you vampires, with prison, taxes and poverty!",
"You have all the power, all the blessings of the world, and our rights are but an empty sound!",
"We'll make our own lives in a different way",
"And here is our battle cry:",
"All the power to the people of labour!",
"And away with all the parasites!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"Contemptible you are in your wealth,",
"You kings of coal and steel!",
"You had your thrones, parasites, at our backs erected.",
"All the factories, all the chambers",
"All were made by our hands.",
"It's time! We demand the return",
"Of that which was stolen from us.",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"Enough of the will of kings,",
"Stupefying us into the haze of war!",
"War to the tyrants! Peace to the people!",
"Go on strike, sons of the army!",
"And if the tyrants tell us, to fall heroically in battle for them,",
"Then, murderers, we will point",
"The muzzles of our cannons at you!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"Only we, the workers of the worldwide",
"Great army of labor, have the right to own the land,",
"But the parasites — never!",
"And if the great thunder rolls over the pack of dogs and executioners,",
"For us, the sun will forever shine on with its fiery beams.",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
"This is our final and decisive battle, With the Internationale humanity will rise up!",
}
-- Chat function
local function singLyrics()
for _, lyric in ipairs(lyrics) do
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
wait(2.5) -- Adjust the delay as desired
end
end
-- Start singing
singLyrics()
end)
TextButton_15.Parent = ScrollingFrame
TextButton_15.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_15.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_15.BorderSizePixel = 0
TextButton_15.Position = UDim2.new(0.483999997, 0, 0.578803778, 0)
TextButton_15.Size = UDim2.new(0, 241, 0, 24)
TextButton_15.Font = Enum.Font.Gotham
TextButton_15.Text = "Sing Soviet Anthem (Stalinist)"
TextButton_15.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_15.TextSize = 14.000
TextButton_15.TextWrapped = true
TextButton_15.MouseButton1Down:connect(function()
-- Lyrics
local lyrics = {
"An unbreakable union of free republics,",
"The Great Rus' has sealed forever.",
"Long live, the creation by the people's will,",
"The united, mighty Soviet Union!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"Banner of the Soviets, the banner of the people,",
"May it lead from victory to victory!",
"Through storms, the sun of freedom shone on us,",
"And Great Lenin illuminated our path.",
"StaIin taught us to be faithful to the people,",
"To labor and achievements, we were inspired!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"Banner of the Soviets, the banner of the people,",
"May it lead from victory to victory!",
"We raised our Army in battles,",
"And swept the vile invaders from the path!",
"In battles, we determine the fate of generations,",
"We bring glory to our Fatherland!",
"Be glorified, our free motherland,",
"Reliable stronghold of the people's friendship!",
"Banner of the Soviets, the banner of the people,",
"May it lead from victory to victory!",
}
-- Chat function
local function singLyrics()
for _, lyric in ipairs(lyrics) do
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
wait(2.5) -- Adjust the delay as desired
end
end
-- Start singing
singLyrics()
end)
TextButton_16.Parent = ScrollingFrame
TextButton_16.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_16.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_16.BorderSizePixel = 0
TextButton_16.Position = UDim2.new(0.0117647061, 0, 0.578188896, 0)
TextButton_16.Size = UDim2.new(0, 241, 0, 24)
TextButton_16.Font = Enum.Font.Gotham
TextButton_16.Text = "Chat Simpsons Quote"
TextButton_16.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_16.TextSize = 14.000
TextButton_16.TextWrapped = true
TextButton_16.MouseButton1Down:connect(function()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Russia: The Soviet Union will be pleased to offer amnesty to your wayward wessel.", "ALL")
wait(3)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("USA: The Sovier Union? I thought you guys broke up!", "ALL")
wait(3)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Russia: Yes, that's what we wanted you to think!", "ALL")
wait(2)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("USSR: AHAHAHAHAHAHAHA!", "ALL")
end)
TextButton_17.Parent = ScrollingFrame
TextButton_17.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_17.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_17.BorderSizePixel = 0
TextButton_17.Position = UDim2.new(0.0117647061, 0, 0.656377792, 0)
TextButton_17.Size = UDim2.new(0, 241, 0, 24)
TextButton_17.Font = Enum.Font.Gotham
TextButton_17.Text = "Chat Announcement"
TextButton_17.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_17.TextSize = 14.000
TextButton_17.TextWrapped = true
TextButton_17.MouseButton1Down:connect(function()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Dear Robloxians,", "ALL")
wait(1)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Communism is now freeing your server.", "ALL")
wait(2)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("We want you to not be afraid, and let us inside the server.", "ALL")
wait(3)
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Thanks, The Revolutionary Front.", "ALL")
end)
TextButton_18.Parent = ScrollingFrame
TextButton_18.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
TextButton_18.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_18.BorderSizePixel = 0
TextButton_18.Position = UDim2.new(0.483999997, 0, 0.656000018, 0)
TextButton_18.Size = UDim2.new(0, 241, 0, 24)
TextButton_18.Font = Enum.Font.Gotham
TextButton_18.Text = "Spam Private Chat"
TextButton_18.TextColor3 = Color3.fromRGB(118, 0, 0)
TextButton_18.TextSize = 14.000
TextButton_18.TextWrapped = true
TextButton_18.MouseButton1Down:connect(function()
for i,v in pairs(GetPlayer(code_2.Text))do
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
wait(0.5)
end
end)
creditspage.Name = "creditspage"
creditspage.Parent = window
creditspage.BackgroundColor3 = Color3.fromRGB(191, 0, 0)
creditspage.BorderColor3 = Color3.fromRGB(0, 0, 0)
creditspage.BorderSizePixel = 0
creditspage.Position = UDim2.new(0, 0, 0.246478871, 0)
creditspage.Size = UDim2.new(0, 510, 0, 214)
TextLabel.Parent = creditspage
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Size = UDim2.new(0, 510, 0, 214)
TextLabel.Font = Enum.Font.Gotham
TextLabel.Text = "Project Soviet is created by OrzScript, SOVIET !!!"
TextLabel.TextColor3 = Color3.fromRGB(118, 0, 0)
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
scriptspage.Name = "scriptspage"
scriptspage.Parent = window
scriptspage.BackgroundColor3 = Color3.fromRGB(191, 0, 0)
scriptspage.BorderColor3 = Color3.fromRGB(0, 0, 0)
scriptspage.BorderSizePixel = 0
scriptspage.Position = UDim2.new(0, 0, 0.246478871, 0)
scriptspage.Size = UDim2.new(0, 510, 0, 214)
scriptspage.Visible = false
code_2.Name = "code"
code_2.Parent = scriptspage
code_2.BackgroundColor3 = Color3.fromRGB(166, 0, 0)
code_2.BorderColor3 = Color3.fromRGB(118, 0, 0)
code_2.BorderSizePixel = 0
code_2.Position = UDim2.new(0.529411793, 0, 0.0887850448, 0)
code_2.Size = UDim2.new(0, 232, 0, 15)
code_2.ClearTextOnFocus = false
code_2.Font = Enum.Font.Gotham
code_2.MultiLine = true
code_2.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
code_2.PlaceholderText = "Input"
code_2.Text = ""
code_2.TextColor3 = Color3.fromRGB(118, 0, 0)
code_2.TextSize = 12.000
code_2.TextWrapped = true
code_2.TextYAlignment = Enum.TextYAlignment.Top
button.Name = "button"
button.Parent = scriptspage
button.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button.BorderColor3 = Color3.fromRGB(0, 0, 0)
button.BorderSizePixel = 0
button.Position = UDim2.new(0.0117647061, 0, 0.0451494008, 0)
button.Size = UDim2.new(0, 241, 0, 24)
button.Font = Enum.Font.Gotham
button.Text = "Set Walkspeed"
button.TextColor3 = Color3.fromRGB(118, 0, 0)
button.TextSize = 14.000
button.TextWrapped = true
button.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = code_2.Text
end)
button_2.Name = "button"
button_2.Parent = scriptspage
button_2.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_2.BorderSizePixel = 0
button_2.Position = UDim2.new(0.0117647061, 0, 0.180663422, 0)
button_2.Size = UDim2.new(0, 241, 0, 24)
button_2.Font = Enum.Font.Gotham
button_2.Text = "Set JumpHeight"
button_2.TextColor3 = Color3.fromRGB(118, 0, 0)
button_2.TextSize = 14.000
button_2.TextWrapped = true
button_2.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpHeight = code_2.Text
end)
button_3.Name = "button"
button_3.Parent = scriptspage
button_3.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_3.BorderSizePixel = 0
button_3.Position = UDim2.new(0.511764705, 0, 0.180663422, 0)
button_3.Size = UDim2.new(0, 241, 0, 24)
button_3.Font = Enum.Font.Gotham
button_3.Text = "Set Spam"
button_3.TextColor3 = Color3.fromRGB(118, 0, 0)
button_3.TextSize = 14.000
button_3.TextWrapped = true
button_3.MouseButton1Down:connect(function()
while true do wait (1.5)
local args = {
[1] = (code_2.Text),
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
end
end)
button_4.Name = "button"
button_4.Parent = scriptspage
button_4.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_4.BorderSizePixel = 0
button_4.Position = UDim2.new(0.0117647061, 0, 0.325523317, 0)
button_4.Size = UDim2.new(0, 241, 0, 24)
button_4.Font = Enum.Font.Gotham
button_4.Text = "Set Health"
button_4.TextColor3 = Color3.fromRGB(118, 0, 0)
button_4.TextSize = 14.000
button_4.TextWrapped = true
button_4.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.Health = code_2.Text
end)
button_5.Name = "button"
button_5.Parent = scriptspage
button_5.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_5.BorderSizePixel = 0
button_5.Position = UDim2.new(0.511764705, 0, 0.325523317, 0)
button_5.Size = UDim2.new(0, 241, 0, 24)
button_5.Font = Enum.Font.Gotham
button_5.Text = "Explorer"
button_5.TextColor3 = Color3.fromRGB(118, 0, 0)
button_5.TextSize = 14.000
button_5.TextWrapped = true
button_5.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end)
button_6.Name = "button"
button_6.Parent = scriptspage
button_6.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_6.BorderSizePixel = 0
button_6.Position = UDim2.new(0.0117646763, 0, 0.479728907, 0)
button_6.Size = UDim2.new(0, 496, 0, 24)
button_6.Font = Enum.Font.Gotham
button_6.Text = "Fly"
button_6.TextColor3 = Color3.fromRGB(118, 0, 0)
button_6.TextSize = 14.000
button_6.TextWrapped = true
button_6.MouseButton1Down:connect(function()
loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
end)
button_7.Name = "button"
button_7.Parent = scriptspage
button_7.BackgroundColor3 = Color3.fromRGB(94, 0, 0)
button_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
button_7.BorderSizePixel = 0
button_7.Position = UDim2.new(0.0117647061, 0, 0.657298982, 0)
button_7.Size = UDim2.new(0, 496, 0, 24)
button_7.Font = Enum.Font.Gotham
button_7.Text = "HappyMod Fly"
button_7.TextColor3 = Color3.fromRGB(118, 0, 0)
button_7.TextSize = 14.000
button_7.TextWrapped = true
button_7.MouseButton1Down:connect(function()
_G.infinjump = true local Player = game:GetService("Players").LocalPlayer local Mouse = Player:GetMouse() Mouse.KeyDown:connect(function(k) if _G.infinjump then if k:byte() == 32 then Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid") Humanoid:ChangeState("Jumping") wait(0.1) Humanoid:ChangeState("Seated") end end end) local Player = game:GetService("Players").LocalPlayer local Mouse = Player:GetMouse() Mouse.KeyDown:connect(function(k) k = k:lower() if k == "f" then if _G.infinjump == true then _G.infinjump = false else _G.infinjump = true end end end)
end)
minimize.Name = "minimize"
minimize.Parent = window
minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
minimize.BackgroundTransparency = 1.000
minimize.BorderColor3 = Color3.fromRGB(0, 0, 0)
minimize.BorderSizePixel = 0
minimize.Position = UDim2.new(0.880392134, 0, 0, 0)
minimize.Size = UDim2.new(0, 61, 0, 46)
minimize.Font = Enum.Font.GothamBold
minimize.Text = "-"
minimize.TextColor3 = Color3.fromRGB(118, 0, 0)
minimize.TextSize = 68.000
minimize.MouseButton1Down:connect(function()
window.Visible = false
has.Visible = true
end)
has.Name = "has"
has.Parent = ScreenGui
has.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
has.BackgroundTransparency = 1.000
has.BorderColor3 = Color3.fromRGB(0, 0, 0)
has.BorderSizePixel = 0
has.Position = UDim2.new(0.0117493477, 0, 0.871645331, 0)
has.Size = UDim2.new(0, 57, 0, 58)
has.Visible = false
has.Image = "http://[Log in to view URL]"
has.MouseButton1Down:connect(function()
window.Visible = true
has.Visible = false
end)
-- Scripts:
local function SSGCZB_fake_script() -- window.Dragify
local script = Instance.new('LocalScript', window)
local UserInputService = game:GetService("UserInputService")
local gui = script.Parent
local dragging
local dragInput
local dragStart
local startPos
local function update(input)
local delta = input.Position - dragStart
gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
gui.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = gui.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
gui.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
UserInputService.InputChanged:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
end
coroutine.wrap(SSGCZB_fake_script)()
To embed this project on your website, copy the following code and paste it into your website's HTML: