Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 12Sky2
You last visited: Today at 11:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Liten Code Helper : Wootness

Discussion on Liten Code Helper : Wootness within the 12Sky2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
tri407tiny's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 620
Received Thanks: 272
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 ****) 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
tri407tiny is offline  
Thanks
1 User
Old 08/06/2009, 18:14   #2
 
Kuchiha's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 80
Received Thanks: 204
Nice to offer your help tri
Kuchiha is offline  
Old 08/06/2009, 19:02   #3
 
tri407tiny's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 620
Received Thanks: 272
Aww, no one...
tri407tiny is offline  
Old 08/06/2009, 19:06   #4
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263
you never finished v2 of my gui. LOL.

here:

322, 424, 241, 145

left, top, right, bottom haha
strikeraid is offline  
Old 08/06/2009, 20:24   #5
 
tri407tiny's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 620
Received Thanks: 272
DONE STRIKER AID..I HAVE SENT YOU DETAILS
tri407tiny is offline  
Old 08/06/2009, 20:35   #6
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263


my awesome gui. lol.
strikeraid is offline  
Old 08/07/2009, 10:06   #7
 
tri407tiny's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 620
Received Thanks: 272
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
tri407tiny is offline  
Old 08/07/2009, 10:20   #8
 
elite*gold: 0
Join Date: Apr 2009
Posts: 199
Received Thanks: 10
so any time frame when your v2 coming out strikeraid?
seng2003 is offline  
Old 08/07/2009, 10:41   #9
 
elite*gold: 0
Join Date: Oct 2008
Posts: 84
Received Thanks: 15
Question

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}")?

(Made from this)
bakcil is offline  
Old 08/07/2009, 12:03   #10
 
tri407tiny's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 620
Received Thanks: 272
Working on it, go tot download TS1
tri407tiny is offline  
Old 08/07/2009, 17:59   #11
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263
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.
strikeraid is offline  
Old 08/07/2009, 18:05   #12
 
Zacko7's Avatar
 
elite*gold: 20
Join Date: Jul 2009
Posts: 1,364
Received Thanks: 542
Had to postpone it? Sobs!
Zacko7 is offline  
Old 08/07/2009, 18:05   #13
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263
you're not on msn. >.<
strikeraid is offline  
Old 08/08/2009, 05:57   #14
 
elite*gold: 0
Join Date: May 2009
Posts: 46
Received Thanks: 12
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}")?

(Made from this)
Don't you mean that 12Sky2 is similar to 12Sky1? I'm sure the first one came out before the second.
Tr33t is offline  
Old 08/08/2009, 13:17   #15
 
elite*gold: 0
Join Date: Oct 2008
Posts: 84
Received Thanks: 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.
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.
bakcil is offline  
Reply


Similar Threads Similar Threads
B> DriftCity CBS Code | S> War Rock Code / Bounty Bay Code etc.
10/05/2010 - Trading - 1 Replies
Hi, wie schon im Titel beschrieben. In der CBS vom November gab es Bonusodes für mehrere Spiele. Ich benötige DriftCity Codes. Kann sonst für alle anderen Spiele die Codes biten, einige auch doppelt. Hier eine Liste der Spiele und Bonusaktionen: - (2x) War Rock - (2x) War of Titans - (2x) World of Warcraft - (1x) Warhammer Online - (1x) Bounty Bay online
Gebe Vip Hack Suche Storm Code oder 5k Dinar Code
07/25/2010 - WarRock Trading - 4 Replies
blubb



All times are GMT +1. The time now is 11:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.