CO AccCreator

05/05/2007 18:46 KageKhan#16
Quote:
Originally posted by DB-Buyer2@May 5 2007, 18:11
tips:

when you login to CO(game) dont paste the password. pasting the password will cause an error(wrong/invalid pass).

other then that it should be simple to use, apon successfuly making an id my program auto saves info in seperate text documents created in the sub directory my program creates.
lol although I'm glad to see youre dedicated to making sure everyone has a clear understanding of how to use your program, I was asking for tips on how to create my own account creator (PM would be fine) or to tell me what methods your program employs to create accounts (such as xml submission or if it just takes in the information and then automates the signup process via the web browser etc.) I suppose my questions could be answered by simply using your program and finding out myself so I'm sorry to have troubled you with such questions ;-)
05/05/2007 18:58 Matt.dk#17
Anyone will say their program is not harmful, so like I said earlier I'll wait for this to be packet-sniffed, its nothing personal.
05/10/2007 00:48 odacer#18
the info goes to tq...and who else? O.-
05/10/2007 01:05 ~SevenEleven~#19
Wow nice and very simple and fast thanks will help me allot.

+kkkkk ;)
05/10/2007 03:28 DB-Buyer2#20
info goes to conquer and noone else!
-----------------------------------------------
05/10/2007 11:15 marhazk2#21
erm.... i guess this program supporting with winsock and etc.
05/10/2007 11:51 DB-Buyer2#22
Quote:
Originally posted by KageKhan+May 5 2007, 18:46--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (KageKhan @ May 5 2007, 18:46)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--DB-Buyer2@May 5 2007, 18:11
tips:

when you login to CO(game) dont paste the password. pasting the password will cause an error(wrong/invalid pass).

other then that it should be simple to use, apon successfuly making an id my program auto saves info in seperate text documents created in the sub directory my program creates.
lol although I'm glad to see youre dedicated to making sure everyone has a clear understanding of how to use your program, I was asking for tips on how to create my own account creator (PM would be fine) or to tell me what methods your program employs to create accounts (such as xml submission or if it just takes in the information and then automates the signup process via the web browser etc.) I suppose my questions could be answered by simply using your program and finding out myself so I'm sorry to have troubled you with such questions ;-) [/b][/quote]
there are a few ways i could have built this program...

i chose the basic; winsock connection..

---
simple "GET / HTTP/1.0" packet(s)...
---

you should get the idea..
sorry i wont go into full details on howto setup the packet structure/parse method(s).
05/12/2007 11:52 raptordin#23
Quote:
Originally posted by DB-Buyer2@May 5 2007, 04:41
just a small something i put together...

This should help keep them CO accounts in order,
enjoy the program while it lasts...

---------------------
[Only registered and activated users can see links. Click Here To Register...]
---------------------
enjoy..
A very good Job indeed, hope it stayes updated and it would be nice to add an account manager (like Cotobo Account Manager) +k for you
05/12/2007 13:30 leavemealone#24
I think you should give the source code to a Moderator or Administrator to approve that its not infected or has backdoors. This kinda tool is a good idea i must admit, since i started creating my own tools i dont use other peoples. But yea good idea for this program if it really is yours.
05/12/2007 21:56 DB-Buyer2#25
Quote:
raptordin Posted on Today 11:52
--------------------------------------------------------------------------------
QUOTE (DB-Buyer2 @ May 5 2007, 04:41)
just a small something i put together...

This should help keep them CO accounts in order,
enjoy the program while it lasts...

---------------------

---------------------
enjoy..

A very good Job indeed, hope it stayes updated and it would be nice to add an account manager (like Cotobo Account Manager) +k for you
---
i have no clue as to what features "Cotobo" contains, i am sure it's an ok program since many here use it. i for 1 will not use any "bot".. all i need is my account creator and My Clicker that i made. :bandit:

updates have been made to this program, alltho i am not sure if i will release it.
._.
-----------

Quote:

leavemealone Posted on Today 13:30
--------------------------------------------------------------------------------
I think you should give the source code to a Moderator or Administrator to approve that its not infected or has backdoors. This kinda tool is a good idea i must admit, since i started creating my own tools i dont use other peoples. But yea good idea for this program if it really is yours.
---
surely somone on this site can "breakdown" the exe and reveal that there is no danger in using this program!(admin/moderator? )
--------------
05/13/2007 04:17 ~SevenEleven~#26
whats he reason for "maybe" not releasing because people think it isnt safe?
05/13/2007 19:48 DB-Buyer2#27
Quote:
Originally posted by ~SevenEleven~@May 13 2007, 04:17
whats he reason for "maybe" not releasing because people think it isnt safe?
no...

most of the time the people who assume it to be dirty are mad cause it's released.. :hm:

-
kinda boring making programs and releasing for nothing.. besides i have sold it to a couple people on my server so i think i will just continue to do that..
-----
05/14/2007 15:47 Magic_666_#28
Quote:
Originally posted by KageKhan+May 5 2007, 18:46--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (KageKhan @ May 5 2007, 18:46)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--DB-Buyer2@May 5 2007, 18:11
tips:

when you login to CO(game) dont paste the password. pasting the password will cause an error(wrong/invalid pass).

other then that it should be simple to use, apon successfuly making an id my program auto saves info in seperate text documents created in the sub directory my program creates.
lol although I'm glad to see youre dedicated to making sure everyone has a clear understanding of how to use your program, I was asking for tips on how to create my own account creator (PM would be fine) or to tell me what methods your program employs to create accounts (such as xml submission or if it just takes in the information and then automates the signup process via the web browser etc.) I suppose my questions could be answered by simply using your program and finding out myself so I'm sorry to have troubled you with such questions ;-) [/b][/quote]
Public Function CreateAccount(UserName As String, Password As String, Email As String, ID As String, Question As String, Answer As String)
CreateAccount = "http://account.conqueronline.com/en/register-en/reg.php?name=" & UserName & "&password=" & Password & "&password2=" & Password & "&realname=MrMagic&email=" & Email & "&email1=" & Email & "&radiobutton=radiobutton&idcard=" & ID & "&idcard2=" & ID & "&question=" & Question & "&answer=" & Answer & "&answer1=" & Answer & "&imageField2.x=51&imageField2.y=15"
End Function

^^ the packet to create an account. Use winsock or INET to send the packet.
I made an account creator a long time ago but not releasing it here muahaha :P
05/30/2007 05:11 93jack#29
i cant get it to open
06/03/2007 02:07 wafai#30
thanxxxxx ya man