Author | Message | Time |
---|---|---|
Yegg | im not sur y but whenever i try to connect to my bot it gives me a timeout error. and then after this happens and i try connecting through my stealthbot, i get the ipbanned error. then i reconnect the internet to try and fix this problem. and it happens all over again. my bot used 2 connect fine (its using hashes), but after a problem with my dsl internet box it started having this problem. The box is fixed now but im not sur if it may have caused something. if i fix this problem, i'll update my post. also, i just connected through a stealthbot and an older bot of mine that uses bnls, and they both stayed on at the same time. so im guessing the hashes have something wrong with them, temporarily? i was just wondering? when i connect by doing [code]wsBNET.Connect VarServer, "6112"[/code] um should 6112 not have quotes around it? | November 8, 2004, 11:38 PM |
HdxBmx27 | no they shouldn't have "s, mine don't and it works just fine. Most likly your sedning smething wrong in w/e packets your able to send. Maby wrong order of information 0.o? Try packetloggin your project. May help you understand whats wrong. ~-~(HDX)~-~ | November 9, 2004, 12:58 AM |
Newby | ...connecting doesn't IPBan you. | November 9, 2004, 1:47 AM |
Dyndrilliac | [quote author=Yegg link=topic=9476.msg87972#msg87972 date=1099957133]um should 6112 not have quotes around it?[/quote] Is 6112 supposed to be a string? | November 9, 2004, 1:57 AM |
Yegg | thats like the port [code]wsBNET.Connect VarServer, 6112[/code] also, in the following code should it be [code] pbuffer.InsertDWORD &HC9[/code] or [code] pbuffer.InsertDWORD "&HC9"[/code] | November 9, 2004, 2:34 AM |
Newby | [quote author=Yegg link=topic=9476.msg88016#msg88016 date=1099967682] thats like the port [code]wsBNET.Connect VarServer, 6112[/code] also, in the following code should it be [code] pbuffer.InsertDWORD &HC9[/code] or [code] pbuffer.InsertDWORD "&HC9"[/code] [/quote] That's "like" the port? That "is" the port. *smack* | November 9, 2004, 2:42 AM |
Yegg | lol ouch i change some stuff arond i am now getting the following error. [9:46:50 PM] Connected! [9:46:50 PM] The connection is reset by remote side | November 9, 2004, 2:46 AM |
Dyndrilliac | Remember that you never put anything in quotes unless it is of the String data type. Also, your post is cryptic. More information. What did you change it to/from? | November 9, 2004, 3:10 AM |
Yegg | Ok i fixed this error, my bot works correctly now. | November 9, 2004, 9:18 PM |
Minux | [quote author=Dyndrilliac link=topic=9476.msg88022#msg88022 date=1099969859] Remember that you never put anything in quotes unless it is of the String data type. Also, your post is cryptic. More information. What did you change it to/from? [/quote] [quote author=Yegg link=topic=9476.msg88096#msg88096 date=1100035133] Ok i fixed this error, my bot works correctly now. [/quote] Thanks for informing the public Mr.Yegg. This will be remembered when you wish for help and the one who figures it out decides Yegg doesn't deserve to know. | November 16, 2004, 2:30 AM |