Thread: [pi] $$$ client auto cache download $$$

Results 1 to 9 of 9
  1. #1 [pi] $$$ client auto cache download $$$ 
    Banned
    Join Date
    Feb 2012
    Posts
    24
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    here is the client : [Only registered and activated users can see links. ]


    it downloads the cache once it hits 100% tho it throws me a error paying $10-$15 dollars on paypal for fix

    my skype is : chris.iscool1

    it has somthing to do with it not extracting the files to c:/ drive
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Feb 2012
    Posts
    616
    Thanks given
    300
    Thanks received
    120
    Rep Power
    0
    got msn?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2012
    Posts
    337
    Thanks given
    3
    Thanks received
    29
    Rep Power
    101
    If it's not fixed it is an easy fix, just post your findCacheDir method which can be located in the sign folder in the file Signlink.java And I will kindly help you out


    VOUCHES
    [SPOIL]
    Quote Originally Posted by SacredPK View Post
    Vouch for African
    Quote Originally Posted by Raw Envy View Post
    Vouch for African seems like a nice guy and trustworthy
    [/SPOIL]
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Feb 2012
    Posts
    24
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    public static String findcachedir() {
    File file = new File("C:/CRCACHE/");
    if (!file.exists())
    if (!file.mkdir())
    return sencondDir();
    return"C:/CRCACHE/";
    }
    public static synchronized void midisave(byte abyte0[], int i)
    {
    if(i > 0x1e8480)
    return;
    if(savereq != null)
    {
    } else
    {
    midipos = (midipos + 1) % 5;
    savelen = i;
    savebuf = abyte0;
    midiplay = true;
    savereq = "jingle" + midipos + ".mid";
    }
    }
    public static synchronized boolean wavesave(byte abyte0[], int i)
    {
    if(i > 0x1e8480)
    return false;
    if(savereq != null)
    {
    return false;
    } else
    {
    wavepos = (wavepos + 1) % 5;
    savelen = i;
    savebuf = abyte0;
    waveplay = true;
    savereq = "sound" + wavepos + ".wav";
    return true;
    }
    }
    Reply With Quote  
     

  5. #5  
    OS-Scape - coming soon...
    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    2,982
    Thanks given
    827
    Thanks received
    1,136
    Rep Power
    2891
    I can implement a new cache downloader which will be better than you're current one if you like.

    Skype: tomb1443
    Msn: [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    Join OSS Discord for weekly 100m OSRS GP giveaways until release.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2012
    Posts
    337
    Thanks given
    3
    Thanks received
    29
    Rep Power
    101
    I just needed this
    Code:
    public static String findcachedir() {
    File file = new File("C:/CRCACHE/");
    if (!file.exists())
    if (!file.mkdir())
    return sencondDir();
    return"C:/CRCACHE/";
    }
    And replace that with this
    Code:
    public static String findcachedir()
    	{
    		boolean exists = (new File(System.getProperty("user.home") + "/CRCACHE/")).exists();
    		if (exists) {
    			System.out.println("Directory exists");
    			return System.getProperty("user.home") + "/CRCACHE/";
    		} else {
    			File f = new File(System.getProperty("user.home") + "/CRCACHE/");
    			f.mkdir();
    			System.out.println("Directory doesnt exist, making directory");
    			return System.getProperty("user.home") + "/CRCACHE/";
    		}
    	}
    I hope that helped :/ If not I'm sure Raw Envy is willing to help as stated above


    VOUCHES
    [SPOIL]
    Quote Originally Posted by SacredPK View Post
    Vouch for African
    Quote Originally Posted by Raw Envy View Post
    Vouch for African seems like a nice guy and trustworthy
    [/SPOIL]
    Reply With Quote  
     

  7. #7  
    Extreme Donator

    TaterMater's Avatar
    Join Date
    Aug 2011
    Posts
    1,511
    Thanks given
    217
    Thanks received
    373
    Rep Power
    121
    I can do it, although I want to be payed first this time...
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2012
    Posts
    337
    Thanks given
    3
    Thanks received
    29
    Rep Power
    101
    Guys honestly, why pay for something so simple? Don't buy off of ExpiredScape, You can get this done for free, just like I helped, now I'm waiting on you to reply to see if it worked


    VOUCHES
    [SPOIL]
    Quote Originally Posted by SacredPK View Post
    Vouch for African
    Quote Originally Posted by Raw Envy View Post
    Vouch for African seems like a nice guy and trustworthy
    [/SPOIL]
    Reply With Quote  
     

  9. #9  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    25
    Posts
    1,127
    Thanks given
    77
    Thanks received
    94
    Discord
    View profile
    Rep Power
    509
    doesnt wanna pay first. i told him send money if it does not get fixed i will refund it. it sounds so simple. So... i smell a bit of a scam.
    No one Trust this kid he is a scammer.
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    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

Similar Threads

  1. [pi] $$$ client auto cache download $$$
    By Hello cow in forum Help
    Replies: 17
    Last Post: 03-27-2012, 09:53 AM
  2. Client Cache Auto Download
    By Javas Bitch in forum Help
    Replies: 0
    Last Post: 02-03-2012, 04:48 AM
  3. Replies: 4
    Last Post: 01-22-2012, 07:07 PM
  4. Client Auto Download Cache error
    By bobismyname in forum Buying
    Replies: 7
    Last Post: 12-06-2011, 02:32 AM
  5. Replies: 5
    Last Post: 11-02-2011, 06:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •