V4 is out
[s]The aloha selector was made by Kibblez.
I am just updating it.
The Aloha Selector allows you to join any aloha sever without having to access the mainpage of aloha or buildand shoot its essentially run and select [when you run it it will give you starting text just press any key and scroll up for the start of the server list.]
Imm planing on adding an auto-injector for the Pubovl into here [ill mostly make a custom one in a few months]
This was written in batch commands.
essentially command prompt[cmd] but batch in a way is more simpler [depends on what your trying to do].
This code was made obsolete thanks to an idea from COLOR
Click for details
What the code did was add -[server] to the target line of client.exe and run it
@echo off
Cls
color 0F
echo Welcome, Enjoy playing at Aloha.pk
echo Aloha Selector Updated version 9/21/2013
echo -Scipio
echo note: the experimental servers are not included,
echo also this will work for Ace of Spades installed in the c:/Ace of spades only,
echo please refer to post for details on diffrent install directories.
echo Also please note i am not the orginal creator the original creator was KIBBLEZ
PAUSE
:Main
color 0F
Cls
echo 1 : 1 Flag Ctf 24/7 Pinpoint
echo 2 : 4Teams
echo 3 : Arena All Maps
echo 4 : Arena Top MAps
echo 5 : Arena Cs-Maps (Counter Strike)
echo 6 : Babel
echo 7 : Blockpower
echo 8 : Build
echo 9 : CTF Classicgen
echo 10 : CTF Custom Maps
echo 11 : DigDug
echo 12 : Football/Soccer [Its soccer
echo 13 : Global War
echo 14 : Grid War
echo 15 : Infiltration
echo 16 : Intel Rpg
echo 17 : King of the Hill
echo 18 : Push
echo 19 : R1CTF Hallway
echo 20 : Stand
echo 21 : Tdm Faceoff
echo 22 : Tdm Island Maps
echo 23 : Tennis
echo 24 : Tow
echo 25 : Zombies
echo 26 : v0.76 Arena Top 10
echo 27 : v0.76 Babel
echo 28 : v0.76 Ctf Custom Maps
echo 29 : v0.76 Hallway
echo 30 : v0.76 Pinpoint
set /p Server=Enter the number of the server you want to join:
Cls
if %Server%==1 (
"C:\Ace of Spades\client.exe" -aos://1379434439:31887
) else (
if %Server%==2 (
"C:\Ace of Spades\client.exe" -aos://1379434439:45887
) else (
if %Server%==3 (
"C:\Ace of Spades\client.exe" -aos://1379434439:33887
) else (
if %Server%==4 (
"C:\Ace of Spades\client.exe" -aos://1379434439:43887
) else (
if %Server%==5 (
"C:\Ace of Spades\client.exe" -aos://1379434439:41887
) else (
if %Server%==6 (
"C:\Ace of Spades\client.exe" -aos://1379434439:34887
) else (
if %Server%==7 (
"C:\Ace of Spades\client.exe" -aos://1379434439:48887
) else (
if %Server%==8 (
"C:\Ace of Spades\client.exe" -aos://1379434439:52887
) else (
if %Server%==9 (
"C:\Ace of Spades\client.exe" -aos://1379434439:40887
) else (
if %Server%==10 (
"C:\Ace of Spades\client.exe" -aos://1379434439:30887
) else (
if %Server%==11 (
"C:\Ace of Spades\client.exe" -aos://1379434439:23887
) else (
if %Server%==12 (
"C:\Ace of Spades\client.exe" -aos://1379434439:38887
) else (
if %Server%==13 (
"C:\Ace of Spades\client.exe" -aos://1379434439:47887
) else (
if %Server%==14 (
"C:\Ace of Spades\client.exe" -aos://1379434439:35887
) else (
if %Server%==15 (
"C:\Ace of Spades\client.exe" -aos://1379434439:39887
) else (
if %Server%==16 (
"C:\Ace of Spades\client.exe" -aos://1379434439:24887
) else (
if %Server%==17 (
"C:\Ace of Spades\client.exe" -aos://1379434439:49887
) else (
if %Server%==18 (
"C:\Ace of Spades\client.exe" -aos://1379434439:32887
) else (
if %Server%==19 (
"C:\Ace of Spades\client.exe" -aos://1379434439:53887
) else (
if %Server%==20 (
"C:\Ace of Spades\client.exe" -aos://1379434439:50887
) else (
if %Server%==21 (
"C:\Ace of Spades\client.exe" -aos://1379434439:50887
) else (
if %Server%==22 (
"C:\Ace of Spades\client.exe" -aos://1379434439:42887
) else (
if %Server%==23 (
"C:\Ace of Spades\client.exe" -aos://1379434439:51887
) else (
if %Server%==24 (
"C:\Ace of Spades\client.exe" -aos://1379434439:36887
) else (
if %Server%==25 (
"C:\Ace of Spades\client.exe" -aos://1379434439:37887
) else (
if %Server%==26 (
"C:\Ace of Spades\client.exe" -aos://1396211655:43887
) else (
if %Server%==27 (
"C:\Ace of Spades\client.exe" -aos://1379434439:7676
) else (
if %Server%==28 (
"C:\Ace of Spades\client.exe" -aos://1396211655:30887
) else (
if %Server%==29 (
"C:\Ace of Spades\client.exe" -aos://1396211655:32887
) else (
if %Server%==30 (
"C:\Ace of Spades\client.exe" -aos://1396211655:31887
) else (
echo Invalid option.
echo Back to main menu.
PAUSE
goto :Main
))))))))))))))))))))))))))))))
Made obsolete thanks to help from COLOR also it adds copatibility with the build and shoot launcher
[details=Click for details][s]if your default install directory isn't c:/Ace of spades find out where your client.exe is and write down the directory text ex. F:/program files/ Ace of Spades/ Client.exe
and open up notepad
open up the replace text put this in text to replace
C:\Ace of Spades\client.exe
then put your install directory in text to replace with[/s][/details]
If you wish for any servers to be added just post the name here in v3 ill have stormwind and mint[/s]
AlohaSelector Updated.bat (3.03 KB)