Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 161
  1. #46
    Acadian's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Can we get a update of this for 1.7 please? Self porting it over was kinda fail, when script is deactivated binds still do not go away.

  2. The Following User Says Thank You to Acadian For This Useful Post:

    itzjaake (03-14-2011)

  3. #47
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    Quote Originally Posted by Acadian View Post
    Can we get a update of this for 1.7 please? Self porting it over was kinda fail, when script is deactivated binds still do not go away.
    Close the hotkey.. :/. but yes, release update for 1.7, with NoRechamber pleeaasse.

  4. #48
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,093
    My Mood
    Cold
    Quote Originally Posted by Acadian
    Thank you so much for your work, great plugin! Can we get a update of this for 1.7 please? Self porting it over was kinda fail, when script is deactivated binds still do not go away making it so I cant shoot other weapons correctly unless i shut down AH but then i cant activate script again without closing EH and opening it all again.
    Plugin v1.2 is compatible with ExternalHack v1.7, I just tested it and it has no glitches. The problem you're talking about is described in the previous releases - while AHK is active automatic weapons won't work properly, so you has to close it. Moreover, ExternalHack version for my plugin is altered, so it's obvious that you should shut it down and use vanilla one if you want to use automatic weapons.

    Quote Originally Posted by Drummermoose View Post
    Close the hotkey.. :/. but yes, release update for 1.7, with NoRechamber pleeaasse.
    I have no time to release the next version, sorry. v1.3beta was ready the next day after v1.2, and its source is available here, use it if you need NoRechamber.
    Last edited by 63OR63; 03-18-2011 at 08:08 AM.

  5. #49
    hahaV2's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    138
    Reputation
    10
    Thanks
    6
    My Mood
    Bored
    350 milesec and 750 milesec wdf my mind is not that fast
    XD
    im better without it[i didnt try it but when i play 3 games with sniper on everygame i get changed from noob to pro or from noob to super pro]

  6. #50
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,093
    My Mood
    Cold
    Quote Originally Posted by iKiLLYouCro View Post
    Learn to Snipe in all Fps Games and you dont need this
    Quote Originally Posted by hahaV2 View Post
    350 milesec and 750 milesec wdf my mind is not that fast
    XD
    im better without it[i didnt try it but when i play 3 games with sniper on everygame i get changed from noob to pro or from noob to super pro]
    Oh, really? That's so interesting. Please, tell us more.

  7. #51
    Scarface™'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    2
    My Mood
    Drunk
    looks good i'm gonna try it
    this isn't bannable, is it?

  8. #52
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    Quote Originally Posted by 63OR63 View Post
    I have no time to release the next version, sorry. v1.3beta was ready the next day after v1.2, and its source is available here, use it if you need NoRechamber.
    Alright, i did it, norechamber works well just how to get half manual to work? i unblocked it, but theres only quickscope on and quickscope off?
    Last edited by Jakob; 03-18-2011 at 07:44 PM.

  9. #53
    hAEy5ya@$%#$%'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    Seems very promising. I'll try it out!

  10. #54
    ChuckMorris's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Trier
    Posts
    29
    Reputation
    10
    Thanks
    4
    undetected?

  11. #55
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    Quote Originally Posted by ChuckMorris View Post
    undetected?
    read the first post?

  12. #56
    [D]ark's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    196
    Reputation
    10
    Thanks
    29
    Very Good !

  13. #57
    ifury's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    aaaaa
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    Quote Originally Posted by ChuckMorris View Post
    undetected?
    You should read the topic
    the answer is Yes, it is not detected by VAC.
    Last edited by ifury; 03-25-2011 at 05:32 PM.

  14. #58
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    george man. cmon. please?

  15. #59
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,093
    My Mood
    Cold
    Quote Originally Posted by Drummermoose View Post
    Alright, i did it, norechamber works well just how to get half manual to work? i unblocked it, but theres only quickscope on and quickscope off?
    I now looked through the code of v1.3beta, and it looks like I deleted toggle to half-manual in it. I dunno why, I don't remember If you need this, open BOQS.ahk in notepad and replace
    Code:
    QuickscopeToggle:
    	if Qs < 1
    	{
    		Qs += 1
    		if Qs = 1
    		{
    			SoundBeep, 800, 100
    			FeatureOn("QUICKSCOPE ACTIVATED")
    		}
    	}
    	else
    	{
    		Qs := 0
    		SoundBeep, 200, 100
    		SoundBeep, 200, 100
    		FeatureOff("QUICKSCOPE DEACTIVATED")
    	}
    	return
    with
    Code:
    QuickscopeToggle:
    	if Qs < 2
    	{
    		Qs += 1
    		if Qs = 1
    		{
    			if not EnableFullautoQuickscope
    			{
    				Qs := 2
    				SoundBeep, 800, 100
    				FeatureOn("HALF-MANUAL ACTIVATED")
    			}
    			else
    			{
    				SoundBeep, 600, 100
    				FeatureOn("FULL-AUTO ACTIVATED")
    			}
    		}
    		else if Qs = 2
    		{
    			if not EnableHalfmanualQuickscope
    			{
    				Qs := 0
    				SoundBeep, 200, 100
    				SoundBeep, 200, 100
    				FeatureOff("SCRIPT DEACTIVATED")
    			}
    			else
    			{
    				SoundBeep, 800, 100
    				FeatureOn("HALF-MANUAL ACTIVATED")
    			}
    		}
    	}
    	else
    	{
    		Qs := 0
    		SoundBeep, 200, 100
    		SoundBeep, 200, 100
    		FeatureOff("SCRIPT DEACTIVATED")
    	}
    	return
    Last edited by 63OR63; 03-26-2011 at 07:07 AM.

  16. #60
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    Does it work still with latest patch? :/
    Last edited by Jakob; 03-26-2011 at 08:16 PM.

Page 4 of 11 FirstFirst ... 23456 ... LastLast