- Статус
 - Оффлайн
 
- Регистрация
 - 25 Фев 2020
 
- Сообщения
 - 61
 
- Реакции
 - 28
 
		Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
	
if u use virtuosity (crash injection fix):
1) go to idirect3ddevice9.cpp
2) find line
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
3) after this line, paste
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
add support all windows:
1) go to c_rifk.cpp
2) delete old dllmain
3) paste it:
	
	
all fixes work for me
ready dll:
	
				
			1) go to idirect3ddevice9.cpp
2) find line
			
				C++:
			
		
		
		idirect3ddevice9::present_t d3d9_present = NULL
	
			
				C++:
			
		
		
		d3d9_present = instance()->_present
	add support all windows:
1) go to c_rifk.cpp
2) delete old dllmain
3) paste it:
Пожалуйста, зарегистрируйтесь или авторизуйтесь, чтобы увидеть содержимое.
all fixes work for me
ready dll: