This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Baka's profile picture

[Question] roaming profiles program?

Started by Baka, 10 August 2012 - 04:25 AM
Baka #1
Posted 10 August 2012 - 06:25 AM
i started trying out rednet and found a program on the computer craft wiki "Login with roaming profiles"
after i got everything typed in i cant get it to work.
i always get Not authorised when i do the user and password.
this is the program im trying to get work
http://computercraft.info/wiki/index.php?title=Login_with_Roaming_Profiles#Thoughts_and_Notes

if it just doesint work is that a program like it i can use?
Tiberium_117 #2
Posted 05 September 2012 - 05:30 AM
Your lucky, mine just says [Client string]:18: '=' expected or something like that…
sjele #3
Posted 05 September 2012 - 06:34 AM
i started trying out rednet and found a program on the computer craft wiki "Login with roaming profiles"
after i got everything typed in i cant get it to work.
i always get Not authorised when i do the user and password.
this is the program im trying to get work
http://computercraft...ughts_and_Notes

if it just doesint work is that a program like it i can use?

If this is in ssp goto this in .minecraft/.technic saves/"worldname"/computer/computerid or disk depending on were you have it stored. Find code there and copy paste it here.
Your lucky, mine just says [Client string]:18: '=' expected or something like that…
Just by quickly oing thru code line 18 is os.shutdown() make sure you have the ()'s after os.shutdown
It should look like this:

os.shutdown()