Thread: making ur client run both 32 and 64 bit

Results 1 to 6 of 6
  1. #1 making ur client run both 32 and 64 bit 
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    How would i make this run both bits because i am 64 and i think this is for 32 because everytime i load it up when i try to walk it logs me out

    Code:
    @echo off
    title Hiscape Pkz
    java -Xmx300m Jframe 10 0 highmem members 32
    pause
    Reply With Quote  
     

  2. #2  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    Either make 2 run.bats or write a nice .bat script
    Reply With Quote  
     

  3. #3  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    yeah i need help doing that lol
    Reply With Quote  
     

  4. #4  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    could you make two for me?
    Reply With Quote  
     

  5. #5  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    32 bit
    Code:
    @echo off
    title Hiscape Pkz
    start javaw -Xmx300m Jframe 10 0 highmem members 32
    exit
    64 bit
    Code:
    @echo off
    title Hiscape Pkz
    C:/program files (x86)/java/jre6/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause
    Reply With Quote  
     

  6. #6  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    oh my fucking god



    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. Replies: 0
    Last Post: 09-08-2010, 03:38 PM
  2. Im new to this client making
    By Mocro in forum Tutorials
    Replies: 9
    Last Post: 02-09-2008, 04:06 AM
  3. Making a Web Client, my way!
    By -Rune-Glacer- in forum Tutorials
    Replies: 3
    Last Post: 01-24-2008, 07:35 AM
  4. Replies: 14
    Last Post: 12-13-2007, 12:39 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
  •