Roblox'a GoodbyeDPI ile girildiğinde hata veriyor

M Akif

Decapat
Katılım
5 Mart 2023
Mesajlar
24
Çözümler
1
Daha fazla  
Cinsiyet
Erkek
Önceden Roblox'a sıkıntısız şekilde girebilirken şu sıralar şu hatayı alıyorum.

Ekran görüntüsü 2025-04-02 133543.png


Ne yaparsam yapayım WARP çalıştırıp oyuna girdikten sonra GoodbyeDPI açmadıkça bu hatayı veriyor artık kapa aç yapmaktan sıkıldım ve zaten öyle yapınca oyun tam olarak yüklenmeden açılıyor leaderboard göremiyorum. Service install da yaptım onda da aynı hatayı veriyor diğer alternativelerin bazıları ise hiç siteyi bile açmıyor. Ne yapmam lazım? Arkadaşlarımda bu hata çıkmıyor.
 
Önceden Roblox'a sıkıntısız şekilde girebilirken şu sıralar şu hatayı alıyorum.

Eki Görüntüle 2459690

Ne yaparsam yapayım WARP çalıştırıp oyuna girdikten sonra GoodbyeDPI açmadıkça bu hatayı veriyor artık kapa aç yapmaktan sıkıldım ve zaten öyle yapınca oyun tam olarak yüklenmeden açılıyor leaderboard göremiyorum. Service install da yaptım onda da aynı hatayı veriyor diğer alternativelerin bazıları ise hiç siteyi bile açmıyor. Ne yapmam lazım? Arkadaşlarımda bu hata çıkmıyor.
Zapret dener misin?
Bu içeriği görüntülemek için üçüncü taraf çerezlerini yerleştirmek için izninize ihtiyacımız olacak.
Daha detaylı bilgi için, çerezler sayfamıza bakınız.


Config ile uğraşmak istemezsen benim args kodum bu. Direkt create_service kısmına koyup çalıştırabilirsin.
Kod:
--wf-l3=ipv4 --wf-tcp=443 --dpi-desync=fake --dpi-desync-ttl=3
 
Önceden Roblox'a sıkıntısız şekilde girebilirken şu sıralar şu hatayı alıyorum.

Eki Görüntüle 2459690

Ne yaparsam yapayım WARP çalıştırıp oyuna girdikten sonra GoodbyeDPI açmadıkça bu hatayı veriyor artık kapa aç yapmaktan sıkıldım ve zaten öyle yapınca oyun tam olarak yüklenmeden açılıyor leaderboard göremiyorum. Service install da yaptım onda da aynı hatayı veriyor diğer alternativelerin bazıları ise hiç siteyi bile açmıyor. Ne yapmam lazım? Arkadaşlarımda bu hata çıkmıyor.
1.1.1.1 dene
 
Zapret dener misin?
Bu içeriği görüntülemek için üçüncü taraf çerezlerini yerleştirmek için izninize ihtiyacımız olacak.
Daha detaylı bilgi için, çerezler sayfamıza bakınız.


Config ile uğraşmak istemezsen benim args kodum bu. Direkt create_service kısmına koyup çalıştırabilirsin.
Kod:
--wf-l3=ipv4 --wf-tcp=443 --dpi-desync=fake --dpi-desync-ttl=3


Ekran görüntüsü 2025-04-02 145952.png


Service create kısmına bunu yapıştırdım ama çalışmadı bir hata var mı?
 
Kod:
@echo off
rem Zapret DPI bypass servisi için Windows batch scripti

rem İlk servis ayarları
set ARGS=--wf-l3=ipv4 --wf-tcp=443 --dpi-desync=fake --dpi-desync-ttl=3
call :srvinst winws1

rem İkinci servis ayarları
set ARGS=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
call :srvinst winws2

goto :eof

:srvinst
rem Mevcut servisi durdur ve sil
net stop %1 >nul 2>&1
sc delete %1 >nul 2>&1

rem Yeni servisi oluştur
sc create %1 binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "Zapret DPI Bypass : %1" start= auto
sc description %1 "Zapret DPI bypass software"

rem Servisi başlat
sc start %1
goto :eof

Benim service dosyam bu şekilde. Bu ayar turk telekom için geçerli. Başka iss kullanıyorsanız videodaki gibi blockcheck yapın.
 
Kod:
@echo off.
rem Zapret DPI bypass servisi için Windows batch scripti.

rem İlk servis ayarları.
set ARGS=--wf-l3=ipv4 --wf-tcp=443 --dpi-desync=fake --dpi-desync-ttl=3
call :srvinst winws1.

rem İkinci servis ayarları.
set ARGS=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
call :srvinst winws2.

goto :eof

:srvinst
rem Mevcut servisi durdur ve sil.
net stop %1 >nul 2>&1
sc delete %1 >nul 2>&1

rem Yeni servisi oluştur.
sc create %1 binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "Zapret DPI Bypass : %1" start= auto.
sc description %1 "Zapret DPI bypass software"

rem Servisi başlat.
sc start %1
goto :eof

Benim service dosyam bu şekilde. Bu ayar Türk Telekom için geçerli. Başka ISS kullanıyorsanız videodaki gibi blockcheck yapın.

Hocam bunun olayı nedir acaba, Turkcell kullanıyorum ve GoodbyeDPI çalışmıyor, Discord'a ve Roblox'a giremiyorum, nasıl bir kod yazılması gerekiliyor anlayamadım videodan.
 
Hocam bunun olayı nedir acaba, Turkcell kullanıyorum ve GoodbyeDPI çalışmıyor, Discord'a ve Roblox'a giremiyorum, nasıl bir kod yazılması gerekiliyor anlayamadım videodan.
Bu bahsettiğin yazılımın daha gelişmişi. Muhtemelen dns ile birlikte Turkcell'de de çalışacaktır. Videoda biraz karışık yapılmış. Siz blockcheck yazılımını videodaki gibi çalıştırıp bitmesini bekleyin. Daha sonra verdiği çıktıyı buraya atın yardımcı olayım.
 
Bu bahsettiğin yazılımın daha gelişmişi. Muhtemelen DNS ile birlikte Turkcell'de de çalışacaktır. Videoda biraz karışık yapılmış. Siz blockcheck yazılımını videodaki gibi çalıştırıp bitmesini bekleyin. Daha sonra verdiği çıktıyı buraya atın yardımcı olayım.

Hocam ping yapıyor mu acaba ona göre yapacağım önemli çünkü.


Bu şekilde çıktı herşeyi default girdim yardımcı olur musun?
Bu bahsettiğin yazılımın daha gelişmişi. Muhtemelen dns ile birlikte Turkcell'de de çalışacaktır. Videoda biraz karışık yapılmış. Siz blockcheck yazılımını videodaki gibi çalıştırıp bitmesini bekleyin. Daha sonra verdiği çıktıyı buraya atın yardımcı olayım.



* checking system
CYGWIN detected
firewall type is windivert
  • checking already running DPI bypass processes
  • checking prerequisites
  • checking DNS
system DNS is working
comparing system resolver to public DNS : 8.8.8.8
pornhub.com : OK
ntc.party : OK
rutracker.org : OK
www.torproject.org : OK
bbc.com : OK
checking resolved IP uniqueness for : pornhub.com ntc.party rutracker.org www.torproject.org bbc.com
censor's DNS can return equal result for multiple blocked domains.
all resolved IPs are unique
-- DNS looks good
-- NOTE this check is Russia targeted. In your country other domains may be blocked.
* checking virtualization
cannot detect

NOTE ! this test should be run with zapret or any other bypass software disabled, without VPN

specify domain(s) to test. multiple domains are space separated.
domain(s) (default: rutracker.org) : ip protocol version(s) - 4, 6 or 46 for both (default: 4) :
check http (default : Y) (Y/N) ?
check https tls 1.2 (default : Y) (Y/N) ?
TLS 1.3 uses encrypted ServerHello. DPI cannot check domain name in server response.
This can allow more bypass strategies to work.
What works for TLS 1.2 will also work for TLS 1.3 but not vice versa.
Most sites nowadays support TLS 1.3 but not all. If you can't find a strategy for TLS 1.2 use this test.
TLS 1.3 only strategy is better than nothing.
check https tls 1.3 (default : N) (Y/N) ?
make sure target domain(s) support QUIC or result will be negative in any case
check http3 QUIC (default : Y) (Y/N) ?
sometimes ISPs use multiple DPIs or load balancing. bypass strategies may work unstable.
how many times to repeat each test (default: 1) :
quick - scan as fast as possible to reveal any working strategy
standard - do investigation what works on your DPI
force - scan maximum despite of result
1 : quick
2 : standard
3 : force
your choice (default : standard) : selected : standard


* port block tests ipv4 default:80
ipv4 default does not resolve

* curl_test_http ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* port block tests ipv4 default:443
ipv4 default does not resolve

* curl_test_https_tls12 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* curl_test_https_tls13 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* curl_test_http3 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* SUMMARY
ipv4 default curl_test_http : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_https_tls12 : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_https_tls13 : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_http3 : test aborted, no reason to continue. curl code 6: could not resolve host

Please note this SUMMARY does not guarantee a magic pill for you to copy/paste and be happy.
Understanding how strategies work is very desirable.
This knowledge allows to understand better which strategies to prefer and which to avoid if possible, how to combine strategies.
Blockcheck does it's best to prioritize good strategies but it's not bullet-proof.
It was designed not as magic pill maker but as a DPI bypass test tool.

press enter to continue

 
Son düzenleme:
Hocam ping yapıyor mu acaba ona göre yapacağım önemli çünkü.


Bu şekilde çıktı herşeyi default girdim yardımcı olur musun?




* checking system
CYGWIN detected
firewall type is windivert
  • checking already running DPI bypass processes
  • checking prerequisites
  • checking DNS
system DNS is working
comparing system resolver to public DNS : 8.8.8.8
pornhub.com : OK
ntc.party : OK
rutracker.org : OK
www.torproject.org : OK
bbc.com : OK
checking resolved IP uniqueness for : pornhub.com ntc.party rutracker.org www.torproject.org bbc.com
censor's DNS can return equal result for multiple blocked domains.
all resolved IPs are unique
-- DNS looks good
-- NOTE this check is Russia targeted. In your country other domains may be blocked.
* checking virtualization
cannot detect

NOTE ! this test should be run with zapret or any other bypass software disabled, without VPN

specify domain(s) to test. multiple domains are space separated.
domain(s) (default: rutracker.org) : ip protocol version(s) - 4, 6 or 46 for both (default: 4) :
check http (default : Y) (Y/N) ?
check https tls 1.2 (default : Y) (Y/N) ?
TLS 1.3 uses encrypted ServerHello. DPI cannot check domain name in server response.
This can allow more bypass strategies to work.
What works for TLS 1.2 will also work for TLS 1.3 but not vice versa.
Most sites nowadays support TLS 1.3 but not all. If you can't find a strategy for TLS 1.2 use this test.
TLS 1.3 only strategy is better than nothing.
check https tls 1.3 (default : N) (Y/N) ?
make sure target domain(s) support QUIC or result will be negative in any case
check http3 QUIC (default : Y) (Y/N) ?
sometimes ISPs use multiple DPIs or load balancing. bypass strategies may work unstable.
how many times to repeat each test (default: 1) :
quick - scan as fast as possible to reveal any working strategy
standard - do investigation what works on your DPI
force - scan maximum despite of result
1 : quick
2 : standard
3 : force
your choice (default : standard) : selected : standard


* port block tests ipv4 default:80
ipv4 default does not resolve

* curl_test_http ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* port block tests ipv4 default:443
ipv4 default does not resolve

* curl_test_https_tls12 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* curl_test_https_tls13 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* curl_test_http3 ipv4 default
- checking without DPI bypass
UNAVAILABLE code=6

* SUMMARY
ipv4 default curl_test_http : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_https_tls12 : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_https_tls13 : test aborted, no reason to continue. curl code 6: could not resolve host
ipv4 default curl_test_http3 : test aborted, no reason to continue. curl code 6: could not resolve host

Please note this SUMMARY does not guarantee a magic pill for you to copy/paste and be happy.
Understanding how strategies work is very desirable.
This knowledge allows to understand better which strategies to prefer and which to avoid if possible, how to combine strategies.
Blockcheck does it's best to prioritize good strategies but it's not bullet-proof.
It was designed not as magic pill maker but as a DPI bypass test tool.

press enter to continue

Test için yasaklı bir domain girmemişsiniz sanırım. Onu girmeniz lazım. Örneğin roblox.com

Onu girmediğiniz için test yapmamış.
 
Test için yasaklı bir domain girmemişsiniz sanırım. Onu girmeniz lazım. Örneğin roblox.com

Onu girmediğiniz için test yapmamış.
Bu test yapılırsa sonucu ben de bekliyorum :)

Zapret için bir GUI geliştirilmiş, ben de çeşitli servis sağlayıcılar için çalışan parametreleri derleyip hazır configler hazırlayıp sosyalde paylaşmak istiyorum. Ne kadar çok ISS'den test sonucu gelirse o kadar iyi.

Buradaki seçeneklere Telekom, Superonline gibi seçenekler koyacağım.
main.png
 

Technopat Haberler

Yeni konular

Geri
Yukarı