CraftyTV, is it legal?
#61
its because they want people to upgrade their account. i think the skipping are part of the plan...
Reply
#62
yea mayb
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Reply
#63
anyone who wants to download the script should go to ** link removed by mod (no links to xbox binaries allowed) ** its in there downloads section under xbmc addons>script packages>craftytv


ok then Rolleyes search for "#teammcc on efnet" in google and go check out there site :evil:
Reply
#64
does anyone have the updated version of craftytv script on their website? the one on matt's website is either outdated or not working. all i get is a screen that slides into the middle and does nothing.
Reply
#65
as far as i know, there is no working version released.
xbmcscripts.com administrator
Reply
#66
thats right n im not making one so please stop emailing me 4 it:

:veryangry:

those who want the decoder for the script its here, but dnt ask me how to add it too a script now, cuz u need a login now, n im to lazy to add that:
Quote:import urllib, re, random, os.path, time, stat, string, threading,sys
mainurl = "http://www.craftytv.com/"



def decode(url):
global array, array2 , dater2

f = urllib.urlopen(url)
data = f.read()

f.close()
data2 = data.replace("<br><br>","<br>")
filters = re.compile('array((.*?));', re.ignorecase | re.dotall)
links = re.findall(filters , data2)

dater = re.compile('}}decrypt(.*?)</script>', re.ignorecase | re.dotall)

dater2 = re.findall(dater , data2)
dater2=str(dater2)
dater2=dater2.replace('_p("','')


array2 = dater2
array2=string.replace(array2, "(" ,'')
array2=string.replace(array2, ")" ,'')
array2=string.replace(array2, "'" ,'')
array2=string.replace(array2, "]" ,'')
array2=string.replace(array2, "[" ,'')


array = str(links[0])
array=string.replace(array, "'" ,'')
array=string.replace(array, "(" ,'')
array=string.replace(array, ")" ,'')
array=string.split(array, ',')
a=''

x=str(array2)



l=len(x)
b=1024
p=0
s=0
w=0
t=array


j=int(l/b)
while j>0:

j=j-1

if(b<l):
i=b
else:
i=l

while p<len(x)-1:
i=i-1
l=l-1
p=p+1
w|=(int(t[(ord(x[p-1]))-48]))<<s

if (s):
text = str( chr(165 ^ w & 255))
a= a + text
w>>=8
s=s-2

else:
s=6
return a


a= decode(mainurl)
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Reply

Logout Mark Read Team Forum Stats Members Help
CraftyTV, is it legal?0