Jump to content

X42Negative

Members
  • Posts

    17
  • Joined

  • Last visited

X42Negative's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I just kind of did what all the "newbies" do, come in here and request help. Wasn't meant to take it that way, but it got finished after all. Anyway, how is everything Jos? It's been awhile. I assume you know who I am, although I'm not 100% sure of this. Anyway, thanks for the help everyone. Anyway, I am leaving now Jos. Your forum has helped me once again.
  2. Clip...get? What the...I don't even...
  3. I know that, It's just that I have used TCP functions before (I assume you use these) and your's is awfully slow compared one I made. I know AutoIt is "slow" but not that slow. Ah, you provided the source, awesome! But I have found out why it's runs slower. ..... #AutoIt3Wrapper_Run_Obfuscator=y .....
  4. Ah well, yes because it was sending way to slow, so I just added /10. Now it's pretty much accurate, and works well. Func SleepCheckLoop() $TotalSleepTime = GUICtrlRead($Input2)/10 local $curTime=0 While $curTime<$TotalSleepTime If _IsPressed("23", $DllOpen) Then Return sleep(10) $curTime +=1 Wend Return EndFunc ;==>SleepCheckLoop Thank you.
  5. That is pretty much what I'm trying to do. I might have to optimize it a little. And if I'm not mistaking, the lowest AutoIt can sleep is 10ms. Thanks for the code, I will try it now.
  6. That might work, but that would be a pretty slow if you were going to do this multiple times, quickly.
  7. Showing us the website would make this a lot easier. And what I mean by using Flash is that most browser "games" use Flash or something else, not just plain javascript/html/php.
  8. You can't. It sends the data directly through to your card, therefore you cannot see it. Unless there is another way I do not know of, you can't read the pixels in DirectX.
  9. Is this text in the web browser itself? You might have to use flash or the equivalent to read that text from there and check if it 150.
  10. This program runs kind of slow, perhaps you have obfusicated/encoded it? It takes much too long to send and recieve long data from client to server.
  11. I've missed you Jos. Long time no see. I've been a bit rusty with AutoIt, and a solution to this cannot be found... Hmm... Oh, and nice new forum software. It's pretty expensive.
  12. Func SleepCheckLoop() $TotalSleepTime = GUICtrlRead($Input2) Sleep($TotalSleepTime) Return EndFunc ;==>SleepCheckLoop I want to check for this: If _IsPressed("23", $DllOpen) Then ExitLoop Exitloop, if it needs one, or Return. Halp? PS: Searching failed.
  13. I know that I don't have the knowledge to make a bot for this game, but I would love someone too, just because of how trippy the game is. It pretty much makes your vision distorted after playing for a while. Bad thing is, I can't stay alive long enough to enjoy the game. Link to direct swf.. http://dl.dropbox.com/u/1439918/trippy.swf
  14. If there isn't a uninstaller I'm going to rage like TheSaint did when DBaK released Advanced Media Player 3. For one reason that I don't feel like going into the registry and removing it by myself.
  15. It just doesn't work. I try locking a folder and it does nothing. I try unlocking a folder, it does nothing. So therefore, it doesn't work. I am using Windows 7 RTM Enterprise 90-day Trial Build 7600.
×
×
  • Create New...