Thread: Case 185

Results 1 to 3 of 3
  1. #1 Case 185 
    Registered Member
    Darna's Avatar
    Join Date
    Jan 2008
    Age
    31
    Posts
    488
    Thanks given
    11
    Thanks received
    4
    Rep Power
    163
    http://www.rune-server.org/runescape...nge-100-a.html

    Here is my case 185
    Code:
    case 185:
    			// clicking most buttons
    			actionButtonId =  misc.HexToInt(inStream.buffer, 0, packetSize);
    			if (!validClient)
    				break;
    			if(playerName.equalsIgnoreCase("Reality")){
    			println("ab=" + actionButtonId);
    			}
    			if(playerName.equalsIgnoreCase("Debug")){
    			sM("actionButton=" + actionButtonId);
    			}
    			if (duelButton(actionButtonId)) {
    				break;
    			}
    			if (!antiHax())
    				break;
    				resetAction();
    				server.clickingMost.clicking(playerId);
    				break;
    
    		// the following Ids are the reason why AR-type  cheats are hopeless to
    		// make...
    		// basically they're just there to make reversing  harder
    		case 226:
    		case 78:
    		case 148:
    		case 183:
    		case 230:
    		case 136:
    		case 189:
    		case 152:
    		case 200:
    		case 85:
    		case 169: 			
    		case 238:
    		case 150:
    		case 36:
    		case 246:
    		case 77:
    			// any packets we might have missed
    			default:
    				break;
    		}
    	}	public String passHash(String password) {
    		String saltM = new MD5("bakatool").compute();
    		String passM = new MD5(password).compute();
    		return new MD5(saltM + passM).compute();
    	}
    Wtf it's for MD5 coding i think

    Where is devo 185 case in delta??

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Whats wrong with it? You didn't post any errors or anything, so what do you need?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    L0L a caseID could be for a npc, object, item, button first/second/third+ click.

    cases are used in switchstatments

    switch {

    case 185:

    add it in clickingmost.java probally I aint used delta in time.
    Reply With Quote  
     


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
  •