MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Programs
Reload this Page [RELEASE!] Playercreateinfo_spells Generator. =)
Programs This section is for programs that can be used on Emulated servers
[NO QUESTIONS HERE]

Closed Thread
 
LinkBack Thread Tools
[RELEASE!] Playercreateinfo_spells Generator. =)
(#1)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
[RELEASE!] Playercreateinfo_spells Generator. =) - 05-29-2008

LIVE DEMO

[Only registered and activated users can see links. ]


IF I SEE THIS LEAKED OR HASENT GOT THE MADE BY SNAILZ BIT I WILL REMOVE.


Source:

Code:
<HTML>
<HEAD>
 <TITLE>Made By Snailz</TITLE>
</HEAD>
<BODY>

<form action="generate.php" method="post">
<input name="class" type="hidden" value="hid" />
    Class: <select name="class" size="1">

        <option value="0">Class</option>
        <option value="1">Warrior</option>
        <option value="2">Paladin</option>
        <option value="3">Hunter</option>
        <option value="4">Rouge</option>
        <option value="5">Priest</option>
        <option value="6">Shaman</option>
        <option value="7">Mage</option>
        <option value="8">Warlock</option>
        <option value="9">Druid</option>
        <option value="10">All</option>
        
</select><br /><br />
 Spell ID: <input type="text" name="spell" size="30">
 <br/>
 <br/>
 Spell ID#2: <input type="text" name="spell2" size="30">  (Leave The bottom section if you dont use this)
 <br/>
 <br/>
<input type="submit" value="Generate!">
 <br/>
 <br/>
 <textarea name="output" cols="130" rows="20">
<?php

$entry = $_POST['class'];
$id = $_POST['hid'];
$spell = $_POST['spell'];
$spell2 = $_POST['spell2'];


if ($entry=="0")
echo "$id";

elseif($entry=="1")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
";

elseif($entry=="2")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
";

elseif($entry=="3")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
";

elseif($entry=="4")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
";

elseif($entry=="5")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');

";

elseif($entry=="6")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
";


elseif($entry=="7")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
";

elseif($entry=="8")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
";

elseif($entry=="9")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');
";

elseif($entry=="10")
   echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');

";







?>
</textarea>

<br/>
<br/>
This Script Was made by Snailz @ MMowned.com

</BODY>
</HTML>
Snailz

Last edited by Snailz; 05-29-2008 at 10:32 AM. Reason: wrong spelling lawl.

Donate to remove ads.
(#2)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

Also Takeing Requests on other Gen's to. Please post if you have any bugs etc.




(#3)
Old
Dark Soul's Avatar
Dark Soul is Offline
Contributor
Rep Power: 1
Reputation: 104
Dark Soul will become famous soon enoughDark Soul will become famous soon enough
 
Posts: 704
Join Date: Dec 2007
Location: Ascent Black Box
05-29-2008

Haha, so you finally got it working!
Good work and .



(#4)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

Yeah I got it working /dance ^^ Thx pig




(#5)
Old
kate1's Avatar
kate1 is Offline
Contributor
Rep Power: 2
Reputation: 147
kate1 will become famous soon enoughkate1 will become famous soon enough
 
Posts: 492
Join Date: Aug 2007
Location: Norway
05-29-2008

oh! really good^^




Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig
(#6)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

Kepp the commets comeing =O

and i need some requests




(#7)
Old
b!atch's Avatar
b!atch is Offline
Contributor
Rep Power: 1
Reputation: 118
b!atch will become famous soon enoughb!atch will become famous soon enough
 
Posts: 734
Join Date: Oct 2007
Location: In Your Walls..
05-29-2008

Nice +rep.. Btw u spelled priest wrong

EDIT: cant rep :P


Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>
(#8)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

ill fix tht =/




(#9)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

3 people reply and 31 veiws.

I smell leeching.




(#10)
Old
Power of Illuminati's Avatar
Power of Illuminati is Offline
Contributor
Rep Power: 2
Reputation: 168
Power of Illuminati has a spectacular aura aboutPower of Illuminati has a spectacular aura about
 
Posts: 1,370
Join Date: May 2008
Location: Pyramid of Anubis
05-29-2008

Nice one, for you ofcourse

Thinked if you could make a generator for anything else, as it seems that you want request. But can't find anything for that =S It's already one for createitems... you got one for spells now and that is awsome.

But I just came up with an idea to improve this. Would it be able to write in more then one spell, like 10 spells on each time, and then get a full sql for the 10 spells. Or something like that


(#11)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

10x would be way to much =/ ill do 3x ^^ but i need help with arrays =O




(#12)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

added spell id 2.

didnt do any more becuase someone running a server should be able to press generate =/




(#13)
Old
latruwski's Avatar
latruwski is Offline
*Candy L33T*
Legendary User
Rep Power: 7
Reputation: 605
latruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to all
 
Posts: 2,224
Join Date: Dec 2006
Location: Langemark, Belgium
05-29-2008

nice contribution i like it +rep


(\_/) Give to people who have been helpfull!
(O.o) This is Bunny. Copy Bunny into your signature
(> <)
to help him on his way to world domination.
Quote:
Originally Posted by Dragon[Sky]
All I have to say is: You're all ungrateful fags.
If you don't like Ascent nor can wait, GTFO. Mangos welcomes you.

(#14)
Old
Snailz's Avatar
Snailz is Online
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008

glad you liked it ^^ still looking for more ideas




(#15)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,966
Join Date: Oct 2007
05-29-2008

Very nice. x3!

/reported wrong section
Closed Thread

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279