Thread: RuneScape 2nd Cache Editor!

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1 RuneScape 2nd Cache Editor! 
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    For sale on the KillerScape store! Coming soon!
    I'm back
    Reply With Quote  
     

  2. #2  
    i k3b4b i
    Guest
    great! good work.
    Reply With Quote  
     

  3. #3  
    Vegeta
    Guest
    nice i beta'd this.
    Reply With Quote  
     

  4. #4  
    razvanx
    Guest
    CAN you make a version for non-refactored to please gj on this
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Quote Originally Posted by razvanx View Post
    CAN you make a version for non-refactored to please gj on this
    Will do now. Not hard

    EDIT: Non-Renamed version is now there!
    I'm back
    Reply With Quote  
     

  6. #6  
    Registered Member
    Harvey's Avatar
    Join Date
    Mar 2007
    Posts
    965
    Thanks given
    0
    Thanks received
    55
    Rep Power
    296
    which java references did you look at to create this because i need to make something like this...


    Great work james.
    Thanks,

    Harvey
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Quote Originally Posted by XharveyX View Post
    which java references did you look at to create this because i need to make something like this...


    Great work james.
    I just googled around lol. A lot of it I made myself though...

    I had a look at zipping byte code, zipping files, encryption etc...

    Thanks

    James,
    I'm back
    Reply With Quote  
     

  8. #8  
    Registered Member
    Harvey's Avatar
    Join Date
    Mar 2007
    Posts
    965
    Thanks given
    0
    Thanks received
    55
    Rep Power
    296
    I thought you would need a bit of file input and data input too? Because i see it there.

    BTW posted of your forums at the highscores thing. What i posted is handy so i recomend reading james.
    Thanks,

    Harvey
    Reply With Quote  
     

  9. #9  
    ¯̿ ̿|̿ ̿ |̶ ̶ ̶ ̶| |̶͇̿ ̶͇̿ ͇̿ Haskelle

    Join Date
    Nov 2007
    Age
    26
    Posts
    1,228
    Thanks given
    329
    Thanks received
    517
    Rep Power
    1133
    Code:
    Sprite.java:48: cannot find symbol
    symbol  : variable FileSystemView
    location: class Sprite
            public String path = FileSystemView.getFileSystemView().getHomeDirectory
    ()+"/.cacheFilesCustom/";
                                 ^
    Sprite.java:76: cannot find symbol
    symbol  : class ZipInputStream
    location: class Sprite
                ZipInputStream zipinputstream = null;
                ^
    Sprite.java:77: cannot find symbol
    symbol  : class ZipEntry
    location: class Sprite
                ZipEntry zipentry;
                ^
    Sprite.java:78: cannot find symbol
    symbol  : class ZipInputStream
    location: class Sprite
                zipinputstream = new ZipInputStream(
                                     ^
    Sprite.java:151: cannot find symbol
    symbol  : class Inflater
    location: class Sprite
    Inflater decompresser = new Inflater();
    ^
    Sprite.java:151: cannot find symbol
    symbol  : class Inflater
    location: class Sprite
    Inflater decompresser = new Inflater();
                                ^
    Sprite.java:161: cannot find symbol
    symbol  : class DataFormatException
    location: class Sprite
            } catch(DataFormatException e) { System.out.println("Error unpacking cac
    he!"); }
                    ^
    Sprite.java:207: cannot find symbol
    symbol  : variable FileOperations
    location: class Sprite
    Image image = Toolkit.getDefaultToolkit().createImage(FileOperations.ReadFile(fi
    lename));
                                                          ^
    8 errors
    Druk op een toets om door te gaan. . .
    Monads are just Monoids in the category of Endofunctors. What is the problem?
    Costate Comonad Coalgebra is equivalent of Java's member variable update technology for haskell. Problem?
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Oh yea, Forgot the imports

    Code:
    import java.awt.*;
    import java.io.*;
    import javax.swing.filechooser.FileSystemView;
    import java.util.zip.*;
    import java.util.*;
    import java.awt.image.*;
    import javax.imageio.*;
    import javax.swing.ImageIcon;
    import java.io.File.*;
    import java.awt.image.PixelGrabber;
    I'm back
    Reply With Quote  
     

Page 1 of 3 123 LastLast

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
  •