Post: How to use a Youtube bot source???
10-22-2011, 08:42 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So yea, I just downloaded T6's YT bot source and i have know idea how to use it :dumb: I tried Google with no success Gaspkay: So if someone can help me with this over TV or something ill give you some vbux Smile

P.s. BTW its a YT bot source for a account creator.
(adsbygoogle = window.adsbygoogle || []).push({});
10-22-2011, 09:25 AM #2
Curt
Former Staff
All you gotta do is compile the source.
10-22-2011, 09:30 AM #3
Originally posted by Curt View Post
All you gotta do is compile the source.
I've never done it before, can you please walk a newbie through :( Ill pay you vbux, or give you some of the accounts i make.
10-22-2011, 05:55 PM #4
Originally posted by 9604
Does anyone have youtube accounts :fa: I hate making accounts for the bot.
Why even post?

The following user thanked Phobick for this useful post:

ILuZzONz
10-23-2011, 07:37 AM #5
KilllerPanda
Wanted Dead or Alive
Originally posted by Phobick View Post
Why even post?

To compile it, just load up the Source, and up in menu strip click Build>Build (Whatever the programs called). Then go to the folder where you opened the source from and open the folder bin>release and the .exe will be there. But for T6's source, it won't just work by compiling it, you'll need to fiddle around with the code a little.
10-23-2011, 05:02 PM #6
Originally posted by KilllerPanda View Post
To compile it, just load up the Source, and up in menu strip click Build>Build (Whatever the programs called). Then go to the folder where you opened the source from and open the folder bin>release and the .exe will be there. But for T6's source, it won't just work by compiling it, you'll need to fiddle around with the code a little.
I really have know idea has i said before lol :p I'm not even sure what file is the actual source Gaspkay: Could you help me over TV?
10-23-2011, 11:34 PM #7
Pichu
RIP PICHU.
This would be a great post in the computer questions section. :P

Just compile it, if it doesn't compile look through it and see what may need changing. I prefer though to just rewrite sources to my liking though.
10-24-2011, 08:42 AM #8
MelestedRabbit
Ultimate Sex God
Originally posted by Sublimity View Post
This would be a great post in the computer questions section. :P

Just compile it, if it doesn't compile look through it and see what may need changing. I prefer though to just rewrite sources to my liking though.

im only commenting to say nice signature :p
10-24-2011, 09:47 AM #9
doxis
< ^ > < ^ >
You got the source code for an bot? Could i please get it? :P
10-24-2011, 05:16 PM #10
Epic?
Awe-Inspiring
Originally posted by Phobick View Post
So yea, I just downloaded T6's YT bot source and i have know idea how to use it :dumb: I tried Google with no success Gaspkay: So if someone can help me with this over TV or something ill give you some vbux Smile

P.s. BTW its a YT bot source for a account creator.


Unlike the others who've offered you advice, let me put this in "noob terms".

So, you downloaded the source code. You want to turn the source code into an executable file (something that you can run).

The first step is to determine what language it was programmed in. You could determine this either by looking at the code or by looking at the file extension (for example *.cpp would indicate that it was written in C++). You can just Google the extensions.

After identifying what language the code is written in, you have to either use a compiler to turn it into an executable, or use an interpreter to directly execute it. If it was programmed in C++, you'd know that's a compiled language, and you'd need a C++ compiler. If it was written in Python, you'd know that's an interpreted language, and you'd need a Python interpreter.

If its compiled, you could use the compiler to "compile" it into an executable. If its interpreted, you could use the interpreter to directly run the program.

If you either post the source, or just come back and tell me what language it was written in, I can help you further by giving you additional instructions on compiling/interpreting the code, and I could find you an appropriate compiler/interpreter.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo