You are viewing a post by strezzpc. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
Coba pake ini :
[quote]/* Multiple JS Injection */
scriptFolder = 'URL FOLDER JS KAMU'
scripts = new Array()
scripts[0] = 'URL KODE JS 1'
scripts[1] = 'URL KODE JS 2'
scripts[2] = 'URL KODE JS 3'
scripts[3] = 'URL KODE JS 4'
scripts[4] = 'URL KODE JS 5'
scripts[5] = 'URL KODE JS 6'
scripts[6] = 'URL KODE JS 7'
scripts[7] = 'URL KODE JS 8'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote]
Jangan lupa, semua kode JS kamu harus dalam satu folder