Perfect Auto-potter

08/30/2006 04:35 inuyasha3k0#16
*delete*
08/30/2006 04:37 inuyasha3k0#17
*delete*
08/30/2006 05:08 georgemareen#18
Ha, it's something wrong with me?

Quote:
just tested it, and i reolized, it dosn't pot till you life is very very low
Ahh see I knew it! The prog pots when your health is super low! So don't blame it on me!
08/30/2006 08:37 inuyasha3k0#19
*delete*
08/30/2006 08:41 inuyasha3k0#20
*delete*
08/30/2006 08:42 inuyasha3k0#21
*delete*
08/30/2006 23:23 inuyasha3k0#22
*delete*
08/31/2006 01:07 topsites#23
Is it a copy? No, at least not in a real technical sense.

But the only thing I see in the code difference is you took out a while-do loop. I suppose this might make yours slightly more efficient but at the same rate you could say you de-bugged his code a little bit.... Maybe took out some redundant bits, nothing more amazing than removing remark statements, except perhaps when a program contains in excess of 100k lines of code, which I don't see in this case.

A small round of quiet hand clapping might get heard, almost loud enough to drown out someone else's tiny squeak of a fart, but not quite.

I guess that's what this is about, but I don't care for any progs that act funny in any way, especially when their resemblance to the original is so close, why would anyone bother to re-distribute something which now acts funny because it was packed or whatever the issue, something just doesn't quite make sense.
08/31/2006 03:38 inuyasha3k0#24
i am sorry that i didn't change the look, and i fixed the pixle prob he had. hell i made the mp potting work, his didn't even work, and don't talk crap, what was the last thing u did, i am getting tired of people like you coming in a flaming me, i improved on already existing thing, that is a invention: to creat somthing new or to improve on a already existing modle, like cars, you calling a lambrogene a modle-t. man forget yall his didn't even work wright, yea it was a hp potter, with a mp button, that didn't work. his wasted pots and buged out, and mine don't bug out or act funny, you on crack or somthing
08/31/2006 03:40 inuyasha3k0#25
debug my ass dude, mine is windows xp his is 95, my shit runs smoother and dosn't crash and fuck up so please don't give me that crap, i am keeping the GUI simple, don't talk crap, it works and it works perfect, thus why it is the perfect auto-potter, what do you want me to fix it to where you can set where the damn thing pots, to were u input all values. god, i just tryed to fix somthing that was broke, hand yes if i take somthing that dosn't work and make it work am better, hell yes i will call it mine, what swords had was a messy script that hardly work, if you will call it that
08/31/2006 03:43 xBlacKTigeRx#26
chill out -.- going through and replacing all ur posts with "*delete*" is really fucking annoying too...so did u fix georgemareens problem or what? -.-"
08/31/2006 03:47 inuyasha3k0#27
yes, there is no problem with it, it is perfect, that guy prob was that he didn't wait to long, he was using the one to were you have to be under 1/3 life, and he only let his get like half, that is why i made a HL for people like him that think that is "to low"

i am only mad becuase i havn't heard a single thanks, i see leaches come in here get it and leave, nothing, all i have got was flam saying i am copyed, and i replaced them all with *delete* becuase it was all pointless talking, i did it most at 2am, so yea
08/31/2006 03:52 inuyasha3k0#28
and i guess i can't keep a code personal here it is

Code:
include <GuiConstants.au3>
Opt("GUIOnEventMode",1)
HotKeySet("{F5}", "_Start")
HotKeySet("{ESC}","Terminate")
$ClickIt = 0
$scriptname = "Auto-Potter"
$check1 = "Auto-Pot HP"
$check2 = "Auto-Pot MP"
GUICreate($scriptname, 200, 150)
GUISetOnEvent($GUI_EVENT_CLOSE,"Terminate")
GUICtrlCreateTab(0, 0, 280, 210)
GUICtrlCreateTabItem($scriptname)
$Checkbox_1 = GUICtrlCreateCheckbox($check1, 20, 40, 150, 20)
$Checkbox_2 = GUICtrlCreateCheckbox($check2, 20, 80, 150, 20)
GUICtrlCreateTabItem("About")
GUICtrlCreateLabel("1. Auto-potter created by Inuyasha3k0.", 4, 25, 175, 100)
GUICtrlCreateLabel("2. Based on and made mainly from Auto-Potter by Swords.", 4, 54, 175, 100)
GUICtrlCreateLabel("3. This is not the same potter, so do not call it a copy.", 4, 82, 175, 100)
GUICtrlCreateLabel("4. It dos the same thing but not in the same way.", 4, 110, 175, 100)
GUICtrlCreateLabel("This version pots at less then 1/3 life.", 10, 135, 175, 100)
GUISetState()
While 1
  Sleep( 10 )
WEnd
Exit
Func _Start ()
  $ClickIt = 1
	While $ClickIt = 1
 	If BitAND(GUICtrlRead($Checkbox_1), $GUI_CHECKED) = $GUI_CHECKED Then
 	$nColor = ( 0x52617B )
  If $nColor = PixelGetColor( 30, 736 ) Then
  	Send('{F7}')
  	Sleep(1500)
  EndIf
  Sleep(100)
 EndIf
 If BitAND(GUICtrlRead($Checkbox_2), $GUI_CHECKED) = $GUI_CHECKED Then
 	$nColor = ( 0x425963 )
  If $nColor = PixelGetColor( 52, 726 ) Then
  	Send('{F8}')
  	Sleep(1500)
  EndIf
  Sleep(100)
 EndIf
  WEnd
EndFunc &#59;==>_Start
Func Terminate ()
  Exit
EndFunc &#59;==>Terminate
08/31/2006 03:53 inuyasha3k0#29
oh and here is swords
Code:
#include <GuiConstants.au3>
Opt("GUIOnEventMode",1)
HotKeySet("{F5}", "_Start")
HotKeySet("{ESC}","Terminate")
$ClickIt = 0
GUICreate("Auto-Potter", 200, 150)
GUISetOnEvent($GUI_EVENT_CLOSE,"Terminate")
$Checkbox_1 = GUICtrlCreateCheckbox("Auto-Pot HP", 20, 40, 150, 20)
$Checkbox_2 = GUICtrlCreateCheckbox("Auto-Pot MP", 20, 80, 150, 20)
GUISetState()
While 1
  Sleep( 10 )
WEnd
Exit
Func _Start ()
  $ClickIt = 1
  While $ClickIt = 1
 	If BitAND(GUICtrlRead($Checkbox_1), $GUI_CHECKED) = $GUI_CHECKED Then
 	$correct_color = PixelGetColor( 30, 736 )
 	while 1
  If $correct_color <> PixelGetColor( 30, 736 ) Then
  	Send('{F9}')
  	Sleep(1500)
  EndIf
 	WEnd
  Sleep(100)
 EndIf
 If BitAND(GUICtrlRead($Checkbox_2), $GUI_CHECKED) = $GUI_CHECKED Then
 	$correct_color = PixelGetColor( 57, 742 )
 	while 1
  If $correct_color <> PixelGetColor( 57, 742 ) Then
  	Send('{F8}')
  	Sleep(1500)
  EndIf
 	WEnd
  Sleep(100)
 EndIf
  WEnd
EndFunc &#59;==>_Start
Func Terminate ()
  Exit
EndFunc &#59;==>Terminate
08/31/2006 03:56 inuyasha3k0#30
i changed the whole way that it check to pot, and don't worry i will add a few more things, like hitting F5 a second time stops it but dosn't exit it or somthing like that, but i am shure yall will still say i am just copying, or that it isn't mine, hell even if i scraped his, when i made mine it will still look similer, a auto potter is a auto poter, chack a pixle, i pixle isn't or is a color then sent a f key, wow that is all it is, so leave ti alone, all auto-potters are going to be simulare, they are doing the same damn thing.

but befor i do anything with this thing i will post my auto XP/Stamana spell caster. just for them Troj. and Archers.

The auto-potter is to much of a hastle, it has been done, and i made a better version, and it has no mistakes. except if you put your mouse infront of where the pixle check is, and a part of your mouse that is the same pixle color at the one that it checks, and well that would be a human error not a macro. so please look for my XP/stamana caster and maybe my lil lvler. and well the xp/ stamana thing could eb used to lvl a xp or stamana skill to. but, why.