07/31 - Saved By the Bell Sunday!

Status
Not open for further replies.

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
Kadauchi @Kadauchi

Any reason why you didn't add auto submit when you press 0 back into the script? I have it like that and it is MUCH faster with it set like that..

I don't know how to do that on the userscript so I'll just keep using the modified AHK for now.
i did that. I kept submitting 0 by accident. so i took off the autosubmit.
he copied the script after i took that out.
 

Randomacts

Banned
Banned
Joined
Jul 25, 2016
Messages
1,877
Reaction score
1,515
Points
363
Age
27
Gender
Male
ok
doing this is getting me through 25 hits averaging 4 minutes.
I'm not sure what kind of numbers you're pulling, but if that's 1/3 what you've got, i wonder that your fingers aren't smoking and losing skin

I'm averaging 60 every 4min when I can have 3 windows =P I don't have to move my arms much .. I have a logitech g600
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kadauchi @Kadauchi

Any reason why you didn't add auto submit when you press 0 back into the script? I have it like that and it is MUCH faster with it set like that..

I don't know how to do that on the userscript so I'll just keep using the modified AHK for now.
Cause the AHK didn't do it?

Change line 24 to the code below to enable that.
Code:
var switchit = $('#noItem:checked').length ? $('#submitButton').click() : $('#noItem').click();
 
  • Like
Reactions: heeheehahaha

Randomacts

Banned
Banned
Joined
Jul 25, 2016
Messages
1,877
Reaction score
1,515
Points
363
Age
27
Gender
Male
Cause the AHK didn't do it?

Change line 24 to the code below to enable that.
Code:
var switchit = $('#noItem:checked').length ? $('#submitButton').click() : $('#noItem').click();

His old one did.. and then he removed that feature.. for some reason... I can sometimes get down to 2 second hits because of that feature for streaks of a bunch of hits if I'm lucky and it is obvious that the product doesn't match.

Anyways thanks for the fix man <3

getout.gif
But.. I thought what we had was special! ;_;
 
Status
Not open for further replies.