[NA] CABAL AUTOPOT ONLY

03/13/2008 02:59 Dirin#1
Hey guys.. I was sick of looking for just an autopot. with no bot attached.

so I made some. here are two. if you want a different resolutions. let me know, takes about 30 sec :D

Name / format is laid out as such.

autopot [game res] N [desktop res]

HP pot has to be on {=}

Game has to be in corresponding resolution/windowed/maximized
Desktop has to be in corresponding resolution.

Have fun :D

EDIT:
In case I need a form of credit. I used an old school mortal kombat ICO. :D
Took some advice from the make your own bot thread from.. bobs16.

Added New Res.
03/13/2008 16:09 St!gmata#2
Datei autopot1280x1024N1280x1024.exe empfangen 2008.03.13 15:58:35 (CET)
Status: Laden ... Wartend Warten Überprüfung Beendet Nicht gefunden Gestoppt
Ergebnis: 5/32 (15.63%)

Antivirus Version letzte aktualisierung Ergebnis
AhnLab-V3 2008.3.14.0 2008.03.13 -
AntiVir 7.6.0.73 2008.03.13 -
Authentium 4.93.8 2008.03.13 -
Avast 4.7.1098.0 2008.03.13 -
AVG 7.5.0.516 2008.03.13 -
BitDefender 7.2 2008.03.13 -
CAT-QuickHeal 9.50 2008.03.12 I-Worm.Sohanad.fg
ClamAV 0.92.1 2008.03.13 -
DrWeb 4.44.0.09170 2008.03.13 -
eSafe 7.0.15.0 2008.03.09 suspicious Trojan/Worm
eTrust-Vet 31.3.5611 2008.03.13 -
Ewido 4.0 2008.03.13 -
FileAdvisor 1 2008.03.13 -
Fortinet 3.14.0.0 2008.03.13 -
F-Prot 4.4.2.54 2008.03.13 -
F-Secure 6.70.13260.0 2008.03.13 -
Ikarus T3.1.1.20 2008.03.13 IM-Worm.Win32.Sohanad.cv
Kaspersky 7.0.0.125 2008.03.13 -
McAfee 5250 2008.03.12 -
Microsoft 1.3301 2008.03.12 -
NOD32v2 2945 2008.03.13 archive damaged
Norman 5.80.02 2008.03.12 -
Panda 9.0.0.4 2008.03.12 -
Prevx1 V2 2008.03.13 -
Rising 20.35.32.00 2008.03.13 -
Sophos 4.27.0 2008.03.13 -
Sunbelt 3.0.930.0 2008.03.05 -
Symantec 10 2008.03.13 -
TheHacker 6.2.92.244 2008.03.12 W32/Sohanad.gk
VBA32 3.12.6.2 2008.03.13 -
VirusBuster 4.3.26:9 2008.03.12 -
Webwasher-Gateway 6.6.2 2008.03.13 -

Use it at your own risk. I cannot really say if it´s a keylogger...
03/13/2008 20:28 TestingXD#3
anyone tried it yet?
03/13/2008 22:04 fuly#4
Quote:
Originally Posted by TestingXD View Post
anyone tried it yet?
I hate questions like this. Everybody is waiting for others to try it. If you want to risk, test it for yourself...
03/13/2008 22:40 Dirin#5
lmao.. seriously guys? fine fine. heres the script for the above two :D compile them in autoit3 yourself.

============1280x1024N1280x1024

TrayTip("Autopot by DiRiN","Your Safe With Me.",30)
While 1
WinActivate("CABAL")
$SearchResult = PixelSearch(246, 55, 270, 64, 0x1C1C1C, 10, 1)
If Not @error Then
Send("{=}")
EndIf
Wend

====================1280x1024N1600x1200

TrayTip("Autopot by DiRiN","Your Safe With Me.",30)
While 1
WinActivate("CABAL")
$SearchResult = PixelSearch(272, 61, 292, 72, 0x1C1C1C, 10, 1)
If Not @error Then
Send("{=}")
EndIf
Wend

=======================

*sigh*
03/14/2008 03:43 nix84#6
mind post 1 for 1280x768N1280x1024 ?
03/14/2008 05:23 Dirin#7
Quote:
Originally Posted by nix84 View Post
mind post 1 for 1280x768N1280x1024 ?
Is that for standard crt monitor? or a widescreen?

anyways. added to origional post. tell me if it works or not. if not. I wont be able to do widescreen monitor types. as I dont have one myself. but give it a shot. :D
03/14/2008 07:01 papelobster#8
mind posting 1280x1024n1024x768 .
03/14/2008 10:45 nix84#9
Quote:
Originally Posted by Dirin View Post
Is that for standard crt monitor? or a widescreen?

anyways. added to origional post. tell me if it works or not. if not. I wont be able to do widescreen monitor types. as I dont have one myself. but give it a shot. :D
i tried it already doesnt pot for me =/ im using a 19" lcd monitor .. wanst a widescreen .. just normal
03/14/2008 13:24 GRB#10
why do u have a 10 shade diference from the color 0x1C1C1C ? LOL, that will cought alot of other colors also. and for the screen dimension, why dont u use, WinGetClientSize? it will give you the dimension in arrays, then u just use the arrays for pixelsearch. like that u dont need to make alot of files, for every screen dimension.
03/15/2008 04:32 Dirin#11
GRB maybe you can teach me? ^o^ I dont know much autoit, just started 2 days ago. :P also looking for a way to call a button press to terminate. couldnt find the command in the help tutorials :(

Also about the 10 shade difference.. its only searching values between the square specified. so its better overall for those with different hues/color values.
03/16/2008 02:24 GRB#12
for terminate the program make a hotkey! like alt-x

Code:
HotKeySet("!x", "exit")

Func exit()
exit
EndFunc
03/16/2008 04:44 brutalenemy#13
1024x768 pls...
03/16/2008 05:01 snizland#14
GRB ur seem pro.. :D care to show up ur 'own' script or bot or sumthing..
03/16/2008 16:57 GRB#15
search other posts by me, i have released a NA auto HP, for the 1024x768, i have left autoit, and start making c++ programs! autoit is so simple.