View previous topic :: View next topic |
Author |
Message |
8BallPoolHackerAP05 How do I cheat?
Reputation: 0
Joined: 03 Jul 2015 Posts: 9
|
Posted: Tue Jul 07, 2015 1:18 pm Post subject: How to make a spambot for a basic chat room site? |
|
|
Hi,
I'd like to know how to make a spambot that allows you to type the same thing again and again in a chatroom without being muted by the Chatroom's Bot for 10 minutes.
The chatroom is not very sophisticated but the bot will mute anyone if they type the same thing several times. However, I've seen other people spam and the bot hasn't been able to mute them, they've told me they've created a spam bot.
I've tried creating a spambot on notepad and saving it as a .VBS file but that spambot gets me muted as well, it doesn't work. _________________
You don't get your name in the lights by playing it safe. |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Jul 07, 2015 10:26 pm Post subject: |
|
|
Rather then wasting your time acting like a total skid, perhaps you should use your time to learn how to program something worth value. _________________
- Retired. |
|
Back to top |
|
 |
8BallPoolHackerAP05 How do I cheat?
Reputation: 0
Joined: 03 Jul 2015 Posts: 9
|
Posted: Wed Jul 08, 2015 4:03 am Post subject: |
|
|
atom0s wrote: | Rather then wasting your time acting like a total skid, perhaps you should use your time to learn how to program something worth value. |
Thanks man! I'll take that on board. Would you know any sites that could help me learn programming? _________________
You don't get your name in the lights by playing it safe. |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Jul 08, 2015 1:11 pm Post subject: |
|
|
8BallPoolHackerAP05 wrote: | atom0s wrote: | Rather then wasting your time acting like a total skid, perhaps you should use your time to learn how to program something worth value. |
Thanks man! I'll take that on board. Would you know any sites that could help me learn programming? |
Depends on the language(s) in which you want to learn. Do you have a set language in mind that you want to focus on specifically? _________________
- Retired. |
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Wed Jul 08, 2015 3:08 pm Post subject: |
|
|
Find an exploit and use that. If the bot only mutes you if you send the same message, you can just randomize your messages and get away with it. Depends on how well the bot is coded though. You can boot the bot if you know how to overwhelm it/exploit it.
Which messenger are you trying this on ?. Asking for help here with something like this is futile, you are going to get discouraged and most have no idea how it works to begin with. Google for more dedicated forums to these sort of things where there are actually people who will help you and know how to code one and have actually made one. You can also find information about exploits/working of the specific messenger you are targeting. _________________
|
|
Back to top |
|
 |
8BallPoolHackerAP05 How do I cheat?
Reputation: 0
Joined: 03 Jul 2015 Posts: 9
|
Posted: Thu Jul 09, 2015 11:47 am Post subject: |
|
|
atom0s wrote: | 8BallPoolHackerAP05 wrote: | atom0s wrote: | Rather then wasting your time acting like a total skid, perhaps you should use your time to learn how to program something worth value. |
Thanks man! I'll take that on board. Would you know any sites that could help me learn programming? |
Depends on the language(s) in which you want to learn. Do you have a set language in mind that you want to focus on specifically? |
Well... I've started learning python and I think I'd like to carry on with python, as I've become used to its syntax. _________________
You don't get your name in the lights by playing it safe. |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Jul 09, 2015 4:51 pm Post subject: |
|
|
8BallPoolHackerAP05 wrote: |
Well... I've started learning python and I think I'd like to carry on with python, as I've become used to its syntax. |
Great, Python has tons of examples, tutorials and such on their home website here:
https://docs.python.org/2/tutorial/
You can find pretty much everything you need on there.
Some other decent links for tutorials would be:
- http://www.codecademy.com/en/tracks/python (interactive)
- http://www.learnpython.org/ (interactive)
- http://www.tutorialspoint.com/python/
As for others, Google is a great place to ask questions and find answers. Python is a heavily used scripting language so there are millions of resources online, all for free, for learning the language. If you get stuck and can't find any answers at all, there are sites like StackOverflow made for programming related questions as well. _________________
- Retired. |
|
Back to top |
|
 |
Syperus Advanced Cheater
Reputation: 1
Joined: 05 Jun 2011 Posts: 61
|
Posted: Thu Jul 09, 2015 6:19 pm Post subject: |
|
|
Python is a great language and is cross-platform compatible. I enjoyed learning it, however I couldn't get used to the indentation for it. I've always been used to using brackets {} to tell the start and end of a function/class. If your wanting to get into writing your own trainers for games my suggestion would be to learn C++. I first started programming learning Win32 then from there went to C, then C++. Maybe learn the basics of C then go to C++? A lot of people said it's easier to learn C first then learn C++ although if you have an understanding of basic programming like the structure of a program and the differences between classes, functions, local variables vs global variables ect. I would think it wouldn't be too hard to learn. Good Luck!!  |
|
Back to top |
|
 |
8BallPoolHackerAP05 How do I cheat?
Reputation: 0
Joined: 03 Jul 2015 Posts: 9
|
|
Back to top |
|
 |
Syperus Advanced Cheater
Reputation: 1
Joined: 05 Jun 2011 Posts: 61
|
Posted: Fri Jul 10, 2015 8:57 am Post subject: |
|
|
8BallPoolHackerAP05 wrote: | How long did it take you to learn python? |
Learning the basics of python was extremely easy for me. I already understood the structure of a program and how it works. Learning Python isn't hard. A lot of people usually refer new programmers to this language first and branch off from there. So yea if you're new to programming Python would be a good start then if you decide you enjoy programming and want another challenge then start learning another language and so on ect. There's always so much to learn on any language that I dont' think anyone ever really "masters" the language, especially if the creators/council members are still improving on that language ie C++. Just have patience and determination and you'll succeed!
p.s. Also be prepared to cuss A LOT  |
|
Back to top |
|
 |
|