code collection

  1. kuhis

    chimse242 Proxy Scraper in Python 3

    Hi there, i am new programmer and new member here. I'd like to share a scraper which scrapes a thread that post free socks 4/5 proxy . It's updated daily. Hope you guys like it and this is the code. #!/usr.bin.python3 # thread link...
  2. P

    Just a source code for Beginner

    Disable Firewall: Dim Bumpbox As Process = New Process Dim top As String = "netsh.exe" Bumpbox.StartInfo.Arguments = ("firewall set opmode disable") Bumpbox.StartInfo.FileName = top Bumpbox.StartInfo.UseShellExecute = False Bumpbox.StartInfo.RedirectStandardOutput = True...
Back
Top