LynXS_

Untitled

May 29th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. --[[
  2. __ __ __
  3. / //_/_____ _____ / /____ ___
  4. / ,< / __/ // / _ \/ __/ _ \/ _ \
  5. /_/|_/_/ \_, / .__/\__/\___/_//_/
  6. /___/_/
  7.  
  8. > Chat-Based Commands! | OPEN-SOURCED
  9. ]]
  10. print("> Chat-Based Commands! | OPEN-SOURCED")
  11. --[] Protection Scripts [1]
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20GUI%20Detection.lua"))()
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Instance%20Detector.lua"))()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/AntiChatLogger.lua"))()
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Better%20Chat.lua"))()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Auto%20Kick%20Rejoin.lua"))()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/gsxvWvnj"))()
  18. loadstring(game:HttpGet("https://paste-drop.com/raw/igi4kFS3Ol"))()
  19.  
  20. --[] Protection Scripts [2]
  21. function ProtectionScripts2()
  22. loadstring(game:HttpGet(""))()
  23. end
  24. --[] Actual Code
  25. game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
  26. local split = chat:split(" ")
  27. if split[1] == ".walkspeed" and split[2] ~= nil and tonumber(split[2]) ~= nil then
  28. game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = tonumber(split[2])
  29. else
  30. if split[2] == nil then
  31. game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = 16
  32. end
  33. end
  34. end)
  35.  
  36. game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
  37. local split = chat:split(" ")
  38. if split[1] == ".jumppower" and split[2] ~= nil and tonumber(split[2]) ~= nil then
  39. game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").JumpPower = tonumber(split[2])
  40. else
  41. if not split[2] then
  42. game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").JumpPower = 50
  43. end
  44. end
  45. end)
  46.  
  47. game:GetService("Players").LocalPlayer.Chatted:Connect(function(chat)
  48. local split = chat:split(" ")
  49. if split[1] == ".fov" and split[2] ~= nil and tonumber(split[2]) ~= nil then
  50. workspace.CurrentCamera.FieldOfView = tonumber(split[2])
  51. else
  52. if not split[2] then
  53. workspace.CurrentCamera.FieldOfView = 70
  54. end
  55. end
  56. end)
  57.  
  58. game.Players.LocalPlayer.Chatted:Connect(function(chat)
  59. if chat == ".fling all" then
  60. loadstring(game:HttpGet(''))()
  61. elseif chat == ".fling others" then
  62. loadstring(game:HttpGet('https://pastebin.com/raw/zqyDSUWX'))()
  63. elseif chat == ".fling random" then
  64. loadstring(game:HttpGet('https://pastebin.com/raw/1FaK0DnK'))()
  65. end
  66. end)
  67.  
  68. game.Players.LocalPlayer.Chatted:Connect(function(chat)
  69. if chat == ".antifling" then
  70. loadstring(game:HttpGet("https://pastebin.com/raw/h8sLkBP0"))()
  71. elseif chat == ".antifling2" then
  72. loadstring(game:HttpGet("https://pastebin.com/raw/tMHP76Ex"))()
  73. elseif chat == ".antifling3" then
  74. loadstring(game:HttpGet("https://pastebin.com/raw/DVJUMC9j"))()
  75. elseif chat == ".antifling4" then
  76. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Fling.lua"))()
  77. end
  78. end)
  79.  
  80. game.Players.LocalPlayer.Chatted:Connect(function(chat)
  81. if chat == ".antitoolkill" then
  82. loadstring(game:HttpGet('https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/Anti%20Tool%20Kill.lua'))()
  83. end
  84. end)
Advertisement
Add Comment
Please, Sign In to add comment