Jump to content

samtree

Active Members
  • Posts

    25
  • Joined

  • Last visited

samtree's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I LOVE YOU!!! I have been trying to do this for SOO long!!!
  2. i cant seem to get the mouse to move in a U shape..is there any forums anywere that can help me?
  3. 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...
  4. 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?
  5. 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? and is 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.. -mark Please Repy!!
  6. i want to make a script like this but have it continue to 1000 so can i make a text file with the #'s 1 - 1000 and have the script read the txt file and replace the #'s in the url and have it continue down the list of #'s in the txt file....this is what i have so far... #include <IE.au3> #include <numbers.txt> $o_IE = _IECreate () _IENavigate ($o_IE, "http://i17.photobucket.com/albums/b52/samtree/1.jpg") sleep(500) like can you set 1 to $num and have it raplace it?? Please Help Me!!
  7. Read The Script filereading.au3
  8. NEVEr mind......THANK YOU......i didnt see the 2nd page of the other post......Ty
  9. wait so i should judt put this in one script..... Func _IsPressed($s_hexKey, $v_dll = 'user32.dll') Local $a_R = DllCall($v_dll, "int", "GetAsyncKeyState", "int", '0x' & $s_hexKey) If Not @error And BitAND($a_R[0], 0x8000) = 0x8000 Then Return 1 Return 0 EndFunc or like this Func _IsPressed($s_hexKey, $v_dll = 'user32.dll') Local $a_R = DllCall($v_dll, "int", "GetAsyncKeyState", "int", '0x' & $s_hexKey) If Not @error And BitAND($a_R[0], 0x8000) = 0x8000 Then Return 1 Return 0 #include <misc.au3> While 1 $Pos = MouseGetPos() If _IsPressed('01') Then MouseClick('Left', $Pos[0], $Pos[1], 1, 1) Sleep(10) Wend
  10. but all the stuff you have given me hasnt worked...
  11. gosh you dont have to be so mean....i just really want to finish this script cuz im leving for the week...
  12. cuz i figgure ill have the script finished faster
  13. the script runs now but....it doesnt click a second time.....it just doesnt let you double click...
  14. can any one help me make script that when i run it it stays as a syestem icon on the bottom of windows and if i Click my left Mouse button down anywere at any time the script will Click my left mouse button down one more time automatically....
  15. hey im sorry i didnt get to explain the error....but i had to go sum were and i didnt have time.....here are the errors i get.....O and I DONT have Beta!! This is the ERROR that i get if i just click on it from my desktop... and this is the ERROR that i get if i run it through Scite.... Click to enlage...
×
×
  • Create New...