0% found this document useful (1 vote)
7K views4 pages

Lag Script

This document contains code for creating a GUI interface in Roblox with buttons and labels. The code sets up a screen GUI with buttons labeled "Place 1", "Place 2", and "Start/Stop". Clicking the buttons places parts in the workspace and toggles an infinite loop that moves the player character between the parts. Additional scripts make the buttons visually react to mouse input and display notifications.

Uploaded by

Armando Paredes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
7K views4 pages

Lag Script

This document contains code for creating a GUI interface in Roblox with buttons and labels. The code sets up a screen GUI with buttons labeled "Place 1", "Place 2", and "Start/Stop". Clicking the buttons places parts in the workspace and toggles an infinite loop that moves the player character between the parts. Additional scripts make the buttons visually react to mouse input and display notifications.

Uploaded by

Armando Paredes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

game.

StarterGui:SetCore("SendNotification", {

Title = "Lag script ";

Text = "[Link]/arceus | lixbo";

})

local FarmGUI = [Link]("ScreenGui")


local Button = [Link]("TextButton")
local Bot = [Link]("ImageLabel")
local Top = [Link]("ImageLabel")
local Text = [Link]("TextButton")

[Link] = "FarmGUI"
[Link] = [Link]:WaitForChild("PlayerGui")

[Link] = "Button"
[Link] = FarmGUI
Button.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = 0
[Link] = [Link](0, 0, 0.460567832, 0)
[Link] = [Link](0, 122, 0, 36)
[Link] = [Link]
Button.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "Bot"
[Link] = Button
Bot.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](1, 0, 1, 0)
[Link] = "rbxassetid://2851926732"
Bot.ImageColor3 = [Link](0, 0.709804, 0)
[Link] = [Link]
[Link] = [Link](12, 12, 12, 12)

[Link] = "Top"
[Link] = Button
Top.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0, 0, -0.25, 0)
[Link] = [Link](1, 0, 1, 0)
[Link] = "rbxassetid://2851926732"
Top.ImageColor3 = [Link](0, 0.866667, 0)
[Link] = [Link]
[Link] = [Link](12, 12, 12, 12)

[Link] = "Text"
[Link] = Button
Text.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0, 0, -0.25, 0)
[Link] = [Link](0, 122, 0, 36)
[Link] = [Link]
[Link] = "Place 1"
Text.TextColor3 = [Link](1, 1, 1)
[Link] = 25
function SCRIPT_NVTH90_FAKESCRIPT()
local script = [Link]('LocalScript')
[Link] = Text
db = 1
check = true
local plr = [Link]
repeat wait() until [Link]
local hum = [Link]:WaitForChild("Humanoid")
local root = [Link]:WaitForChild("HumanoidRootPart")
local keyboard = game:GetService("UserInputService")

[Link].MouseButton1Down:Connect(function()
if db == 1 and [Link] == "Place 1" then
db = 2
local part = [Link]("Part")
[Link] = workspace
[Link] = "ExploitPart"
[Link] = [Link](10,50,1)
[Link] = false
[Link] = true
[Link] = 0.5
[Link] = "Neon"
[Link] = [Link]()
[Link] = [Link]
[Link] = "Place 2"
elseif db == 2 and [Link] == "Place 2" then
db = 3
local part1 = [Link]("Part")
[Link] = workspace
[Link] = "ExploitPart1"
[Link] = [Link](10,50,1)
[Link] = false
[Link] = "Neon"
[Link] = 0.5
[Link] = true
[Link] = [Link]()
[Link] = [Link]
[Link] = "Start"
elseif db == 3 and [Link] == "Start" then
check = true
[Link] = "Stop"
while check == true do
[Link] = [Link]
hum:MoveTo([Link])
[Link]:Wait()
[Link] = [Link]
end
wait()
[Link] = "Place 1"
[Link]:Destroy()
workspace.ExploitPart1:Destroy()
db = 1
end
end)

[Link].MouseButton1Down:Connect(function()
if [Link] == "Stop" then
check = false
[Link] = [Link] * [Link](0,10,0)
end
end)

end
[Link]([Link](SCRIPT_NVTH90_FAKESCRIPT))
function SCRIPT_DZKB78_FAKESCRIPT()
local script = [Link]('LocalScript')
[Link] = Text
local top = [Link]:WaitForChild("Top")
local text = [Link]

[Link]:Connect(function()
top.ImageColor3 = [Link](63, 231, 2)
end)

[Link]:Connect(function()
top.ImageColor3 = [Link](0, 221, 0)
end)

text.MouseButton1Down:Connect(function()
top:TweenPosition([Link](0,0,0,0),"In","Quad",0.25,true)
text:TweenPosition([Link](0,0,0,0),"In","Quad",0.25,true)
wait(0.25)
top:TweenPosition([Link](0,0,-0.25,0),"In","Quad",0.25,true)
text:TweenPosition([Link](0,0,-0.25,0),"In","Quad",0.25,true)
end)

end
[Link]([Link](SCRIPT_DZKB78_FAKESCRIPT))
function SCRIPT_DJTF86_FAKESCRIPT()
local script = [Link]('LocalScript')
[Link] = FarmGUI
local NotificationBindable = [Link]("BindableFunction")
[Link] = callback
[Link]:SetCore("SendNotification", {
Title = "Script loaded";
Text = "Made by Alpenidze, Enjoy";
Icon = "[Link]
Duration = 3;
Callback = NotificationBindable;
})

end
[Link]([Link](SCRIPT_DJTF86_FAKESCRIPT))
function SCRIPT_SUTP88_FAKESCRIPT()
local script = [Link]('LocalScript')
[Link] = FarmGUI
local keyboard = game:GetService("UserInputService")
local plr = [Link]
repeat wait() until [Link]
local hum = [Link]:WaitForChild("Humanoid")
local running = false

[Link]:Connect(function(key)
if [Link] == [Link].F3 then
if not running then
running = true
[Link] = 26
else
running = false
[Link] = 16
end
end
end)
end
[Link]([Link](SCRIPT_SUTP88_FAKESCRIPT))

game.StarterGui:SetCore("SendNotification", {
    Title = "Lag script ";
    Text = "discord.gg/arceus | lixbo";
})
local Far
function SCRIPT_NVTH90_FAKESCRIPT()
local script = Instance.new('LocalScript')
script.Parent = Text
db = 1
check = true
local
root.CFrame = root.CFrame * CFrame.new(0,10,0)
end
end)
end
coroutine.resume(coroutine.create(SCRIPT_NVTH90_FAKESCRIPT))
func
hum.WalkSpeed = 26
else
running = false
hum.WalkSpeed = 16
end
end
end)
end
coroutine.resume(coroutine.create(SCRIPT_SUTP88_F

You might also like