How To Install A Free Rapid Fire Software For Your Mouse!! BEST

  Рет қаралды 45,550

How-To -tech

How-To -tech

8 жыл бұрын

Thanks for watching for more tech tips and tutorials subscribe to get a new video every week!
The Code/Script = f9::Suspend
LButton::
Loop
{
SetMouseDelay 20
Click
If (GetKeyState("LButton","P")=0)
Break
}
!This video is for educational purposes only!
Gaming Channel = / computergamerftw

Пікірлер: 110
@zachlambert7245
@zachlambert7245 7 жыл бұрын
Thank you, it worked well! First mouse mod for me!
@HowTotechog
@HowTotechog 7 жыл бұрын
Np Glad to help
@themoguntian4917
@themoguntian4917 5 жыл бұрын
Bro! Thanks for that
@Excalibur250
@Excalibur250 7 жыл бұрын
Thanks for the help, gonna try these on some old flash games lol
@HowTotechog
@HowTotechog 7 жыл бұрын
Np dude
@cesareborgia945
@cesareborgia945 4 жыл бұрын
thank you. it worked perfectly
@alee3173
@alee3173 3 жыл бұрын
Thanks! you have new suscriber!
@sonictheheadshot2859
@sonictheheadshot2859 6 жыл бұрын
works perfect. THX bro
@HowTotechog
@HowTotechog 6 жыл бұрын
Np happy to help
@BornToGame
@BornToGame 5 жыл бұрын
Its work Thank you 😍
@Khan613
@Khan613 4 жыл бұрын
Turned up my volume to hear the dialog. Blew my speakers on that intro.
@sonicboss91
@sonicboss91 4 жыл бұрын
Hahaha that happen to me as well I need some painkillers now.
@tchellosilveira
@tchellosilveira 4 жыл бұрын
Thanks !!
@jimmnasium
@jimmnasium 5 жыл бұрын
thank you chief
@Beebo2311
@Beebo2311 Жыл бұрын
Thank you bro
@maxjemen5837
@maxjemen5837 4 жыл бұрын
Me: *laughs in butterfly click*
@matthewsc27
@matthewsc27 5 жыл бұрын
It works for me.
@Minimuffkiller07
@Minimuffkiller07 Жыл бұрын
thank you so much
@Minimuffkiller07
@Minimuffkiller07 Жыл бұрын
it still works after 6 years
@gindevgin9298
@gindevgin9298 3 жыл бұрын
How to make it work with all games? Sometimes this is not working depending on the game app launched. Maybe it is relative to raw input but not sure. And even with administrators privileges it's not working... Do you know a tips?
@BolasDaGrk
@BolasDaGrk 5 жыл бұрын
I have never heard anyone say, if you didn't like it, "dislike." That's pretty honest of you. lol
@MrDrGarbage
@MrDrGarbage 4 жыл бұрын
What would the code be for an akimbo rapid fire?
@dulla8469
@dulla8469 4 жыл бұрын
it sometimes stop working, i shoot and my pistol just shoots once and then i shoot agian and it works
@angelfranco4171
@angelfranco4171 3 жыл бұрын
Hello I’m just watching the video does this rapid fire mod work on Cold War ?
@vamaranthus4555
@vamaranthus4555 4 жыл бұрын
not sure what i am doing wrong, i get an error message window pop-up stating: Error at line 1. Line Text: The Code/Script = f9::Suspend Error: Invalid Hotkey. The program will now exit
@mdtufayalshuvo1757
@mdtufayalshuvo1757 6 жыл бұрын
Bro can u help me ,it doesnt stop in game
@adenjohnston8250
@adenjohnston8250 5 жыл бұрын
I tried the software on a click speed test, and it works how it is supposed to, but when I try it in a game, the first bullet shoots out of a semi-automatic gun, then it becomes unresponsive and I can't shoot. Can you please help. edit: I have a hiraly f300 gaming mouse if that means anything.
@shaeldor3043
@shaeldor3043 Жыл бұрын
its simply just too fast of clicking, the game notices it
@raviecuong
@raviecuong Жыл бұрын
i press Ctrl button and it's stop, how to fix ?
@RustyRichGamingGamblingandMORE
@RustyRichGamingGamblingandMORE 7 жыл бұрын
so speedy
@patrickchildress6026
@patrickchildress6026 4 жыл бұрын
I followed it till hit turned the script blue then his mouse went off the page and everything changed how did he do that I can't understand what he says he talks to fast
@dee1888ie
@dee1888ie 3 жыл бұрын
Norn Ireland on KZbin 😄👍
@someguycubing6585
@someguycubing6585 3 жыл бұрын
it works but when like 30 seconds passes, it disapears and wont work. i tried doing it again but it wont let me. i reset my laptop and did it again, and the same thing happened. how to fix this :P
@whatsworthYT
@whatsworthYT 2 жыл бұрын
instead of break how can i make it place
@araxotic8311
@araxotic8311 5 жыл бұрын
Does it work for pc Minecraft?
@RedDragon-cz6up
@RedDragon-cz6up 3 жыл бұрын
How can i get one for right click
@siraj522
@siraj522 4 жыл бұрын
not working, i execute the script but the macro not working :(
@RockStar182
@RockStar182 5 жыл бұрын
Thanks! Would I get banned if I use this on steam games?
@RandomCow-fr5wx
@RandomCow-fr5wx 3 жыл бұрын
Yes
@TOTOOZ69
@TOTOOZ69 6 жыл бұрын
i legit put the video speed on 0.75 to understand what you're saying lol. anyways, how do i set the on/off button to for example caps lock or the clicking the scroll button?
@HowTotechog
@HowTotechog 6 жыл бұрын
In the code that is in the description, where it says f9 suspend you need to replace the f9 with the button of choice, i belive the scroll button would be something like button 3
@HowTotechog
@HowTotechog 6 жыл бұрын
To Use it for caps lock it would be capslock::Suspend LButton:: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P")=0) Break }
@HowTotechog
@HowTotechog 6 жыл бұрын
For the click of the scroll wheel it would be mbutton::Suspend LButton:: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P")=0) Break }
@HowTotechog
@HowTotechog 6 жыл бұрын
I hope this helped
@TOTOOZ69
@TOTOOZ69 6 жыл бұрын
it did thanks! tho, everytime i'm pressing shift, the script doesnt work. i have to remove my finger off of shift in order for it to work. is there a way to fix it?
@jacksrelax9101
@jacksrelax9101 3 жыл бұрын
why does mine have internet explorer as it
@xx_bilboswaggins_xx8335
@xx_bilboswaggins_xx8335 2 жыл бұрын
Doesn't seem to work anymore
@marianandnorbert
@marianandnorbert 6 жыл бұрын
i want to have a script that clicks mousebtn#5 superfast but only when I hold it down, is that possible
@HowTotechog
@HowTotechog 6 жыл бұрын
In the script where it says LButton you need to replace that, i personally dont have a mouse button 5 on my mouse but if you type that it you should get it to work, this script works when you hold it down anyway
@hbk5287
@hbk5287 5 жыл бұрын
bro can u upload the autohot key setup
@papertheproducer
@papertheproducer 4 жыл бұрын
doesn't work in game
@MonkeyDLuffyOfficial
@MonkeyDLuffyOfficial 2 жыл бұрын
@how-to-tech I did it on right button and now I can’t do anything it turned the right button into left button please I don’t know what to do
@MonkeyDLuffyOfficial
@MonkeyDLuffyOfficial 2 жыл бұрын
Nvm
@MonkeyDLuffyOfficial
@MonkeyDLuffyOfficial 2 жыл бұрын
I restarted my pc
@foop6188
@foop6188 7 жыл бұрын
wait why if i press f9 its just like black screen
@HowTotechog
@HowTotechog 7 жыл бұрын
that shouldnt happen try uninstalling and reinstalling and make sure that the script code is right
@Nathane27
@Nathane27 4 жыл бұрын
How do I make it work?
@diljaansandhu5030
@diljaansandhu5030 5 жыл бұрын
Its working in COD 4 : MW But not in Cod MW2 why ?
@03cristopher36
@03cristopher36 4 жыл бұрын
Cod MW2 patched it maybe?
@yoa_nlgx
@yoa_nlgx 2 жыл бұрын
i doesnt work for me
@chrispurdie9799
@chrispurdie9799 7 жыл бұрын
i cant turn it of i done it the way u said but it wont let me deactivate it i pressed f9 and it does nothin please help
@HowTotechog
@HowTotechog 7 жыл бұрын
if you need a complete quit just go the the little arrow beside your wifi on the taskbar right click the auto hot key icon and press exit
@chrispurdie9799
@chrispurdie9799 7 жыл бұрын
+How-To -tech thank you I managed to fix it it works great to front this program B-)
@luckyplayzz9228
@luckyplayzz9228 7 жыл бұрын
Set Speed to 0.5 ...
@HowTotechog
@HowTotechog 7 жыл бұрын
Oh wow XD
@scottandcrystalmiller5917
@scottandcrystalmiller5917 6 жыл бұрын
didn't work for me
@HowTotechog
@HowTotechog 6 жыл бұрын
make sure that you copied the code right, deleted the code that was in the notepad before pasting the other code in and make sure that it is not already running by clicking the little arrow on your task bar and looking for a green logo with an A inside
@Floof_Factory
@Floof_Factory 3 жыл бұрын
Play at 0.75
@zachlambert7245
@zachlambert7245 7 жыл бұрын
How do a turn it off? F9 didn't work...
@zachlambert7245
@zachlambert7245 7 жыл бұрын
Sorry, problem solved.
@foop6188
@foop6188 7 жыл бұрын
Zach Lambert. how
@calebwilson9130
@calebwilson9130 7 жыл бұрын
yeah how?
@TheStranger0509
@TheStranger0509 4 жыл бұрын
it works but sadly it kicks me out of call of duty modern warfare everytime this is runnuing, is there a way to kind of hide it?
@jesam6929
@jesam6929 6 жыл бұрын
how to put it on space?
@jesam6929
@jesam6929 6 жыл бұрын
i mean can you put it on space?
@HowTotechog
@HowTotechog 6 жыл бұрын
You can and the way to do it is where it says in the code that you copied:f9::suspend you change the f9 to space so it would look like :space::suspend
@legionDC
@legionDC 5 жыл бұрын
no recoil scripts for pubg?
@djflesh3ktv293
@djflesh3ktv293 3 жыл бұрын
Help bro mine not working
@djflesh3ktv293
@djflesh3ktv293 3 жыл бұрын
f9::Suspend LButton:: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P")=0) Break } I put this one but it's not working.
@marwinout
@marwinout 4 жыл бұрын
voice is sow low then intro is extremely loud wtf. bad editing
@leds6978
@leds6978 3 жыл бұрын
Set speed 0.75
@aydensmallvill
@aydensmallvill Жыл бұрын
😂
@RustyRichGamingGamblingandMORE
@RustyRichGamingGamblingandMORE 7 жыл бұрын
lol
@moss8448
@moss8448 6 жыл бұрын
my god you talk fast
@HowTotechog
@HowTotechog 6 жыл бұрын
yea i know xD
@habibogymer3891
@habibogymer3891 7 жыл бұрын
link ?
@HowTotechog
@HowTotechog 7 жыл бұрын
ahkscript.org/
@monamibiswas8861
@monamibiswas8861 4 жыл бұрын
Can anybody tell me how to get this rapid fire for other buttons as well such as the right mouse button or the "R" key etc.
@camdenkennedy
@camdenkennedy 4 жыл бұрын
what you would do is bind the r key to like a mouse button
@monamibiswas8861
@monamibiswas8861 3 жыл бұрын
@@camdenkennedy can you describe it more i am new for rapid fire.
@camdenkennedy
@camdenkennedy 3 жыл бұрын
monami Biswas if you wanted to bind like right mouse button to r then go into the specific game and change the key binds to R after you set it up
@monamibiswas8861
@monamibiswas8861 3 жыл бұрын
@@camdenkennedy thanks though still confused bur still thanks.
@omokok1877
@omokok1877 6 жыл бұрын
Doesnt work edit: wait never mind
@HowTotechog
@HowTotechog 6 жыл бұрын
happy to help. (i assume you got it working)
@AliYassinToma
@AliYassinToma 5 жыл бұрын
LOL this is 100 % bannable on csgo or any vac game idk about the others
@Calinouu
@Calinouu 5 жыл бұрын
try in borderlands 2, its fucking awesome !
@gemonkeygaming8388
@gemonkeygaming8388 6 жыл бұрын
Hi bro You forgot to change the title tho. "How to get banned in Minecraft"
@HowTotechog
@HowTotechog 6 жыл бұрын
some servers might stop you from using this but none of them will be able to tell you are using it, so you most likely wont get banned on mine craft, and i never said it was specifically for minecraft
@AliYassinToma
@AliYassinToma 5 жыл бұрын
@@HowTotechog they can detect that u r clicking the mouse too fast for a human so they ban u also in vac games u r 100% going to get banned its called ahk
@SeconaBonesAbona
@SeconaBonesAbona 6 жыл бұрын
F9 doesn't work Pls help
@HowTotechog
@HowTotechog 6 жыл бұрын
does it start or just not stop
@SnowForgeHammer
@SnowForgeHammer 3 жыл бұрын
Why would you edit out the natural pauses between your sentences? This was awful to watch and listen to. Sorry.
@Anyonewho87
@Anyonewho87 5 жыл бұрын
how i can report your video?
Why is EVERYONE Buying This Gaming Mouse? - Logitech G502 HERO
12:09
Linus Tech Tips
Рет қаралды 4,9 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 97 МЛН
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 63 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 170 #shorts
00:27
Calyx OS - The next big Android Competitor!?
12:06
Mrwhosetheboss
Рет қаралды 5 МЛН
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 148 М.
You Should Stop Using Windows On Your Computer...
31:09
SomeOrdinaryGamers
Рет қаралды 1,2 МЛН
How To Get Any Movie For Free EASY / Install Exodus On Kodi
1:39
How Fast Can You Throw a Car in Poly Bridge 3?
15:06
Reid Captain
Рет қаралды 28 М.
how to get auto click using any logitech gaming mouse!
5:27
Sniper9143
Рет қаралды 297 М.
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 97 МЛН