[Release] Auto soul

06/24/2015 12:29 gapi2000#1
I made an easy macro that will use your soul skill every 2 minutes.

Run EOS 1st. Than run the macro. Its that simple.

It needs to have EOS window focused to work. But it will autofocus your EOS if you tab to other window so no worry.

Here is how it works:

Macro is free and you can share it with anyone.

You can thank me if this helps you by clicking "thank you" button.

Virus scan results:
[Only registered and activated users can see links. Click Here To Register...]
06/24/2015 12:58 Spidy.#2
As far as I know it's not safe to download a program with the ''TR/Dropper.Gen''
it's not dangerous but since it modifies the windows registry it could make your PC performance slower than before and it can't be deleted by the antivirus.

So is it really safe to use it?
06/24/2015 15:16 gapi2000#3
Quote:
Originally Posted by Spidy. View Post
As far as I know it's not safe to download a program with the ''TR/Dropper.Gen''
it's not dangerous but since it modifies the windows registry it could make your PC performance slower than before and it can't be deleted by the antivirus.

So is it really safe to use it?
I made it with JitBit Macro Recorder and compiled to not need the actual program. No idea why 1 out of 55 virus scans come as TR/Dropper.

Use it at your own will. I am using it myself and have no problem with it. If you don't trust since 1 out of 55 scans doesn't come clean. Just dont use it than.


p.s: I just made a test macro... blank one with same program and Avira still say it is infected with TR/Dropper.Gen
06/24/2015 15:45 Spidy.#4
Could be a false positive result since it was detected by Avira only..
thank you appreciated the clarification.
06/24/2015 15:45 Requi#5
It's safe. But could be done with one little AutoIt script ;)

Code:
#RequireAdmin
HotKeySet("{F2}", "SoulLoop")

$bLoop = False

While True
	Sleep(10)
WEnd

Func SoulLoop()
	$bLoop = Not $bLoop
	If $bLoop Then
		While True
			$hWindow = WinActive("EoS Title")
			If $hWindow = 0 Then
				WinActivate($hWindow)
			EndIf
			Send("T")
			Sleep(122000)
		WEnd
	Else
		While True
			Sleep(10)
		WEnd
	EndIf
EndFunc
06/24/2015 23:52 laikermater#6
not working on my pc windows 8
09/20/2015 09:50 cluess#7
It needs update :(, Not working anymore
09/20/2015 13:05 PandoriaLc#8
nice release
09/26/2015 23:53 Arumar#9
would be happy if someone gets that back working :)
10/02/2015 21:14 karraksc#10
Why does the app include JitBit Macro Recorder for a simple button pusher script?
10/14/2015 17:50 onyx123#11
Somebody still interested in a working programm for AutoSoul ?
11/03/2015 19:57 sleeper8#12
yeah
11/06/2015 16:32 killzone#13
Quote:
Originally Posted by sleeper8 View Post
yeah
[Only registered and activated users can see links. Click Here To Register...]
11/06/2015 20:30 sleeper8#14
I needed a macro, just to use the T ... This you sent only lasts 30 minutes