Thread: CS:GO Scripts

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53
  1. #16
    Colonel_Cadence's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Valzeh View Post
    Okay, let's say you want to use F11 to toggle it. What you do is add the following code above the QQ script;

    F11:: Hotkey, *~Space, Toggle

    This will add a hotkey to the script. Feel free to use any other key you prefer instead of F11!
    Can you show me what this looks like together? Because it isn't working for me, and I'm new to AHK

  2. #17
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by 420blazeitswag View Post
    Can you be banned for the AWP script?
    No, you won't get banned for using an ahk script

  3. #18
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by Colonel_Cadence View Post
    Can you show me what this looks like together? Because it isn't working for me, and I'm new to AHK
    Yeah np. This is what it'll look like:

    F11:: Hotkey, *~$Space, Toggle

    *~$Space::
    Sleep 100
    Loop
    {
    GetKeyState, SpaceState, Space, P
    If SpaceState = U
    break
    Sleep 5
    Send, {Blind}{Space}
    }

  4. #19
    TehhGalaxy's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    3
    pretty sure if u put

    k::Suspend

    at the end of the script when u press k it will toggle it on and off.

  5. #20
    whiteapplepie's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Places Where I Found Love
    Posts
    285
    Reputation
    10
    Thanks
    23
    My Mood
    In Love
    the bhop script is a bit slow.. sometimes missed a jump.. its better using mouse scroll without this script

  6. #21
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by whiteapplepie View Post
    the bhop script is a bit slow.. sometimes missed a jump.. its better using mouse scroll without this script
    Its working perfect for me

  7. #22
    gEGHYeyhAEyheYHer's Avatar
    Join Date
    Jun 2014
    Gender
    female
    Posts
    6
    Reputation
    10
    Thanks
    1
    Nice script dude, I prefer this over mouse scrolling.

  8. #23
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by drackeldarr View Post
    Nice script dude, I prefer this over mouse scrolling.
    No problem, mate.

  9. #24
    skupt's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thanks man! It works great <3

  10. #25
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by skupt View Post
    Thanks man! It works great <3
    You"re welcome mate

  11. #26
    lolman963's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    628
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    Sometimes the awp quickscope script doesnt switch back to awp/scout.

  12. #27
    pacN's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Bhop scripts doesn't work. You can't get momentum with a ahk script.

  13. #28
    Potentialize's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Scripts don't inject into your game though... It's just a macro.

  14. #29
    Valzeh's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    De_dust2
    Posts
    49
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by pacN View Post
    Bhop scripts doesn't work. You can't get momentum with a ahk script.
    Been using these scrips for over a month. Don't tell me that they don't work.

  15. The Following User Says Thank You to Valzeh For This Useful Post:

    st1m_bl (09-01-2014)

  16. #30
    Dern.'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Sweden
    Posts
    515
    Reputation
    26
    Thanks
    1,348
    My Mood
    Angelic
    Thanks, been searching for a working Awp Fast Switch script for a while

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM
  2. Script
    By Corky in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-07-2007, 05:28 PM
  3. Script Which Closes Ur Browser On Click
    By AN1MAL in forum Spammers Corner
    Replies: 4
    Last Post: 12-28-2006, 12:39 PM
  4. Replies: 1
    Last Post: 07-05-2006, 06:20 AM
  5. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM