Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. del new.txt -y
  2. curl --cookie-jar new.txt -H "Host: lpj.daybreakgames.com" -H "Accept: application/json, text/javascript, */*; q=0.01" -H "Origin: https://lpj.daybreakgames.com" -H "X-Requested-With: XMLHttpRequest" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" -H "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" -H "DNT: 1" -H "Referer: https://lpj.daybreakgames.com/dcuo/live/" -H "Accept-Language: en-US,en;q=0.8" -H "Cookie: lp-gvid-e-all=10%2C; lp-version=us;" --data-binary "username="UsernameHere"&password="PassHere"&rememberPassword=false&launchPoint=soe&ts=1498083811083" --compressed "https://lpj.daybreakgames.com/dcuo/live/login?launchPoint=soe"
  3. for /F "tokens=7" /f %%a IN ('findstr token new.txt') do @set id=%%a
  4. curl --cookie-jar new.txt -H "Host: lpj.daybreakgames.com" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" -H "DNT: 1" -H "Accept-Language: en-US,en;q=0.8" -H "Cookie: lp-token=%id%; lp-version=us; locale=en_US;" --compressed "https://lpj.daybreakgames.com/dcuo/live/get_play_session" >session.txt
  5. FOR /F "tokens=12 delims=-,=" %%i IN (session.txt) DO @set id=%%i
  6. "Unreal3\Binaries\Win32\DCGame.exe" -sessionid=%id% -loginServer=64.37.172.20:7775-7778,64.37.172.21:7775-7778,64.37.172.22:7775-7778,64.37.172.23:7775-7778,64.37.172.24:7775-7778,64.37.172.25:7775-7778,64.37.172.26:7775-7778,64.37.172.27:7775-7778,64.37.172.28:7775-7778,64.37.172.29:7775-7778
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement