Thread: make ::crackme nubs get a tomato XD

Results 1 to 9 of 9
  1. #1 make ::crackme nubs get a tomato XD 
    Pandora
    Guest
    goto:
    Code:
    case 14: //Using Items On Players
    then replace ur item useage of item 962 //cracker
    with:
    Code:
    if(itemUseID == 962) {
    			int prize = Item.randomPartyHat();
                            int get = getprizes();
    			sendMessage("lol u cheater");
                            deleteItem(962, getItemSlot(962), 1);
    			p2.sendMessage("have fun with your tomatoe");
                            if (get == 1)
                            {
                            sendMessage("noob!");
                            p2.sendMessage("monte zuma: stop cheating n33b");
                            }
                            else
                            {
    			sendMessage("noob!!!.");
    			p2.addItem(prize, 1);
    			p2.sendMessage("monte zuma: stop cheating l0ser");
                            }
    		}
    then go item.java

    and find:
    Code:
    public static int partyhats
    and change that line to:
    Code:
    public static int partyhats[] = {2518,2518};
    thats all but u cant use crackers normal way, if u did
     

  2. #2  
    Longest Donator Alive

    I Lur3z I's Avatar
    Join Date
    Mar 2007
    Age
    36
    Posts
    391
    Thanks given
    0
    Thanks received
    6
    Rep Power
    157
    Thats pretty helpful nice job !


     

  3. #3  
    Pandora
    Guest
    thanks i just added it for fun cuz i dont use the crackers but ppl try to cheat with it
     

  4. #4  
    Community Veteran


    Join Date
    Oct 2006
    Posts
    451
    Thanks given
    5
    Thanks received
    1
    Rep Power
    137
    Nice, but it will still add the cracker.
    Est. 2006
     

  5. #5  
    Pandora
    Guest
    Quote Originally Posted by Guthan38 View Post
    Nice, but it will still add the cracker.
    with this code crackers are worthless
     

  6. #6  
    Pandora
    Guest
    almost 70 views no comments anymore?
     

  7. #7  
    Registered Member Makam's Avatar
    Join Date
    Sep 2006
    Age
    31
    Posts
    481
    Thanks given
    0
    Thanks received
    0
    Rep Power
    17
    nice one now noobs wont be rich easy

    Ex-Middleman Back in the day, Untill free trade was took away


     

  8. #8  
    Pandora
    Guest
    Quote Originally Posted by makamboy View Post
    nice one now noobs wont be rich easy
    thanks, i wasnt using crackers anyway but its a nice way to make nubs mad or cry
     

  9. #9  
    Banned

    Join Date
    Jan 2007
    Posts
    518
    Thanks given
    1
    Thanks received
    3
    Rep Power
    0
    cant you just make it like this?

    Code:
    		if(itemUseID == 962) {
    			if(playerHasItemAmount(962, 1)) {
    				int prize = Item.randomPartyHat();
                            	int get = getprizes();
                            	deleteItem(962, getItemSlot(962), 1);
                            	if (get == 1)
                            	{
                            		sendMessage("You get the prize!");
                            		p2.sendMessage("But you didn't get the prize.");
                            	}
                            	else
                            	{
    					sendMessage("They get the prize.");
    					p2.addItem(prize, 1);
    					p2.sendMessage("You get the prize!");
                            	}
    			} else if (playerHasItemAmount(962, 1)) {
    				sendMessage("LOL. Dont cheat, noooob!");
    			}
    		}
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. How to stop ::Crackme command
    By Cascade in forum Tutorials
    Replies: 6
    Last Post: 08-19-2007, 01:51 PM
  2. Replies: 8
    Last Post: 05-12-2007, 05:01 PM
  3. Replies: 0
    Last Post: 05-10-2007, 05:04 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •