top of page


SpiderInject
An old injector. Developed in MASM, for those who like to venture out and test new injectors this is a good option for you. This injector was created in 2011 but still useful today.
Share
bottom of page
function teste1() { window.open('www.trinked.com', '_blank'); } window.open("www.trinked.com", "minhaJanela", "height=200,width=200"); function openInNewTab(url) { var win = window.open(url, '_blank'); win.focus();}// html snpippet//
An old injector. Developed in MASM, for those who like to venture out and test new injectors this is a good option for you. This injector was created in 2011 but still useful today.