Random Stuff Forums
 

Go Back   Random Stuff Forums > RSF Exclusive Content > User Knowledgebase and Help

User Knowledgebase and Help Regular members will post their guides here.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-07-2007, 04:24 PM
Andrew's Avatar
Andrew (Offline)
Active Member
 
Join Date: Feb 2007
Location: Georgia
Posts: 879
Andrew is an unknown quantity at this point
Default [GUIDE] CLP Bot for Club.Live!

EDIT: Ticket servers are currently down, even legit players are getting 0 tickets. Depending on where you live, it may be working, but for most it's down and will be down for several hours. There are also rumors that microsoft has started flagging users for violating the TOS, so just be aware! ASLO - theres a new batch file code update, you may keep using the one I have below for the .bat files but this one seems to look a bit better. It has NOT been tested due to ticket server being down.

@echo off
START /MIN ClubLivePlayer -g ch -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g cl -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g cr -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g d -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g e -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g f -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g r -p 50000 -vvvvv -d 15 "TOKEN"
START /MIN ClubLivePlayer -g s -p 50000 -vvvvv -d 15 "TOKEN"
pause

And for more advanced users: (don't use this unless you know how)

@echo off
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g cl -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g ch -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g cr -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g d -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g e -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g f -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g r -p 50000 -vvvvv -d 15 %%B
FOR /F "tokens=1" %%B IN (tokens.txt) DO START /MIN ClubLivePlayer -g s -p 50000 -vvvvv -d 15 %%B
pause

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

PLEASE REP.

You can get CLP at this thread.
http://rsforums.org/forums/lounge/67...iveplayer.html


This guide will show you how to set up 1 account the "Andrew" way. Then you can do this for as many accounts as you want.

1. Alright, so you need to have an account setup. The rest of this tut is assuming that you do.

2. We need to find your "token". This token will identify your account with the program. It's kinda like a "friend id" on myspace or a "UID" with runescape. My tutorial will be done in IE.

3. First, log into your account on club live. Then open ANY game.

4. Next, after the game is loaded, make sure the game window is active and hit "Ctrl+N" to open the same thing in a new window. The reason we do this is because when you click "play" on the club live site it brings up a window with no standard buttons, we need the standard buttons to view the source. (This is assuming you don't know hotkeys or any other way of viewing the page source)



5. Now (in your new window) go to view the source as shown below.



EDIT: If your using MFF and want to view a source code, opening a new window is not necessary. You can open the game of your choice, and then hit CTRL+U to view the source. It should come up like this.



6. Your source window will come up, now you have 2 choices. You can hit "CTRL+F" and search "flashVars" or just scroll down/over like I've shown below.



Now scroll over.



7. Now you should have your token, make sure you have copied it - and then navigate back to your CLP folder, then create a new .txt file and name it whatever you want.

EDIT: Please note that you token may not start with a "a:", sometimes its "l:" and many other letters!




8. Open the new TXT file and paste the following code into it.

@echo off
ClubLivePlayer -vvvv -p 20000 -g ch,flex,seekadoo,clink,cross,ding,elvis,red -d 15 TOKENGOESHERE
pause
Please note you MAY edit the code how you want, but please read the config file before doing so. This code will go through ALL the games until 20k points is achieved.



9. Where it says "TOKENGOESHERE" paste your token, without the quotations of course.

10. Now go to FILE > SAVE AS > "YOURFILENAME.BAT"
- Make sure you leave the quotes! This creates the new batch file you will execute.
- Make sure you save it into the CLP directory.



11. Now close this document and look at your CLP folder, it should look something like this if you followed my instructions.



12. Now just execute your new batch file. If you have entered your token correctory and pasted the code properly it should do this.



You can now minimize this and repeat the tutorial above to run multiple bots.



Overview: This is a great piece of software, you can now close out of all your browsers seeing as the bot doesn't need/use them and you can run as many accounts as you wish.

__________________


Live Chat:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Rules:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Middleman List:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

PM me for help:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

My Blog:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.




:cool:



Last edited by Andrew; 12-07-2007 at 09:23 AM..
Reply With Quote
  #2  
Old 11-07-2007, 04:52 PM
Zypur (Offline)
Guru
 
Join Date: Jan 2007
Posts: 3,857
Zypur is an unknown quantity at this point
Default

Great tut, thanks. Everyone +rep!
__________________
"I can only show you the door, but you must walk through it."

<Reece>"Lol teh d00r, u need 2 go thru it k, n u betta cuz im a mod, k?"

A.K.A.Stefan!
Reply With Quote
  #3  
Old 11-07-2007, 05:32 PM
Amit's Avatar
Amit (Offline)
Guru
 
Join Date: Jan 2007
Location: Pennsylvania
Posts: 2,657
Amit is an unknown quantity at this point
Default

Amazing Tut Andrew, thanks a bunch.
Reply With Quote
  #4  
Old 11-07-2007, 05:40 PM
Andrew's Avatar
Andrew (Offline)
Active Member
 
Join Date: Feb 2007
Location: Georgia
Posts: 879
Andrew is an unknown quantity at this point
Default

No problem, glad you guys like it.
__________________


Live Chat:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Rules:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Middleman List:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

PM me for help:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

My Blog:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.




:cool:


Reply With Quote
  #5  
Old 11-07-2007, 05:43 PM
WoW Sucks (Offline)
Member
 
Join Date: Feb 2007
Posts: 130
WoW Sucks is an unknown quantity at this point
Default

Thanks !!!!!!!!!

Works...well i havnt checked the points yet, but its looking good!
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


Reply With Quote
  #6  
Old 11-07-2007, 05:47 PM
omgi0wn's Avatar
omgi0wn (Offline)
Active Member
 
Join Date: Jun 2007
Location: Colorado
Posts: 1,160
omgi0wn is an unknown quantity at this point
Default

I hope it doesn't keylog your accounts or something.
__________________
Not sure what to put here lol
Reply With Quote
  #7  
Old 11-07-2007, 06:15 PM
Andrew's Avatar
Andrew (Offline)
Active Member
 
Join Date: Feb 2007
Location: Georgia
Posts: 879
Andrew is an unknown quantity at this point
Default

Originally Posted by WoW Sucks View Post
Thanks !!!!!!!!!

Works...well i havnt checked the points yet, but its looking good!
Thanks, glad you liked.
__________________


Live Chat:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Rules:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

The Official Middleman List:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

PM me for help:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

My Blog:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.




:cool:


Reply With Quote
  #8  
Old 11-07-2007, 06:19 PM
WoW Sucks (Offline)
Member
 
Join Date: Feb 2007
Posts: 130
WoW Sucks is an unknown quantity at this point
Default

Yeh, its doing it now. Its updated my points
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


Reply With Quote
  #9  
Old 11-07-2007, 06:28 PM
World Domination's Avatar
(Offline)
Super Sexy Admin
 
Join Date: Jan 2007
Location: Illinois, USA
Posts: 7,448
World Domination is an unknown quantity at this point
Default

Thanks for this Andrew, it works well.

EDIT:
Shit, I have to spread Rep before giving to you again, how gay.
__________________
RSForums.org - We Don't give a fuck.
RSForums.org - Worse than Crack.
RSForums.org - Where the criminals hang.
RSForums.org - Will never die.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

"It's not yelling, it's projecting; and by the way, my voice is soothing."
-Billy Mays


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
Why does have to MSN? Too secreto for the forums? If you don't want people to find out about something, post it at RSF.
Reply With Quote
  #10  
Old 11-07-2007, 06:41 PM
Steve's Avatar
Steve (Offline)
Active Member
 
Join Date: Jan 2007
Location: 2552 S 31st Drive - Yuma, AZ : Come Rape Me
Posts: 1,136
Steve is an unknown quantity at this point
Default

Lol @ Robert :P

What's the recommended number of bots I should use? I'm using 20 atm.
__________________
I Lost the Game
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:48 AM.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright © 2006 - 2012, Rsforums.org