Live Help
Membership
You are a guest!

Register Today!

Log In
Reset Password
Game Network
Community Forum

MMO GAME LIST
World of Warcraft
Age of Conan
Anarchy Online
Archlord
Cabal Online
City of Heroes
City of Villains
Dark Age of Camelot
Darkfall Online
Diablo 2
Dungeons and Dragons
Dofus
Eve Online
Everquest 2
Final Fantasy XI
Guild Wars
Hero Online
Knight Online
Lineage 2
Lord of the Rings Online
Maple Story
Ragnarok Online
Runescape 2
Second Life
SilkRoad Online
Star Wars Galaxies
Tibia
Warhammer Online

FPS GAME LIST
Call of Duty
Combat Arms
Counter Strike
Halo

Welcome Guest ( Log In | Register )

> Runescape 2 Cheats and Exploits

This subforum is for Runescape cheats and exploits submissions.

Most of the Runescape cheats and exploits in this subforum might not working as they are still being tested. To
download tested and working Runescape cheats and exploits please visit the working sections. Working Runescape cheats and exploits


> how to make a rs private server and tonns of rs gold, it works!!
post Mar 23 2009, 02:39 AM
Post #1

absoll



Newbie
*

Group: Members
Posts: 3
Joined: 23-March 09
Member No.: 866,943






Most of this is code and i have added the source so u dont have to search for 1 but u need winrar to open it coz its a .rar file but its safe grin.gif

Ok now you need JDK 6.2 to compile your server...

http://java.sun.com/javase/downloads/index.jsp

Download JDK 6 Update 2 and Java Runtime Environment (JRE) 6 Update 2

Now that you have JDK you need to config your server.
Open up your server client.java file in notepad
and press CTRL + F
Now search for the server name for example if you chose PhoneScape search for PhoneScape.
Now change every PhoneScape to the name of the server you want.

Alright now that your done save and quit.
Now to compile!

Ok first right click on the compiler and say edit, notepad should pop up:
Now Say CTRL + A to select all erase and copy + paste
This:

CODE
@echo off
if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)
set pro=%programfiles%\Java\jdk1.6.0_02
set pro2=%programfiles%\Java\jdk1.6.0_02
set jac=\bin\javac.exe
set jav=\bin\java.exe
:co1
set b=0
set t=7
goto co2
:co2
color %b%%t%
:menu
cls
title The Perfect Compiler version 2.0
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo any updates that I post.
echo.
echo c - Compile your server.
echo r - To Run your server.
echo e - To exit out of the program.
echo color - Change the Text and Backround colors of this compiler.
echo reset - Resets your Compiler Logs.
echo.
echo.
set /p c=Option:
if %c%==c goto c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
:color
cls
echo Would you like to change the backround color, change
echo the text color, or reset it to default?
echo.
echo back - Change the backround color.
echo text - Change the text color.
echo def - Change all colors back to default.
echo.
echo.
set /p color=Option:
if %color%==back goto back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
:back
cls
echo Please select a color to change the backround to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set b=0)
if %back%== white (set b=7)
if %back%== red (set b=4)
if %back%== yellow (set b=6)
if %back%== green (set b=2)
if %back%== blue (set b=1)
if %back%== purple (set b=5)
goto co2
:text
cls
echo Please select a color to change the text to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set t=0)
if %back%== white (set t=7)
if %back%== red (set t=4)
if %back%== yellow (set t=6)
if %back%== green (set t=2)
if %back%== blue (set t=1)
if %back%== purple (set t=5)
goto co2
:c
cls
title Compiler
goto cjc
:c2
if exist src (goto cl) else (goto c3)
:c3
if exist *.java (goto cl2) else (goto ce)
:c4
%javac% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
:c5
%javac% -cp . .\src\*.java
echo Files Compiled Successfully!
pause
move .\src\*.class .\classes\
cls
goto menu
:ce
cls
echo You need to have Java files for this Compiler to Compile.
pause
cls
goto menu
:r
cls
title Runserver
goto cj
:r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
:r3
if exist .\classes\server.class (goto sl2) else (goto r4)
:r4
if exist .\server.class (goto sl) else (goto se)
:r5
%rjava%
pause
cls
goto menu
:r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
:se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
:er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:e
cls
exit
:cjc
if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2)
:cjc2
if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3)
:cjc3
if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4)
:cjc4
if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5)
:cjc5
if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6)
:cjc6
if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7)
:cjc7
if exist "%pro%%jac%" (goto sjc7) else (goto cjc8)
:cjc8
if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9)
:cjc9
if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10)
:cjc10
if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11)
:cjc11
if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12)
:cjc12
if exist "%pro%_05%jac%" (goto sjc12) else (goto je)
:sjc
set javac="%pro%_06%jac%"
goto c2
:sjc2
set javac="%pro%_07%jac%"
goto c2
:sjc3
set javac="%pro%_08%jac%"
goto c2
:sjc4
set javac="%pro%_09%jac%"
goto c2
:sjc5
set javac="%pro%_10%jac%"
goto c2
:sjc6
set javac="%pro2%%jac%"
goto c2
:sjc7
set javac="%pro%%jac%"
goto c2
:sjc8
set javac="%pro%_01%jac%"
goto c2
:sjc9
set javac="%pro%_02%jac%"
goto c2
:sjc10
set javac="%pro%_03%jac%"
goto c2
:sjc11
set javac="%pro%_04%jac%"
goto c2
:sjc12
set javac="%pro%_05%jac%"
goto c2
:cj
if exist "%pro%_06%jav%" (goto sj) else (goto cj2)
:cj2
if exist "%pro%_07%jav%" (goto sj2) else (goto cj3)
:cj3
if exist "%pro%_08%jav%" (goto sj3) else (goto cj4)
:cj4
if exist "%pro%_09%jav%" (goto sj4) else (goto cj5)
:cj5
if exist "%pro%_10%jav%" (goto sj5) else (goto cj6)
:cj6
if exist "%pro2%%jav%" (goto sj6) else (goto cj7)
:cj7
if exist "%pro%%jav%" (goto sj7) else (goto cj8)
:cj8
if exist "%pro%_01%jav%" (goto sj8) else (goto cj9)
:cj9
if exist "%pro%_02%jav%" (goto sj9) else (goto cj10)
:cj10
if exist "%pro%_03%jav%" (goto sj10) else (goto cj11)
:cj11
if exist "%pro%_04%jav%" (goto sj11) else (goto cj12)
:cj12
if exist "%pro%_05%jav%" (goto sj12) else (goto je)
:sj
set java="%pro%_06%jav%"
goto r2
:sj2
set java="%pro%_07%jav%"
goto r2
:sj3
set java="%pro%_08%jav%"
goto r2
:sj4
set java="%pro%_09%jav%"
goto r2
:sj5
set java="%pro%_10%jav%"
goto r2
:sj6
set java="%pro2%%jav%"
goto r2
:sj7
set java="%pro%%jav%"
goto r2
:sj8
set java="%pro%_01%jav%"
goto r2
:sj9
set java="%pro%_02%jav%"
goto r2
:sj10
set java="%pro%_03%jav%"
goto r2
:sj11
set java="%pro%_04%jav%"
goto r2
:sj12
set java="%pro%_05%jav%"
goto r2
:je
cls
title Error
echo You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial
echo on the moparscape Tuturoials section for step-by-step instructions
echo link to download the newest JDK Update.
pause
cls
goto menu
:sl
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r5
:sl2
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r6
:cl
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c5
:cl2
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c4
:reset
cls
echo Resetting the Compiler's Logs...
pause
del "Compile Logs.txt"
echo ----------Compiler Logs---------- >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto menu



Ok now to compile save your new compiler and run it.
You will get a screen type c and ENTER.

Now you will start compiling...

Press any key to continue....

Now that you have compiled your server you need to know your I.P adress..
Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop
called My I.P.txt you'll need this later on..

Now to make a no-ip server...
Go to http://www.no-ip.com and make an account
Now login and click on add on the left in the Hosts / Redirects section..

In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org
Host type leave it.
Ip adress go look in your My I.P.txt file if it's not already there..
Leave the mail option blank...

So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at http://rune-server.org go to the server list and say manage server

As long as your server is running people can log in.. If you turn off your server then people wont...

Btw your server is whatever you called it + the No-ip sub so my example is:
JeftabScape.no-ip.org

Now to make GP!
Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4.
Reason for edit: Made it look better. ;)

Attached File(s)
Attached File  cheezscape_update78_PK_.rar ( 309K ) Number of downloads: 172
 
Go to the top of the page
 
+Quote Post
2 Pages V  < 1 2  
Start new topic
Replies (20 - 39)
post Mar 23 2009, 02:39 AM
Post #

Elite Membership


To get the most out of MmorpGuides.com, please view the following information.












Already a Member?

With an Elite Membership you can. . .

  • Reach the highest levels in no time
  • Have one of the most powerful characters in your game
  • Become a valuable member of your clan or guild
  • Become part of a caring and helpful community of gamers

Elite Members enjoy. . .

  • 1,660+ Cheats - tons of working, high quality cheats
  • 1,550+ Guides - We have one of the most comprehensive collections of guides on the net
  • 539+ Bots and macros - Level up quickly, even while you sleep!
  • A chance to win free prizes such as an amazing Playstation 3! And free gold and powerleveling!

No risk, only huge benefits!

  • Your investment can pay for itself in days!
  • Earn gold that you can trade for real money
  • Sell your high level items and characters for a profit!
  • Get tons of expensive guides and cheats in one spot for one small price

Money Back Guarantee!

Not 100% satisfied? We have a 24 hour, money-back guarantee! Contact us for a prompt and courteous refund!

Upgrade to an Elite Membership now!

Not A Member?

Join today and get access to all these great features!

  • Access to newly submitted cheats and guides
  • Download newly submitted bots and macros
  • Chat about your favorite game
  • Submit working content for a FREE Elite Membership!
  • And lots more!
Register Today!
Go to the top of the page
 
Quote Post
post Jul 7 2009, 02:03 AM
Post #21

thisusernamehasb...



Newbie
*

Group: Members
Posts: 1
Joined: 6-July 09
Member No.: 944,582






i can't figure out how to do this it say on compiler every time i try to compile that i need to have java files for it to compile. does anyone know what this means?
Go to the top of the page
 
+Quote Post
post Jul 9 2009, 12:35 AM
Post #22

Knight of doom



Advanced
****

Group: Members
Posts: 55
Joined: 30-January 09
Member No.: 827,751






QUOTE(thisusernamehasbeentakenho @ Jul 7 2009, 02:03 AM) *
i can't figure out how to do this it say on compiler every time i try to compile that i need to have java files for it to compile. does anyone know what this means?



ok well once u get files u have to extract with winrar then right click on compiler then hit edit then post with code i showed before wich i just realised i have to edit lol but its not much so ill leave on here cause all it is just changing it to say u need jdk1.6.0_14 instead of jdk 5 or 6

This post has been edited by Knight of doom: Jul 9 2009, 12:39 AM
Go to the top of the page
 
+Quote Post
post Aug 5 2009, 11:16 PM
Post #23

pfc tough



Newbie
*

Group: Members
Posts: 3
Joined: 2-August 09
Member No.: 968,048






QUOTE(michial511 @ Mar 23 2009, 01:31 PM) *
there is no jdk 6 update 2!!! only jdk/jre 6 update 12 help!!!!!!!i dont get it!!

umm.gif im ok with scripting and programming i got jdk/jre 15 and i cant compile script lol what am i doing wrong loli loaded java prog edited compile.bat and it will not let me run compile.bat error message keeps poping up i downdaoled like all the bundles and everything lol i do it for scripting i keep it up to date most of the time and i cant compile still lol. someone help plz
[script]You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial
on the moparscape Tuturoials section for step-by-step instructions
link to download the newest JDK Update.
Press any key to continue . . .[/script]
Go to the top of the page
 
+Quote Post
post Aug 23 2009, 07:58 PM
Post #24

yankeepal



Newbie
*

Group: Members
Posts: 1
Joined: 23-August 09
Member No.: 984,660






I tried this but all it had was JDK 6.16 not 6.2 or 6.12, wat do i do?someone help
Go to the top of the page
 
+Quote Post
post Aug 24 2009, 09:07 PM
Post #25

roonap



Newbie
*

Group: Members
Posts: 3
Joined: 24-August 09
Member No.: 985,500






do you have to make a server and/or find one and download it? umm.gif
Go to the top of the page
 
+Quote Post
post Aug 24 2009, 09:52 PM
Post #26

roonap



Newbie
*

Group: Members
Posts: 3
Joined: 24-August 09
Member No.: 985,500






im confused i dwnload jdk update 16 and jre update 16 and how do i open with notpad n what server?
Go to the top of the page
 
+Quote Post
post Aug 24 2009, 09:53 PM
Post #27

roonap



Newbie
*

Group: Members
Posts: 3
Joined: 24-August 09
Member No.: 985,500






QUOTE(yankeepal @ Aug 23 2009, 07:58 PM) *
I tried this but all it had was JDK 6.16 not 6.2 or 6.12, wat do i do?someone help

thats the one its just more updated =P
Go to the top of the page
 
+Quote Post
post Aug 28 2009, 08:23 AM
Post #28

kidonthehill2



Newbie
*

Group: Members
Posts: 1
Joined: 27-August 09
Member No.: 987,414






Well I got it all up and runing but now when i run it says
Starting ownscape Server on 0.0.0.0:43594
config\objects.cfg: file not found.
Go to the top of the page
 
+Quote Post
post Sep 4 2009, 10:42 AM
Post #29

Plague Is My Use...



In Training
**

Group: Members
Posts: 12
Joined: 12-May 09
Member No.: 905,405






QUOTE(kidonthehill2 @ Aug 28 2009, 04:23 AM) *
Well I got it all up and runing but now when i run it says
Starting ownscape Server on 0.0.0.0:43594
config\objects.cfg: file not found.


Same thing happened to me, but then i tried to go on it and it says loading please wait and on my run server thing it says Plague disconnected.
Go to the top of the page
 
+Quote Post
post Sep 5 2009, 05:54 AM
Post #30

strengthboy555



In Training
**

Group: Members
Posts: 32
Joined: 4-September 09
Member No.: 993,058






doesnt work
Go to the top of the page
 
+Quote Post
post Sep 9 2009, 06:35 PM
Post #31

f4lconach



In Training
**

Group: Members
Posts: 47
Joined: 17-July 08
Member No.: 690,015






QUOTE(chaosox67 @ Mar 24 2009, 08:11 PM) *
making a runescape private server isnt that good.

basicy because you level well to fast you make like 100m in like 5 minuits.

if you want to make your runescape private server to work out i suggest you code it ALOT!

if any of you guys create one and you dont know how to code im happy to code for you.

and what do you know about programming?
This source is ######, i'd suggest making a 508 server which are generally more stable
i'd upload my source but too lazy atm you can find it on rune-server tho
Go to the top of the page
 
+Quote Post
post Sep 20 2009, 10:35 AM
Post #32

alkheady



Advanced
****

Group: Members
Posts: 75
Joined: 14-September 09
From: Austria
Member No.: 1,000,669






[ P_ 4 P
=
Crap
Go to the top of the page
 
+Quote Post
post Nov 14 2009, 11:56 PM
Post #33

rspsmaker



Newbie
*

Group: Members
Posts: 3
Joined: 14-November 09
Member No.: 1,044,629






thanks but when i run the server it comes up with miss.silabsoft server console... how do i actually play.

who ever tells me i will make them a mod or admin.... of it works... i already got co-owner btw so mod or admin best i think grin.gif
Go to the top of the page
 
+Quote Post
post Nov 15 2009, 12:00 AM
Post #34

rspsmaker



Newbie
*

Group: Members
Posts: 3
Joined: 14-November 09
Member No.: 1,044,629






sry bout that first time on forums...

i need help on playing the server... my server is bloodlosspk.no-ip.biz so some1 help and ill make u mod or wateva

btw im 12 years old and if u guys cant get up to te stage im up to then ure f***ed. ive never done any of this programming crap and i barely play games. im not a nerd and i have a life unlike most ppl who play games
Go to the top of the page
 
+Quote Post
post Nov 16 2009, 08:19 AM
Post #35

rspsmaker



Newbie
*

Group: Members
Posts: 3
Joined: 14-November 09
Member No.: 1,044,629






QUOTE(chaosox67 @ Mar 24 2009, 08:11 PM) *
making a runescape private server isnt that good.

basicy because you level well to fast you make like 100m in like 5 minuits.

if you want to make your runescape private server to work out i suggest you code it ALOT!

if any of you guys create one and you dont know how to code im happy to code for you.


could u plz code for the newest jdk and if u want ill make u a co owner!!!!


Go to the top of the page
 
+Quote Post
post Nov 17 2009, 09:33 PM
Post #36

Knight of doom



Advanced
****

Group: Members
Posts: 55
Joined: 30-January 09
Member No.: 827,751






sure i can i have the code on me here you go
CODE
@echo off
if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)
set pro=%programfiles%\Java\jdk1.6.0_17
set pro2=%programfiles%\Java\jdk1.6.0_17
set jac=\bin\javac.exe
set jav=\bin\java.exe
:co1
set b=0
set t=7
goto co2
:co2
color %b%%t%
:menu
cls
title The Perfect Compiler version 2.0
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo any updates that I post.
echo.
echo c - Compile your server.
echo r - To Run your server.
echo e - To exit out of the program.
echo color - Change the Text and Backround colors of this compiler.
echo reset - Resets your Compiler Logs.
echo.
echo.
set /p c=Option:
if %c%==c goto c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
:color
cls
echo Would you like to change the backround color, change
echo the text color, or reset it to default?
echo.
echo back - Change the backround color.
echo text - Change the text color.
echo def - Change all colors back to default.
echo.
echo.
set /p color=Option:
if %color%==back goto back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
:back
cls
echo Please select a color to change the backround to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set b=0)
if %back%== white (set b=7)
if %back%== red (set b=4)
if %back%== yellow (set b=6)
if %back%== green (set b=2)
if %back%== blue (set b=1)
if %back%== purple (set b=5)
goto co2
:text
cls
echo Please select a color to change the text to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set t=0)
if %back%== white (set t=7)
if %back%== red (set t=4)
if %back%== yellow (set t=6)
if %back%== green (set t=2)
if %back%== blue (set t=1)
if %back%== purple (set t=5)
goto co2
:c
cls
title Compiler
goto cjc
:c2
if exist src (goto cl) else (goto c3)
:c3
if exist *.java (goto cl2) else (goto ce)
:c4
%javac% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
:c5
%javac% -cp . .\src\*.java
echo Files Compiled Successfully!
pause
move .\src\*.class .\classes\
cls
goto menu
:ce
cls
echo You need to have Java files for this Compiler to Compile.
pause
cls
goto menu
:r
cls
title Runserver
goto cj
:r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
:r3
if exist .\classes\server.class (goto sl2) else (goto r4)
:r4
if exist .\server.class (goto sl) else (goto se)
:r5
%rjava%
pause
cls
goto menu
:r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
:se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
:er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:e
cls
exit
:cjc
if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2)
:cjc2
if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3)
:cjc3
if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4)
:cjc4
if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5)
:cjc5
if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6)
:cjc6
if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7)
:cjc7
if exist "%pro%%jac%" (goto sjc7) else (goto cjc8)
:cjc8
if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9)
:cjc9
if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10)
:cjc10
if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11)
:cjc11
if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12)
:cjc12
if exist "%pro%_05%jac%" (goto sjc12) else (goto je)
:sjc
set javac="%pro%_06%jac%"
goto c2
:sjc2
set javac="%pro%_07%jac%"
goto c2
:sjc3
set javac="%pro%_08%jac%"
goto c2
:sjc4
set javac="%pro%_09%jac%"
goto c2
:sjc5
set javac="%pro%_10%jac%"
goto c2
:sjc6
set javac="%pro2%%jac%"
goto c2
:sjc7
set javac="%pro%%jac%"
goto c2
:sjc8
set javac="%pro%_01%jac%"
goto c2
:sjc9
set javac="%pro%_02%jac%"
goto c2
:sjc10
set javac="%pro%_03%jac%"
goto c2
:sjc11
set javac="%pro%_04%jac%"
goto c2
:sjc12
set javac="%pro%_05%jac%"
goto c2
:cj
if exist "%pro%_06%jav%" (goto sj) else (goto cj2)
:cj2
if exist "%pro%_07%jav%" (goto sj2) else (goto cj3)
:cj3
if exist "%pro%_08%jav%" (goto sj3) else (goto cj4)
:cj4
if exist "%pro%_09%jav%" (goto sj4) else (goto cj5)
:cj5
if exist "%pro%_10%jav%" (goto sj5) else (goto cj6)
:cj6
if exist "%pro2%%jav%" (goto sj6) else (goto cj7)
:cj7
if exist "%pro%%jav%" (goto sj7) else (goto cj8)
:cj8
if exist "%pro%_01%jav%" (goto sj8) else (goto cj9)
:cj9
if exist "%pro%_02%jav%" (goto sj9) else (goto cj10)
:cj10
if exist "%pro%_03%jav%" (goto sj10) else (goto cj11)
:cj11
if exist "%pro%_04%jav%" (goto sj11) else (goto cj12)
:cj12
if exist "%pro%_05%jav%" (goto sj12) else (goto je)
:sj
set java="%pro%_06%jav%"
goto r2
:sj2
set java="%pro%_07%jav%"
goto r2
:sj3
set java="%pro%_08%jav%"
goto r2
:sj4
set java="%pro%_09%jav%"
goto r2
:sj5
set java="%pro%_10%jav%"
goto r2
:sj6
set java="%pro2%%jav%"
goto r2
:sj7
set java="%pro%%jav%"
goto r2
:sj8
set java="%pro%_01%jav%"
goto r2
:sj9
set java="%pro%_02%jav%"
goto r2
:sj10
set java="%pro%_03%jav%"
goto r2
:sj11
set java="%pro%_04%jav%"
goto r2
:sj12
set java="%pro%_05%jav%"
goto r2
:je
cls
title Error
echo You do not have JDK1.6.0_17 Go to od Taharok's tutorial
echo on the moparscape Tuturoials section for step-by-step instructions
echo link to download the newest JDK Update.
pause
cls
goto menu
:sl
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r5
:sl2
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r6
:cl
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c5
:cl2
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c4
:reset
cls
echo Resetting the Compiler's Logs...
pause
del "Compile Logs.txt"
echo ----------Compiler Logs---------- >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto menu
should work its update 17 just so u know
Go to the top of the page
 
+Quote Post
post Dec 5 2009, 10:31 PM
Post #37

ryanpie22



Newbie
*

Group: Members
Posts: 1
Joined: 5-December 09
Member No.: 1,060,647






cool it worked grin.gif
Go to the top of the page
 
+Quote Post
post Dec 19 2009, 01:19 AM
Post #38

godlyplayer99



In Training
**

Group: Members
Posts: 14
Joined: 17-October 08
Member No.: 755,903






QUOTE(mistikman @ Mar 23 2009, 08:12 PM) *
That's the one he meant.

Uhhh, havent been here in a while really dont know anything to do but..... I can only find jdk 6 update "17" not "12" sooo, could you help? unsure.gif


--------------------
I didn't think my old sig was so good so I changed it ^.^
Thanks killer for showing me how to get a pokepet in ur sig, its great.


Godlyplayer99's PokePet

Anger the ultimate Scizor!

Heh.... I might have messed with the words a lil' bit....
Go to the top of the page
 
+Quote Post
post Dec 22 2009, 08:56 PM
Post #39

jack534



Newbie
*

Group: Members
Posts: 1
Joined: 22-December 09
Member No.: 1,072,756






QUOTE(howdy878 @ Jun 7 2009, 06:38 PM) *
This looks really long and hard shocked.gif I'll try it tho. And how long did it take you to write all of this? laugh.gif

umm.gif i can not find the client.java file help plz grin.gif cry.gif
Go to the top of the page
 
+Quote Post
post Jan 8 2010, 01:27 AM
Post #40

agust220



Newbie
*

Group: Members
Posts: 1
Joined: 8-January 10
Member No.: 1,084,655








Can someone just post where you download the update?
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

 


> Board Footer
Time is now: 22nd March 2010 - 01:26 PM