Jump to content

otakueric

Members
  • Posts

    4
  • Joined

  • Last visited

otakueric's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thank you all very much, works like a charm!
  2. looks cool, i figured most of it out like putting my fishing to alt+1 commmand and such, but how does this actually work? I run the script, then i fish. then i select the bobber, and then i right click when it splashes. am i doing something wrong? thanks! this is great i just wish i can get it working
  3. wow works like a charm! thank you. is there a command to delay the sends a little bit? maybe .5 seconds or something to that degree.
  4. ok so the original script makes it so every few minutes it will press the 'spacebar' and cause the character in my game to jump. this is so i dont get logged off for being idle and such, now that i am hotboxing two windowed version of my game i was wondering if it is possible to send an "alt tab" command and then "space" again. one alt tab would be find since the two windows are always next to each other on my task bar. this is the original script func Start() HotKeySet("{PAUSE}") HotKeySet("{PAUSE}", "TogglePause") ToolTip('2box antiafk started.',0,0) While 1 Send("{SPACE}") Sleep(Random(120000,240000)) WEnd EndFunc i tried Send("{SPACE}") Send("(ALT)") Send("(TAB)") Send("{SPACE}") and various versions of combining ALT and TAb together only to cause my character to go haywire i tried searching, and i tried looking at the faq and even downloaded autoit1-2-3 but honestly i just got this script from this forum years ago and just compiled it and used it all this time, i am a retard when it comes to this. any help would be greatly appreciated it, thanks!
×
×
  • Create New...