Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #1
    chichos's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0

    Question need help for Script

    hey hi i wanna know what a have to make in a Script for this never end

    example my Script start when i press F1 he does all that i want but what i have to make for this never end

    thanks for your help

  2. #16
    chichos's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    yeah plz help me what is a loop ???? helpppppppp
    Last edited by chichos; 09-06-2008 at 01:03 AM.

  3. #17
    SomeDude123's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    440
    Reputation
    20
    Thanks
    39
    My Mood
    Relaxed
    more info please cuz i cant help without more info

  4. #18
    chichos's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    look this is my complet script how i can loop it ????????????

    i try to make a script look and i wanna know what i have to do for this script never finish when i press the start key

    example when i press the space bar to start the script he do this

    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    Sleep 5100 ; <----------------------*edit*
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    sleep 5100
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    sleep 5100 ; <----------------------*edit*
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U

    that i want is that hi do all time this and never stop



    look this is my script

    GameName = BF2.exe
    KeySleep1 = 100

    #Persistent
    #SingleInstance force
    #InstallMouseHook
    #InstallKeybdHook
    #NoEnv
    KeySleep1 = 100

    SetTimer, KeepRunning
    return
    KeepRunning:

    WinGet, szProcessName, ProcessName, A
    if szProcessName = BF2.exe
    {
    ; If running check to determine whether in chat mode.
    If (v_InTextChatOn == False) ; Text chat isn't active so allow hotkeys
    {
    Suspend, off
    }
    Else if (v_InTextChatOn == True) ; Text chat is active so disable hotkeys
    {
    Suspend, on
    }
    }
    Else ; Else window inactive, disable hotkeys
    {
    Suspend, on
    {
    }
    }
    return


    $space:: ; <------ Change hotkey for throwing the RDX by changing the key after $ and before ::

    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    Sleep 5100 ; <----------------------*edit*
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    sleep 5100
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    sleep 5100 ; <----------------------*edit*
    MouseClick, right, , , , , D
    sleep 400
    MouseClick, right, , , , , U
    return


    $F9:: ; <------ This key activates or deactivates the script. Can be changed by changing the key after $ and before ::
    Suspend, Toggle
    If toggle != 1
    {
    toggle := 1
    SoundBeep
    SoundBeep
    }
    else
    {
    toggle := 0
    SoundBeep
    }
    return



    thanks for your help

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Need Help for cod4 (cracked)
    By Hackara in forum General Game Hacking
    Replies: 3
    Last Post: 02-06-2009, 09:35 PM
  2. need help for special force philippines
    By nathanael890 in forum Soldier Front General
    Replies: 1
    Last Post: 09-03-2008, 06:52 AM
  3. NEED HELP FOR HACKING GUN INDIA
    By ashishashish in forum General Game Hacking
    Replies: 2
    Last Post: 04-16-2008, 12:03 AM
  4. need help for no fall damage hack
    By kokobunji100 in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-27-2007, 04:12 PM
  5. need help installing warrock for friend
    By tarty67 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 06-02-2007, 11:55 AM

Tags for this Thread