The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
HC6 Auto Release script pastebin roblox
By HC6 Auto Release on 2024-09-23 08:00 am | Syntax: LUA | Views: 6



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().HC6AutoTime = true;
  2.  
  3. local function release()
  4.     if syn or KRNL_LOADED then
  5.     keyrelease(0x45)
  6.     else
  7.     game:GetService("ReplicatedStorage").Remotes.server.shoot:FireServer({[1] = false,[2] = false})
  8.     end
  9. end
  10.  
  11.  
  12. game:GetService("RunService").RenderStepped:Connect(function()
  13.     if getgenv().HC6AutoTime == false then
  14.         return
  15.     end
  16.     if getgenv().isrunning == true then
  17.        return;
  18.     end
  19.     getgenv().isrunning = true;
  20.     repeat wait() until game:GetService("Players").LocalPlayer.Character.Values.shooting.Value == true
  21.     repeat wait() until game:GetService("Players").LocalPlayer.Character.Meter2.SurfaceGui.Circle[163].Visible == true
  22.     release()
  23.     getgenv().isrunning = false;
  24. end)
  25.  
  26. print'trappy has an asian pp';



  • Recent Roblox Scripts