OGame Automizer RD - Cracked.

06/13/2012 16:52 linux_fan#91
Yes it crashes after about 2h. In the trial version there is a 2h countdown. Maybe there is a problem when the countdown is over. The program does not show the countdown but maybe in the background it counts it still down and crashes if it is over?

After the program is crashed, the content of the jar file is:

Code:
5419830711372262649-1453447094-21933958724212678-1981231633-38400896603571687-1465672519675972566-1367019718616774724-14904288701540084406-7815253431330218454-506523770-449900326-396961714-4073933101540686170-700642276-1917333055868387251816529436-105347292312007276972280783811328268565-1880161452-429579741668728787-2047540345-17658923541215041953-663493746-571369123603033725-721089557-3758600562071788355-7693224952007918086-2007379534-1004751589-313433122377306602-1943856998-2135768581-195922097310465389241174090580-1917083078-801637030825281911-344175027-7264320921034054192877003298-229440459-1821643850-681031293-269324390-20884118431190455434-618531891423352150-1328660450-424449566460100764-10334055181497077004-298500660814135014-1830843706-1952679524-1766780989-981205740-440181046-1797614963956158521911329901-1126812153-16441634141751519698-79724708696531041061523029-14447412531938998923-4924248821729668132-1362129358874694484128128363-624899979608728407-28778999258075311-14314365531391297890
And I get this exception on startup.

Code:
org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 188.165.227.218:8004  vmcid: 0x0  minor code: 0  completed: No
        at org.jacorb.orb.iiop.ClientIIOPConnection.connect(ClientIIOPConnection.java:213)
        at org.jacorb.orb.giop.GIOPConnection.sendMessage(GIOPConnection.java:947)
        at org.jacorb.orb.giop.GIOPConnection.sendRequest(GIOPConnection.java:911)
        at org.jacorb.orb.giop.ClientConnection.sendRequest(ClientConnection.java:289)
        at org.jacorb.orb.giop.ClientConnection.sendRequest(ClientConnection.java:270)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1051)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:957)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
        at s.bo.a(Unknown Source)
        at s.aD.run(Unknown Source)
Jun 13, 2012 5:18:54 PM s.aK <init>
Information: # Searching for the server...
Jun 13, 2012 5:18:54 PM s.aK <init>
Information: # Server found
org.omg.CORBA.TIMEOUT: client timeout reached  vmcid: 0x0  minor code: 0  completed: No
        at org.jacorb.orb.giop.ReplyPlaceholder.getInputStream(ReplyPlaceholder.java:139)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:273)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1090)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:957)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
        at s.bo.a(Unknown Source)
        at s.aD.run(Unknown Source)
My system is a 64 bit Linux system.
06/13/2012 21:09 MaouKami#92
Well i can't test on linux,
Why the connection error happens probably something in the offical code ?
Or do you just get it with the crack ?

Btw that jar corruption is a protection system that if i'm correct i removed..
Weird.. will test it later myself :s.
06/14/2012 13:26 linux_fan#93
Hmmm I think the protection system is still active.
06/14/2012 23:16 CostiaRiko87#94
nothing news?
06/15/2012 09:05 Koalla1#95
After about 2hrs it crashes and the .jar file becomes a few kb :\. It requires just the .jar being re-copied but could it be fixed so it doesn't need to be restarted every few hrs ?
06/15/2012 15:26 linux_fan#96
I have a workaround for this problem under linux. I setted the file permissions of the jar file to read only and added the file attribute to +i (sudo chattr +i FILE).

Then I modified the run.sh file and added a endless while loop. If OA crashes, it will be automatically restarted.
Code:
#!/bin/sh

while true; 
do
java -Xms30m -Xmx512m -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=25 -XX:+UseParNewGC -XX:+UseTLAB -XX:GCTimeRatio=32 -jar OGameAutomizer.jar startOA >> log.txt 2>> error.txt
done
Because I setted the file permissions to read only, the protection system was not able to change the file. I got this exception stack trace, maybe this helps you to locate the problem:

Code:
java.io.FileNotFoundException: /home/den/OA/OGameAutomizer.jar (Keine Berechtigung)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:136)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:194)
	at script13397698467611830243570.WriteAtTheEndOFFile(script13397698467611830243570.groovy:24)
	at script13397698467611830243570$WriteAtTheEndOFFile.callStatic(Unknown Source)
	at script13397698467611830243570.run(script13397698467611830243570.groovy:60)
	at s.mI.b(Unknown Source)
	at s.mV.run(Unknown Source)
Error while writing: /home/den/OA/OGameAutomizer.jar
06/16/2012 01:43 MaouKami#97
ít seems it executes a script that also checks the system..
Not sure what script lol..

I read your log and as i never used the scripting system.
And it seems to be caused by some random script that i dont feel like locating.
I disabled the mI.b() function so lets see if it fixes it..

[Only registered and activated users can see links. Click Here To Register...]

tell me how it works plz :).
06/16/2012 14:38 linux_fan#98
Hi,

no sorry same problem. But I think it is better than before. Now I have a new Exception:

Code:
 Error while writing: /home/den/OA/OGameAutomizer.jar
java.io.FileNotFoundException: /home/den/OA/OGameAutomizer.jar (Keine Berechtigung)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:136)
        at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
        at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:194)
        at script13398443646951546673449.WriteAtTheEndOFFile(script13398443646951546673449.groovy:20)
        at script13398443646951546673449$WriteAtTheEndOFFile.callStatic(Unknown Source)
        at script13398443646951546673449.run(script13398443646951546673449.groovy:39)
        at s.mH.run(Unknown Source)
06/17/2012 00:23 MaouKami#99
Also disabled mH

[Only registered and activated users can see links. Click Here To Register...]

Changed url forgot something..
06/17/2012 15:30 linux_fan#100
Hi,

ok this version seems to work. The bot is online since 3,5 hours without crashes.

But I got two exceptions, would be nice, if you can wraps the two functions with a try/catch, so this exceptions will be caught.

Here are the exceptions:
Code:
org.omg.CORBA.TIMEOUT: client timeout reached  vmcid: 0x0  minor code: 0  completed: No
        at org.jacorb.orb.giop.ReplyPlaceholder.getInputStream(ReplyPlaceholder.java:139)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:273)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1090)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:957)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
        at s.bo.a(Unknown Source)
        at s.aD.run(Unknown Source)
and

Code:
java.lang.StringIndexOutOfBoundsException: String index out of range: -12
        at java.lang.String.substring(String.java:1958)
        at s.mC.a(Unknown Source)
        at s.mC.c(Unknown Source)
        at ogameautomizer.OGameAutomizer.f(Unknown Source)
        at ogameautomizer.OGameAutomizer.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:722)
Thanks for your good work!
06/17/2012 17:09 Pheadar#101
Sorry guys, is it just me or the megafileupload.com is down?
06/17/2012 23:45 MaouKami#102
Quote:
Originally Posted by linux_fan View Post
Hi,

ok this version seems to work. The bot is online since 3,5 hours without crashes.

But I got two exceptions, would be nice, if you can wraps the two functions with a try/catch, so this exceptions will be caught.

Here are the exceptions:
Code:
org.omg.CORBA.TIMEOUT: client timeout reached  vmcid: 0x0  minor code: 0  completed: No
        at org.jacorb.orb.giop.ReplyPlaceholder.getInputStream(ReplyPlaceholder.java:139)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:273)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1090)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:957)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
        at s.bo.a(Unknown Source)
        at s.aD.run(Unknown Source)
and

Code:
java.lang.StringIndexOutOfBoundsException: String index out of range: -12
        at java.lang.String.substring(String.java:1958)
        at s.mC.a(Unknown Source)
        at s.mC.c(Unknown Source)
        at ogameautomizer.OGameAutomizer.f(Unknown Source)
        at ogameautomizer.OGameAutomizer.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:722)
Thanks for your good work!
Hey,

Not going to locate errors at this moment.
There should be a better way to disable the security.
Probably next version i will try to find it and disable it
If this version works then thats great :) and use it.
06/18/2012 15:28 CostiaRiko87#103
When i insert serial (12 random chars) it give me this error:
Quote:
java.lang.UnsupportedClassVersionError: s/mP : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader. java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java :615)
at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader .java:283)
at java.net.URLClassLoader.access$000(URLClassLoader. java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java: 197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 47)
at s.iS.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Abs tractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed (AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed (DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultB uttonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(BasicButtonListener.java:236)
at org.jvnet.substance.utils.RolloverButtonListener.m ouseReleased(RolloverButtonListener.java:109)
at java.awt.Component.processMouseEvent(Component.jav a:6375)
at javax.swing.JComponent.processMouseEvent(JComponen t.java:3267)
at java.awt.Component.processEvent(Component.java:614 0)
at java.awt.Container.processEvent(Container.java:208 3)
at java.awt.Component.dispatchEventImpl(Component.jav a:4737)
at java.awt.Container.dispatchEventImpl(Container.jav a:2141)
at java.awt.Component.dispatchEvent(Component.java:45 65)
at java.awt.LightweightDispatcher.retargetMouseEvent( Container.java:4619)
at java.awt.LightweightDispatcher.processMouseEvent(C ontainer.java:4280)
at java.awt.LightweightDispatcher.dispatchEvent(Conta iner.java:4210)
at java.awt.Container.dispatchEventImpl(Container.jav a:2127)
at java.awt.Window.dispatchEventImpl(Window.java:2482 )
at java.awt.Component.dispatchEvent(Component.java:45 65)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.j ava:684)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:643)
at java.awt.EventQueue$1.run(EventQueue.java:641)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:657)
at java.awt.EventQueue$2.run(EventQueue.java:655)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 654)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:122)
Where is the problem??
06/18/2012 22:45 MaouKami#104
Are you sure you are using the latest version of java ?
06/19/2012 08:23 CostiaRiko87#105
i'm on mac osx 10.7.4
and there aren't update for java, this is my version:
Quote:
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
Any Ideas?