Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames
You last visited: Today at 14:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



OGame Automizer RD - Cracked.

Discussion on OGame Automizer RD - Cracked. within the Browsergames forum part of the Other Online Games category.

Closed Thread
 
Old 06/13/2012, 16:52   #91
 
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 0
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.
linux_fan is offline  
Old 06/13/2012, 21:09   #92
 
elite*gold: 0
Join Date: Sep 2011
Posts: 149
Received Thanks: 145
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.
MaouKami is offline  
Thanks
1 User
Old 06/14/2012, 13:26   #93
 
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 0
Hmmm I think the protection system is still active.
linux_fan is offline  
Old 06/14/2012, 23:16   #94
 
elite*gold: 0
Join Date: May 2012
Posts: 12
Received Thanks: 0
nothing news?
CostiaRiko87 is offline  
Old 06/15/2012, 09:05   #95
 
elite*gold: 0
Join Date: May 2012
Posts: 1
Received Thanks: 0
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 ?
Koalla1 is offline  
Old 06/15/2012, 15:26   #96
 
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 0
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
linux_fan is offline  
Old 06/16/2012, 01:43   #97
 
elite*gold: 0
Join Date: Sep 2011
Posts: 149
Received Thanks: 145
í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..



tell me how it works plz .
MaouKami is offline  
Thanks
1 User
Old 06/16/2012, 14:38   #98
 
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 0
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)
linux_fan is offline  
Old 06/17/2012, 00:23   #99
 
elite*gold: 0
Join Date: Sep 2011
Posts: 149
Received Thanks: 145
Also disabled mH



Changed url forgot something..
MaouKami is offline  
Thanks
2 Users
Old 06/17/2012, 15:30   #100
 
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 0
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!
linux_fan is offline  
Old 06/17/2012, 17:09   #101
 
elite*gold: 0
Join Date: Jun 2012
Posts: 2
Received Thanks: 1
Sorry guys, is it just me or the megafileupload.com is down?
Pheadar is offline  
Old 06/17/2012, 23:45   #102
 
elite*gold: 0
Join Date: Sep 2011
Posts: 149
Received Thanks: 145
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.
MaouKami is offline  
Thanks
1 User
Old 06/18/2012, 15:28   #103
 
elite*gold: 0
Join Date: May 2012
Posts: 12
Received Thanks: 0
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??
CostiaRiko87 is offline  
Old 06/18/2012, 22:45   #104
 
elite*gold: 0
Join Date: Sep 2011
Posts: 149
Received Thanks: 145
Are you sure you are using the latest version of java ?
MaouKami is offline  
Thanks
1 User
Old 06/19/2012, 08:23   #105
 
elite*gold: 0
Join Date: May 2012
Posts: 12
Received Thanks: 0
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?
CostiaRiko87 is offline  
Closed Thread


Similar Threads Similar Threads
Ogame Automizer RD cracked - Free
01/11/2013 - Browsergames - 246 Replies
Continued by AetherTitan here
[Request] Ogame Automizer Cracked
07/06/2011 - Browsergames - 0 Replies
CrysisMK2 if you read this i still love you!



All times are GMT +1. The time now is 14:25.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.