soldier burst menu

User Tag List

Results 1 to 11 of 11
  1. #1
    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)

    soldier burst

    hi,

    i have been fooling around with ahk scripts but i am very noob xD and i am wondering if anyone could help me out.
    what i am trying to do is make script fire 5 times then pause for a moment then repeat so soldier 76 has no spread xD

    thanks in advance

    soldier burst
  2. #2
    hazedoff's Avatar Private
    Reputation
    7
    Join Date
    Jun 2016
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look into emulating mouse functions.

  3. #3
    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)
    Originally Posted by hazedoff View Post
    Look into emulating mouse functions.
    i don't have a fancy mouse :P

  4. #4
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkimp1 View Post
    i don't have a fancy mouse :P
    Look at the other auto-hotkey scripts. They are fairly easy to understand.

    [Note, this is psudo code. I don't know the syntax off the top of my head, and you would be better learning it anyways]

    {send mouse down} (Pressing in the left mouse button)
    {sleep x} (Sleep for x amount of miliseconds.... however long it takes to fire 5 bullets.
    {send mouse up} (Releasing the left mouse button)

  5. #5
    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)
    Originally Posted by Sychotix View Post
    Look at the other auto-hotkey scripts. They are fairly easy to understand.

    [Note, this is psudo code. I don't know the syntax off the top of my head, and you would be better learning it anyways]

    {send mouse down} (Pressing in the left mouse button)
    {sleep x} (Sleep for x amount of miliseconds.... however long it takes to fire 5 bullets.
    {send mouse up} (Releasing the left mouse button)
    so that would be
    Ins::Suspend
    Lmbutton::
    {send mouse down}
    {sleep 200}
    {send mouse up}

  6. #6
    abbystabby's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This seems to be the most stable for me.

    ~$LButton::
    While GetKeyState("LButton", "P"){
    Click
    Sleep 100 ; milliseconds
    }
    return

  7. #7
    kukkies's Avatar Member
    Reputation
    5
    Join Date
    Jun 2016
    Posts
    23
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abbystabby View Post
    This seems to be the most stable for me.

    ~$LButton::
    While GetKeyState("LButton", "P"){
    Click
    Sleep 100 ; milliseconds
    }
    return
    is this bannable?

  8. #8
    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)
    Originally Posted by kukkies View Post
    is this bannable?
    yes ahk scripts are bannable

  9. #9
    atmos's Avatar Contributor
    Reputation
    97
    Join Date
    Jun 2016
    Posts
    79
    Thanks G/R
    8/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Funky. I've been using my ahk aimbot from beta till now and haven't been banned.
    Only difference being I don't use any sends or clicks, but even then it's more likely the keyboardhook (which get's called automatically when you have a hotkey in your script) would be detected rather than kinda common windows functions (which click and send ultimately are).
    So I'm having a bit of an hard time believing they're actually detecting ahk related scripting.
    Last edited by atmos; 06-27-2016 at 09:56 AM.

  10. #10
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by atmos View Post
    Funky. I've been using my ahk aimbot from beta till now and haven't been banned.
    Only difference being I don't use any sends or clicks, but even then it's more likely the keyboardhook (which get's called automatically when you have a hotkey in your script) would be detected rather than kinda common windows functions (which click and send ultimately are).
    So I'm having a bit of an hard time believing they're actually detecting ahk related scripting.
    Being bannable and being detected are two separate things. He is saying that if blizzard were to find out you were using autohotkey on their game, they are likely to ban you.

  11. #11
    atmos's Avatar Contributor
    Reputation
    97
    Join Date
    Jun 2016
    Posts
    79
    Thanks G/R
    8/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Being bannable and being detected are two separate things. He is saying that if blizzard were to find out you were using autohotkey on their game, they are likely to ban you.
    Alright then.
    Was under the false-belief that those 2 are being used interchangeably on these forums since few of the topics and people mention ahk being detected and that it's bannable.
    Such is the confusion of confusing things.

Similar Threads

  1. [Tool] Soldier 76 - Burst mode
    By Seminko in forum Overwatch Exploits|Hacks
    Replies: 33
    Last Post: 04-02-2017, 10:24 AM
  2. Soldier in Iraq needing favor
    By truthuntold in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-03-2008, 06:18 PM
  3. [Race Edits] Human Male to Pumpkin Soldier
    By Myth. in forum World of Warcraft Model Editing
    Replies: 3
    Last Post: 11-26-2007, 03:48 AM
  4. ::Tutorial:: [Text] Light Burst [Pro]
    By Puff in forum Art & Graphic Design
    Replies: 29
    Last Post: 11-05-2007, 01:45 PM
  5. [Model Change] VoidWalker to Pumpkin Soldier
    By Extase in forum World of Warcraft Model Editing
    Replies: 14
    Last Post: 10-10-2007, 09:07 PM
All times are GMT -5. The time now is 08:43 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