Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    PashaThePotato's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    258
    My Mood
    Amazed

    Cool [AUTOHOTKEY] [MODIFIED SCRIPT] Steam Account Creator

    Use Public Version of LMAOBOX and ragehack.

    Have fun!

    Code:
    #singleinstance force
    setkeydelay 45 ;
     
    steampath = c:\program files (x86)\steam\ ; path to the steam folder, don't remove the "/" from the end
    launchtf2 = yes ; check the check box "launch tf2" by default (yes or no)
    launchoptions = -console -noborder -novid ; launch options for tf2, optional
    lmaobox = yes ; check the check box "lmaobox" by default (yes or no)
    lmaopath = %homepath%\documents\iexplore.exe ; path to lmaobox executable
    lmaoversion = free ; paid or free
    lmaouser =  ; username for paid lmaobox
    lmaopass =  ; password for paid lmaobox
     
    show_ip_box = yes ; check the check box "connect to ip address" by default (yes or no)
     
    gui:
    gui, destroy
    gui, add, edit,                                 x90     y25     w290    h21 vahkname,
    gui, add, edit,                                 x90     y56     w330    h21 vahkpass,
    gui, add, edit,                                 x90     y141    w330    h84 vahkipstring,
    gui, add, button,                       x389    y24     w32 , new
    gui, add, button,                       x89     y109    w162 , create
    gui, add, button,                       x259    y109    w162 , cancel
    gui, add, text,                                         x1              y28     w80     right, username
    gui, add, text,                                         x1              y59     w80     right, password
     
    ifnotexist, %steampath%steam.exe
    {
    msgbox, steam not found! check the settings and try again
    exitapp
    }
     
    if show_ip_box = yes
    {
    guicontrol, show, ahkipstring
    guicontrol,, showbox, 1
    gui, show, w445 h250 x5 y5,account maker
    }
     
    if launchtf2 = no
    {
    guicontrol, disable, lmaobox
    guicontrol,, ahktf2, 0
    }
     
    if show_ip_box = no
    {
    guicontrol, hide, ahkipstring
    gui, show, w445 h156 x5 y5,account maker
    }
    buttonnew:
    generatename: ;username
    ncharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,1,2,3,4,5,6,7,8,9,0
    stringsplit, chararray, ncharlist, `,
    nstr =
    random, nrand, 8, 16
    loop, %nrand%
    {       random, pick, 1, %chararray0%
            item := chararray%pick%
            nstr = %nstr%%item%
    }
    generatemail: ;email address
    mcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
    stringsplit, chararray, mcharlist, `,
    mstr =
    random, mrand, 8, 16
    loop, %mrand%
    {       random, pick, 1, %chararray0%
            item := chararray%pick%
            mstr = %mstr%%item%
    }
    generatemailhost: ;email host or whatever
    mhcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
    stringsplit, chararray, mhcharlist, `,
    mhstr =
    random, mhrand, 6, 10
    loop, %mhrand%
    {       random, pick, 1, %chararray0%
            item := chararray%pick%
            mhstr = %mhstr%%item%
    }
    generatequestion: ;secret  question
    qcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z, , , , , , , , ,
    stringsplit, chararray, qcharlist, `,
    qstr =
    random, qrand, 8, 16
    loop, %qrand%
    {       random, pick, 1, %chararray0%
            item := chararray%pick%
            qstr = %qstr%%item%
    }
    generatepass: ;password
    pcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,1,2,3,4,5,6,7,8,9,0
    stringsplit, chararray, pcharlist, `,
    pstr =
    random, prand, 10, 20
    loop, %prand%
    {       random, pick, 1, %chararray0%
            item := chararray%pick%
            pstr = %pstr%%item%
    }
    ahkname = %nstr%
    ahkmail = %mstr%@%mhstr%.com
    ahksecret = %qstr%
    ahkpass = %pstr%
    guicontrol,, ahkname, %mstr%
    guicontrol,, ahkpass, %pstr%
    lmaocheck:
    gui, submit, nohide
     
    if ahktf2 = 0
    {
    guicontrol,, lmaobox, 0
    guicontrol, disable, lmaobox
    }
    if ahktf2 = 1
    {
    guicontrol, enable, lmaobox
    }
    if lmaobox = yes
    if ahktf2 = 0
    guicontrol,, lmaobox, 0
    return
    showbox:
    gui, submit, nohide
    if showbox = 1
    {
     
    show_ip_box = yes
    goto gui
    all = bad
    return
    }
     
    if showbox = 0
    {
    show_ip_box = no
    goto gui
    all = bad
    return
    }
     
    return
     
    buttoncancel:
    exitapp
    return ; you won't return from that
     
    buttoncreate:
    filedelete, %steampath%config\steamappdata.vdf
    process, close, hl2.exe
    process, close, gameoverlayui.exe
    process, close, steam.exe
    gui, submit, nohide
    ifwinexist, Windows Security
    winclose, Windows Security
    if ahklmao = 1
    if (lmaoversion == "free")
    {
            run, %lmaopath%
            winwaitactive, LMAOBOX PUBLIC
            winminimize, LMAOBOX PUBLIC
    }
    if ahklmao = 1
    if (lmaoversion == "paid")
    {
            run, %lmaopath%
            winwaitactive, Windows Security
            winminimize, Windows Security
    }
     
    if ahklmao = 1
    {
            ifnotexist, %lmaopath%
            {
                    msgbox, lmaobox not found! check the settings and try again
                    exitapp
            }
    }
     
    if ahktf2 = 1
    ahktf2 = -applaunch 440
    if ahktf2 = 0
    ahktf2 =
     
    regexmatch(ahkipstring, "(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})", ahkip)
    if (ahkip == "")
    {
    guicontrol,, ahkipstring, no ip found!
    connect =
    }
     
    if not (ahkip == "")
    {
    guicontrol,, ahkipstring, will connect to %ahkip%...
    connect = +connect %ahkip%
    }
    run, %steampath%steam.exe
    sleep, 1000
    winwaitactive, Steam
    sleep, 300
    send, {enter}
    sleep, 50
    send, {enter}
    send, {enter}
    sleep, 50
    send, %ahkname%{tab}
    sleep, 30
    send, %ahkpass%{tab}
    sleep, 30
    send, %ahkpass%
    sleep, 3010
    send, {enter}
    winwaitactive, Steam - working
    winwaitclose, Steam - working
    sleep, 30
    send, %ahkmail%{tab}
    sleep, 30
    send, %ahkmail%
    sleep, 30
    send, {enter}
    winwaitactive, Steam - working
    winwaitclose, Steam - working
    sleep, 30
    send, {downarrow}
    sleep, 30
    send, {tab}
    sleep, 30
    send, %ahksecret%
    sleep, 30
    send, {enter}
    winwaitactive, Steam - Working
    winwaitclose, Steam - Working
    sleep, 30
    send, {enter}
    sleep, 30
    send, {enter}
    if ahklmao = 1
    if (lmaoversion == "free")
    {
            winactivate, LMAOBOX PUBLIC
            winwaitactive, LMAOBOX PUBLIC
            send, {return}
            winactivate, Team Fortress 2
    }
    if ahklmao = 1
    if (lmaoversion == "paid")
    {
            winactivate, Windows Security
            winwaitactive, Windows Security
            sleep, 30
            send, %lmaouser%{tab}%lmaopass%{return}
    }
    run, %steampath%steam.exe %ahktf2% %launchoptions% %connect%
    winclose, Steam
    goto gui
    Last edited by Hunter; 11-28-2015 at 07:07 AM.

  2. #2
    bw1119's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    7
    My Mood
    Amazed
    If it's modified, what did you modify?

  3. #3
    chuggazconroy's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    U.S.A
    Posts
    160
    Reputation
    10
    Thanks
    661
    My Mood
    Bitchy
    Quote Originally Posted by HAMismyname View Post
    where do I put this code *I'm a scrub*
    https://lmgtfy.com/?q=autohotkey

  4. #4
    PashaThePotato's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    258
    My Mood
    Amazed
    It's a little bit modified.


    It removed many of the "unwanted stuff" like "connect to a server" and auto launch "lmaobox".

  5. #5
    supermeenie's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Say's dont find steam please blabla

  6. #6
    tehpwnz0r64's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Do we have to have lmaobox installed?

  7. #7
    barryshark's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    in a box
    Posts
    32
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    So where do you put the script ???

  8. #8
    chuggazconroy's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    U.S.A
    Posts
    160
    Reputation
    10
    Thanks
    661
    My Mood
    Bitchy
    Quote Originally Posted by barryshark View Post
    So where do you put the script ???
    https://lmgtfy.com/?q=autohotkey

  9. #9
    amazeingperson's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Dead

    fix

    \make sure it says program fixes if you are useing windos if not change it
    Last edited by amazeingperson; 06-09-2015 at 09:40 PM. Reason: cant spell

  10. #10
    raychu97's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I always get an error that says: "Steam not found! Check settings and try again"

  11. #11
    chuggazconroy's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    U.S.A
    Posts
    160
    Reputation
    10
    Thanks
    661
    My Mood
    Bitchy
    Quote Originally Posted by raychu97 View Post
    I always get an error that says: "Steam not found! Check settings and try again"
    Did you do what it says?
    Just change the steam path var to the one for your computer.

  12. #12
    raychu97's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I'm a little confused my dear friend, maybe some advice?

  13. #13
    estoqese's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    After looking at the autohotkey "FileAppend" page I figured out how to include that into this script.
    Add the following line after "winclose, Steam"
    FileAppend,%ahkname%:%ahkpass%`r,C:\FILEPATHTOYOUR FILE.txt

  14. #14
    chuggazconroy's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    U.S.A
    Posts
    160
    Reputation
    10
    Thanks
    661
    My Mood
    Bitchy
    Quote Originally Posted by raychu97 View Post
    I'm a little confused my dear friend, maybe some advice?
    Is the location of your Steam.exe's current path "c:\program files (x86)\steam\"?

  15. #15
    imlivein5's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    2
    mine says no ip found?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Outdated] Steam Account Creator V2
    By robater in forum Counter-Strike 2 Scripts
    Replies: 14
    Last Post: 01-05-2016, 10:12 AM
  2. [Outdated] Steam Account Creator
    By 481k in forum Counter-Strike 2 Scripts
    Replies: 23
    Last Post: 11-24-2015, 09:27 PM
  3. [Release] autohotkey steam account maker
    By Osku958 in forum Team Fortress 2 Hacks
    Replies: 25
    Last Post: 09-16-2014, 12:29 PM
  4. Replies: 1
    Last Post: 11-10-2012, 05:44 PM
  5. [Release] Steam Account Creator Extreme
    By silentrunner2 in forum Steam Games Hacks & Cheats
    Replies: 3
    Last Post: 10-09-2012, 04:42 PM