Thread: Automation

Results 1 to 10 of 10
  1. #1
    Daxious's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    40
    My Mood
    Amazed

    Automation

    Hi

    I want to get into coding things that automate stuff for me , For example a new game is out and i want to bot it without being detected etc and all that stuff
    Preferably a coding language that i can use to expand to other languages aswell , this coding language has to work for any kind of game to make an automation , with alot of options in the coding

    Lemme know what you think is the best coding language to start for me and where i could start

    Thanks for reading
    Failed Trades : 0
    Succesfull Trades : 7

  2. #2
    DildoTheCloutGod's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    4,315
    Reputation
    662
    Thanks
    1,301
    My Mood
    Yeehaw
    If you have no knowlage of coding, most highschools / colleges have a club to teach people with no experience, also checking out some tutorials on lydna or youtube will teach u some shit

  3. #3
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,636
    As a C++ hobby programmer myself, I'd recommend C++. The truth is though that most languages can be used to wrote bots for games, the bigger part is learning to reverse a game well enough to properly write a bot.

    Don't listen to what other people say about autoit and other "scripting" languages being undetectable, its not true.

  4. #4
    Daxious's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    40
    My Mood
    Amazed
    I see , to make a bot undetectable , how does that process go ?
    Failed Trades : 0
    Succesfull Trades : 7

  5. #5
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,636
    Quote Originally Posted by Daxious View Post
    I see , to make a bot undetectable , how does that process go ?
    First check and see if the game has an anti cheat (google, check loaded modules, etc) if they do, figure out how it works (google again, or reverse it yourself), then based on how it works you'll have to bypass it accordingly (hooking, modifying functions, etc). That and if you keep your not private it should stay undetectable.

  6. #6
    Kappatos's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    152
    Reputation
    44
    Thanks
    11
    My Mood
    Cool
    U need at least 2 years ,1 C++ and 1 ASM to do the things which u are talking about.

    2 years to learn the very basics and to do some stuff... Its not that easy,but since u have enough knowledge and experience,trust me u will feel like a "god" level urself
    Last edited by Kappatos; 02-13-2017 at 10:24 AM.

  7. #7
    BioHazard's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Phasing the Shadows
    Posts
    1,074
    Reputation
    27
    Thanks
    253
    My Mood
    Pensive
    If you don't have any coding experience an easy place to start is web languages (Java Script, HTML etc). I am in school and taking a Java class after self teaching myself some HTML and once you get use to the formatting and such it is quite easy to start picking up a language. I've heard python is easy for beginners but I've never coded anything in it myself.

    A easy way to start learning is to find a website that does lessons and gets you to do short programs such as CodeHS and others. Just find one you like and can get use to.

    Quote Originally Posted by Kappatos View Post
    U need at least 2 years ,1 C++ and 1 ASM to do the things which u are talking about.

    2 years to learn the very basics and to do some stuff... Its not that easy,but since u have enough knowledge and experience,trust me u will feel like a "god" level urself
    I think your math is wrong there. People learn at different paces and such. I've only spent maybe a couple weeks in Java and can write basic programs and understand most bits of code. It depends on how much effort you're willing to put forth into learning.
    Last edited by BioHazard; 02-21-2017 at 03:47 PM.

    [IMG]https://i1316.photobucke*****m/albums/t602/xUndeadCamperx/BioHazardSiggy_zps313cd15a.png[/IMG]
    Formerly known as - GangsterDemon
     

  8. #8
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,636
    Don't start with web if you're wanting to automate games. HTML is only a styling language, and js isn't bad, but python will get you going with windows applications faster.

  9. #9
    PraiseCthulhu's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    3
    I'd second Nimboso on Python, that one you can get up and running quite fast and the environment is quite good. C++ has a bit nasty library dependency system if you use Microsoft IDE. Granted, even on Windows systems third-party build systems like CMake can be used to reduce your workload by a large factor but the initial setup time is still somewhat high. Furthermore, if you want to one day start learning C++, I'd advice you to learn plain C first. It is much less painful to introduce classes and STL after you have basic syntax down.

  10. #10
    Amiratti's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    C:\Users\Tosha\UK
    Posts
    375
    Reputation
    10
    Thanks
    30
    My Mood
    Lurking
    Quote Originally Posted by Dildo View Post
    If you have no knowlage of coding, most highschools / colleges have a club to teach people with no experience, also checking out some tutorials on lydna or youtube will teach u some shit
    You must have some really good highschools and colleges in Canada if they teach that.. In the UK you dont get SHIT! neither in college nor highschool.

Similar Threads

  1. automate tasks?
    By Corndog in forum Combat Arms Mod Discussion
    Replies: 3
    Last Post: 05-23-2010, 03:11 AM
  2. [Release] Automate 4.8.10
    By EpicPacMan in forum WarRock - International Hacks
    Replies: 27
    Last Post: 04-24-2010, 07:13 PM
  3. [Help] Multi Injector, Multi Hack Automation Community Project
    By EpicPacMan in forum WarRock Discussions
    Replies: 19
    Last Post: 04-17-2010, 10:08 AM
  4. EpicPacMan's gamenoob Chams&VioletInjector "Automate"
    By EpicPacMan in forum WarRock - International Hacks
    Replies: 32
    Last Post: 04-02-2010, 12:52 PM
  5. webbrowser automating
    By CodeHPro in forum Visual Basic Programming
    Replies: 12
    Last Post: 10-06-2009, 09:59 AM