Pro Micro as ISP:Cant upload.hex, but can do signature and fuses

I blew up each one of mega, uno, pro micro, at the same time. I bought a pro micro as it was cheapest at local shop. I successfully used it as ISP to read signature,read and write fuses on attiny 85,m2560,m328p. But I was unable to write to flash any program. The error message as I remember(using my phone to write)-

Expected 0x14, received 0x64

For all 3 micros. My promicro is a clone loaded with leonardo bootloader. So, at is a Leonardo on breadbord.
As this is my only programmer at this moment, and a PC with parallel port for the worst case. After working this out,I will create a vtinyusb and use it for all programming .

If the issue is just how to get a ISP programmer, why not just get some of the ubiquitous, dirt cheap USBAsp ISP programmers off ebay? They're like 2-3 bucks each including shipping, and there's that GUI program you can use to easily set and read fuses/eeprom with it.

DrAzzy:
If the issue is just how to get a ISP programmer, why not just get some of the ubiquitous, dirt cheap USBAsp ISP programmers off ebay? They're like 2-3 bucks each including shipping, and there's that GUI program you can use to easily set and read fuses/eeprom with it.

I can't. Parents won't allow me to .
The issue is how do I program using The pro micro I have on my hand.

Okay. I am now on my PC. This is the error

C:\Documents and Settings\Administrator\Desktop\USBTINYPCBAL\attiny usbtiny>avrdude v -v -v -v -pm32
8p -carduino -PCOM34 -b19200 -D -Uflash:w:usbtiny.hex -F

avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "F:\bin\avrdude.conf"

         Using Port                    : COM34
         Using Programmer              : arduino
         Overriding Baud Rate          : 19200
         AVR Part                      : ATMEGA328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65     5     4    0 no       1024    4      0  3600  3600 0xff 0xff
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : Arduino
         Description     : Arduino
         Hardware Version: 2
         Firmware Version: 1.18
         Topcard         : Unknown
         Vtarget         : 0.0 V
         Varef           : 0.0 V
         Oscillator      : Off
         SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.03s

avrdude: Device signature = 0x1e930b
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
avrdude: safemode read 1, lfuse value: e2
avrdude: safemode read 2, lfuse value: e2
avrdude: safemode read 3, lfuse value: e2
avrdude: safemode: lfuse reads as E2
avrdude: safemode read 1, hfuse value: df
avrdude: safemode read 2, hfuse value: df
avrdude: safemode read 3, hfuse value: df
avrdude: safemode: hfuse reads as DF
avrdude: safemode read 1, efuse value: 7
avrdude: safemode read 2, efuse value: 7
avrdude: safemode read 3, efuse value: 7
avrdude: safemode: efuse reads as 7
avrdude: reading input file "usbtiny.hex"
avrdude: input file usbtiny.hex auto detected as Intel Hex
avrdude: writing flash (2534 bytes):

[b]Writing |                                                    | 0% 0.00s
avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x64
avrdude: stk500_cmd(): programmer is out of sync[/b]

Don't go for the signature. This happens with correct signature also.
I cant connect the pro micro and my WiFi adapter at the same time as they interfere,otherwise I had posted with the correct signature.

Do I need to change the programmer from arduino to avrisp like something ?