Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- __ __ __
- / //_/_____ _____ / /____ ___
- / ,< / __/ // / _ \/ __/ _ \/ _ \
- /_/|_/_/ \_, / .__/\__/\___/_//_/
- /___/_/
- > Chat-Based Commands! | OPEN-SOURCED
- ]]
- print("> Chat-Based Commands! | OPEN-SOURCED")
- --[] Protection Scripts [1]
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20GUI%20Detection.lua"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Instance%20Detector.lua"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/AntiChatLogger.lua"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Better%20Chat.lua"))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Auto%20Kick%20Rejoin.lua"))()
- loadstring(game:HttpGet("https://pastebin.com/raw/gsxvWvnj"))()
- loadstring(game:HttpGet("https://paste-drop.com/raw/igi4kFS3Ol"))()
- --[] Protection Scripts [2]
- function ProtectionScripts2()
- loadstring(game:HttpGet(""))()
- end
- --[] Actual Code
- game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
- local split = chat:split(" ")
- if split[1] == ".walkspeed" and split[2] ~= nil and tonumber(split[2]) ~= nil then
- game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = tonumber(split[2])
- else
- if split[2] == nil then
- game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = 16
- end
- end
- end)
- game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
- local split = chat:split(" ")
- if split[1] == ".jumppower" and split[2] ~= nil and tonumber(split[2]) ~= nil then
- game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").JumpPower = tonumber(split[2])
- else
- if not split[2] then
- game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").JumpPower = 50
- end
- end
- end)
- game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
- local split = chat:split(" ")
- if split[1] == ".fov" and split[2] ~= nil and tonumber(split[2]) ~= nil then
- workspace.CurrentCamera.FieldOfView = tonumber(split[2])
- else
- if not split[2] then
- workspace.CurrentCamera.FieldOfView = 70
- end
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(chat)
- if chat == ".fling all" then
- loadstring(game:HttpGet(''))()
- elseif chat == ".fling others" then
- loadstring(game:HttpGet('https://pastebin.com/raw/zqyDSUWX'))()
- elseif chat == ".fling random" then
- loadstring(game:HttpGet('https://pastebin.com/raw/1FaK0DnK'))()
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(chat)
- if chat == ".antifling" then
- loadstring(game:HttpGet("https://pastebin.com/raw/h8sLkBP0"))()
- elseif chat == ".antifling2" then
- loadstring(game:HttpGet("https://pastebin.com/raw/tMHP76Ex"))()
- elseif chat == ".antifling3" then
- loadstring(game:HttpGet("https://pastebin.com/raw/DVJUMC9j"))()
- elseif chat == ".antifling4" then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Fling.lua"))()
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(chat)
- if chat == ".antitoolkill" then
- loadstring(game:HttpGet('https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Tool%20Kill.lua'))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment