Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not game:IsLoaded() then
- local loadedcheck = Instance.new("Message",workspace)
- loadedcheck.Text = 'Loading...'
- game.Loaded:Wait()
- end
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Thank You For Using This Script!";
- Text = "Created by: Luci";
- })
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Cracked User/Bio&Chat Color";
- Text = "Just Press B to enable, press n to enable ChatColor Script "Gamepassed" :ez:";
- })
- -----------------NickName-------------------
- local mouse = game.Players.LocalPlayer:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == 'b' then
- while true do
- local A_1 = "T" ---The User You Want To Put Here-
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
- Event:InvokeServer(A_1)
- wait(.1) ---You can change the time right here-
- local A_1 = "Te" ---The 2nd User you want put it here-
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
- Event:InvokeServer(A_1)
- wait(.1)
- local A_1 = "Tes" ---The 3nd User you want put it here-
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
- Event:InvokeServer(A_1)
- wait(.1)
- local A_1 = "Test" ---The 3nd User you want put it here-
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
- Event:InvokeServer(A_1)
- ---You can put how many commands you want, it will loop by itself-
- end
- end
- end)
- -----------------About-------------------
- local mouse = game.Players.LocalPlayer:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == 'b' then
- while true do
- local A_1 = "T" ---About 1
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
- Event:InvokeServer(A_1)
- wait(.1)
- local A_1 = "T e" ---About 2
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
- Event:InvokeServer(A_1)
- wait(.1)
- local A_1 = "T e s" ---About 3
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
- Event:InvokeServer(A_1)
- wait(.1)
- local A_1 = "T e s t" ---About 4
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
- Event:InvokeServer(A_1)
- wait(.1)
- ---(you can add more and more just by copying the command About right there and paste it right here under the wait() command)
- end
- end
- end)
- -----------------ChatColor "Just For The Onze Who Has The Gamepass"Don't Touch it"-------------------
- local mouse = game.Players.LocalPlayer:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == 'n' then
- while true do
- local A_1 = Color3.new(0.000529412, 0, 0.001)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(1, 0.137589, 0.0984854)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(0.252506, 0.225659, 1)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(1, 0.952428, 0.125755)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(1, 0.567454, 0.0171087)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(1, 0.251439, 0.801013)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- local A_1 = Color3.new(0.531835, 1, 0.676535)
- local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
- Event:FireServer(A_1)
- wait(.1)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement