Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 60
  1. #31
    subakkforme's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    How is it for everyone??

  2. #32
    the707guy's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    loop {

    GetKeyState, state, F3
    if state = D
    {
    oneenable:=true
    }

    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
    }
    }
    }



    GetKeyState, state, t
    if state = D
    {
    if (oneenable==true)
    {
    loop
    {
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3247, "UInt", 0)
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    sleep 50
    GetKeyState, state, t
    if state = U
    break
    }
    }
    }
    }

    F1:: Hotkey, *~$Space, Toggle
    *~$Space::
    sleep 5
    loop
    {
    GetKeyState, SpaceState, Space, P
    if SpaceState = U
    break
    Sleep 1
    Send, {Blind}{Space}
    }
    Return



    F2:: Hotkey, *~$MButton, Toggle
    *~$MButton::
    sleep 10
    loop
    {
    GetKeyState, state, MButton
    if state = U
    break
    Sleep 1
    Send, {Blind}{LButton}
    }
    Return
    Your old scipt worked fine. "Pean's Multitool" What is the difference in the RCS system between this one and the old one?

  3. #33
    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,901
    My Mood
    Relaxed
    Quote Originally Posted by Vallas View Post
    How do i change Rapidfire to my right click on mouse instead? Thanks.
    Change every MButton in the file to RButton (use the replace all in notepad -->edit --> replace)

    - - - Updated - - -

    Quote Originally Posted by subakkforme View Post
    How is it for everyone??
    how is it not for everyone O_o

    - - - Updated - - -

    Quote Originally Posted by the707guy View Post
    Your old scipt worked fine. "Pean's Multitool" What is the difference in the RCS system between this one and the old one?
    instead of
    ::LButton

    I used while loop on the entire code and
    GetKeyState, state, LButton
    if state = D
    to check if left mouse is pressed, want me to release old version of check with all the new stuff?

  4. #34
    the707guy's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pean153 View Post
    instead of
    ::LButton

    I used while loop on the entire code and
    GetKeyState, state, LButton
    if state = D
    to check if left mouse is pressed, want me to release old version of check with all the new stuff?
    No need to do it. Im halfway done fixing it. Tested the AK and M4A1 and i havn't experience the RCS not working in a 100 clicks. I'll post the script here when im finished.

    - - - Updated - - -

    https://pastebin.com/8cLUB6C2

    I fixed the recoil problem. I just can't get the bhop and rapid fire to work with the RCS. When I add the bhop and RF the RCS doesn't work. Im just going to make a seperate script for it.
    Last edited by the707guy; 05-30-2015 at 12:58 PM.

  5. #35
    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,901
    My Mood
    Relaxed
    Quote Originally Posted by the707guy View Post
    No need to do it. Im halfway done fixing it. Tested the AK and M4A1 and i havn't experience the RCS not working in a 100 clicks. I'll post the script here when im finished.

    - - - Updated - - -

    https://pastebin.com/8cLUB6C2

    I fixed the recoil problem. I just can't get the bhop and rapid fire to work with the RCS. When I add the bhop and RF the RCS doesn't work. Im just going to make a seperate script for it.
    https://pastebin.com/dKiacpHu there you go try this one, probably similar to yours but i think everything works like in the new script, report back if someone uses this to fix the trigger from time to time issues


    btw it prolly didn't work for you cuz the bhop and stuff used return and when you paste it there it breaks the initial loop

    edit: oh fuck, that leak, used v4 Kappa, noone noticed
    Last edited by pean153; 05-30-2015 at 01:27 PM.

  6. #36
    the707guy's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pean153 View Post
    https://pastebin.com/dKiacpHu there you go try this one, probably similar to yours but i think everything works like in the new script, report back if someone uses this to fix the trigger from time to time issues


    btw it prolly didn't work for you cuz the bhop and stuff used return and when you paste it there it breaks the initial loop
    This is working flawlessly!! When you said trigger are you reffering to the trigger bot?

  7. #37
    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,901
    My Mood
    Relaxed
    Quote Originally Posted by the707guy View Post
    This is working flawlessly!! When you said trigger are you reffering to the trigger bot?
    event trigger aka mouse down not working

  8. #38
    IMAGANG008's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    717
    My Mood
    Blah
    good stuff

  9. #39
    buggsbunny29's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thank you for this sir, it works just fine.

    As suggestion: if you could add no recoil for mp9/mac10 and/or mp7 it would be great...i guess you could use other keys instead of f4,f5,f6 like insert/delete/home/end/pageup/pagedown

    Thanks again.

  10. #40
    gumislajos's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    This is great! but i'm only able to aim with the sensitivity of 1.5 :'D so i guess it's unlucky me otherways, great job mate! Keep it up

  11. #41
    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,901
    My Mood
    Relaxed
    Quote Originally Posted by buggsbunny29 View Post
    Thank you for this sir, it works just fine.

    As suggestion: if you could add no recoil for mp9/mac10 and/or mp7 it would be great...i guess you could use other keys instead of f4,f5,f6 like insert/delete/home/end/pageup/pagedown

    Thanks again.
    Yea, tho atm I don't wanna add more norecoils, I have AUG and SG but I will release those later (mby...if the guy wishes so)

    Quote Originally Posted by gumislajos View Post
    This is great! but i'm only able to aim with the sensitivity of 1.5 :'D so i guess it's unlucky me otherways, great job mate! Keep it up
    What do you mean, you can now use this with 1.5 sensitivity

  12. #42
    Radu97's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Iasi
    Posts
    2,360
    Reputation
    67
    Thanks
    28,272
    My Mood
    Happy
    this is so damn nice
    if i enable rapid fire it still seems slow for me ?? can you set the delay to 0 next time ?

  13. #43
    DarkBacon's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    6
    You really have tested in ESEA?

  14. #44
    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,901
    My Mood
    Relaxed
    Quote Originally Posted by DarkBacon View Post
    You really have tested in ESEA?
    Someone else tested it for me and he didn't get banned, tho its quite old and unupdated status, none complained since then (prolly none tried as well), so as its said, use with caution -- aka A4tech mouse macros are better, and load it into mouse and disable bloody softwares

  15. #45
    buggsbunny29's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Yeah i forgot about sg/aug...it would be so freakin awsome if u would release those....are they scoped or no-scoped norecoils? if both scoped and no scoped it would be the bomb

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Outdated] Pean's AHK MultiScript FINAL (open source, max customisation, stable)
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 57
    Last Post: 06-10-2015, 02:49 PM
  2. [Outdated] Pean's AHK MultiScript (open source, perfect norecoil, no memory reading/writing)
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 116
    Last Post: 05-29-2015, 08:00 PM
  3. [Outdated] Pean's CSGO Multitool - AHK/EXE - Standalone, open source
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 38
    Last Post: 05-12-2015, 08:01 AM
  4. [Help] please! Having trouble with memory reading/writing
    By bobsd in forum Reverse Engineering
    Replies: 8
    Last Post: 11-29-2013, 10:12 PM
  5. [Detected] [LucN|Dix2Vi] Public Memory v1.0 [OPEN SOURCE]
    By LucN in forum CrossFire Europe Hacks
    Replies: 68
    Last Post: 04-11-2013, 09:40 AM