I won't really be updating this but because so many links still forward here i'll keep this one online. Please check out my new project site that will show my latest updated doings and tutorials.

http://www.e3po.info/main/

Thanks,
E3pO.

Programs

The Elder Scrolls V: Skyrim Multihack (Speed Hack, Chams, Wallhack and more)

Current Version: 1.01
I’m releasing my Skyrim Multihack to the open world as of today. I was going to keep it private for just a few friends but I’ve decided to go ahead and do a release.

This hack will be updated regularly as new features are implemented!

Here are some examples of what it looks like in game:



Screnshot of the application:

Keyboard Commands:
1 – Set Speedhack to 1.0
2 – Set Speedhack to 2.0
3 – Set Speedhack to 3.0
4 – Set Speedhack to 4.0
5 – Set Speedhack to 5.0
6 – Set Speedhack to 10.0
7 – Set Speedhack to 20.0
8 – Enable Chams
9 – Disable Chams
Page Up – Inject into game

Download: SkyrimMultiLoader.exe

Warning! Some antivirus software reports the injector as a false positive. Disable your antivirus and it should inject fine.

Please comment on ideas you would like to see implemented into this hack! Thanks :)

Wednesday, November 16th, 2011Programs, Projects3 Comments

OBJ to Minecraft: Import your 3D Models into Minecraft!

Ever wanted to import your 3d models into minecraft?? Now you can do it easily with obj2mc.

This is a gui version of binvox that converts VRML, UG, OBJ, OFF, DXF, XGL, POV, BREP, PLY, and  JOT into .schematic for MCEdit.

Download

Enjoy.

 

How to use:

  1. Get an OBJ file you would like to convert.
  2. Open up obj2mc and click on the “…” button.
  3. Find your OBJ file and then open.
  4. Change any options you wish and then hit convert.
  5. Open up MCEdit
  6. Open your map and click on import.
  7. Save
  8. Load MC
Monday, March 14th, 2011Programs, Projects5 Comments

HEKAIO: Halo Editing Kit All In One

Looking for OpenGL Developers!

We are looking for OpenGL Developers for the HEKAIO project. If you are interested please contact me from my contact page. HEKAIO is an All In One modding application for Halo PC, CE, 3, ODST, and Reach. If you have any experience with OpenGL we need you!!

http://www.modhalo.net/index.php?/topic/29560-halo-editing-kit-aio-developers-needed/

 

Current Developers:

E3pO – Project Lead
Deelekgolo
SiLentK
Dwood
Kiwidoggie
Conure
Chaos
Oxide

Monday, March 7th, 2011Programs, Projects1 Comment

Working on a Halo Master Server (HMServe)

I decided that in case the gamespy master servers ever go down there would need to be a replacement for sure.. Life without halo would be tragic indeed!

I present to you HMServe. This thing has got everything it takes to replace the master servers over at gamespy. Runs on windows, osx, and linux.


I’ll be releasing server builds soon that can connect to master.wmclan.net instead of master.gamespy.com.

Feel free to leave comments and ideas.

Sunday, February 27th, 2011Programs, Projects4 Comments

Google ‘Chrome for a Cause’ extension hacked.

Google chrome has a new extension called ‘Chrome for a Cause’. Once installed, every time you open up a new tab in your browser you will be donating to a charitable organization. I decided to edit it a little bit to get past the 250 a day submitting rule and the locked to 1 tab a second. After all, Google has the money as they have said in the TOS, “Google has set a maximum contribution of $1,000,000 associated with the Google Chrome for a Cause extension.”

With my custom extension (download below) you will be able to open up as many tabs as you want at an increment of 1337.  There is no limit, so feel free to open as many tabs as you want. At the end of the day it will give you the opportunity to donate your tabs.

Download: http://e3po.wmclan.net/google/e3po_hacked_chrome_donations.crx

Have a great Christmas!

Wednesday, December 15th, 2010Programs, ProjectsNo Comments

Need For Speed: World Hack + Beta

If you didn’t already know, there is a new Need For Speed out for beta. It’s called NFSW. It’s pretty much a MMO with race cars. A friend of mine showed me that it was in beta so I decided to check it out. If you want to check it out, just sign up for the beta and download\play. After playing it for a little bit I got bored of it and decided to see if it was hackable. It amazed me how there was absolutely no hack protection whatsoever… I loaded up wireshark and MHS and started to sniff around. You can probably guess what happened next…

Edit: For those of you that wanted a watch or proof the video was not sped up, here is your proof. Yes, the hack is written in all c and compiled on a linux server in my basement.

Thanks to undocumentedspot from youtube for asking for a new video…

Download: Sorry, you can not access the download for this application. You must be a member of the “private release” club. Check back at a later time.

Monday, July 5th, 2010Programs, Projects1,124 Comments

E3pOison DDoS (Denial of Service Attack)

A few people have really been starting to piss me off. They keep asking me to make them a program to DDOS website. A few programs have already been made before, but I decided to take it to another level… After hours and hours of searching and reverse engineering and looking through apache code I found a stupid little bug that if you call a request enough times and send a specific header you can actually corrupt the memory in the stack and send a RET to another function.. I didn’t have enough network bandwidth to send enough requests to actually do the dirty work.. so I setup a server farm of over 230 some servers on various networks to test it out. It’s nice to have lots of friends that don’t give a crap what you do on their systems! I created a server side program that did all the housekeeping on all the bots and then created a simple little program to tell the server what to do… Long story short, the end result is just what they asked for. Type in a URL, change what the webpage says.

No, I do not plan on ever releasing the server side code, bot code, or controller. Well.. Maybe… But that’s another day.

Here is a little video of it in action!

Tuesday, June 22nd, 2010Programs, Projects9 Comments

Halomaps Multi Downloader

This project never got released to anybody other then me.. Dennis over at halomaps.org has it out for me so I’d rather not piss him off more then I already have. This was a simple little grease monkey script that read information from the download page and gave you multi links you could download from. It was super useful, but it sure pissed off the owner of the website!

Thursday, June 3rd, 2010Programs, ProjectsNo Comments

Halo 2 Vista Name Changer

This was a prank I tried out on a few servers joining as “Microsoft”. It was hilarious and so much fun to scam people with. It was pretty cool while it lasted, I haven’t played Halo 2 Vista since that day.. Horrible game.

Thursday, June 3rd, 2010Programs, Projects4 Comments

Prime Number Generator

One of my friends from school got challenged by her dad that she couldn’t create a program that generated prime numbers up to a million. She instantly came to me and asked if I could help her out. I started off with a stupid javascript webpage that ended up crashing her browser because it couldn’t handle all the data. I decided to make a threaded C# application that did the exact same thing, along with php, C++, java, and even a python version. A friend of mine showed me a cool way of doing it with python that is only 7 lines long.

for n in range(2, 10): for x in range(2, n): if n % x == 0: print n, 'equals', x, '*', n/x break else: print n, 'is a prime number'

If your interested in the C# version with the source code, feel free to download it below.

Download (x86)
Download C# Source

Thursday, June 3rd, 2010Programs, ProjectsNo Comments
    Please donate to help server cost and purchase new games to create great public hacks for!
    Donate for +rep