Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39
  1. #16
    Threadstarter
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,926
    My Mood
    Relaxed
    I can take a look into it (did you use exe or ahk, what else programs do you use and so on)

  2. #17
    REYTEghergergerg's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    10
    .ahk scripts work everywhere, on every server.

  3. #18
    namdoan123's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    6
    is this hack still working or im gonna get banned just opening it

  4. #19
    numanergi's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    still UD????????

  5. #20
    buswaxer's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,332
    My Mood
    Amused
    Quote Originally Posted by numanergi View Post
    still UD????????
    Almost guaranteed FUD but there's always a chance of a VAC.

  6. The Following User Says Thank You to buswaxer For This Useful Post:

    global357 (06-13-2015)

  7. #21
    Threadstarter
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,926
    My Mood
    Relaxed
    ESEA - Undetected, use with caution
    CEVO - Undetected, use with caution

    Server side script may be a thing

  8. #22
    0ccupant's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Hello, I love the tool and use it a lot but can you remove the turn around and bhop and move rapid fire to f3 because i cannot vote when the AHK is active. Thanks!

  9. #23
    phoenix8383's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    15
    My Mood
    Fine
    Quote Originally Posted by 0ccupant View Post
    Hello, I love the tool and use it a lot but can you remove the turn around and bhop and move rapid fire to f3 because i cannot vote when the AHK is active. Thanks!
    Here you go.
    Thanks to pean for his awesome script!

    Code:
    loop {
    
    GetKeyState, state, F4
    if state = D
    {
    oneenable:=false
    }
    
    GetKeyState, state, F6
    if state = D
    {
    akenable:=true
    m4enable:=false
    }
    
    GetKeyState, state, F7
    if state = D
    {
    akenable:=false
    }
    
    GetKeyState, state, F8
    if state = D
    {
    m4enable:=true
    akenable:=false
    }
    
    GetKeyState, state, F9
    if state = D
    {
    m4enable:=false
    }
    
    GetKeyState, state, F11
    if state = D
    {
    m4enable:=false
    akenable:=false
    oneenable:=false
    }
    
    GetKeyState, state, LButton
    if state = D
    {
    if (akenable==true)
    {
    loop
    {
    sleep 50
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 8)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 5, "UInt", 21)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", 26)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 23)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10, "UInt", 33)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 12, "UInt", 20)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 33)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14, "UInt", 15)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -35, "UInt", 4)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -16, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 5, "UInt", 3)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -18, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -10, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 35, "UInt", 0)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 25, "UInt", 0)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 15, "UInt", 0)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 27, "UInt", 10)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 20, "UInt", -10)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", 2)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", 0)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", 5)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", -3)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1, "UInt", -1)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5, "UInt", -5)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -20, "UInt", -5)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -30, "UInt", -5)
    sleep 98
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -20, "UInt", -5)
    GetKeyState, state, LButton
    if state = U
    break
    sleep 2000
    GetKeyState, state, LButton
    if state = U
    break
    }
    }
    else if (m4enable==true)
    {
    loop
    {
    sleep 50
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 5)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 9)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 9)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 20)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -10, "UInt", 25)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3, "UInt", 18)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10, "UInt", 15)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10, "UInt", 10)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10, "UInt", 10)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 5)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -13, "UInt", 10)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -20, "UInt", -5)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -27, "UInt", 0)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -20, "UInt", -2)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", -4)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 0)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -8, "UInt", 0)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -8, "UInt", 4)
    sleep 88
    GetKeyState, state, LButton
    if state = U
    break
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", -7)
    GetKeyState, state, LButton
    if state = U
    break
    sleep 2000
    GetKeyState, state, LButton
    if state = U
    break
    }
    }
    }
    }
    
    
    F3:: Hotkey, *~$MButton, Toggle
    *~$MButton::
    sleep 10
    loop
    {
        GetKeyState, state, MButton
        if state = U
            break 
        Sleep 1
        Send, {Blind}{LButton}
    }
    Return
    Last edited by phoenix8383; 05-07-2015 at 12:42 AM.

  10. #24
    scarletblanks's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    what does this tool do ?

  11. #25
    Threadstarter
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,926
    My Mood
    Relaxed
    gonna add menu and more weapons maybe (got day off), any other suggestions are welcome

  12. #26
    zivfarcry's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pean153 View Post
    gonna add menu and more weapons maybe (got day off), any other suggestions are welcome
    thanks a lot for the code. wait for something like this a lot of time.
    m4a4 and p90 can be awsome

  13. #27
    Threadstarter
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,926
    My Mood
    Relaxed
    Quote Originally Posted by zivfarcry View Post
    thanks a lot for the code. wait for something like this a lot of time.
    m4a4 and p90 can be awsome
    already did famas, gonna do galil,p90 and m4a4 and hopefully release on sunday

    Also guys, about the menu --- Should I do menu (if you are in fullscreen you will get alt tabbed cuz i don't wanna do d3d) or should I keep the hotkeys but make them toggle so one hotkey for one function

  14. #28
    tazzik1's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    @pean better on sensitivity 6.0

  15. #29
    linksy's Avatar
    Join Date
    May 2012
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pean153 View Post
    Also guys, about the menu --- Should I do menu (if you are in fullscreen you will get alt tabbed cuz i don't wanna do d3d) or should I keep the hotkeys but make them toggle so one hotkey for one function
    Do toggle hotkey with sound (if you can do) for fullscreen please, I don't want to be alt tabbed for a switch.
    And for the sensitivity can you explain how to easier as possible ^^" ? I want to make it lower (like 1.50 ~ 1.70) for myself

    You do a really great job with that script.

  16. #30
    0ccupant's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Keep it as script because I dont want to have to keep alt tabbing because it takes awhile to switch back to CSGO. Also do one button script like f6 is ak on/off and f7 is m4a1-s on/off and f8 p90 is on/off.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Perfect csgo bhop ahk script hack with on/off key cant get detected.
    By mango_hd in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 05-22-2017, 11:02 AM
  2. Some one can attach to crossfire.exe or open it ???
    By kmanev073 in forum Crossfire Coding Help & Discussion
    Replies: 9
    Last Post: 08-12-2013, 08:25 AM
  3. Replies: 3
    Last Post: 09-04-2012, 10:26 AM
  4. [Help] .exe That Opens By itself
    By apeshiit13 in forum General Hacking
    Replies: 3
    Last Post: 01-23-2012, 05:41 PM

Tags for this Thread