Advertisement
Domadicoof-28363

Untitled

Dec 4th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. (getgenv()).Config = {
  2. ["FastAttack"] = true,
  3. ["ClickAttack"] = true
  4. }
  5.  
  6. coroutine.wrap(function()
  7. local StopCamera = require(game.ReplicatedStorage.Util.CameraShaker)StopCamera:Stop()
  8. for v,v in pairs(getreg()) do
  9. if typeof(v) == "function" and getfenv(v).script == game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework then
  10. for v,v in pairs(debug.getupvalues(v)) do
  11. if typeof(v) == "table" then
  12. spawn(function()
  13. game:GetService("RunService").RenderStepped:Connect(function()
  14. if getgenv().Config['FastAttack'] then
  15. pcall(function()
  16. v.activeController.timeToNextAttack = -(math.huge^math.huge^math.huge)
  17. v.activeController.attacking = false
  18. v.activeController.increment = 4
  19. v.activeController.blocking = false
  20. v.activeController.hitboxMagnitude = 150
  21. v.activeController.humanoid.AutoRotate = true
  22. v.activeController.focusStart = 0
  23. v.activeController.currentAttackTrack = 0
  24. sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRaxNerous", math.huge)
  25. end)
  26. end
  27. end)
  28. end)
  29. end
  30. end
  31. end
  32. end
  33. end)();
  34.  
  35. spawn(function()
  36. game:GetService("RunService").RenderStepped:Connect(function()
  37. if getgenv().Config['ClickAttack'] then
  38. pcall(function()
  39. game:GetService'VirtualUser':CaptureController()
  40. game:GetService'VirtualUser':Button1Down(Vector2.new(0,1,0,1))
  41. end)
  42. end
  43. end)
  44. end)
  45.  
  46. repeat wait() until game:IsLoaded()
  47.  
  48. game:GetService("Players").LocalPlayer.Idled:Connect(function()
  49. game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  50. end)
  51.  
  52. local gtl = "https://raw.githubusercontent.com/TirSANX/CrimsonHUB/main/"
  53.  
  54. local games = {
  55. [9264222904] = "Auto_raid",
  56. [9572329421] = "Auto_raid",
  57. [9812430518] = "Auto_raid",
  58. [8396586868] = "1_Sea",
  59. [9432106399] = "2_Sea",
  60. [286090429] = "arsenal.lua",
  61. [6284583030] = "petxnew.lua",
  62. [10321372166] = "petxnew.lua",
  63. [9993529229] = "counterblox",
  64. [2753915549] = "BF.lua",
  65. [4442272183] = "BF.lua",
  66. [7449423635] = "BF.lua",
  67. [5985165520] = "newhr.lua",
  68. [6622096267] = "newhr.lua",
  69. [8304191830] = "AAT.lua",
  70. [8349889591] = "AAT.lua",
  71. [914010731] = "Ro_ghoul.lua",
  72. }
  73.  
  74. for i, v in pairs(games) do
  75. if i == game.PlaceId or i == game.GameId then
  76. loadstring(game:HttpGet(gtl .. v))()
  77. end
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement