taultunleashed logoLaunchpad?!?!? : EverQuest 2 General Discussions
newtopic  postreply
 [ 11 posts ] 
blue large dot

Launchpad?!?!? : EverQuest 2 General Discussions

Posted: March 6th, 2005, 8:07 am
 
gordonzero
gordonzero's Reps:
User avatar
I was just wondering if anyone has figured out what peramiters gets passed to EQ2.ex by launchpad that alows you to just go strate into the game ... if anyone can figure this out i would love to hear about it.


Reply with quote
Posted: March 6th, 2005, 2:31 pm
 
krytical
krytical's Reps:
User avatar
not sure but if you run everquest2.exe is goes passed the launchpad and straight to character select but a screen does pop up asking for pw/un


Reply with quote
Posted: March 6th, 2005, 2:34 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
In beta, you could do this. Not sure if it still works that you can pass it everything anymore.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 6th, 2005, 3:46 pm
 
gordonzero
gordonzero's Reps:
User avatar
any clue as to how you pass them ... im realy wanting to bypass that stupid launchpad ... well ... most of the time


Reply with quote
Posted: March 6th, 2005, 4:17 pm
 
krytical
krytical's Reps:
User avatar
everquest.exe in the everquest 2 folder... ther are 2 exe's one is eq2.exe (launchpad) one is everquest2.exe(non launchpad)


Reply with quote
Posted: March 6th, 2005, 5:29 pm
 
gordonzero
gordonzero's Reps:
User avatar
ya sorry in the first post i got them confused ... i need to pass everquest2.exe the username pasword and mabe event the charicter to select ... if anyone has any clue ... pleas post it i'd realy like to know


Reply with quote
Posted: March 6th, 2005, 11:40 pm
 
krytical
krytical's Reps:
User avatar
well ther is no way of doing that as if you never enter a username or p/w how do they know what account your using so what characters would yo be able to select from? its not like your gonna be able to hack other peoples accounts like that...


Reply with quote
Posted: March 7th, 2005, 3:11 am
 
gordonzero
gordonzero's Reps:
User avatar
thats not what i'm taling about. i mean somthing like peramiters after everquest2.exe like
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
everquest2.exe -username=xxxxxxx -password=xxxxxxx -character= xxxxxxxx

the Xs would be where your account info would go.


Reply with quote
Posted: March 7th, 2005, 11:03 am
 
scaster
scaster's Reps:
User avatar
So here is what is passed to the everquest2.exe

everquest2.exe cl_sessionid #sessionidhere# username

Sessionid changes each time, so i doubt you are going to have much luck...

here is the C++ code to figure out what is passed by yours, as you can see session id changes every time

Compile code, move exe to eq2 directory, run eq2.exe, let it update, before hitting "play" rename everquest2.exe to something else and re-name this compiled file to everquest2.exe. It will create a file, output.txt and show you on each line, what is passed to what everquest2 when ran from launchpad.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
#include <fstream.h>
#include <iostream.h>
#include <stdio.h>
#include <string.h>


int main(int argc, char *argv[]){
   int i=0;
   FILE *output;
   char newline[] = "\n";
   output = fopen("output.txt","w");
   for(i=0;i<argc;i++){
      fwrite(argv[i],1,strlen(argv[i]),output);
      fwrite(newline,1,1,output);
   }
   
   return 0;
}


Edit:
Actually, that sessionID is good until you log on once with it apparently, after that, it gives invalid username/password. Hopefully this offers some insight, but i dont think you are gonna see much.

Edit2:
Just running everquest2.exe, brings up username and password when you run it, so you can avoid updating every time.


Reply with quote
Posted: March 8th, 2005, 4:19 am
 
gordonzero
gordonzero's Reps:
User avatar
hmmm ... well ... that rules auto login out.

Thanks for the code scaster ... i might can find some unique way to use it ... but my mind takes about 24hrs to digest code so it will come to me soon

Thanks to everyone who posted


Reply with quote
Posted: March 8th, 2005, 8:29 am
 
scaster
scaster's Reps:
User avatar
To expand on this...
With a character selected for play

it would look like a call that is

EverQuest2.exe cl_sessionid #sessionID#; cl_autoplay_world #worldname#; cl_autoplay_char #charactername#; cl_username #username#


I am pretty sure you cannot generate a session id without logging in via their servers. IF it is possible, you'd have to emulate some sort of web send and receive commands to send user name and password, and receive the session id you received to the client. Only thing you could do to autologin would be this, doesn't seem worth it, better off just running everquest2.exe and logging in that way.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 74 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of EverQuest 2 General Discussions RSS Feed 
Sitemap of EverQuest 2 General Discussions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?