UnhappyHelpRobohacker: Whats going on.

Posts 1–15 of 16 · Page 1 of 2
Robohacker: Whats going on.
I was super exited to use Robohacker, and the creator posted a link. (ht tp : / /w ww. mpg h.n et/forum/showthread. php?t=876825) I clicked it and waited for it to be aproved. After refreshing the link didn't work. Was it a virus/disapproved or what? I have no idea. Please shed some light on the situation. Thanks
Before this section is flooded with requests:
The thread was deleted by a moderator because it dealt with outside connections.
They did not specify anything else, so I am currently waiting for a reply to figure out what specifically broke the rules and how to fix it.
Robohacker
Quote Originally Posted by peanutface View Post
I was super exited to use Robohacker, and the creator posted a link. (ht tp : / /w ww. mpg h.n et/forum/showthread. php?t=876825) I clicked it and waited for it to be aproved. After refreshing the link didn't work. Was it a virus/disapproved or what? I have no idea. Please shed some light on the situation. Thanks
You must wait 1 day for a moderator who activate the downlod link
Quote Originally Posted by apemanzilla View Post
Before this section is flooded with requests:
The thread was deleted by a moderator because it dealt with outside connections.
They did not specify anything else, so I am currently waiting for a reply to figure out what specifically broke the rules and how to fix it.
Thanks for the update apemanzilla. We're all hoping for a quick resolution and are sending positive energy to you and the mods.
I suspect it was a particular part of the text guide that caused the thread to be deleted. Still waiting for a reply.
Outside connections what exactly do you mean by that!
Quote Originally Posted by apemanzilla View Post
I suspect it was a particular part of the text guide that caused the thread to be deleted. Still waiting for a reply.
I remember reading the text guide. One part mentioned that Visual Studio is required to run the hack and that you'd be taken to a website to download Visual Studio if it isnt already installed.

Quote Originally Posted by dd013 View Post
Outside connections what exactly do you mean by that!
I'm going to guess that "outside connections" refers to the website hosting the download of Visual Studio, or maybe something related along those lines.

In any case 'outside connections' is better than 'doesnt work'. Nothing that can't be solved with some final touches and some patience on our part.
A zillion million thanks to you apemanzilla.

Edit: Color posted about the outside connections thing - showthread.php?t=876923
Quote Originally Posted by dd013 View Post
Outside connections what exactly do you mean by that!
Hacks aren't supposed to access the internet to auto-update, etc. As far as I can tell at the current time, there was a class from a library I used that contained network code, breaking a rule. Looking into the issue now.
Quote Originally Posted by apemanzilla View Post
Hacks aren't supposed to access the internet to auto-update, etc. As far as I can tell at the current time, there was a class from a library I used that contained network code, breaking a rule. Looking into the issue now.
Well if you could remove that or fix it, and such, that would be awesome! looking forward.
Quote Originally Posted by apemanzilla View Post
Hacks aren't supposed to access the internet to auto-update, etc. As far as I can tell at the current time, there was a class from a library I used that contained network code, breaking a rule. Looking into the issue now.
When we get it back i need it
The following is a list of every string containing http, https, www and every method calling a method the package java.net

Code:
Found Method call to java/net/URL.getProtocol(()Ljava/lang/String;) at org/apache/commons/io/FileUtils.toFile((Ljava/net/URL;)Ljava/io/File;)
Found Method call to java/net/URL.getFile(()Ljava/lang/String;) at org/apache/commons/io/FileUtils.toFile((Ljava/net/URL;)Ljava/io/File;)
Found Method call to java/net/URL.getProtocol(()Ljava/lang/String;) at org/apache/commons/io/FileUtils.toFiles(([Ljava/net/URL;)[Ljava/io/File;)
Found Method call to java/net/URI.toURL(()Ljava/net/URL;) at org/apache/commons/io/FileUtils.toURLs(([Ljava/io/File;)[Ljava/net/URL;)
Found Method call to java/net/URL.openStream(()Ljava/io/InputStream;) at org/apache/commons/io/FileUtils.copyURLToFile((Ljava/net/URL;Ljava/io/File;)V)
Found Method call to java/net/URL.openConnection(()Ljava/net/URLConnection;) at org/apache/commons/io/FileUtils.copyURLToFile((Ljava/net/URL;Ljava/io/File;II)V)
Found Method call to java/net/URLConnection.setConnectTimeout((I)V) at org/apache/commons/io/FileUtils.copyURLToFile((Ljava/net/URL;Ljava/io/File;II)V)
Found Method call to java/net/URLConnection.setReadTimeout((I)V) at org/apache/commons/io/FileUtils.copyURLToFile((Ljava/net/URL;Ljava/io/File;II)V)
Found Method call to java/net/URLConnection.getInputStream(()Ljava/io/InputStream;) at org/apache/commons/io/FileUtils.copyURLToFile((Ljava/net/URL;Ljava/io/File;II)V)
Found Method call to java/net/URL.openConnection(()Ljava/net/URLConnection;) at org/apache/commons/io/input/XmlStreamReader.<init>((Ljava/net/URL;)V)
Found Method call to java/net/URLConnection.getContentType(()Ljava/lang/String;) at org/apache/commons/io/input/XmlStreamReader.<init>((Ljava/net/URLConnection;Ljava/lang/String;)V)
Found Method call to java/net/URLConnection.getInputStream(()Ljava/io/InputStream;) at org/apache/commons/io/input/XmlStreamReader.<init>((Ljava/net/URLConnection;Ljava/lang/String;)V)
Found Method call to java/net/URI.<init>((Ljava/lang/String;)V) at robohacker/Main$3.mouseClicked((Ljava/awt/event/MouseEvent;)V)
Found LDC "http://www.microsoft.com/en-us/download/details.aspx?id=34673" at robohacker/Main.main(([Ljava/lang/String;)V)
Found Method call to java/net/URI.<init>((Ljava/lang/String;)V) at robohacker/Main.main(([Ljava/lang/String;)V)
Found Method call to java/net/URL.getPath(()Ljava/lang/String;) at robohacker/Main.getRunningPath(()Ljava/io/File;)
Found Method call to java/net/URLDecoder.decode((Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;) at robohacker/Main.getRunningPath(()Ljava/io/File;)
Found Method call to java/net/HttpURLConnection.disconnect(()V) at org/apache/commons/io/IOUtils.close((Ljava/net/URLConnection;)V)
Found Method call to java/net/Socket.close(()V) at org/apache/commons/io/IOUtils.closeQuietly((Ljava/net/Socket;)V)
Found Method call to java/net/ServerSocket.close(()V) at org/apache/commons/io/IOUtils.closeQuietly((Ljava/net/ServerSocket;)V)
Found Method call to java/net/URI.toURL(()Ljava/net/URL;) at org/apache/commons/io/IOUtils.toByteArray((Ljava/net/URI;)[B)
Found Method call to java/net/URL.openConnection(()Ljava/net/URLConnection;) at org/apache/commons/io/IOUtils.toByteArray((Ljava/net/URL;)[B)
Found Method call to java/net/URLConnection.getInputStream(()Ljava/io/InputStream;) at org/apache/commons/io/IOUtils.toByteArray((Ljava/net/URLConnection;)[B)
Found Method call to java/net/URI.toURL(()Ljava/net/URL;) at org/apache/commons/io/IOUtils.toString((Ljava/net/URI;Ljava/nio/charset/Charset;)Ljava/lang/String;)
Found Method call to java/net/URL.openStream(()Ljava/io/InputStream;) at org/apache/commons/io/IOUtils.toString((Ljava/net/URL;Ljava/nio/charset/Charset;)Ljava/lang/String;)
All of these are a part of the Apache Commons IO library, a library Robohacker uses.
Robohacker doesn't actually call any of these methods, it's safe to use.

Probably removed by mistake.
Don't make any claims if you don't know anything the reason why it was taken down was due to the following strings in a class.

Code:
import java.net.HttpURLConnection;
import java.net.ServerSocket;
import java.net.Socket;
if ((conn instanceof HttpURLConnection))
((HttpURLConnection)conn).disconnect();
It's a simple fix if he rebuilds the library so you all just need to wait a bit. Also anyone asking for the hack outside of the attachment system will be infracted..
Quote Originally Posted by Color View Post
Don't make any claims if you don't know anything the reason why it was taken down was due to the following strings in a class.

Code:
import java.net.HttpURLConnection;
import java.net.ServerSocket;
import java.net.Socket;
if ((conn instanceof HttpURLConnection))
((HttpURLConnection)conn).disconnect();
It's a simple fix if he rebuilds the library so you all just need to wait a bit. Also anyone asking for the hack outside of the attachment system will be infracted..
I've removed the library entirely since there were other methods that would have probably also broken the rules. All necessary functions have been moved/replicated within the project.

The other two libraries are now saved in a separate folder as opposed to within the robohacker jar, so that should also help track down issues in the future. Currently testing version 0.13 alpha (which should fit the rules better)
Quote Originally Posted by apemanzilla View Post
I've removed the library entirely since there were other methods that would have probably also broken the rules. All necessary functions have been moved/replicated within the project.

The other two libraries are now saved in a separate folder as opposed to within the robohacker jar, so that should also help track down issues in the future. Currently testing version 0.13 alpha (which should fit the rules better)
Feel free to release again when you think it's safe enough.
Quote Originally Posted by Color View Post


Feel free to release again when you think it's safe enough.
Alright. Is there any chance I could get the BBCode for the old thread back? It took 20 minutes to get the formatting and everything down...
Posts 1–15 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?