Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 12Sky2
You last visited: Today at 09:28

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

Advertisement



Group Project

Discussion on Group Project within the 12Sky2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263
Group Project

Anyone else bored? I come to this site everyday reading and learning about how all these talented programmers are making revolutionary programs for 12sky2. I really envy them and I wish I had the knowledge they have. Right now, I'm still reading this 800 page book on C++ (I'm on like pg 100) and after this I'm still not going to be ready to join the big leagues.

So I want to start an open source group project in this thread inviting anyone who develops in AutoIt to make a simple program. I'll add the initial features and everyone can contribute advice and/or criticism.

Here goes:

Code:
HotKeySet("{home}", "toggle")

Global $toggle = False

while 1
	sleep(100)
WEnd

Func toggle()
	$toggle = not $toggle
	If $toggle Then
		search()
	Else
		sleep(100)
	EndIf
EndFunc

Func search()
EndFunc
strikeraid is offline  
Old 07/01/2010, 14:25   #2
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,357
Received Thanks: 1,263
Code:
HotKeySet("{home}", "toggle")
HotKeySet("{esc}", "quit")
HotKeySet("{insert}", "display")

opt("caretcoordmode", 2)
opt("mousecoordmode", 2)
opt("pixelcoordmode", 2)

Global $toggle = False
Global $baseX = "784", $baseY = "362", $dist = "26"
Global $count = "0", $count2 = "1"

while 1
	sleep(100)
WEnd

Func toggle()
	$toggle = not $toggle
	If $toggle = true Then
		search()
	Else
		while 1
			sleep(100)
		WEnd
	EndIf
EndFunc

Func quit()
	Exit
EndFunc

Func search()
	Do
		$count = $count + 1
		MouseMove($baseX + ($dist * $count2), $baseY + ($dist * $count), 5)
		If $count = "9" Then
			$count = 0
			$count2 = $count2 + 1
		EndIf
		sleep(10)
	Until $count2 = "9"
	$count = 0
	$count2 = 0
EndFunc

Func display()
	$color = hex(PixelGetColor($baseX - 121, $baseY + 44))
	MsgBox(0, "Color", "The color is:"&$color)
EndFunc
Would be nice to have people join in on the fun. :/
strikeraid is offline  
Old 07/01/2010, 21:50   #3

 
Mega Byte's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,777
Received Thanks: 1,003
Grats on trying to learn C++
This code spams the ~ key to pickup items. Bewear it does not turn off if you press enter to chat :P somone can add this in *put a hotkey for enter to turn it off then back on or something
Code:
HotKeySet("{END}", "close") ;So that we can press "END" to stop the script in case something goes wrong. ALWAYS do this!
HotKeySet("{PAUSE}", "loot") ;So that we can press "END" to stop the script in case something goes wrong. ALWAYS do this!
$loot = false
MsgBox(4096, "TwelveSky2 AutoLooter by MegaByte", "To use this autolooter just hit the pause key. To disable it press the pause key again. To exit it just close the script in the system tray. This autolooter will only loot when the game window has focus.", 10)
Do
    ;Nothing
    if WinWaitActive("TwelveSky2") >0 Then
    if $loot=true Then
        Send("`")
        EndIf    
    EndIf
    Sleep(1);
    Until 1<>1;

Func close() ;This is a function and doesn't actually run unless you tell it to. For example
    Exit
EndFunc

Func loot()
if $loot=true Then
        $loot=False
        Beep ( 500, 100 )
    Else
        $loot=true
        Beep ( 600, 100 )
    EndIf
EndFunc
Mega Byte is offline  
Reply


Similar Threads Similar Threads
[HELP]Project: 12sky2 Cracking project
08/13/2009 - 12Sky2 - 8 Replies
Free File Hosting Made Simple - MediaFire I need help cracking this client (the objective is to disable X-TRAP) for 12sky2.ph tnx for those who will help currently using OLLYDBG for debugging some codes...
A NEW Project (Same Idea as Project Manifesto)
07/28/2009 - CO2 Private Server - 73 Replies
This is based off the original idea of project manifesto which I BELIEVE was a open source sorta deal This meaning that the community contributes to the source instead of having a select few work on the server by itself and everyone else play the server Franqeutly i am tired of ALL these servers that pop up last a few days then finish honestly it gets REALLY old Leave Your comments what you think This is MY OPINION nothing else
[Project] New Private Server Project
12/04/2008 - CO2 Private Server - 25 Replies
yo im fireblaze new in co private servers old in c# i started on epvp because of the conquer section later i found out that there is a private server section to and i downloaded a source and saw that it is a c# source (a language that i know) i tryed to get connected to some private servers but it failed:p well the servers failed to keep the server online. my plan is this, i never know that private servers of conquer where possible (yeah i readed something on the internet about it and...



All times are GMT +1. The time now is 09:28.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.