Results 1 to 5 of 5
  1. #1
    dalehohn13's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Part time aussie, part time texan
    Posts
    196
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed

    Unhappy Simple Autoit Script help

    Alright so obviously i have no idea what I'm doing. Was trying to make a simple script that would just simply spam 345 etc till the end where it gets to 6 and then repeat itself. However it doesn't work in game. If i run it while it is in a normal window (such as wordpad) it'll work and will spam the numbers accordingly until i hit the Esc key

    This is what i have so far, I've never made a script before, so as i said i have no idea what I'm doing.

    Sleep(4000)
    Opt("SendKeyDownDelay", 55)


    While 100000
    Send( "{3}" )
    Sleep(2500)
    Send( "{4}" )
    Sleep(2500)
    Send( "{5}" )
    Sleep(2500)
    Send( "{3}" )
    Sleep(2500)
    Send( "{4}" )
    Sleep(2500)
    Send( "{5}" )
    Sleep(2500)
    Send( "{3}" )
    Sleep(2500)
    Send( "{4}" )
    Sleep(2500)
    Send( "{5}" )
    Sleep(2500)
    Send( "{3}" )
    Sleep(2500)
    Send( "{4}" )
    Sleep(2500)
    Send( "{5}" )
    Sleep(2500)
    Send( "{3}" )
    Sleep(2500)
    Send( "{4}" )
    Sleep(2500)
    Send( "{5}" )
    Sleep(2500)
    Send( "{6}" )
    Sleep(50000)
    Send( "{6}" )
    Sleep(3000)
    WEnd



    Func quit()
    Exit
    EndFunc
    So yeah, i would really appreciate it if someone would take a look at it and help me fix it. Thanks in advance
    Successful Trades -
    0


    Scammed -
    https://www.mpgh.net/forum/165-scamme...4-scammer.html

    The aim of the wise is not to secure pleasure, but to avoid pain.- Aristotle

  2. #2
    fromthesky's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Try compiling the script, and then running the .exe as an administrator.

  3. #3
    dalehohn13's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Part time aussie, part time texan
    Posts
    196
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed
    Quote Originally Posted by fromthesky View Post
    Try compiling the script, and then running the .exe as an administrator.
    Still doing the same thing, thanks for trying
    Successful Trades -
    0


    Scammed -
    https://www.mpgh.net/forum/165-scamme...4-scammer.html

    The aim of the wise is not to secure pleasure, but to avoid pain.- Aristotle

  4. #4
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    I recommend hooking it to the game. Although I dont know how I seen it happen before.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  5. #5
    moiz1234's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    7
    My Mood
    Worried
    Quote Originally Posted by dalehohn13 View Post
    Alright so obviously i have no idea what I'm doing. Was trying to make a simple script that would just simply spam 345 etc till the end where it gets to 6 and then repeat itself. However it doesn't work in game. If i run it while it is in a normal window (such as wordpad) it'll work and will spam the numbers accordingly until i hit the Esc key

    This is what i have so far, I've never made a script before, so as i said i have no idea what I'm doing.



    So yeah, i would really appreciate it if someone would take a look at it and help me fix it. Thanks in advance
    it wont work in game...
    cuz of xtrap...u'll need xtrap bypass

Similar Threads

  1. [Help Request] JetBot script help (Two boss maps).
    By Z4ck in forum Vindictus Help
    Replies: 0
    Last Post: 02-20-2012, 08:19 AM
  2. Script Help?
    By rage21424a in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 2
    Last Post: 10-24-2010, 09:32 PM
  3. Simple AutoIt Kills Trainer
    By @osma8 in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 13
    Last Post: 10-13-2010, 04:02 PM
  4. [SOLVED] Anti Camp script help!!!
    By adyson_19 in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 08-21-2010, 01:50 AM
  5. MPGH Login Script(Help)
    By ShadowPwnz in forum Visual Basic Programming
    Replies: 7
    Last Post: 02-21-2010, 08:16 AM