AHK coders lounge - discuss and share code menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 77
  1. #16
    Aristocrated123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got it to work, but how do you add the other ones? (like widow or trigget)

    AHK coders lounge - discuss and share code
  2. #17
    phansawat's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2010
    Posts
    344
    Thanks G/R
    14/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aristocrated123 View Post
    I got it to work, but how do you add the other ones? (like widow or trigget)
    you can paste them in the same .ahk or you can make separate .ahk files for them

  3. #18
    KashTH's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wait how does the widow auto-shoot work?

  4. #19
    Bahrein's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question .. The "Korean Aimbot Modified with minor AHK scripts by Stinkyjoint" follow all the steps but when the scripts tries to aim it aim outside the target any tips? (srry for my english :P) hope you understand

  5. #20
    phansawat's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2010
    Posts
    344
    Thanks G/R
    14/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bahrein View Post
    Question .. The "Korean Aimbot Modified with minor AHK scripts by Stinkyjoint" follow all the steps but when the scripts tries to aim it aim outside the target any tips? (srry for my english :P) hope you understand
    read the OP or try different things
    this is not a support thread!!!!

  6. #21
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hold right button to zoom,

    when at 100% hold down left button

    keep left button down and at every 100% it will auto fire

  7. #22
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phansawat View Post
    xbutton2 is mouse5 button i think, so you pick genji and press mouse5
    it will do a weapon cancellation combo that will do a lot of dmg up close

    Also added triggerbot now


    i put the trigger into my ui, and added it just how i did with the other scripts and it dosnt work, however it works as a AHK by itself,

    its very bot like

    needs to do a constant burst rather then 1 shot at a time :P

  8. #23
    phansawat's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2010
    Posts
    344
    Thanks G/R
    14/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stinkyjoint View Post
    i put the trigger into my ui, and added it just how i did with the other scripts and it dosnt work, however it works as a AHK by itself,

    its very bot like

    needs to do a constant burst rather then 1 shot at a time :P
    depends where you add it in the script
    some other functions might be shutting it down prematurely

  9. #24
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phansawat View Post
    depends where you add it in the script
    some other functions might be shutting it down prematurely
    yeah i figured that,

    i had a similar problem when i was adding the fast reloads,

    time to have a play about

  10. #25
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    loop
    {
    ImageSearch, , , 960, 0, 960, 540, *100 1.png
    If Errorlevel = 0
    ImageSearch, , , 960, 541, 960, 1080, *100 1.png
    If Errorlevel = 0
    Click, left, 
    
    }
    return
    
    Rbutton::Pause ; suspend the script
    Numpad2::ExitApp  ; panic ends the script
    all i added was 2 keys to pause and exit the ahk,

    but this works beautiful for Reaper,

  11. #26
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here i have a roadhog combo for you

    Code:
    mbutton:: 
    MouseClick, right
    sleep, 5
    Send {LShift down}{LShift up}
    sleep, 1031
    MouseClick, left
    sleep, 50
    Send {v down}{v up}
    Return
    it does his
    1. medium range shot
    2. then chain hook
    3. then his short range shot
    4. then melee

  12. #27
    ImBasedGod's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I use the pixel bot? i put it in an ahk script and ran it but nothing

  13. #28
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    from a quick test using the triggerbot

    the best characters to use it with are

    Genji
    Mccree
    Reaper
    Pharah - okish
    Junkrat - if you land the shot
    Torbjorn
    D.va
    Roadhog
    Ana - aslong as you dont scope in (unless you change pause key)
    Lucio
    Zenyatta

  14. #29
    darkimp1's Avatar Active Member Authenticator enabled
    Reputation
    32
    Join Date
    Jan 2014
    Posts
    219
    Thanks G/R
    7/19
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rip not on elite xD

  15. #30
    eddylambo's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the triggerbot is just meant to shoot when you are aiming at red haha i figured that out the hard way

Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. WoW Leveling Discussion and Introduction.
    By Yodam in forum World of Warcraft General
    Replies: 0
    Last Post: 01-13-2008, 10:38 AM
  2. Update: All wow id's New sounds and morph codes
    By henk in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-16-2007, 02:30 PM
  3. Simpsonize yourself and share with us
    By matswurld in forum Community Chat
    Replies: 3
    Last Post: 07-27-2007, 02:23 PM
All times are GMT -5. The time now is 01:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search