Quantcast

Jump to content


Photo

ACE Auto Refresher 0.3.1 - Vinces


  • This topic is locked This topic is locked
41 replies to this topic

#1 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 04 February 2006 - 08:38 PM

Screenshot:
Posted Image
Program Name: ACE Auto Refresher 0.3.1 - Vinces
Author: Vinces
Submit Bug Report: Click here to file a bug report for this program.
Download Link: Click Here to Download!

Well this is my Auto Refresher it's pretty cool.

Features:
-Delay Interval
-Single Page Mode
-Spider Mode
-Refresh at list of URLs
-Shows Refreshes
-Shows Speed

Loggin Features:
-Logs Random Events: eg. Something has Happened
-Logs Battle Dome Challengers
-Logs Faerie quests
-Detects account frozen

Powered by:
-Pure Winsock
-GZIP
Pure Winsock+GZIP=Very fast ;)

To use simply load up the program choose wether you want GZIP enabled or not. Then choose the preferred settings and hit start. It is more recommeneded to use no GZIP to prevent account freezing so don't blame me if something happens.


If you find any bugs please report them to me and enjoy :D

Credits:
-Pete's GZIP stuff from RHP :)
-Drew's Minimize function :)
-Me :p

Update:
-Now uses pure winsock and GZIP
-Added 2 new features: Refresh at List of URLs, random refresh delay
-Fixed the problem of wasting CPU
Screenies of improvement:

Before:
Posted Image
After:
Posted Image

#2 ShadowLink64

ShadowLink64
  • 16735 posts


Users Awards

Posted 04 February 2006 - 09:33 PM

Interface is awesome as always. :D Nice job. ;)

#3 Noitidart

Noitidart
  • Neocodex Co-Founder

  • 23214 posts


Users Awards

Posted 04 February 2006 - 09:35 PM

Interface is awesome as always. :D Nice job. ;)

Yep that's always a given for your progs :) But what is spider mode?

And a suggestion to add maybe multiple page urls to go to :) like featured in a list or somethin

#4 Ives

Ives
  • 4320 posts


Users Awards

Posted 04 February 2006 - 09:39 PM

Yep that's always a given for your progs :) But what is spider mode?

And a suggestion to add maybe multiple page urls to go to :) like featured in a list or somethin

I recall freaky first using a similar interface. none the less, I have yet to see better interfaces.

#5 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 04 February 2006 - 09:39 PM

I'll definately add that feature to it :D And spider mode is it explores the website and parsing random URLS :)

#6 Baked

Baked
  • 248 posts

Posted 04 February 2006 - 09:58 PM

Thanks for giving credit to Drew and not to me. :(

#7 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 04 February 2006 - 10:28 PM

Thanks for giving credit to Drew and not to me. :(

Sorry Pete didn't mean it that way. Since most people don't give credit to using Glurak's wrapper I didn't think it was nessecary.

#8 Punk

Punk
  • 1360 posts

Posted 05 February 2006 - 05:57 AM

Aren't refreshers pretty much useless now?

#9 jellymaster2

jellymaster2
  • 374 posts

Posted 05 February 2006 - 09:25 AM

Aren't refreshers pretty much useless now?


no not really if u know how to use them like for avatars that need refreshing or battledome challengers or if u can make the time look humanly it's less detectable.

#10 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 05 February 2006 - 09:45 AM

Looks cool but two things

You spelt Single wrong... and try random intervals for refreshing, like 1-3 seconds :)

#11 Adesity

Adesity
  • 23 posts

Posted 05 February 2006 - 11:02 AM

As jellymaster2 said, I think refreshers are pretty much used for Battledome challenges and avatars. Because since TNT last went on a freezing frenzy, refreshing is a lot more risky if you're using it to get items or neopoints out of it. Not sure though, just my thoughts.

#12 Josh21227

Josh21227
  • 281 posts

Posted 05 February 2006 - 01:47 PM

Used to adopt a pet (refreshed on quick adopt). It pwns...and Im not frozen....yet

#13 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 05 February 2006 - 02:17 PM

Used to adopt a pet (refreshed on quick adopt). It pwns...and Im not frozen....yet

Well there's one use for it :p

#14 Doomedforlife

Doomedforlife
  • 14 posts

Posted 06 February 2006 - 09:36 AM

I go 10 refrshes then quit for 1min
to get battle dome chllnagesers and avaaatars

#15 rattown

rattown
  • 25 posts

Posted 06 February 2006 - 10:02 AM

it looks good but I wouldnt touch it last 4 times I got iced where for auto refreshing freeze rate of these things seems to be incredibly high

#16 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 06 February 2006 - 10:20 AM

Hey I've been testing refreshers, auto adopters and my kad feeder at the minimum wait interval for like 3 months and nothing has happened O_o it would be nice if I were playing the game for fun :p

#17 Shin

Shin
  • 1586 posts

Posted 06 August 2006 - 07:19 PM

Great program you got there! It has helped me get quite a few Battledome challengers, none of which I can beat anyway. tongue.gif

Sometimes, it refreshes 2000 times with no problem, but recently, I've been getting the error "Run-time error '7': Out of memory" after just a few refreshes.

Anyone know how to fix this?

#18 shabba

shabba

Posted 07 August 2006 - 02:03 AM

Nice mate tongue.gif
How did you srot out the CPU thing, my wrapper seems to be hitting 100% as well on the
do until wskHTTP.State...

#19 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 07 August 2006 - 01:25 PM

QUOTE(shabba @ Aug 7 2006, 02:03 AM) View Post

Nice mate tongue.gif
How did you srot out the CPU thing, my wrapper seems to be hitting 100% as well on the
do until wskHTTP.State...

Initially the wrapper was using:
CODE
Do Until wsa.State = 7
    Wait 1
Loop

that used too many resources and kept referring to a DLL. So I changed it to:
CODE
Do Until wsa.State = 7
    DoEvents
Loop
and that lowered from 100% to a mere 16% on my computer smile.gif

#20 shabba

shabba

Posted 07 August 2006 - 01:32 PM

hmm its the same function that seems to kill my computer. Ive added a timeout to it though.

#21 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 07 August 2006 - 01:49 PM

QUOTE(shabba @ Aug 7 2006, 01:32 PM) View Post

hmm its the same function that seems to kill my computer. Ive added a timeout to it though.

Strange blink.gif I also used a timer not a loop with a Wait function at the end. Do you use a timer?

#22 shabba

shabba

Posted 08 August 2006 - 03:09 AM

nope there are no timers in mine.. hmm

#23 Melchoire

Melchoire
  • 5284 posts


Users Awards

Posted 08 August 2006 - 06:36 PM

You should definately think about using Timers, Loops aren't nessecarily faster than Timers when you using a wrapper that takes 2 seconds to finish each loop. So Timers use alot less CPU smile.gif

#24 shabba

shabba

Posted 09 August 2006 - 02:47 AM

Most of the time its not even a second... Its normally under it, ill do my speed tests and see which makes it faster tongue.gif

#25 darkfaeriecommander

darkfaeriecommander
  • 3 posts

Posted 09 August 2006 - 09:08 AM

Error:

Componet 'MSWINSCK.OCX' or one of it's dependencies not correctly registered: A file is missing or invalid.


helpsmilie.gif


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users