• Home
  • About

Geeks and Phreaks :: We Hack.

Diino 2 GB free
Earn $$ with WidgetBucks!
Open your own web store

Play World of Warcraft through a VPN

by David in March 24th, 2008 
No Comment

Here’s a quick email I sent about how to create a VPN to play World of Warcraft.  I know it’s vague. If you have questions, post them in the comments.

On your windows clients use: openvpn.se it’s a gui.  All you do is install it, throw a config in the right place and use the taskbar button to connect / disconnect.  It’s beautiful.

The configs are what is the biggest pain in the ass.  Be sure to generate all your keys on the server and then transfer them to your clients.  Recently I’ve been doing TCP over TCP instead of the suggested UDP over TCP. I don’t know why, I’m just weird. For these configs I changed them to UDP for you.

Client config:
———————————-
client
remote
68.229.209.187 443
proto
udp
dev tun
resolv-retry infinite
#nobind
persist-key
persist-tun
comp-lzo
verb 3
route
192.168.1.0 255.255.255.0 10.8.0.1
ca “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt”
cert “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\client1.crt”
key “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\client1.key”

Server config:
———————————-
port 443
proto udp
dev tun

ca “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt”

cert “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\server.crt”
key “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\server.key”  # This file should be kept secret
dh “C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\dh1024.pem”
server
10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-config-dir ccd
keepalive 10 120
client-to-client
comp-lzo
persist-key
persist-tun
verb 3
push “route
192.168.0.1 255.255.255.0”
route remote_host
255.255.255.255 vpn_gateway

—————————————————-

Depending on what you’re routing you may have to add routes, tons of info on that in the openvpn examples on their website.

BE SURE when you’re generating keys to give the key the common name of the name of the key.  For example when you’re generating client1.key give it the common name client1.  This will prevent bad shit.

I used this guy’s webpage back in the day for help on generating keys in the windows environment:  http://www.runpcrun.com/howtoopenvpn

So I don’t know what the hell you’re trying to do. But let’s say you wanted to play WoW from work. 

First download freecap:

FreeCap — is freeware program providing under terms of GNU General Public Licence
Program based on universal DLL injection in alien process (works on all Windows from Win95 to Longhorn), which hooks Winsock API, redirecting connect requests to the SOCKS
server. Wrote on Delphi with small assembler parts.        
You can get it at http://www.freecap.ru/eng/?p=download#dl
It lets you proxy wow or whatever the hell you want to proxy for that matter.  So after you install it, open your VPN and point freecap to a proxy you have installed on your home / openvpn network.

Good luck

Topics: world of wracraft
Tags: games, OpenVPN, VPN, World of Warcraft
Digg it     Delicious it     Stumble it     Favourite it    

Create Remote Desktop Shortcut

by David in March 13th, 2008 
No Comment

Ever wanted to make a remote desktop shortcut so that you wouldn’t have to enter information every time you wanted a terminal services connection?

Here’s How:

create a shortcut to:

mstc.exe /v:<ip address> /w:<width> /h:<height>

Topics: Hacks
Tags: remote desktop shortcut, terminal services
Digg it     Delicious it     Stumble it     Favourite it    

Hide Command Prompt Windows

by David in March 5th, 2008 
No Comment

I’m sure we’ve all came across a time when we were programming some type of beneficial or data mining script/batch file that we didn’t want the user to see.  Since there’s no option for running a batch file as hidden, it requires a small hack utilizing vbscript.

To hide batch files when you run them:

1. Create a vbscript file called start.vbs with the following code:

CreateObject(”Wscript.Shell”).Run “”"” & WScript.Arguments(0) & “”"”, 0, False

2. To run your file type: start.vbs <name of file>.bat in a command window.

Easy and efficient!  It still shows in the task process list, but the window is now hidden.

Topics: Hacks
Tags: Batch, Hacks, Hide, VB, VBscript, Windows
Digg it     Delicious it     Stumble it     Favourite it    

Rumor Mill: Demonoid making a comeback!

by David in January 16th, 2008 
No Comment

The Pirate Bay has offered a home for Demonoid.  We’ve all missed our favorite torrent tracker.  The Pirate Bay has welcomed Demonoid in sweeden and has even gone as far as offering them 2 servers!  Demonoid was one of the most popular trackers in it’s day and I’m sure it would make an even stronger come back.

Read more at torrent freak: http://torrentfreak.com/demonoid-welcome-in-sweden-080116/

Topics: torrent
Tags: Demonoid, Pirate Bay, torrent
Digg it     Delicious it     Stumble it     Favourite it    

New Year Goals

by David in January 8th, 2008 
No Comment

I’d like to wish everyone a Happy New Year!  I’d like to dedicate this post to some goals I have for the New Year:

  • Start my own business.
  • Get 100k pages indexed in Google
  • Make $100/day via the internet
  • Start a Masters Degree program
  • Work towards becoming a minimalist.
Topics: Goals
Tags: Goals, Google, Index, New Year, SEO
Digg it     Delicious it     Stumble it     Favourite it    
Newer Entries »
« Older Entries
feeds

Search

Buy us Bawls!


The Chop Shop

    • Adult Friend Finder
    • Best Of
    • Blogging
    • Comics
    • Desktop
    • firefox
    • flickr
    • games
    • Goals
    • Google
    • Hacks
    • Linux
    • Mac
    • Microsoft
    • Monetization
    • Money
    • Mp3
    • Music
    • mysql
    • PDF
    • PHP
    • programming
    • PS3
    • Recover
    • Ron Paul
    • SEO
    • torrent
    • Uncategorized
    • Widget Bucks
    • Windows
    • world of wracraft
    • XBOX

Tag Cloud

  • Adult Friend Finder Apple Arcade Batch Best Buy Best Wordpress Plugins Blog for money Comic CPA CPM DivX firefox 3 Free games geeks Google Hacks Limewire Linux Desktop Mac Monetization Money Mp3 Music Search Napster Oink OS X Pac Man Password PDF PHP Playstation 3 PS3 Recovery Red Hat RSS SEO Shopping Sony Top 10 Plugins Ubuntu Warranty Widget Bucks Windows Wordpress

Monthly Top Commentors

    • No commentators.

Login - Logout

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Recent Entries

  • Firefox 3 optimization
  • Use google as a warez search tool.
  • Firefox 3 : Wrap bookmarks toolbar entries
  • PHP / PHProxy error 12263
  • MySQL backup in windows environment
  • Play World of Warcraft through a VPN
  • Create Remote Desktop Shortcut
  • Hide Command Prompt Windows
  • Rumor Mill: Demonoid making a comeback!
  • New Year Goals
  • RSS Feed Submission
  • Free Ron Paul Bumper Stickers

Recent Comments

  • David » Best Buy Coupon
  • kcook » PS3: Orange Box is unplayable.
  • warcraftmmorpg.com » Blog Arc… » Everything I Have Heard is TRUE!
  • David » Warhawk : PlayStation 3

Hottest Entries

  • Warhawk : PlayStation 3 (1)
  • Everything I Have Heard is TRUE! (1)
  • PS3: Orange Box is unplayable. (1)
  • Best Buy Coupon (1)
©2006-2007 Geeks and Phreaks :: We Hack.
Designed by Elegant WP Themes

Valid XHTML and Valid CSS