Page 12 of 13 FirstFirst ... 210111213 LastLast
Results 111 to 120 of 128

Thread: neobots (Habitarium Autoplayer)

  1. #111

    Joined
    Apr 2014
    Posts
    18
    Userbars
    0
    Thanks
    4
    Thanked
    2/2
    DL/UL
    10/0
    Mentioned
    7 times
    Time Online
    18h 7m
    Avg. Time Online
    N/A
    I can't login with this or the original. It just says NameError: name '(myusername)' is not defined.

  2. #112
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by kurt View Post
    I can't login with this or the original. It just says NameError: name '(myusername)' is not defined.
    Are you typing python before you type client.py? That might be the problem.

  3. #113

    Joined
    Apr 2014
    Posts
    18
    Userbars
    0
    Thanks
    4
    Thanked
    2/2
    DL/UL
    10/0
    Mentioned
    7 times
    Time Online
    18h 7m
    Avg. Time Online
    N/A
    Quote Originally Posted by txtsd View Post
    Are you typing python before you type client.py? That might be the problem.
    No I'm not typing anything. I just edited my name and password in the client and that was it and than ran module.

  4. #114
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by kurt View Post
    No I'm not typing anything. I just edited my name and password in the client and that was it and than ran module.
    Oh I haven't used IDLE before, so I can't help you there, sorry. If you follow the instructions in the OP, however, it should work flawlessly.

  5. #115

    Joined
    Apr 2014
    Posts
    18
    Userbars
    0
    Thanks
    4
    Thanked
    2/2
    DL/UL
    10/0
    Mentioned
    7 times
    Time Online
    18h 7m
    Avg. Time Online
    N/A
    Quote Originally Posted by txtsd View Post
    Oh I haven't used IDLE before, so I can't help you there, sorry. If you follow the instructions in the OP, however, it should work flawlessly.
    Ok, following instructions properly now and when I type python into cmd.exe it says 'python' is not reconized as an internal or external command, operable program or batch file.

    I tried googling it but can't seem to figure it out.

  6. #116
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by kurt View Post
    Ok, following instructions properly now and when I type python into cmd.exe it says 'python' is not reconized as an internal or external command, operable program or batch file.

    I tried googling it but can't seem to figure it out.
    My instructions were wrong lol. I fixed it. You don't need to do the "type python" step. Just type client.py in the cmd that you opened from the folder. If it doesn't work, you will have to add python to your PATH variable. Just google "how to add python to PATH", it's not hard.

  7. #117

    Joined
    Apr 2014
    Posts
    18
    Userbars
    0
    Thanks
    4
    Thanked
    2/2
    DL/UL
    10/0
    Mentioned
    7 times
    Time Online
    18h 7m
    Avg. Time Online
    N/A
    Quote Originally Posted by txtsd View Post
    My instructions were wrong lol. I fixed it. You don't need to do the "type python" step. Just type client.py in the cmd that you opened from the folder. If it doesn't work, you will have to add python to your PATH variable. Just google "how to add python to PATH", it's not hard.
    I do that now and it says NameError: name '(username)' is not defined.


    Edit: I got it working. My fault lol *facepalm* deleted the "" I had it as (name) rather than "(name)" and it works perfectly fine now
    Last edited by kurt; 05-12-2014 at 09:00 AM.

  8. The Following User Says Thank You to kurt For This Useful Post:

    txtsd (05-15-2014)

  9. #118

    Joined
    May 2014
    Posts
    6
    Userbars
    0
    Thanks
    2
    Thanked
    1/1
    DL/UL
    1/0
    Mentioned
    2 times
    Time Online
    11h 57m
    Avg. Time Online
    N/A
    Something is missing in the headers...
    Probably they won't notice anyways lol

  10. #119

    Joined
    Apr 2014
    Posts
    18
    Userbars
    0
    Thanks
    4
    Thanked
    2/2
    DL/UL
    10/0
    Mentioned
    7 times
    Time Online
    18h 7m
    Avg. Time Online
    N/A
    I just realized something after you've edited the file and put your username and password; you don't need to press shift + right click, open command prompt, then type client.py. An easier thing to do is just double click client.py and it will automatically open in command prompt and start up.

  11. #120

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    Quote Originally Posted by kurt View Post
    I do that now and it says NameError: name '(username)' is not defined.


    Edit: I got it working. My fault lol *facepalm* deleted the "" I had it as (name) rather than "(name)" and it works perfectly fine now

    You forgot the quotes around the username , so instead of treating your username as a string it treats it has a variable , which is of course not defined.


    Edit I see you fixed it .

    @(you need an account to see links) I think another ban reason may be the maintence time , a user provided a rusty fix on the latest neoauto code here:
    (you need an account to see links)

    Another way im going to implement shortly is to use the amf function:
    FakedateService.real()

    This will give you the posix time stamp in nst , you can then disable your bot during maintence hours (2am->4am NST) .

    Fix / idea by @(you need an account to see links)
    Last edited by DarkByte; 05-15-2014 at 06:09 PM.

  12. The Following User Says Thank You to DarkByte For This Useful Post:

    txtsd (05-13-2022)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •