| View previous topic :: View next topic |
| Author |
Message |
sangeli Master Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 406
|
Posted: Sat Sep 05, 2009 12:30 am Post subject: [JAVA] Loading .jar game into applet |
|
|
I am working on a Puzzle Pirates bot (lame game, I know) and I have a great setup but the only thing I am having trouble with is loading the game into the applet. I thought I had it loaded, but apparently there are multiple .jar's that you can load; and I had loaded the account creator. I tried to do the real game, but I can't figure it out. For runescape it is easy, you just cast the client class as an applet, but there is not a client class for puzzle pirates (as far as I can tell). The source is obbed of course, but you can still figure out what stuff is generally.
To get the .jar's you are going to have to install the game and find its files OR find the URL (I wasn't able to find it)
suggestions, comments, w/e
no flaming/spam pleez
_________________
| Dark Byte wrote: | | ce can certainly damage hardware let's say you have a robotarm attached to your computer, and the software limits usually block it from ripping out it's own cpu. If you remove that limit and then issue the command to rip out the cpu, sure, say goodbye to your hardware |
|
|
| Back to top |
|
 |
XSV GTH Moderator
Reputation: 9
Joined: 12 Oct 2005 Posts: 1007 Location: USA
|
Posted: Sat Sep 05, 2009 8:12 pm Post subject: |
|
|
im not quite sure what your saying. Do you mean you need to load multiple jars at once?
_________________
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Sun Sep 06, 2009 8:40 am Post subject: |
|
|
2009/09/06 16:13:20:795 INFO e.a: Downloading resource [url=http://download.threerings.net/yoclient/20090904135744/code/config.jar].
2009/09/06 16:13:21:306 INFO e.a: Downloading resource [url=http://download.threerings.net/yoclient/20090904135744/code/yohoho-boot.jar].
2009/09/06 16:13:24:926 INFO e.a: Downloading resource [url=http://download.threerings.net/yoclient/20090904135744/code/yoclient-dop.jar].
2009/09/06 16:13:31:785 INFO e.a: Downloading resource [url=http://download.threerings.net/yoclient/20090904135744/code/getdown-dop-new.jar].
Just look in ur Java(TM) Platform Console
|
|
| Back to top |
|
 |
sangeli Master Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 406
|
Posted: Mon Sep 14, 2009 8:49 pm Post subject: |
|
|
i got the .jar's but I can't figure out how to load the game into an applet that I create. i want to generate awt events to the game to bot it, but I need to have an awt container to send those events to, hence the applet.
_________________
| Dark Byte wrote: | | ce can certainly damage hardware let's say you have a robotarm attached to your computer, and the software limits usually block it from ripping out it's own cpu. If you remove that limit and then issue the command to rip out the cpu, sure, say goodbye to your hardware |
|
|
| Back to top |
|
 |
|