Thread: [pi help]

Results 1 to 2 of 2
  1. #1 [pi help] 
    Registered Member
    Join Date
    Mar 2010
    Posts
    116
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Any1 got cheat engine dupe fix?
    Or an economy resetter?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2010
    Posts
    102
    Thanks given
    1
    Thanks received
    2
    Rep Power
    1
    I can fix that cheat engine dupe, do you have a webclient?

    For Cheat Engine;

    Open up: ShopAssistant.java (located in the model/shops package)
    And Declare this;

    Code:
    public boolean shopSellsItem(int itemID) {
    		for (int i = 0; i < Server.shopHandler.ShopItems.length; i++) {
    			if(itemID == (Server.shopHandler.ShopItems[c.myShopId][i] - 1)) {
    				return true;
    			}
    		}
    		return false;
    	}
    Above: if (amount > 0) { in the buyItem boolean add this:

    Code:
    		if(!shopSellsItem(itemID))
    			return false;
    save and compile.
    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
  •