Thread: Changing from Normal to FullScreen

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Changing from Normal to FullScreen 
    Community Veteran

    007 Snoop's Avatar
    Join Date
    Oct 2006
    Age
    31
    Posts
    500
    Thanks given
    0
    Thanks received
    0
    Rep Power
    718
    Changing your client from Normal, to FullScreen by changing a value.

    Ok First Open up client.java.

    Under this:
    Code:
    public class client extends Applet_Sub1
    {
    Add this:

    Code:
    public boolean spritesoff = true;

    Now search for:

    Code:
    aClass15_1125 = new Class15


    Under that line add this:

    Code:
     if(spritesoff) {
    aClass15_1165 = new Class15(765, 503, method11(0), 0);
         aClass15_1163 = new Class15(0, 0, method11(0), 0);
     
    
    aClass30_Sub2_Sub1_Sub2_1197.method361(0, 0, 0);
    aClass15_1124 = new Class15(0, 0, method11(0), 0); aClass15_1125 = new Class15(0, 0, method11(0), 0);
    }
    Now search for:
    Code:
    Class30_Sub2_Sub1_Sub3.method365(-950, 512, 334);
    Under it add:


    Code:
         if(spritesoff) {
    Code:
     
    
    Class30_Sub2_Sub1_Sub3.method365(-950, 765, 503); }


    Now by changing the * in the line below too true that makes the client fullscreen. By changing it to * false disables this and the client is normal.



    Code:
    public boolean spritesoff = *;





    ScreenShot:










    I might have made some errors, please post if you get any.



    ~Snoop
    -| Donator/Veteran/Mod/Global Mod |-
    Thanks, Snoop!
     

  2. #2  
    Gh0ztx
    Guest
    whenever i start i up its normal .. the thing is set to true

    Well im dead tired its 3am , im gonna check post again tmrw once i wakeup. i put codes in correct places and compiled and ran it , it ran as if i never added any code.
    Last edited by Gh0ztx; 08-09-2007 at 08:56 AM. Reason: Double posting is not allowed!
     

  3. #3  
    Valar Morghulis

    Laxika's Avatar
    Join Date
    Sep 2006
    Age
    32
    Posts
    2,813
    Thanks given
    1,804
    Thanks received
    274
    Rep Power
    2128
    I need a coommand to this... Can you make one?
     

  4. #4  
    Registered Member
    Join Date
    Nov 2006
    Posts
    699
    Thanks given
    1
    Thanks received
    32
    Rep Power
    524
    You didn't disable the minimap, therefore this tutorial is pointless because the minimap flashes continuously because it is on a loop to make sure it updates with the location of the player. Flash minimap = harder to take screenshots, play the game, etc.

    But anyway, I pwn you:





    ~Z
     

  5. #5  
    Gh0ztx
    Guest
    Zachera mind posting you're source or helpin me out here?
     

  6. #6  
    Community Veteran

    007 Snoop's Avatar
    Join Date
    Oct 2006
    Age
    31
    Posts
    500
    Thanks given
    0
    Thanks received
    0
    Rep Power
    718
    Quote Originally Posted by Zachera View Post
    You didn't disable the minimap, therefore this tutorial is pointless because the minimap flashes continuously because it is on a loop to make sure it updates with the location of the player. Flash minimap = harder to take screenshots, play the game, etc.

    But anyway, I pwn you:
    ~Z
    Well, the minimap doesn't flash in this one, its just there. I removed the sprites that flash. Anyway my FullScreen Client has all the sprites removed This is pretty basic anyway.
    ~Snoop
    -| Donator/Veteran/Mod/Global Mod |-
    Thanks, Snoop!
     

  7. #7  
    RXVL
    Guest
    Awww comon Zachera, please tell us =p.
     

  8. #8  
    Registered Member
    Join Date
    Jun 2007
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    help i cant find an
    public class client extends Applet_Sub1
    {
    in client.java why im using the client soulscape
     

  9. #9  
    Highclass Donator
    henry's Avatar
    Join Date
    Jul 2006
    Posts
    438
    Thanks given
    0
    Thanks received
    3
    Rep Power
    4
    wow sari... that should be the first line in the file...
    Ex-Rune-Server Mod
    Ex-Vet (wtf?) (c)
     

  10. #10  
    Registered Member
    Join Date
    Feb 2007
    Age
    33
    Posts
    670
    Thanks given
    0
    Thanks received
    0
    Rep Power
    62
    Quote Originally Posted by henry View Post
    wow sari... that should be the first line in the file...
    not quite... ur forgetting the imports...
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 20
    Last Post: 01-30-2015, 02:06 AM
  2. Is it normal?
    By Andys1481 in forum Help
    Replies: 4
    Last Post: 07-02-2009, 11:45 PM
  3. Fullscreen/Normal Both In One
    By 35518 in forum Downloads
    Replies: 31
    Last Post: 06-28-2009, 12:03 AM
  4. New I/O Over Normal I/O?
    By gnarly in forum RS2 Server
    Replies: 25
    Last Post: 04-11-2009, 04:12 AM
  5. Replies: 3
    Last Post: 10-02-2008, 03:05 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •