Thread: best runescape admin command XD

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 best runescape admin command XD 
    ̿ ̿̿ ̿̿ ̿̿̿'̿'\̵͇̿̿\=(•̪

    Dragonking's Avatar
    Join Date
    May 2008
    Posts
    2,011
    Thanks given
    16
    Thanks received
    31
    Rep Power
    567
    i found this in the client lol do it!!!!!!!!!

    ::qa_op_test

    it shows like every string and every method at one time and if u log out the old runescape flames are there!!!!!!!!!!!!!!!!!!!!!!1 lol woot lol
    Reply With Quote  
     

  2. #2  
    sex inFamous's Avatar
    Join Date
    Sep 2008
    Posts
    0
    Thanks given
    6
    Thanks received
    4
    Rep Power
    0
    Not working...?lol?
    i'm back...
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2008
    Age
    28
    Posts
    948
    Thanks given
    43
    Thanks received
    52
    Rep Power
    98
    okay ...??
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Jun 2007
    Age
    35
    Posts
    770
    Thanks given
    0
    Thanks received
    17
    Rep Power
    156
    well im not sure but i followed the command and it led me to a method in class 112 i then decided to print out the anInt1885 and came up with this output which look like op codes, im working on a way of dumping the actual info for it atm.

    Code:
    2
    3
    4
    5
    6
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246

    Code:
        public static Class100 method1668(int i, String string) {
    	byte[] is = string.getBytes();
    	anInt1885++;
    	int i_0_ = is.length;
    	Class100 class100 = new Class100();
    	if (i != 43)
    	    return null;
    	class100.aByteArray2268 = new byte[i_0_];
    	int i_1_ = 0;
    	while (i_0_ > i_1_) {
    	    int i_2_ = is[i_1_++] & 0xff;
    	    if (i_2_ > 45 || i_2_ < 40) {
    		if ((i_2_ ^ 0xffffffff) != -1)
    		    class100.aByteArray2268[class100.anInt2293++]
    			= (byte) i_2_;
    	    } else {
    		if ((i_1_ ^ 0xffffffff) <= (i_0_ ^ 0xffffffff))
    		    break;
    		int i_3_ = 0xff & is[i_1_++];
    		class100.aByteArray2268[class100.anInt2293++]
    		    = (byte) (i_3_ + (-48 + (i_2_ + -40) * 43));
    	    }
    	}
    	class100.method1587(true);
    	return class100.method1622(i + 4053);
    	
        }



    Reply With Quote  
     

  5. #5  
    Registered Member ninja's Avatar
    Join Date
    Aug 2006
    Age
    83
    Posts
    400
    Thanks given
    0
    Thanks received
    1
    Rep Power
    44
    For me, it sticks the tab on the Logout tab and thats the only tab I can see.
    Reply With Quote  
     

  6. #6  
    Doctor p - Sweet Shop

    Join Date
    Apr 2007
    Age
    31
    Posts
    6,835
    Thanks given
    150
    Thanks received
    584
    Rep Power
    2595
    it just shows allot of interfaces....

    Reply With Quote  
     

  7. #7  
    ̿ ̿̿ ̿̿ ̿̿̿'̿'\̵͇̿̿\=(•̪

    Dragonking's Avatar
    Join Date
    May 2008
    Posts
    2,011
    Thanks given
    16
    Thanks received
    31
    Rep Power
    567
    Quote Originally Posted by Nathan. View Post
    it just shows allot of interfaces....
    i know... it shows every possible thing for everyone open one like click the log out button and uwill see what i mean...

    Quote Originally Posted by Pikker View Post
    well im not sure but i followed the command and it led me to a method in class 112 i then decided to print out the anInt1885 and came up with this output which look like op codes, im working on a way of dumping the actual info for it atm.

    Code:
    2
    3
    4
    5
    6
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246

    Code:
        public static Class100 method1668(int i, String string) {
    	byte[] is = string.getBytes();
    	anInt1885++;
    	int i_0_ = is.length;
    	Class100 class100 = new Class100();
    	if (i != 43)
    	    return null;
    	class100.aByteArray2268 = new byte[i_0_];
    	int i_1_ = 0;
    	while (i_0_ > i_1_) {
    	    int i_2_ = is[i_1_++] & 0xff;
    	    if (i_2_ > 45 || i_2_ < 40) {
    		if ((i_2_ ^ 0xffffffff) != -1)
    		    class100.aByteArray2268[class100.anInt2293++]
    			= (byte) i_2_;
    	    } else {
    		if ((i_1_ ^ 0xffffffff) <= (i_0_ ^ 0xffffffff))
    		    break;
    		int i_3_ = 0xff & is[i_1_++];
    		class100.aByteArray2268[class100.anInt2293++]
    		    = (byte) (i_3_ + (-48 + (i_2_ + -40) * 43));
    	    }
    	}
    	class100.method1587(true);
    	return class100.method1622(i + 4053);
    	
        }
    class122 is like for the loading te pics and stuff

    like this is to change the admin sign

    aRSString_3492 = Class112.method1668(43, "<img=1>");
    if you do
    aRSString_3492 = Class112.method1668(43, "<img=0>");
    admin sign will be the mod sign
    Last edited by Dragonking; 12-14-2008 at 04:29 AM. Reason: Double posting is not allowed!
    Reply With Quote  
     

  8. #8  
    Registered Member TehByte's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    311
    Thanks given
    29
    Thanks received
    6
    Rep Power
    68
    Lol (:
    Lagged my crappy comp, but nice find (:
    Reply With Quote  
     

  9. #9  
    Donator


    Join Date
    Sep 2007
    Age
    27
    Posts
    2,426
    Thanks given
    125
    Thanks received
    505
    Rep Power
    386
    tested on rs and confirmably works if ur a mod
    Attached image
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    Sep 2006
    Age
    30
    Posts
    2,106
    Thanks given
    73
    Thanks received
    54
    Rep Power
    491
    I already knew about this I did not find it useful at all..
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •