Results 1 to 7 of 7
  1. #1
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful

    Red face MineCraft AHK Scripting!

    Hey guys im going to bring to you today something i have worked on in the last 10 - 15 minutes just to show you guys what something so basic can do on minecraft, just to tell you aswell these scripts work on other games aswell!

    So the script that im going to be showing you is an example and is pretty pointless, all it does in minecraft is make a rectangular shape by you just pressing the letter V on your keyboard!

    The reason i felt the need to post this here is because by just making a simple rectangle with this script allows us to do so much more with these scripts, for example you could make house builders and stuff which i know would take a long time but think of it when its done, you just press and button and watch your minecraft build the house for you!

    So anyway here is the code to the simple Rectangle shape maker i made in around 10 - 15 mins, this doesnt make a complete accurate rectangle as you need to be standing so far away from a block on the ground and at a certain angle but when you have hit the right spot you have a rectangle built for you in under 10 seconds!

    Code:
    Code:
    ~Pause::suspend
    
    Return
    
    ~v::
    {
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    send {Rbutton}
    MouseMove, 34, 0, 100, R
    send {s down}
    sleep 250
    send {s up}
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    MouseMove, 35, 0, 100, R
    send {a down}
    sleep 100
    send {a up}
    sleep 100
    send {s down}
    sleep 300
    send {s up}
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    MouseMove, 33, 0, 100, R
    sleep 100
    send {a down}
    sleep 300
    send {a up}
    sleep 100
    send {s down}
    sleep 270
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    send {s down}
    sleep 250
    send {s up}
    sleep 100
    send {Rbutton}
    sleep 100
    send {a down}
    sleep 250
    send {a up}
    sleep 100
    send {Rbutton}
    sleep 100
    }
    
    Return
    Basically you can see by the code what it all does and stuff which makes this language so user friendly and easy to code with!
    If you want to use this script, search on google for "AutoHotkey" and go to the website and download the program and then compile this script and open your minecraft, Press the letter V on your keyboard and watch it do its thing.

    The main reason of me showing this to you guys is that i thought that some of you might be interested in this kind of auto building stuff from external programs and might want to get started in making some things out of them!
    Anyway guys thats that, and if you do try the above script all i can say to you is good luck!

  2. #2
    Troooop's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Aboard the Enterprise
    Posts
    91
    Reputation
    10
    Thanks
    30
    My Mood
    Paranoid
    Quote Originally Posted by {Banned}**HACKER** View Post
    The main reason of me showing this to you guys is that i thought that some of you might be interested in this kind of auto building stuff from external programs and might want to get started in making some things out of them!
    Anyway guys thats that, and if you do try the above script all i can say to you is good luck!
    I like the script, but I really don't approve of external auto-build scripts. There's so much room for error, that it could end up hurting, rather than simplifying building.


  3. #3
    Koperal_Hazim's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Anon
    Posts
    124
    Reputation
    10
    Thanks
    714
    My Mood
    Cool
    NICE MAN KEEP UP A GOOD WORKS

  4. #4
    midem2011's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    so, what that do ?
     
    yeah epic

     
    My mother says : Go to bed
    Me says : NO !
    Mother says :
     
    YOU ARE FREAKING AWSOME

  5. #5
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    @Troooop i see where your coming from but if you make it perfect then there wouldnt be no problems ;D @midem2011 This is a load of rubbish in what it does basically but it just shows what you can make by external scripts, this makes a rectangle out of any block you choose

  6. #6
    Reyo.'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    2,402
    Reputation
    267
    Thanks
    1,964
    My Mood
    Grumpy
    Hahahaha , nice one bro !

  7. The Following User Says Thank You to Reyo. For This Useful Post:

    :--) (11-14-2012)

  8. #7
    S3ctr0's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    263
    My Mood
    Devilish
    In what position do i have to look at in mc for this to work fine???

Similar Threads

  1. [Release] Battlefield Dual Weapon AHK script
    By Cato38 in forum Battlefield Hacks & Cheats
    Replies: 25
    Last Post: 02-24-2013, 02:23 AM
  2. Minecraft Dos script
    By miaitzaxd in forum Minecraft Help
    Replies: 1
    Last Post: 09-15-2012, 05:50 PM
  3. [Help] AHK Script
    By rsca in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 1
    Last Post: 06-07-2012, 11:36 AM
  4. [Help Request] AHK script not working ONLY on vindictus :(
    By dustinhack in forum Vindictus Help
    Replies: 0
    Last Post: 05-07-2012, 06:45 AM
  5. [Solved] Need help with an AHK script
    By Arrowins in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 06-26-2011, 10:45 PM