Thread: [Non-Renamed] Mouse coords

Results 1 to 10 of 10
  1. #1 [Non-Renamed] Mouse coords 
    Registered Member
    Join Date
    May 2007
    Posts
    146
    Thanks given
    8
    Thanks received
    3
    Rep Power
    13
    Video of it working: [Only registered and activated users can see links. ]

    Step 1:
    Search for:
    Code:
                            int j2 = 0; int i3 = 0;
    Above that add:
    Code:
    if(s.startsWith("mousecoords")) {
    mousecoords = true;
    }
    Step 2:
    Search for:
    Code:
                aClass30_Sub2_Sub1_Sub4_1271.method380("Mem:" + j1 + "k", c, 0xffff00, (byte)-80, k);
                k += 15;
            }
    Under the } add:
    Code:
    			if (mousecoords)
    			{
    		if (super.anInt20 != -1 || super.anInt21 != -1) {
    			aClass30_Sub2_Sub1_Sub4_1271.method385(0xffff00, "Mouse X: " + super.anInt20 + " , Mouse Y: " + super.anInt21, 328, 437, 4);
    			}
    		}
    Step 3:
    Search for:
    Code:
        static boolean aBoolean1156;
    Under that add:
    Code:
        static boolean mousecoords;
    To view the coords on your client just type "mousecoords" without the quotes.
    Reply With Quote  
     

  2. #2  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,833
    Rep Power
    2934
    should be in snippets
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2007
    Posts
    146
    Thanks given
    8
    Thanks received
    3
    Rep Power
    13
    Quote Originally Posted by Blood Isle View Post
    should be in snippets
    Ok thanks

    [MOD PLEASE MOVE TO SNIPPETS]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2008
    Posts
    194
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    ty i needed this.
    Reply With Quote  
     

  5. #5  
    Shelton
    Guest
    Renamed please.. Non-renamed sux
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2007
    Posts
    146
    Thanks given
    8
    Thanks received
    3
    Rep Power
    13
    Quote Originally Posted by Shelton View Post
    Renamed please.. Non-renamed sux
    Sorry there is already a Renamed version posted by someone in RS2 Client > Snippets
    Reply With Quote  
     

  7. #7  
    Graphix
    Guest
    [Only registered and activated users can see links. ] Is the Renamed Version.

    Ps: Where do we put this?
    I can't find this in Client.Java.
    Reply With Quote  
     

  8. #8  
    Client Developer

    Pb600's Avatar
    Join Date
    Dec 2008
    Posts
    2,184
    Thanks given
    306
    Thanks received
    489
    Rep Power
    925
    If you not have
    int j2 = 0; int i3 = 0;
    in your,
    try search for add model, and add it under
    }
    Worked for me thanks
    Reply With Quote  
     

  9. #9  
    Registered Member
    wowfreakjoking's Avatar
    Join Date
    Sep 2007
    Posts
    319
    Thanks given
    0
    Thanks received
    0
    Rep Power
    226
    wouldn't a renamed version just be a quick change to the ints it displays....*sign* ... nvm this community is retarded
    Did you know?
    - I hate trivia.
    Reply With Quote  
     

  10. #10  
    Registered Member partyhat101's Avatar
    Join Date
    Jun 2009
    Posts
    212
    Thanks given
    0
    Thanks received
    1
    Rep Power
    40
    any idea how to fix this error?

    Gui.java:1897: aClass30_Sub2_Sub1_Sub4_1271 has private access in client
    aClass30_Sub2_Sub1_Sub4_1271.method385(0xffff00, "Mous
    X: " + super.anInt20 + "Mouse Y: " + super.anInt21, 328, 437, 4);
    ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    Note: Misc.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •