Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53
  1. #31
    Ninjin's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Germany
    Posts
    430
    Reputation
    35
    Thanks
    1,986
    My Mood
    Doh
    I used Astro and searched for Unlock but cant find the right asasm where i have to add the code so what can i do now :s

  2. #32
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by Ninjin View Post
    I used Astro and searched for Unlock but cant find the right asasm where i have to add the code so what can i do now :s
    Shouldn't really need to, _-aa is one of the folders directly inside your client-1 folder and the _-0BN.class.asasm file is inside that one. You could search for 'Unlock' with your text editor after opening it.

  3. The Following User Says Thank You to Cyeclops For This Useful Post:

    Ninjin (02-26-2013)

  4. #33
    Ninjin's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Germany
    Posts
    430
    Reputation
    35
    Thanks
    1,986
    My Mood
    Doh
    Thanks.

    Only Problem now is when i try to Reassemble i get the Error:

    Code:
    c:\RABCDAsm>rabcasm client-1\client-1.main.asasm
    object.Exception@assembler.d(1242): client-1\_-aa\_-0BN.class.asasm(101
            (included from client-1\_-aa/_-0BN.script.asasm(51,31))
            (included from client-1\client-1.main.asasm(1373,36))
    ----------------
    0x00441BF4
    0x00441A7F
    0x00427AAE
    0x004020DA
    0x0042949A
    0x004290AE
    0x004516A1
    0x759E8543 in BaseThreadInitThunk
    0x77BFAC69 in RtlInitializeExceptionChain
    0x77BFAC3C in RtlInitializeExceptionChain
    ----------------
    object.Exception@assembler.d(755): Unknown method trait field trait
    ----------------
    0x00441BF4
    0x00441A7F
    0x00424EBA
    0x004254C1
    0x0042554B
    0x00424CDC
    0x00470024
    ----------------


    Nevermind i did a mistake it works fine now
    Last edited by Ninjin; 02-26-2013 at 10:24 AM.

  5. #34
    kdawginthehood's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    10
    My Mood
    Twisted
    Hello, I have tried to implement this and have sort of succeeded.

    The "Realmeye-Me!" only shows up if I ignore the player, I am wanting to look up, first. Otherwise only the "teleport","lock","trade" and "ignore" show up.

    I tried to modify the client posted by novaton (novaclient); here is my code :
    Code:
    findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf") 
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    
         findpropstrict      QName(PackageNamespace("_-cw"), "_-7")
         getlex              QName(PackageNamespace("com.company.util"), "AssetLibrary")
         pushstring          "lofiInterface2"
         pushbyte            3
         callproperty        QName(PackageNamespace("", "#0"), "_-0uu"), 2
         pushint             16777215
         pushstring          "RealmEye-Me !"
         constructprop       QName(PackageNamespace("_-cw"), "_-7"), 3
         coerce              QName(PackageNamespace("_-cw"), "_-7")
         setlocal3
    
         getlocal3
         getlex              QName(PackageNamespace("flash.events"), "MouseEvent")
         getproperty         QName(PackageNamespace("", "#0"), "CLICK")
         getlocal0
         getproperty         QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
         callpropvoid        QName(PackageNamespace("", "#0"), "addEventListener"), 2
    
         findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf")
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    Code:
     trait method QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
       method
        refid "_-cw:_-0UX/_realmeye"
        param QName(PackageNamespace("flash.events"), "Event")
        returns QName(PackageNamespace("", "#0"), "void")
        body
         maxstack 4
         localcount 4
         initscopedepth 10
         maxscopedepth 11
         code
          findpropstrict      QName(PackageNamespace("flash.net"), "URLRequest")
          constructprop       QName(PackageNamespace("flash.net"), "URLRequest"), 0
          coerce              QName(PackageNamespace("flash.net"), "URLRequest")
          setlocal1
    
          pushstring          "https://www.realmeye.com/player/"
          setlocal2
    
          getlocal0
          getproperty         QName(PackageNamespace("", "#0"), "player_")
          getproperty         QName(PackageNamespace("", "#0"), "name_")
          setlocal3
    
          getlocal2
          getlocal3
          add
          setlocal3
    
          getlocal1
          getlocal3
          setproperty         QName(PackageNamespace("", "#0"), "url")
    
          findpropstrict      QName(PackageNamespace("flash.net"), "navigateToURL")
          getlocal1
          pushstring          "_blank"
          callpropvoid        QName(PackageNamespace("flash.net"), "navigateToURL"), 2
    
          findpropstrict      QName(ProtectedNamespace(" var"), "remove")
          callpropvoid        QName(ProtectedNamespace(" var"), "remove"), 0
    
          returnvoid
         end ; code
        end ; body
       end ; method
      end ; trait

    So, what did I do wrong?

  6. #35
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by kdawginthehood View Post
    Hello, I have tried to implement this and have sort of succeeded.

    The "Realmeye-Me!" only shows up if I ignore the player, I am wanting to look up, first. Otherwise only the "teleport","lock","trade" and "ignore" show up.

    I tried to modify the client posted by novaton (novaclient); here is my code :
    Code:
    findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf") 
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    
         findpropstrict      QName(PackageNamespace("_-cw"), "_-7")
         getlex              QName(PackageNamespace("com.company.util"), "AssetLibrary")
         pushstring          "lofiInterface2"
         pushbyte            3
         callproperty        QName(PackageNamespace("", "#0"), "_-0uu"), 2
         pushint             16777215
         pushstring          "RealmEye-Me !"
         constructprop       QName(PackageNamespace("_-cw"), "_-7"), 3
         coerce              QName(PackageNamespace("_-cw"), "_-7")
         setlocal3
    
         getlocal3
         getlex              QName(PackageNamespace("flash.events"), "MouseEvent")
         getproperty         QName(PackageNamespace("", "#0"), "CLICK")
         getlocal0
         getproperty         QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
         callpropvoid        QName(PackageNamespace("", "#0"), "addEventListener"), 2
    
         findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf")
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    Code:
     trait method QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
       method
        refid "_-cw:_-0UX/_realmeye"
        param QName(PackageNamespace("flash.events"), "Event")
        returns QName(PackageNamespace("", "#0"), "void")
        body
         maxstack 4
         localcount 4
         initscopedepth 10
         maxscopedepth 11
         code
          findpropstrict      QName(PackageNamespace("flash.net"), "URLRequest")
          constructprop       QName(PackageNamespace("flash.net"), "URLRequest"), 0
          coerce              QName(PackageNamespace("flash.net"), "URLRequest")
          setlocal1
    
          pushstring          "https://www.realmeye.com/player/"
          setlocal2
    
          getlocal0
          getproperty         QName(PackageNamespace("", "#0"), "player_")
          getproperty         QName(PackageNamespace("", "#0"), "name_")
          setlocal3
    
          getlocal2
          getlocal3
          add
          setlocal3
    
          getlocal1
          getlocal3
          setproperty         QName(PackageNamespace("", "#0"), "url")
    
          findpropstrict      QName(PackageNamespace("flash.net"), "navigateToURL")
          getlocal1
          pushstring          "_blank"
          callpropvoid        QName(PackageNamespace("flash.net"), "navigateToURL"), 2
    
          findpropstrict      QName(ProtectedNamespace(" var"), "remove")
          callpropvoid        QName(ProtectedNamespace(" var"), "remove"), 0
    
          returnvoid
         end ; code
        end ; body
       end ; method
      end ; trait

    So, what did I do wrong?
    I can only assume that the nova client is a hexed client, the source and folders from JustAnoobROTMG dont seem to match the files/folders found in that client. Just a guess.

  7. #36
    forestdude1's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    can somebody add this to a swf client for me? im bad at scripting :P or do i open my client with a text program, and paste those changes? plz help

  8. #37
    kdawginthehood's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    10
    My Mood
    Twisted
    It seems if I move the first part of the code around, ie. the code for adding the shortcut, "Realmeye-Me!" appears in different places.

    For example, if I put the code after the code for "lock" then the shortcut ("Realmeye-Me!") only shows up after I have the chosen player locked. I seem to have fixed it in that if I insert the code before "lock", the shortcut appears between "teleport" and "lock".

    However, if I put the code at the very end, just before the returnvoid, it only works if I ignore the player first. Puzzling me, although I know the solution is probably very simple

  9. #38
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by kdawginthehood View Post
    It seems if I move the first part of the code around, ie. the code for adding the shortcut, "Realmeye-Me!" appears in different places.

    For example, if I put the code after the code for "lock" then the shortcut ("Realmeye-Me!") only shows up after I have the chosen player locked. I seem to have fixed it in that if I insert the code before "lock", the shortcut appears between "teleport" and "lock".

    However, if I put the code at the very end, just before the returnvoid, it only works if I ignore the player first. Puzzling me, although I know the solution is probably very simple
    Could maybe try with a clean .swf to see exactly where it is placed

  10. #39
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Can anyone tell me how and wich program we/I need to use?

  11. #40
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Quote Originally Posted by kdawginthehood View Post
    Hello, I have tried to implement this and have sort of succeeded.

    The "Realmeye-Me!" only shows up if I ignore the player, I am wanting to look up, first. Otherwise only the "teleport","lock","trade" and "ignore" show up.

    I tried to modify the client posted by novaton (novaclient); here is my code :
    Code:
    findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf") 
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    
         findpropstrict      QName(PackageNamespace("_-cw"), "_-7")
         getlex              QName(PackageNamespace("com.company.util"), "AssetLibrary")
         pushstring          "lofiInterface2"
         pushbyte            3
         callproperty        QName(PackageNamespace("", "#0"), "_-0uu"), 2
         pushint             16777215
         pushstring          "RealmEye-Me !"
         constructprop       QName(PackageNamespace("_-cw"), "_-7"), 3
         coerce              QName(PackageNamespace("_-cw"), "_-7")
         setlocal3
    
         getlocal3
         getlex              QName(PackageNamespace("flash.events"), "MouseEvent")
         getproperty         QName(PackageNamespace("", "#0"), "CLICK")
         getlocal0
         getproperty         QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
         callpropvoid        QName(PackageNamespace("", "#0"), "addEventListener"), 2
    
         findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf")
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    Code:
     trait method QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
       method
        refid "_-cw:_-0UX/_realmeye"
        param QName(PackageNamespace("flash.events"), "Event")
        returns QName(PackageNamespace("", "#0"), "void")
        body
         maxstack 4
         localcount 4
         initscopedepth 10
         maxscopedepth 11
         code
          findpropstrict      QName(PackageNamespace("flash.net"), "URLRequest")
          constructprop       QName(PackageNamespace("flash.net"), "URLRequest"), 0
          coerce              QName(PackageNamespace("flash.net"), "URLRequest")
          setlocal1
    
          pushstring          "https://www.realmeye.com/player/"
          setlocal2
    
          getlocal0
          getproperty         QName(PackageNamespace("", "#0"), "player_")
          getproperty         QName(PackageNamespace("", "#0"), "name_")
          setlocal3
    
          getlocal2
          getlocal3
          add
          setlocal3
    
          getlocal1
          getlocal3
          setproperty         QName(PackageNamespace("", "#0"), "url")
    
          findpropstrict      QName(PackageNamespace("flash.net"), "navigateToURL")
          getlocal1
          pushstring          "_blank"
          callpropvoid        QName(PackageNamespace("flash.net"), "navigateToURL"), 2
    
          findpropstrict      QName(ProtectedNamespace(" var"), "remove")
          callpropvoid        QName(ProtectedNamespace(" var"), "remove"), 0
    
          returnvoid
         end ; code
        end ; body
       end ; method
      end ; trait

    So, what did I do wrong?
    It should be:
    Code:
     findpropstrict      QName(PackageNamespace("_-cw"), "_-7")
         getlex                QName(PackageNamespace("com.company.util"), "AssetLibrary")
         pushstring          "lofiInterface2"
         pushbyte            3
         callproperty        QName(PackageNamespace("", "#0"), "_-0uu"), 2
         pushint             16777215
         pushstring          "RealmEye-Me !"
         constructprop     QName(PackageNamespace("_-cw"), "_-7"), 3
         coerce              QName(PackageNamespace("_-cw"), "_-7")
         setlocal3
    
         getlocal3
         getlex              QName(PackageNamespace("flash.events"), "MouseEvent")
         getproperty         QName(PackageNamespace("", "#0"), "CLICK")
         getlocal0
         getproperty         QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
         callpropvoid        QName(PackageNamespace("", "#0"), "addEventListener"), 2
    
         findpropstrict      QName(ProtectedNamespace(" var"), "_-Mf")
         getlocal3
         callpropvoid        QName(ProtectedNamespace(" var"), "_-Mf"), 1
    and

    Code:
       trait method QName(PrivateNamespace("*", "_-cw:_-0UX"), "_realmeye")
       method
        refid "_-cw:_-0UX/_realmeye"
        param QName(PackageNamespace("flash.events"), "Event")
        returns QName(PackageNamespace("", "#0"), "void")
        body
         maxstack 4
         localcount 4
         initscopedepth 10
         maxscopedepth 11
         code
         
          ; Initialize URLRequest
          findpropstrict      QName(PackageNamespace("flash.net"), "URLRequest")
          constructprop       QName(PackageNamespace("flash.net"), "URLRequest"), 0
          coerce              QName(PackageNamespace("flash.net"), "URLRequest")
          setlocal1 
              
          ;Set URL base
          pushstring          "https://www.realmeye.com/player/"
          setlocal2
          
          ;Get clicked player name
          getlocal0
          getproperty         QName(PackageNamespace("", "#0"), "player_")      
          getproperty         QName(PackageNamespace("", "#0"), "name_")    
          setlocal3     
          
          ;Add playername to URL
          getlocal2
          getlocal3
          add 
          setlocal3
          
          ;set the URLRequest Url to our url
          getlocal1
          getlocal3                                      
          setproperty         QName(PackageNamespace("", "#0"), "url")     
          
          ; Open Browser Window
          findpropstrict      QName(PackageNamespace("flash.net"), "navigateToURL")
          getlocal1
          pushstring          "_blank"
          callpropvoid        QName(PackageNamespace("flash.net"), "navigateToURL"), 2      
         
           ; to be like other menu items we call remove
           findpropstrict      QName(ProtectedNamespace("var"), "remove")
           callpropvoid        QName(ProtectedNamespace("var"), "remove"), 0
           
           returnvoid
         end ; code
        end ; body
       end ; method
      end ; trait
    And Yes the Novaton Client is Hexed I believe.
    They look the same, but there may be some small differnece somewhere.
    I am currently using JNoob's epic new hack with a modified version of the Novaton client.
    Last edited by maat7043; 02-28-2013 at 01:27 AM.

  12. #41
    Madmomma's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Grumpy
    What a neat little add-on!

  13. #42
    tyri13's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    467
    My Mood
    Asleep
    theres no _-aa file

  14. #43
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Quote Originally Posted by tyri13 View Post
    theres no _-aa file
    read my post above... you have a hexed 11.0 client most likely

  15. #44
    hakalan's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    124
    My Mood
    Busy
    hey guys i downloaded the latest swf from the page, chaged with yogda the adress and decompiled it with RABCDAsm. after i started to put in the code and compile it.everytime i click the link ingame i get a error message. someone know whats wrong ?
    ReferenceError: Error #1065: Variable _-vM::remove is not defined.
    at _-n5::_-0Wg/_realmeye()

    Code:
    ;-----------------------------------------------------------------------------
    ; ADD RealmEye Shortcut
    ;-----------------------------------------------------------------------------
    
         findpropstrict      QName(PackageNamespace("_-n5"), "_-0tW")
         getlex                QName(PackageNamespace("com.company.util"), "AssetLibrary")
         pushstring          "lofiInterface2"
         pushbyte            3
         callproperty        QName(PackageNamespace("", "#0"), "_-0rW"), 2
         pushint             16777215
         pushstring          "RealmEye-Me !"
         constructprop     QName(PackageNamespace("_-n5"), "_-0tW"), 3
         coerce              QName(PackageNamespace("_-n5"), "_-0tW")
         setlocal3
    
         getlocal3
         getlex              QName(PackageNamespace("flash.events"), "MouseEvent")
         getproperty         QName(PackageNamespace("", "#0"), "CLICK")
         getlocal0
         getproperty         QName(PrivateNamespace("*", "_-n5:_-0Wg"), "_realmeye")
         callpropvoid        QName(PackageNamespace("", "#0"), "addEventListener"), 2
    
         findpropstrict      QName(ProtectedNamespace("_-vM"), "_-68")
         getlocal3
         callpropvoid        QName(ProtectedNamespace("_-vM"), "_-68"), 1
     ;-------------------------------------------------------------------------------------
    
    	returnvoid
        end ; code
       end ; body
      end ; method
    
    ;--------------------------------------------------------------------------------- 
      trait method QName(PrivateNamespace("*", "_-n5:_-0Wg"), "_realmeye")
       method
        refid "_-n5:_-0Wg/_realmeye"
        param QName(PackageNamespace("flash.events"), "Event")
        returns QName(PackageNamespace("", "#0"), "void")
        body
         maxstack 4
         localcount 4
         initscopedepth 10
         maxscopedepth 11
         code
         
          ; Initialize URLRequest
          findpropstrict      QName(PackageNamespace("flash.net"), "URLRequest")
          constructprop       QName(PackageNamespace("flash.net"), "URLRequest"), 0
          coerce              QName(PackageNamespace("flash.net"), "URLRequest")
          setlocal1 
              
          ;Set URL base
          pushstring          "https://www.realmeye.com/player/"
          setlocal2
          
          ;Get clicked player name
          getlocal0
          getproperty         QName(PackageNamespace("", "#0"), "player_")      
          getproperty         QName(PackageNamespace("", "#0"), "name_")    
          setlocal3     
          
          ;Add playername to URL
          getlocal2
          getlocal3
          add 
          setlocal3
          
          ;set the URLRequest Url to our url
          getlocal1
          getlocal3                                      
          setproperty         QName(PackageNamespace("", "#0"), "url")     
          
          ; Open Browser Window
          findpropstrict      QName(PackageNamespace("flash.net"), "navigateToURL")
          getlocal1
          pushstring          "_blank"
          callpropvoid        QName(PackageNamespace("flash.net"), "navigateToURL"), 2      
         
           ; to be like other menu items we call remove
           findpropstrict      QName(ProtectedNamespace("_-vM"), "remove")
           callpropvoid        QName(ProtectedNamespace("_-vM"), "remove"), 0
           
           returnvoid
         end ; code
        end ; body
       end ; method
      end ; trait 
     ;-------------------------------------------------------------------------------

  16. #45
    kian1991's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    142
    My Mood
    Bitchy
    @JustAnoobROTMG could u maybe update this to 14.1 or could u tell me where to add in this build it would be awesome thank you )

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [WTS] Realm of The Mad God Items
    By rawr153 in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 01-27-2013, 02:50 PM
  2. [Help] How do i add things to players in monky menu?
    By boxybox100 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 6
    Last Post: 01-15-2013, 02:18 AM
  3. Realm Eye
    By notez4 in forum Realm of the Mad God Discussions
    Replies: 4
    Last Post: 12-12-2012, 11:16 AM
  4. [WTB] RSGP With Realm of the mad god items
    By Cinodor in forum Buying Accounts/Keys/Items
    Replies: 7
    Last Post: 11-28-2012, 07:15 PM
  5. my CF menu item
    By undergroundhack in forum C++/C Programming
    Replies: 0
    Last Post: 04-26-2009, 12:50 PM