samtree Posted March 8, 2006 Posted March 8, 2006 (edited) hey,I was just wondering if I made a script were it would bind a key and when you press it it would bunny hop for you..would Steam detect it as a Hack or would steams not reconize it?andis there any way i could have the script run even if there is a full screen game open...i made a script before but it didnt work with the game..heres the URL..HERE!!!!...but when i clicked...it would press "enter" on the computer desktop not in the game...so i want to be able t press the binded key in the game so i dont have to miamize the game to press it.. -markPlease Repy!! Edited March 8, 2006 by samtree
Lord_Doominik Posted March 8, 2006 Posted March 8, 2006 (edited) hm, don't know if steam recognize it as a hack or cheat, but i think yes... you could try it... hm, and 2nd you just could made a if-case if the game is run, or jsut start the script after pressing a special key? why do't you use hotkeyset("{space}", "script")? this would call the function script() where you can insert the code in a while-loop for always pressing enter. then it just runs after pressing space... for ending the script you could just make another if-case asking for a special key: EDIT: this code works fine: #Include <Misc.au3> While 1 If _IsPressed("20") Then script() EndIf WEnd Func script() While 1 If _IsPressed("20") Then ExitLoop EndIf Send("{ENTER}") WEnd EndFunc Edited March 8, 2006 by Lord_Doominik
kclteam Posted March 9, 2006 Posted March 9, 2006 Bunnyhop WILL be recognized as a CHEAT by steam... I know this coz some of my friends have shared the wrath of steam...so I advise you strongly against this idea... You could try the script on a local machine, but don't try it on a steam server!! never! I believe we should all pay our tax with a smile. I tried - but they wanted cash!
samtree Posted March 9, 2006 Author Posted March 9, 2006 Thank you "Lord_Doominik" for the code and thank you "kclteam" for the advice. i recently made a script for the pistol..it would automatically shoot a second time if i shot it the first time...to just have a better range of fire... Would Steam detect that as a hack or cheat?
kclteam Posted March 9, 2006 Posted March 9, 2006 If what you are using needs a double bind...it COULD be detected as a hack like say i use an alias which binds two actions and then bind a key to that alias...then effectively my key is doing two actions simultaneously...that is NOT allowed I believe we should all pay our tax with a smile. I tried - but they wanted cash!
w0uter Posted March 9, 2006 Posted March 9, 2006 the last time i checked valve actually made the alias command. how is that not allowd ? and VAC wont ban for autoit programs as long as you keep it private HLG does ban for scripts (not autoit) but just name'ing the aliases something personal will make it undetectable (like wout_sc21, if you name it like bhop your stupid) hope that clears it up. btw real gamers bunnyhop without a script My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
kclteam Posted March 9, 2006 Posted March 9, 2006 (edited) Aliasing is allowed but as long as you keep the alias to do something legal. How they define legal is unclear. Like other day, I heard you shouldn't alias both vest and vest+helmet in one and then bind a key to buy either depending on your money count.A private AutoIt script won't be detected, but then it will surely not help you in improving the game!So, be a real gamer like w0uter saidand bunnyhop with mouse and keyboard...without an alias.Reason: I am being so particular about the banning thing because I am myself tired of these hackers who come to our servers and destroy the fun of others by cheating. Btw, I am presently writing a Cheat-detector in AutoIt. Edited March 9, 2006 by kclteam I believe we should all pay our tax with a smile. I tried - but they wanted cash!
w0uter Posted March 9, 2006 Posted March 9, 2006 i once wrote an aimbot in autoit. but im was better then most made aimbots (back in the good ole days) so i switched back to my wrist-bot My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Helge Posted March 9, 2006 Posted March 9, 2006 What is the deal about gamers and their lack of will to actually play the gamesthemselves ? Isn't that the fun part ? Or do you actually feel it's more fun whenyou can just go and take a shit for 5 minutes, come back and you've killed everyopponent there is on the server... ?If you design bots for games just for the challenge then I can understand you,but if you do because you want to "become better", then please do a little thinking...Oh, and please flame me.Man, these "fishermen" always come back...
kclteam Posted March 9, 2006 Posted March 9, 2006 he already said he did it for fun and realized his wrist-bot was better than any aim-bot, perhaps u misunderstood him I believe we should all pay our tax with a smile. I tried - but they wanted cash!
Helge Posted March 9, 2006 Posted March 9, 2006 (edited) Well, those words wasn't directed to w0uter, who said that thing about the wrist-bot,but the other true fishermen.. No need to say... wrist > every bot.Edit : ooh, and why is this in the v3 GUI forum ?he already said he did it for fun and realized his wrist-bot was better than any aim-bot, perhaps u misunderstood him Edited March 9, 2006 by Helge
samtree Posted March 9, 2006 Author Posted March 9, 2006 (edited) ok...ok.. alll i want to no is if Steam will ban my acct if use a B-hop script made from Autoit and it is Private... Edited March 9, 2006 by samtree
samtree Posted March 10, 2006 Author Posted March 10, 2006 i cant seem to get the mouse to move in a U shape..is there any forums anywere that can help me?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now