^ :(
its not .
For minecraft / when you first start it is
Quote from: asmit10 on August 10, 2011, 07:43:26 PM
For minecraft / when you first start it is
huh what exactly are u learning it for ?
moding. Most tutorials, just say "To do this enter this code." None really teach you how to do it :/ except for one but it's hard to follow, + the tutorial isn't finished.
Asmit stop being a fking minecraft freak dam u how the shit is are guild suppose to get rank 1 when ur ass is of in minecraft land?!?!? u leaving this shit up to me?
Quote from: kaos555 on August 10, 2011, 07:58:17 PM
Asmit stop being a fking minecraft freak dam u how the shit is are guild suppose to get rank 1 when ur ass is of in minecraft land?!?!? u leaving this shit up to me?
amg why u get all pissy just cause i want to start modding n im not in minecraft land I dont play the game (most of the time cept for testing) i just in minecraft code land get it right n no im not leaving it up 2 u im just getting a bit bored of bc n i want to learn java (some) so dont get all pissy k?
^thats a very nice run on sentance I have there.
Quote from: asmit10 on August 10, 2011, 08:03:04 PM
Quote from: kaos555 on August 10, 2011, 07:58:17 PM
Asmit stop being a fking minecraft freak dam u how the shit is are guild suppose to get rank 1 when ur ass is of in minecraft land?!?!? u leaving this shit up to me?
amg why u get all pissy just cause i want to start modding n im not in minecraft land I dont play the game (most of the time cept for testing) i just in minecraft code land get it right n no im not leaving it up 2 u im just getting a bit bored of bc n i want to learn java (some) so dont get all pissy k?
^thats a very nice run on sentance I have there.
i get pissy and piss all in ur mouth :) and im lvl 107 dont u think im getting bored to?
Quote from: kaos555 on August 10, 2011, 08:24:34 PM
Quote from: asmit10 on August 10, 2011, 08:03:04 PM
Quote from: kaos555 on August 10, 2011, 07:58:17 PM
Asmit stop being a fking minecraft freak dam u how the shit is are guild suppose to get rank 1 when ur ass is of in minecraft land?!?!? u leaving this shit up to me?
amg why u get all pissy just cause i want to start modding n im not in minecraft land I dont play the game (most of the time cept for testing) i just in minecraft code land get it right n no im not leaving it up 2 u im just getting a bit bored of bc n i want to learn java (some) so dont get all pissy k?
^thats a very nice run on sentance I have there.
i get pissy and piss all in ur mouth :) and im lvl 107 dont u think im getting bored to?
if u getting bored then lrn java n teach me it.
its not.
Quote from: asmit10 on August 11, 2011, 11:30:19 PM
Quote from: Allie on August 11, 2011, 11:23:52 PM
its not.
Quote from: asmit10 on August 10, 2011, 07:43:26 PM
For minecraft / when you first start it is
Quote from: Allie on August 11, 2011, 11:23:52 PM
its not.
ever.
u just suck and shouldn't be concerned with coding.
In order to learn coding, you should just do it.
I'd suggest starting with something simple, take a runescape private server and update it with your own functions by looking over other functions to get the hang of it.
Reading tutorials aren't going to get you anywhere.
Individuals learn differently. Try different mechanisms for learning, and then determine which best expedites your learning.
Quote from: Allie on August 11, 2011, 11:59:54 PM
Quote from: asmit10 on August 11, 2011, 11:30:19 PM
Quote from: Allie on August 11, 2011, 11:23:52 PM
its not.
Quote from: asmit10 on August 10, 2011, 07:43:26 PM
For minecraft / when you first start it is
Quote from: Allie on August 11, 2011, 11:23:52 PM
its not.
ever.
u just suck and shouldn't be concerned with coding.
In order to learn coding, you should just do it.
I'd suggest starting with something simple, take a runescape private server and update it with your own functions by looking over other functions to get the hang of it.
Reading tutorials aren't going to get you anywhere.
Errr. I don't have any runescape private server files; how is updating a private server gonna help me with moding? I don't see how it would help...But I guess I shouldn't question it since you know coding...meh i'll try it.
Quote from: Optimism on August 12, 2011, 12:02:23 AM
Individuals learn differently. Try different mechanisms for learning, and then determine which best expedites your learning.
This is what i made of that sentence: You can do it if you try different stuff. <<<< im retarded :D
Err, I decided to try to set-up the server, so I could actually test the additions, that I would make. Although I kinda ran into a error, help?
I am using this as the tutorial http://www.gamerzplanet.net/forums/runescape-private-server-discussion/210190-runescape-private-server-making-ultimate-source.html (http://www.gamerzplanet.net/forums/runescape-private-server-discussion/210190-runescape-private-server-making-ultimate-source.html) (not for adding stuff but for making the server)
It says if the compile.bat does not work then replace it with said code; I did this, saved it, ran compile.bat again and it didnt change anything. I then viewed compile.bat again, and the code didnt change from before I edited it. Help?
Wow, on my 26th tutorial and I now understand how to make / what this code does:
import java.util.Random;
class apples{
public static void main(String[] args){
Random generator = new Random ();
int number;
for(int counter=1; counter<=10;counter++){
number = 1+generator.nextInt(100);
System.out.println(number + " ");
}
}
}
That was so worth my time !!!!!!!!1!!!!!1111111!!!111111one!!!!!1111!!!!!!!!!!!!!1!!!!
WOW!!! 34th tutorial and now im up TO 21 LINES OF CODING, That's right a full 21!!!!.
class apples{
public static void main(String[] args){
int firstarray[][]={{8,9,10,11},{12,13,14,15}};
int secondarray[][]={{30,31,32,33},{43},{4,5,6}};
System.out.println("This is the first array");
display(firstarray);
System.out.println("This is the second array");
display(secondarray);
}
public static void display(int x[][]){
for(int row=0;row<x.length;row++){
for(int column=0;column<x[row].length;column++){
System.out.print(x[row][column]+"\t");
}
System.out.println();
}
}
}
SET !ERRORIGNORE YES
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
TAG POS=1 TYPE=A ATTR=TXT:Logout
TAG POS=1 TYPE=A ATTR=TXT:Login
WAIT SECONDS=1.5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmLogin ATTR=NAME:user CONTENT=rossbach1
WAIT SECONDS=1.5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:frmLogin ATTR=VALUE:Login
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=additem;category=-1
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Add
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:price CONTENT=100000
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php?action=marketplace;channel=0;ma=additem ATTR=NAME:submitadditem&&VALUE:Add<SP>to<SP>shop
TAG POS=1 TYPE=A ATTR=TXT:Logout
TAG POS=1 TYPE=A ATTR=TXT:Login
WAIT SECONDS=1.5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmLogin ATTR=NAME:user CONTENT=rossbach
WAIT SECONDS=1.5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:frmLogin ATTR=VALUE:Login
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
URL GOTO=http://boutcheetah.zylongaming.com/index.php?action=marketplace;channel=0;ma=viewshop;shop=25345
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:input ATTR=VALUE:Buy
TAG POS=1 TYPE=A ATTR=TXT:Logout
TAG POS=1 TYPE=A ATTR=TXT:Login
WAIT SECONDS=1.5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmLogin ATTR=NAME:user CONTENT=rossbach
WAIT SECONDS=1.5
/Repeat
/Not java but oh well.
Cool Ross. What's that?
A script to auto buy and sell stuff in marketplace.
thats php right ?
no.
just a script.