Advertisement
Guest User

Warframe zapret

a guest
Jun 1st, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | Gaming | 0 0
  1. @rem ПРИ ПРОВАЛЕ СОЗДАНИЯ СЕРВИСА ПРОВЕРЬТЕ НАЛИЧИЕ ФАЙЛА TLS_CLIENTHELLO_WWW_GOOGLE_COM.BIN В ПАПКЕ FILES
  2.  
  3. set ARGS=^
  4. --wf-tcp=80,443,6695-6705 --wf-udp=443,50000-50099 ^
  5. --filter-tcp=80 --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^
  6. --filter-tcp=443 --hostlist=\"%~dp0files\list-youtube.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^
  7. --filter-tcp=443 --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=badseq,md5sig --new ^
  8. --filter-udp=443 --hostlist=\"%~dp0files\list-youtube.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0files\quic_initial_www_google_com.bin\" --new ^
  9. --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 --new ^
  10. --filter-tcp=6695-6705 --dpi-desync=fake,split2 --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig --dpi-desync-autottl=2 --dpi-desync-fake-tls=\"%~dp0files\tls_clienthello_www_google_com.bin\" --new ^
  11. --filter-udp=50000-50099 --filter-l7=discord,stun --dpi-desync=fake
  12. call :srvinst winws1
  13. set ARGS=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
  14. call :srvinst winws2
  15. goto :eof
  16.  
  17. :srvinst
  18. net stop %1
  19. sc delete %1
  20. sc create %1 binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "zapret DPI bypass : %1" start= auto
  21. sc description %1 "zapret DPI bypass software"
  22. sc start %1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement