Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


What does this mean!?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
.....zzz
Expert Cheater
Reputation: 0

Joined: 01 May 2006
Posts: 222
Location: good question...

PostPosted: Sun Jun 17, 2007 2:23 am    Post subject: What does this mean!? Reply with quote

Code:

   static {

            bipush 100   //push 100 onto stack
            ldc "Ihre Nachricht an: "   //push "Ihre Nachricht an: " from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.e   //set field df.e
            bipush 124   //push 124 onto stack
            ldc "Login limit exceeded)3"   //push "Login limit exceeded)3" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.d   //set field df.d
            bipush 126   //push 126 onto stack
            ldc "Ein kostenloses Spielkonto erstellen)3"   //push "Ein kostenloses Spielkonto erstellen)3" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.k   //set field df.k
            bipush 102   //push 102 onto stack
            ldc "sich mit einer anderen Welt zu verbinden)3"   //push "sich mit einer anderen Welt zu verbinden)3" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.g   //set field df.g
            bipush 102   //push 102 onto stack
            ldc "Schlie-8en"   //push "Schlie-8en" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.c   //set field df.c
            bipush 101   //push 101 onto stack
            ldc "Lade Sprites )2 "   //push "Lade Sprites )2 " from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.o   //set field df.o
            getstatic df.d   //push contents of field df.d
            putstatic df.q   //set field df.q
            bipush 116   //push 116 onto stack
            ldc ")3"   //push ")3" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.p   //set field df.p
            bipush 119   //push 119 onto stack
            ldc ""   //push "" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.f   //set field df.f
            bipush 121   //push 121 onto stack
            ldc "au"   //push "au" from constant pool
            invokestatic kc.a(int, java.lang.String)   //invoke kc.a(int, java.lang.String)
            putstatic df.l   //set field df.l
            return   //return void from method

   }


Im still trying to master java. Some help for two things. What language is this (not coding, as in speaking) and what does this do? My guess would be it deals with multiple logins, but i cannot read this language.

Heres some more:

Code:
      label0
            iload_1   //push int from local1
            ifeq label1   //goto label1 if int == 0
            bipush 154   //push 154 onto stack
            bipush 244   //push 244 onto stack
            bipush 69   //push 69 onto stack
            bipush 213   //push 213 onto stack
            bipush 167   //push 167 onto stack
            bipush 15   //push 15 onto stack
            bipush 34   //push 34 onto stack
            bipush 153   //push 153 onto stack
            bipush 183   //push 183 onto stack
            invokestatic eb.a(int, int, int, int, int, int, int, int, int)   //invoke eb.a(int, int, int, int, int, int, int, int, int)
      label1
            getstatic eb.s   //push contents of field eb.s
            iconst_1   //push 1 onto stack
            iadd   //add the two ints on the stack
            putstatic eb.s   //set field eb.s
            aload_0   //push reference from local0
            getfield eb.v   //push contents of field eb.v
            iload_1   //push int from local1
            bipush 12   //push 12 onto stack
            ixor   //bitwise XOR of two ints
            lload_2   //push long from local2
            invokevirtual wd.a(int, long)   //invoke wd.a(int, long)
            checkcast db   //cast to db
            astore 4   //pop reference into local4
            aload 4   //push reference from local4
            ifnull label2   //goto label2 if objectref == null
            aload_0   //push reference from local0
            getfield eb.z   //push contents of field eb.z
            iconst_1   //push 1 onto stack
            aload 4   //push reference from local4
            invokevirtual lf.a(boolean, db)   //invoke lf.a(boolean, db)
      label2
            aload 4   //push reference from local4
            areturn   //return reference
      label3
            astore 4   //pop reference into local4
            aload 4   //push reference from local4
            new java.lang.StringBuffer   //new java.lang.StringBuffer
            dup   //duplicate top stack word
            ldc "eb.G("   //push "eb.G(" from constant pool
            invokespecial java.lang.StringBuffer.<init>(java.lang.String)   //invoke java.lang.StringBuffer.<init>(java.lang.String)
            iload_1   //push int from local1
            invokevirtual java.lang.StringBuffer.append(int)   //invoke java.lang.StringBuffer.append(int)
            bipush 44   //push 44 onto stack
            invokevirtual java.lang.StringBuffer.append(char)   //invoke java.lang.StringBuffer.append(char)
            lload_2   //push long from local2
            invokevirtual java.lang.StringBuffer.append(long)   //invoke java.lang.StringBuffer.append(long)
            bipush 41   //push 41 onto stack
            invokevirtual java.lang.StringBuffer.append(char)   //invoke java.lang.StringBuffer.append(char)
            invokevirtual java.lang.StringBuffer.toString()   //invoke java.lang.StringBuffer.toString()
            invokestatic ka.a(java.lang.Throwable, java.lang.String)   //invoke ka.a(java.lang.Throwable, java.lang.String)
            athrow   //throw reference currently on stack


      catch java/lang/RuntimeException
         Start offset   : label0
         End offset     : label3
         Handler offset : label3
   }


Wow, they really went overboard with security...

_________________
<img src='http://irc.ircforge.net:90/?u=XIIX&bg=1'>
I am not a pawn hacker, please stop calling me one, i am just a pro.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites