Here you go Drunksailor you can use mine.http://www.hl2dq.net/uploads/355496169/bhop.rar
I wonder if anyone could do a speed-crawl script for me?The script should be activated when I press Left-CTRL (crawl button).The script should do this:Press Left-shift (Sprint button) + Press Crawl + Press W (forward button)The the script should hold these buttons as long as I hold the Left-CTRL button down.anyone who knows how to make it?(If you didn’t know: Speed-Crawling is when you press these three buttons (Sprint+Crawl+Forward) at the same time. The result is that your Sprint-level goes down when you crawl and that you crawl slightly faster.)
Can’t you just bind all those three actions to one button? For example: bind lctrl “+sprint;+duck;+forward” (or whatever the commands are for those actions).
Does anybody know where I can get the old version of AHK and the old script we used for P1? This new script works, but stuffs up. The older one worked perfectly.- Gordon
@Samppa:Yeah you could do that, but I don’t’ know how those commands work. I tried binding your script but that sprinted and then I couldn’t stand up at all…but if anyone knows how to write a script using the game-command I would be very thankful!But couldn’t anyone try to write a speed-crawl script with game-commands or AHK-script, I would really appreciate it :)When I press Right-Ctrl in-game, it should press: “Sprint + Crawl + Forward”…anyone?And the sprint meter should go down as you crawl…anyone?@Pincus:Here is the old version (1.0.24) and LightningX’s script + Your old script…http://www.hl2dq.net/uploads/311809175/AHK_old_version.rar
Thank you soooo much for that! It works like a charm, like it used to :)- Gordon
I’ll try to making one, but this’ll be quite tough since the buttons need to be pressed once and not repeatingly (like hopping). I can check the state of a key though but the main problem is that it shouldn’t release the keys in the first step. This’ll probably require you to change some if you hl2 binds as well, but that’ll be the lesser problem I guess… wish me luck
I can probably make one fairly easily (I’ve made some crazy stuff with AHK, hehe), but really I think it’d be better to just learn how to crawljump manually. There are far too many similar moves for binding a simple move like this.If you still want it I’ll make it when I get back. What I don’t understand is why you want sprint+duck+forward, when that will only do something for half a second (it wears off after that). To keep speed in something like a vent you have to sprintjump + duck + autojump…
It’s not a big deal really, I just wan’t it so that I can speed-crawl easier (even if it’s slower :P). Thanks Xeen & MaximusX for helping me…
It’s xeen.CODE *RCTRL::Send, {SHIFT down}{CTRL down}*RCTRL UP::Send, {SHIFT up}{CTRL up} you need something like 1.0.28 or up i ordeer for this script to work. At least I hope it works, I haven’t tried.
It works Xeen…after I rebound some buttons. Just hit me that speed-crawling isn’t that much faster at all…well thanks anyway Xeen!
…it’s spelled x e e nyou see? It is spelled all in lower case (or uppercase if you want to yell)if you did this just for freaking me out, than gratulations, obviously it worked
I would think that you are wierd… but I hate it when people say “Jimsfriend”… it’s not my name. Apparently they just don’t understand.
I dont understand
wow, didn’t expect this! :DOk, thank you xeen :Pand I’m not allowed to call you jimsfriend, jimsfriend? :blink:
No, same thing as xeen when the first letter it capital, it drives me nuts.I guess it’s like that call from the telemarketer where they say “Hello, is Mr. Large there?” Hmmmmm… LaRoe, Large, I see the similarities. I kindly tell them “Nobody by that name lives here.” I have never had a telemarketer finish his sales pitch after that… does it matter that much to them who they are speaking to?
okey, okey…well, you can call me dalelewill if you want to However I have had problem in my life with people spelling my surname wrong, and that’s kinda annoying. Especially when it’s important that your name is right…
I poked at the original code for a bit and now I have a version that’s working with 1.0.40.03. It mostly had to do with deleting semicolons:CODE *Space::Loop{GetKeyState, state, Space, Pif State = Ubreak; Otherwise:Send, {Space}Sleep, 1}return
How the hell do I ACTIVATE the script??? What folder to I put it in?What do I type in console to activate, and bind it??I’m lost…