Liten Code Helper : Wootness

08/06/2009 16:41 tri407tiny#1
Hello i have been very bored coding Version 2.0 for li-quidgaming and all so i was like hmm why not help people to pass time (for like ever haha) so i come saying Quote-

If You have an code you are trying to complete or just has a problem you cant fix or an bug you cant find or it just wont work how you want it to Post your code here and me (Liten) will try my hardest (hehe No homo) to fix it

Please only post here dotn pm meh, inbox is 10 msg away from full, and im to lazy to empty it


Liten GUI Helper : Wootness

Ehh basicly i am bored still so if you have ever seen any of my cool GUI you know their NO limit and i mean No limit when i make GUI so post a request and i will fill as soon as i can

Thank meh please
08/06/2009 18:14 Kuchiha#2
Nice to offer your help tri :)
08/06/2009 19:02 tri407tiny#3
Aww, no one...
08/06/2009 19:06 strikeraid#4
you never finished v2 of my gui. LOL.

here:

322, 424, 241, 145

left, top, right, bottom haha
08/06/2009 20:24 tri407tiny#5
DONE STRIKER AID..I HAVE SENT YOU DETAILS
08/06/2009 20:35 strikeraid#6
[Only registered and activated users can see links. Click Here To Register...]

my awesome gui. lol.
08/07/2009 10:06 tri407tiny#7
hhehe for those who dont know, the Background(is transparent) just cant show trans in a pic must be loded to show)

TY satisfied bud
08/07/2009 10:20 seng2003#8
so any time frame when your v2 coming out strikeraid?
08/07/2009 10:41 bakcil#9
Need help with my "bot" for 12Sky1 (game is REALLY similar to 12Sky2)

Code:
While 1
		WinActivate("TwelveSky")
$coord = PixelSearch( 100, 100, 1024, 718, 0x2A1E0F, 2, 2)
If Not @error Then
  MouseMove($coord[0],$coord[1],0)
  MouseClick("left",$coord[0],$coord[1])
Send("{F1}")
    EndIf
WEnd
This is auto-pot
Code:
While 1
	WinActivate("TwelveSky")
	$SearchResult = PixelSearch(95, 27, 98, 28, 0x000000, 10, 1)
	If Not @error Then
		Send("{2}")
	EndIf
Wend
How can I improve it? Sometimes is funny when script selects one monsters, then other, then 3rd, and then attacks 1st monster. I want to make it to be smooth. Can I create Auto-Loot using pikselsearch (yellow color for rare) If Not @error Then Send("{e}")?

[Only registered and activated users can see links. Click Here To Register...] (Made from this)
08/07/2009 12:03 tri407tiny#10
Working on it, go tot download TS1
08/07/2009 17:59 strikeraid#11
Quote:
Originally Posted by seng2003 View Post
so any time frame when your v2 coming out strikeraid?
was supposed to be yesterday. -.- something came up and i had postpone it.
08/07/2009 18:05 Zacko7#12
Had to postpone it? Sobs!
08/07/2009 18:05 strikeraid#13
you're not on msn. >.<
08/08/2009 05:57 Tr33t#14
Quote:
Originally Posted by bakcil View Post
Need help with my "bot" for 12Sky1 (game is REALLY similar to 12Sky2)

Code:
While 1
		WinActivate("TwelveSky")
$coord = PixelSearch( 100, 100, 1024, 718, 0x2A1E0F, 2, 2)
If Not @error Then
  MouseMove($coord[0],$coord[1],0)
  MouseClick("left",$coord[0],$coord[1])
Send("{F1}")
    EndIf
WEnd
This is auto-pot
Code:
While 1
	WinActivate("TwelveSky")
	$SearchResult = PixelSearch(95, 27, 98, 28, 0x000000, 10, 1)
	If Not @error Then
		Send("{2}")
	EndIf
Wend
How can I improve it? Sometimes is funny when script selects one monsters, then other, then 3rd, and then attacks 1st monster. I want to make it to be smooth. Can I create Auto-Loot using pikselsearch (yellow color for rare) If Not @error Then Send("{e}")?

[Only registered and activated users can see links. Click Here To Register...] (Made from this)
Don't you mean that 12Sky2 is similar to 12Sky1? I'm sure the first one came out before the second. :cool:
08/08/2009 13:17 bakcil#15
Quote:
Originally Posted by Tr33t View Post
Don't you mean that 12Sky2 is similar to 12Sky1? I'm sure the first one came out before the second. :cool:
First is bot, the second is autopill. I created this from Cabal bot and autopill. I was just wondering if theres any way I could make them better.

BTW, there was 12Sky2 bot script for AutoIt in this forum, but now its gone. Can any1 post that script here please.