AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

EasyHits4U EasySurfer (NOT A BOT!)

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
TchnclFl



Joined: 29 Jul 2009
Posts: 48

PostPosted: Fri Jul 31, 2009 5:35 pm    Post subject: EasyHits4U EasySurfer (NOT A BOT!) Reply with quote

Before continuing, I would like to clarify that this program is NOT A BOT. This is one of my first scripts, and it's still in progress! All it does it make it less painful on the fingers when using EasyHits4U Traffic Exchange. Press F1 for instructions if you don't get it.

Currently supported browsers:

Firefox
Chrome
more to come...

Code:
;---------------------------------
;|This script was made by Stephen|
;|Jones, and is free to use, as  |
;|long as you don't abuse it! For|
;|help/instructions, press F1    |
;|while the script is running!   |
;---------------------------------
Gui, Font, S20 CDefault, Verdana
Gui, Add, Text, x18 y2 w250 h30 , EasyHits4U Surfer
Gui, Font, S8 CDefault, Verdana
Gui, Add, Text, x102 y42 w40 h20 , Time:
Gui, Add, DropDownList, vType x142 y39 w40 h70 , 15||20
Gui, Add, Button, x113 y120 w60 h30 , Surf!
Gui, Add, Text, x4 y166 w50 h30 , F1=Help
Gui, Add, Text, x90 y166 w200 h30 , Press F2 for free games and cash!
Gui, Add, CheckBox, vMute x100 y98 w100 h20 , Mute Sound?
Gui, Add, Text, x90 y75 w50 h15 , Browser:
Gui, Add, DropDownList, vBrowser x146 y72 w70 h100 , Firefox||Chrome
Gui, Show, x400 y188 h180 w291, EasyHits4U EasySurfer
Return

ButtonSurf!:
Gui, Submit, NoHide
Gui, Destroy
Answer=0
if (Mute=True) {
   Send {Volume_Mute}
}
if (Browser="Firefox") {
if (Type=15) {
Timer=15
Run, http://www.easyhits4u.com/surf.cgi?surftype=1
Loop {
   if (Timer>0) {
      Sleep 1000
      Timer:=Timer-1
   } else {
   if (Answer=1) {
      Send, {Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=2) {
      Send, {Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=3) {
      Send, {Tab}{Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
      msgbox, 64, Error, You never chose an answer to the captcha!  Program will now terminate.  HINT: Press F1 for usage instructions!
      ExitApp
   }
}
}
   Timer=15
   }
}
} else {
Timer=20
Run, http://www.easyhits4u.com/surf.cgi?surftype=2
Loop {
   if (Timer>0) {
      Sleep 1000
      Timer:=Timer-1
   } else {
   if (Answer=1) {
      Send, {Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=2) {
      Send, {Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=3) {
      Send, {Tab}{Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
      msgbox, 64, Error, You never chose an answer to the captcha!  Program will now terminate.  HINT: Press F1 for usage instructions!
      ExitApp
   }
}
}
   Timer=15
   }
}
}
} else {
if (Type=15) {
Timer=15
Run, http://www.easyhits4u.com/surf.cgi?surftype=1
Loop {
   if (Timer>0) {
      Sleep 1000
      Timer:=Timer-1
   } else {
   if (Answer=1) {
      Send, {Tab}{Enter}
      Answer=0
   } else {
   if (Answer=2) {
      Send, {Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=3) {
      Send, {Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
      msgbox, 64, Error, You never chose an answer to the captcha!  Program will now terminate.  HINT: Press F1 for usage instructions!
      ExitApp
   }
}
}
   Timer=15
   }
}
} else {
Timer=20
Run, http://www.easyhits4u.com/surf.cgi?surftype=2
Loop {
   if (Timer>0) {
      Sleep 1000
      Timer:=Timer-1
   } else {
   if (Answer=1) {
      Send, {Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=2) {
      Send, {Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
   if (Answer=3) {
      Send, {Tab}{Tab}{Tab}{Tab}{Enter}
      Answer=0
   } else {
      msgbox, 64, Error, You never chose an answer to the captcha!  Program will now terminate.  HINT: Press F1 for usage instructions!
      ExitApp
   }
}
}
   Timer=15
   }
}
}
}

Return

1::Answer=1
2::Answer=2
3::Answer=3
Home::Send {Volume_Mute}
F1::msgbox, 64, Help, NOTE: BEFORE USING THE EASYSURFER, YOU MUST BE LOGGED INTO EASYHITS4U!  To use the EasySurfer, simply choose your surf type (15 second or 20 second) and hit "Surf!".  When it is surfing, at any point before the timer is up, push either 1, 2, or 3 on your keyboard, depending on the answer to the captcha.  By pushing 1, EasySurfer will click the first choice.  By pushing 2, EasySurfer will click the second choice, and by pushing 3, EasySurfer will click the third choice! You can also choose to mute your computer's sound to avoid annoying ads that play music, etc. Muting/Unmuting can  be done at any time while the script is running by pressing the Home key.
F2::Run, http://www.gaminglagoon.com/tchnclfl

GuiClose:
ExitApp


Direct Download (ahk)
Direct Download (exe)


Last edited by TchnclFl on Mon Aug 03, 2009 6:30 pm; edited 2 times in total
Back to top
View user's profile Send private message
Bumblebee3
Guest





PostPosted: Fri Jul 31, 2009 9:22 pm    Post subject: Reply with quote

well itsnice looking but i still dont undersand it like what its suposed to do
Back to top
TchnclFl



Joined: 29 Jul 2009
Posts: 48

PostPosted: Fri Jul 31, 2009 9:33 pm    Post subject: Reply with quote

Press F1 when you're running it :p. It explains what it does and how to use it.
Back to top
View user's profile Send private message
Bumblebee3



Joined: 31 Jul 2009
Posts: 11

PostPosted: Sun Aug 02, 2009 1:23 am    Post subject: Reply with quote

cool but i didnt find it useful cause im stricktly ie user but nice work
Back to top
View user's profile Send private message
TchnclFl



Joined: 29 Jul 2009
Posts: 48

PostPosted: Sun Aug 02, 2009 1:50 am    Post subject: Reply with quote

Bumblebee3 wrote:
cool but i didnt find it useful cause im stricktly ie user but nice work


Thanks. I was working on getting it IE capable, but the problem is that it uses tabbing to get around on the webpage, and if you have toolbars, etc. in IE, it tabs to it. I could make it work for just me or just one person, but not everyone.
Back to top
View user's profile Send private message
TchnclFl



Joined: 29 Jul 2009
Posts: 48

PostPosted: Sun Aug 02, 2009 3:56 am    Post subject: Reply with quote

Added direct Ahk and Exe downloads for convenience Smile.
Back to top
View user's profile Send private message
Bumblebee3



Joined: 31 Jul 2009
Posts: 11

PostPosted: Sun Aug 02, 2009 6:17 pm    Post subject: Reply with quote

cool
Back to top
View user's profile Send private message
turook
Guest





PostPosted: Sat Aug 22, 2009 10:13 pm    Post subject: Reply with quote

when I press f1 on chrome it comes up as help centre
Back to top
TchnclFl



Joined: 29 Jul 2009
Posts: 48

PostPosted: Sat Aug 22, 2009 10:24 pm    Post subject: Reply with quote

Strange...Perhaps you should just push F1 when having the GUI active.
_________________
Click here to get free games and computer supplies! It's easy and fun! CLICK ME!

EasyAHK
Back to top
View user's profile Send private message
Guest






PostPosted: Sun Jan 31, 2010 5:07 am    Post subject: Reply with quote

it is nt working for me...plss help...when i click 1,2,3 nothing happens
Back to top
Twist
Guest





PostPosted: Sat Mar 06, 2010 12:46 am    Post subject: not working. Reply with quote

Not working for me to. I press 1,2,3 but it says that i didn't choose any captcha.
Back to top
haysaka
Guest





PostPosted: Mon Mar 22, 2010 11:49 am    Post subject: I have make a new easysurfer Reply with quote

Do you want the new version that I make using this easysurfer just click here:

http://kedaijualbarang.com/easysurfer2/index.html

but not satisfied email me at haysaka@gmail.com

thank you
Back to top
haysaka
Guest





PostPosted: Thu May 06, 2010 3:19 pm    Post subject: Re: I have make a new easysurfer Reply with quote

haysaka wrote:
Do you want the new version that I make using this easysurfer just click here:

http://kedaijualbarang.com/easysurfer2/index.html

but not satisfied email me at haysaka@gmail.com

thank you


The site have been down since April 19 so just Email me for the download at haysaka@gmail.com .
Back to top
cuteputta



Joined: 25 Oct 2010
Posts: 1

PostPosted: Mon Oct 25, 2010 5:51 pm    Post subject: Reply with quote

15 second time is not working Sad
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group