Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 51
  1. #31
    Osher1234561's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by CrunchyRainbow View Post


    To increase just copy the exe and rename it and run two at the same time Im actually working on new script
    Script
    idont this window why?
    i download autohotkey and when i press MOuse4 or 5 is dont worked

  2. #32
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by DryUrEyesM8 View Post
    I'm having a huge problem getting this to work. If I press alt outside csgo it freezes my mouse but once I pull up csgo it does nothing. Yes I am in windowed mode.
    Run as Admin
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  3. #33
    DryUrEyesM8's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Bestowner Modz View Post


    Run as Admin
    That's how I fixed it last night. Very crucial. RUN AS ADMIN!

  4. #34
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    Quote Originally Posted by Osher1234561 View Post
    idont this window why?
    i download autohotkey and when i press MOuse4 or 5 is dont worked
    The Window / picture i posted is my next version im making

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  5. The Following User Says Thank You to Ally For This Useful Post:

    ListenTo (05-03-2016)

  6. #35
    Elliot0300's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    How do triggerbot work? If its supposted to shoot for me it doesnt.......

    - - - Updated - - -

    WHAT is s cript code for K ??????

  7. #36
    S-D R3FL3X's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    What do i have to DO when i started it with AHK. ?
    it is running but it isnt working..
    how can i change the button i want ''exactly'' pls ~regards

    - - - Updated - - -

    Quote Originally Posted by CJustusMig View Post
    what would be the code for Mouse 5 plz? I'm not used to sripting, sorry.
    There is only one thing thas sucks a bit and i hope ure abel to change that , WHEN i shoot example with the desert eagel there comes some smoke up and the deagel react to this smoke start shooting reasonless...
    may u change it ? ~ regards! pls answer me !!

    - - - Updated - - -

    Quote Originally Posted by 4xing View Post
    My improved version. After activation script save pixel colour again and makes only 1 shot. In a nutshell: the script works better with ak, m4, etc.
    Hold 4th mouse button (If you want other button change every "XButton2")

    Code:
    Threshold = 20
    *~$XButton2::
    MouseGetPos, MouseX, MouseY
    PixelGetColor, Color1, (MouseX+2), (MouseY+2)
    StringSplit, Colorz, Color1
    Color1B = 0x%Colorz3%%Colorz4%
    Color1G = 0x%Colorz5%%Colorz6%
    Color1R = 0x%Color7z%%Colorz8%
    Color1B += 0
    Color1G += 0
    Color1R += 0
    while (GetKeyState("XButton2", "P"))
        {
            BlockInput, MouseMove
            sleep 1
            MouseGetPos, MouseX, MouseY
            PixelGetColor, Color2, (MouseX+2), (MouseY+2)
            StringSplit, Colorz, Color2
            Color2B = 0x%Colorz3%%Colorz4%
            Color2G = 0x%Colorz5%%Colorz6%
            Color2R = 0x%Color7z%%Colorz8%
            Color2B += 0
            Color2G += 0
            Color2R += 0
            if (Color1R > (Color2R + Threshold)) or (Color1R < (Color2R - Threshold)) or (Color1G > (Color2G + Threshold)) or (Color1G < (Color2G - Threshold)) or (Color1B > (Color2B + Threshold)) or (Color1B < (Color2B - Threshold))
                {
                    send {LButton 1}
    MouseGetPos, MouseX, MouseY
    PixelGetColor, Color1, (MouseX+2), (MouseY+2)
    StringSplit, Colorz, Color1
    Color1B = 0x%Colorz3%%Colorz4%
    Color1G = 0x%Colorz5%%Colorz6%
    Color1R = 0x%Color7z%%Colorz8%
    Color1B += 0
    Color1G += 0
    Color1R += 0
    sleep 250
                }
        }
    BlockInput, MouseMoveOff
    Return
    
    End::
    exitapp
    return
    There is only one thing thas sucks a bit and i hope ure abel to change that , WHEN i shoot example with the desert eagel there comes some smoke up and the deagel react to this smoke start shooting reasonless...
    may u change it ? ~ regards! pls answer me !!

  8. #37
    Nero's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Location
    69.01.192
    Posts
    3,040
    Reputation
    197
    Thanks
    3,265
    My Mood
    Angelic
    why does it my fps go down or it feels really laggy when i use it or hold it down? and how come whenever i aim near a crate it shoots? is there something i can do to fix it? and then when i hold down alt it keeps shooting what do i do?
    Last edited by Nero; 03-15-2016 at 10:42 PM.

  9. #38
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,304
    My Mood
    Inspired
    Quote Originally Posted by WhoBattle View Post
    why does it my fps go down or it feels really laggy when i use it or hold it down? and how come whenever i aim near a crate it shoots? is there something i can do to fix it? and then when i hold down alt it keeps shooting what do i do?
    The script looping rapidly can cause a small amount of lag, especially when it has to do calculations.
    Although you will only notice this if you play on a potato

    You can add a sleep ro make it run slower, but it won't work as good as it normally does

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  10. #39
    Nero's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Location
    69.01.192
    Posts
    3,040
    Reputation
    197
    Thanks
    3,265
    My Mood
    Angelic
    ty but how come it shoots rapidly when near a crate/ mostly everywhere ?

  11. #40
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    Quote Originally Posted by WhoBattle View Post
    ty but how come it shoots rapidly when near a crate/ mostly everywhere ?
    Its prob just computer or some shit like that
    Besides it shouldnt do that

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  12. The Following User Says Thank You to Ally For This Useful Post:

    ListenTo (05-03-2016)

  13. #41
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,304
    My Mood
    Inspired
    Quote Originally Posted by WhoBattle View Post
    ty but how come it shoots rapidly when near a crate/ mostly everywhere ?
    Low fps/tearing.
    Light backgrounds tend to work better

    I have not used this script but I assume that it is similar to the one I made.

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  14. #42
    AxisForces's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Sometimes, it auto-fires even tho there had been no color interference. It also fires very slowly after a color change and usually misses the player if attempting to use the script at long/mid on dust2. Adjusting the sensitivity make the script better on hitting shots but more likely to autofire. Any possible fix?

  15. #43
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by AxisForces View Post
    Sometimes, it auto-fires even tho there had been no color interference. It also fires very slowly after a color change and usually misses the player if attempting to use the script at long/mid on dust2. Adjusting the sensitivity make the script better on hitting shots but more likely to autofire. Any possible fix?
    If you have bad pc. Delay will be bigger.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  16. #44
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,304
    My Mood
    Inspired
    Quote Originally Posted by AxisForces View Post
    Sometimes, it auto-fires even tho there had been no color interference. It also fires very slowly after a color change and usually misses the player if attempting to use the script at long/mid on dust2. Adjusting the sensitivity make the script better on hitting shots but more likely to autofire. Any possible fix?
    Best fix: New pc, optimize csgo, overclock your shit.

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  17. #45
    Euan Fazza's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 4xing View Post
    My improved version. After activation script save pixel colour again and makes only 1 shot. In a nutshell: the script works better with ak, m4, etc.
    Hold 4th mouse button (If you want other button change every "XButton2")

    Code:
    Threshold = 20
    *~$XButton2::
    MouseGetPos, MouseX, MouseY
    PixelGetColor, Color1, (MouseX+2), (MouseY+2)
    StringSplit, Colorz, Color1
    Color1B = 0x%Colorz3%%Colorz4%
    Color1G = 0x%Colorz5%%Colorz6%
    Color1R = 0x%Color7z%%Colorz8%
    Color1B += 0
    Color1G += 0
    Color1R += 0
    while (GetKeyState("XButton2", "P"))
        {
            BlockInput, MouseMove
            sleep 1
            MouseGetPos, MouseX, MouseY
            PixelGetColor, Color2, (MouseX+2), (MouseY+2)
            StringSplit, Colorz, Color2
            Color2B = 0x%Colorz3%%Colorz4%
            Color2G = 0x%Colorz5%%Colorz6%
            Color2R = 0x%Color7z%%Colorz8%
            Color2B += 0
            Color2G += 0
            Color2R += 0
            if (Color1R > (Color2R + Threshold)) or (Color1R < (Color2R - Threshold)) or (Color1G > (Color2G + Threshold)) or (Color1G < (Color2G - Threshold)) or (Color1B > (Color2B + Threshold)) or (Color1B < (Color2B - Threshold))
                {
                    send {LButton 1}
    MouseGetPos, MouseX, MouseY
    PixelGetColor, Color1, (MouseX+2), (MouseY+2)
    StringSplit, Colorz, Color1
    Color1B = 0x%Colorz3%%Colorz4%
    Color1G = 0x%Colorz5%%Colorz6%
    Color1R = 0x%Color7z%%Colorz8%
    Color1B += 0
    Color1G += 0
    Color1R += 0
    sleep 250
                }
        }
    BlockInput, MouseMoveOff
    Return
    
    End::
    exitapp
    return
    What would I replace XButton2 with?
    Just replace X with say Alt?

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Outdated] Multi-Script ||Color Triggerbot||Strafe Assist||Auto Strafe||Bhop||+ More [NightWare]
    By _NightWare in forum Counter-Strike 2 Scripts
    Replies: 468
    Last Post: 02-18-2017, 07:02 AM
  2. [Release] Remix of ᴊσĸєя Triggerbot Script!
    By PqTa in forum Counter-Strike 2 Scripts
    Replies: 14
    Last Post: 05-12-2016, 01:59 PM
  3. [Outdated] Multi-Script Triggerbot, Bhop, Fast-Fire [NightWare]
    By _NightWare in forum Counter-Strike 2 Scripts
    Replies: 56
    Last Post: 02-20-2016, 06:56 AM
  4. [Request] Auto-Airblast Script and Auto-Backstab Script and Triggerbot Script
    By Krdzd in forum Team Fortress 2 Hacks
    Replies: 9
    Last Post: 10-30-2012, 04:11 PM
  5. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM