Advertisement
MaxproGlitcher

New Anti-Afk contre les Anti-Cheats (Avec Saut)

Mar 21st, 2023 (edited)
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. local function ShowNotification(title, text, icon, duration)
  2. game:GetService("StarterGui"):SetCore("SendNotification", {
  3. Title = "Anti Afk en cour..",
  4. Text = "Ton jeux seras jamais déconnecter",
  5. Icon = "rbxassetid://14485814558",
  6. Duration = 15
  7. })
  8. end
  9.  
  10. local function NotificationCoroutine()
  11. while true do
  12. ShowNotification("Refresh", "Le script a été exécuté", "rbxassetid://14485814558", 15)
  13. wait(15)
  14. end
  15. end
  16.  
  17. -- Créer une coroutine
  18. local coroutineHandle = coroutine.create(NotificationCoroutine)
  19.  
  20. -- Lancer la coroutine
  21. coroutine.resume(coroutineHandle)
  22.  
  23.  
  24. print ("Le code est en cour exercution")
  25.  
  26. while not game:IsLoaded() do wait() end
  27.  
  28. repeat wait() until game.Players.LocalPlayer.Character
  29.  
  30. Players = game:GetService("Players")
  31.  
  32. local GC = getconnections or get_signal_cons
  33. if GC then
  34. for i,v in pairs(GC(Players.LocalPlayer.Idled)) do
  35. if v["Disable"] then v["Disable"](v)
  36. elseif v["Disconnect"] then v["Disconnect"](v)
  37. end
  38. end
  39. else
  40. Players.LocalPlayer.Idled:Connect(function()
  41. VirtualUser:CaptureController()
  42. VirtualUser:ClickButton2(Vector2.new())
  43. end)
  44. end
  45.  
  46. print ("Le Code Anti-Afk a été exercuter et votre jeux ne seras jamais déconnecter.. ")
  47.  
  48. print ("Merci utiliser le script Anti-Afk by MaxproGlitcher")
  49.  
  50. warn ("Si vous rencontrez des problème avec mon script aller m'écricre en privé sur Discord: maxproglitcher")
  51.  
  52. game:GetService("StarterGui"):SetCore("SendNotification",{
  53. Title = "Script Anti-Afk",
  54. Text = "Script a été executer",
  55. Icon = "rbxassetid://14542857685",
  56. Duration = 15
  57. })
  58.  
  59. game:GetService("StarterGui"):SetCore("SendNotification",{
  60. Title = "Version 1.1",
  61. Text = "Anti-Afk",
  62. Icon = "rbxassetid://14542857685",
  63. Duration = 15
  64. })
  65. game:GetService("StarterGui"):SetCore("SendNotification",{
  66. Title = "Script exercuter dans 5sec",
  67. Text = "Script a été executer",
  68. Icon = "rbxassetid://14542857685",
  69. Duration = 6
  70. })
  71. game:GetService("StarterGui"):SetCore("SendNotification",{
  72. Title = "Dans 5 sec",
  73. Text = "MaxproGlitcher",
  74. Icon = "rbxassetid://14542857685",
  75. Duration = 3
  76. })
  77. game:GetService("StarterGui"):SetCore("SendNotification",{
  78. Title = "Dans 4 sec",
  79. Text = "MaxproGlitcher",
  80. Icon = "rbxassetid://14542857685",
  81. Duration = 3
  82. })
  83. game:GetService("StarterGui"):SetCore("SendNotification",{
  84. Title = "Dans 3 sec",
  85. Text = "MaxproGlitcher",
  86. Icon = "rbxassetid://14542857685",
  87. Duration = 3
  88. })
  89. game:GetService("StarterGui"):SetCore("SendNotification",{
  90. Title = "Dans 2 sec",
  91. Text = "MaxproGlitcher",
  92. Icon = "rbxassetid://14542857685",
  93. Duration = 2
  94. })
  95. game:GetService("StarterGui"):SetCore("SendNotification",{
  96. Title = "Dans 1 sec",
  97. Text = "MaxproGlitcher",
  98. Icon = "rbxassetid://14542857685",
  99. Duration = 2
  100. })
  101. game:GetService("StarterGui"):SetCore("SendNotification",{
  102. Title = "Laisser votre jeux rouler",
  103. Text = "MaxproGlitcher",
  104. Icon = "rbxassetid://14542857685",
  105. Duration = 2
  106. })
  107. game:GetService("StarterGui"):SetCore("SendNotification",{
  108. Title = "Rouler",
  109. Text = "MaxproGlitcher",
  110. Icon = "rbxassetid://14542857685",
  111. Duration = 2
  112. })
  113.  
  114. local m = Instance.new("Message", game.CoreGui)
  115. m.Text = "Script ANTI-AFK By MaxproGlitcher a été exercuter laisser votre jeux rouler et il seras jamais déconnecter!!!"
  116.  
  117. wait(5)
  118.  
  119. m:Destroy()
  120. local Player = game:GetService("Players").LocalPlayer
  121. local Character = Player.Character or Player.CharacterAdded:Wait()
  122. while true do
  123. Character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  124. wait(0.2)
  125. Character.Humanoid:ChangeState(Enum.HumanoidStateType.Landed)
  126. wait(3)
  127. end
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement