Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Help with my script

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with my script

    hey guys i write scripts for -- so people can use to bot on RuneScape, but to get a Script Writer rank i must meet certain standards, was just posting here to see if anyone can give me tips to get to the standards required.

    Standards:
    As for the Java requirements, this has now been standardised:
     
        Understanding how and when to use access modifiers and the final and static keywords
        Understanding of Java's naming conventions
        Understanding inheritance, abstraction and general OOP
        An understanding of how to use the following primitive types
            int
            long
            char
            boolean
        An understanding of how to use the following Objects
            String
            certain classes implementing Collection (ArrayList etc)
        Knowing how to use enums
        Basic performance/memory efficiency
        Basic mathematical knowledge (i.e. being able to work out xp/h)
        Understanding when to use for and while loops and being able to detect infinite while loops
     
    This list is subject to change and is not necessarily all you will need to know but instead provides a solid base.

    Now here is my script:
    --

    As far as I'm aware I have covered everything, if not then it could be in a file i forgot to upload which will be done immediately


  2. #2
    Junior Member
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with my script

    bump

  3. #3
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Help with my script

    Quote Originally Posted by kuzbear View Post
    bump
    There is no need to bump a post on this forum.

    A word from Jagex:
    "Jagex always has maintained a consistent position on botting: botting is cheating and ruins the game for legitimate players."

    As such this thread is closed.

Similar Threads

  1. use readymade script in netbeans
    By ajaychhadwa in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: December 19th, 2012, 05:54 AM
  2. App needs to exec script
    By jocala in forum Android Development
    Replies: 0
    Last Post: July 5th, 2012, 09:01 PM
  3. Java Script or HTML
    By ravi9999 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 1st, 2012, 09:44 AM
  4. java script/PHP/Jquery Help
    By lovelyxalice in forum Other Programming Languages
    Replies: 4
    Last Post: March 25th, 2012, 10:59 AM
  5. Need Java code to be used in Selenium Script
    By anujbatta in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 25th, 2011, 10:50 AM