little assistance plz :)

stonecold316

Dedicated Member
Dedicated Member
Nov 2, 2009
657
55
115
hi there i have redone this script but at the bottom of the script u can upgrade items instead of gemming but , if u click on ac it gives u mc and so on , can sumone plz have a little look over this and tell me or correct where i been going wrong , i been looking at it for ages and i cant see whats wrong lol
cheers in advance

Code:
(@buy @sell @storage @getback @repair)
%100
+5
+6
+10
+11
+15
+19
+20
+21
+22
+23
+24
+26
+53
+54
+52

[@main]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1> *<My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
You have been logged on for <$LOGINLONG> Mins\ 
There Is <$USERCOUNT> Online\
[@buy1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Purchase Item Using Game Points/@gbuy1>\
[@buy]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Purchase Item Using Game Points/@gbuy1>\
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Purchase Item Using Game Points/@gbuy1>\
[@store1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Exchange Items/@exch>\
[@info]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
@ChangeStoragePassword = Allows you to change password.\
@SetStoragePassword = Allows a password to be set if one is not.\
@ClearStoragePassword = Clears current password\
@LockStorage = Lock Storage\
@UnlockStorage = Unlocks Storage**************************<Go Back/@store1>\
[@storage]
#IF
#SAY
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Exchange Items/@exch>\
[@getback]
#IF
#SAY
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Exchange Items/@exch>\
[@exch]
#IF
#SAY
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
<Exchange Gold Coins/@gbc>\
<Exchange Gold Bars/@gb>\
<Exchange Gold Bar Bundles/@gbb>\
<Exchange Gold Chests/@gc>\
[@gbc]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Gold Coins Into Gold Bar - <Click Here/@gcc1>\
Gold Coins Into Gold Bar Bundle - <Click Here/@gcc2>\
Gold Coins Into Gold Chest - <Click Here/@gcc3>\ 
<Return/@exch>\ 
[@gb]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Gold Bar Into Gold Coins - <Click Here/@gb1>\
Gold Bar Into Gold Bar Bundle - <Click Here/@gb2>\
Gold Bar Into Gold Chest - <Click Here/@gb3>\ 
<Return/@exch>\ 
[@gbb]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Gold Bar Bundle Into Gold Coins - <Click Here/@gbb1>\
Gold Bar Bundle Into Gold Bars  - <Click Here/@gbb2>\
Gold Bar Bundle Into Gold Chest - <Click Here/@gbb3>\ 
<Return/@exch>\ 
[@gc]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Gold Chest Into Gold Coins - <Click Here/@gc1>\
Gold Chest Into Gold Bars  - <Click Here/@gc2>\
Gold Chest Into Gold Bar Bundles - <Click Here/@gc3>\ 
<Return/@exch>\ 
[@gcc1]
#IF
checkgold 1000000
#ACT
take gold 1000000
give goldbar 1
goto @gbc
#ELSEACT
goto @gbc
[@gcc2]
#IF
checkgold 5000000
#ACT
take gold 5000000
give goldbarbundle 1
goto @gbc
#ELSEACT
goto @gbc
[@gcc3]
#IF
checkgold 10000000
#ACT
take gold 10000000
give goldchest 1
goto @gbc
#ELSEACT
goto @gbc
[@gb1]
#IF
checkitem goldbar 1
#ACT
take goldbar 1
give gold 1000000
GOTO @gb
#ELSEACT
goto @gb
[@gb2]
#IF
checkitem goldbar 5
#ACT
take goldbar 5
give goldbarbundle
GOTO @gb
#ELSEACT
goto @gb
[@gb3]
#IF
checkitem goldbar 10
#ACT
take goldbar 10
give goldchest
GOTO @gb
#ELSEACT
goto @gb
[@gbb2]
#IF
checkitem goldbarbundle 1
#ACT
take goldbarbundle 1
give goldbar 5
GOTO @gbb
#ELSEACT
goto @gbb
[@gbb1]
#IF
checkitem goldbarbundle 1
#ACT
take goldbarbundle 1
give gold 5000000 
GOTO @gbb
#ELSEACT
goto @gbb
[@gbb3]
#IF
checkitem goldbarbundle 2
#ACT
take goldbarbundle 2
give goldchest 1
GOTO @gbb
#ELSEACT
goto @gbb
[@gc1]
#IF
checkitem Goldchest 1
#ACT
take goldchest 1
give gold 10000000
goto @gc
#ELSEACT
goto @gc
[@gc2]
#IF
checkitem Goldchest 1
#ACT
take goldchest 1
give goldbar 10
goto @gc
#ELSEACT
goto @gc
[@gc3]
#IF
checkitem Goldchest 1
#ACT
take goldchest 1
give goldbarbundle 2 
goto @gc
#ELSEACT
goto @gc
[@other1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Change Hair Style/@hair>\
<Kill Pets/@kill>\
<Upgrade Item/@upg>\
<Shout Global/@sh>\
<Start Event/@event>\
[@hair]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Change To Hair 0/@hair0>\
<Change To Hair 1/@hair1>\
<Change To Hair 2/@hair2>\
[@hair0]
#ACT
HAIRSTYLE 0
goto @hair
[@hair1]
#ACT
HAIRSTYLE 1
goto @hair
[@hair2]
#ACT
HAIRSTYLE 2
goto @hair
[@event]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Current Game Points = <$GAMEPOINT>\
<2* Experience For 15 Mins/@exp11> = 10000 Game Points\
<4* Experience For 15 Mins/@exp22> = 40000 Game Points\
<10* Experience For 15 Mins/@exp33> = 100000 Game Points\
[@exp22]
#IF
checkgamepoint > 40000
#aCT
gamepoint - 40000
KILLMONEXPRATE 400 900
SENDMSG dfgg <$USERNAME>*Has*Started*A*4**Exp*Event!!
#ELSEACT
goto @event
[@exp11]
#IF
checkgamepoint > 10000
#aCT
gamepoint - 10000
KILLMONEXPRATE 200 900
SENDMSG ggdg <$USERNAME>*Has*Started*A*2**Exp*Event!!
#ELSEACT
goto @event
[@exp33]
#IF
checkgamepoint > 100000
#aCT
gamepoint - 100000
KILLMONEXPRATE 1000 900
SENDMSG gg <$USERNAME>*Has*Started*A*10**Exp*Event!!
#ELSEACT
goto @event
[@sh]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Each Saying Costs 100 Game Points!\
Current Game Points = <$GAMEPOINT>\
<Funny Sayings/@sh1>\
<Rude Sayings/@sh2>\
<Other Sayings/@sh3>\
[@sh1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<I Like to like windows/@sh11>\
<I reckon u all smell/@sh22>\
<I watch male on male porn/@sh33>\ \
[@sh11]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*Likes*To*Lick*windows!
goto @main
#ELSEACt
GOTO @sh
[@sh22]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*reckons u all smell!*
goto @main
#ELSEACt
GOTO @sh
[@sh33]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*likes to watch male on male porn!
goto @main
#ELSEACt
GOTO @sh
[@sh2]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<MY Weapon Smells of poo/@shh1>\
[@sh3]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<My Weapon Owns/@sh31>\
<State Your Level/@sh32>\
<Look For Partner/@sh33>\
<Recruit For Sabuk Wall Guild/@sh34>\
<State Users Online/@sh35>\
[@sh31]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*Says*That*He*Pwns*You*All
goto @main
#ELSEACt
GOTO @sh
[@sh32]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*Is*Level*<$LEVEL>
goto @main
#ELSEACt
GOTO @sh
[@sh33]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*Is*Looking*For*A*Partner
goto @main
#ELSEACt
GOTO @sh
[@sh34]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$OWNERGUILD>*Is*Recruiting
goto @main
#ELSEACt
GOTO @sh
[@shh1]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>'s*<$WEAPON>*Smells*Like*%$^£
goto @main
#ELSEACt
GOTO @sh
[@sh35]
#IF
CHECKgamepoint > 100
#ACT
gamepoint - 100
SENDMSG noidea <$USERNAME>*Would*Like*To*Say*Theres*<$USERCOUNT>*Users*Online
goto @main
#ELSEACt
GOTO @sh
[@sta1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Username: <$USERNAME>**********Dc: <$DC>-<$MAXDC>\
Level: <$LEVEL>***************Mc: <$MC>-<$MAXMC>\
Pk Points: <$PKPOINT>****************Sc: <$SC>-<$MAXSC>\
Exp Value: <$EXP>-<$MAXEXP>\
[@gbuy1]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ \
Current Game Points = <$GAMEPOINT>\
<mir Wings/@bang1> - 1000 Points\ 
<heaven Wings/@bdev1> - 1000 Points\
<clear evil /@pk>****-*5000 Points\
[@upg]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Upgrade Armour/@upga>\
<Upgrade Weapon/@upgw>\
<Upgrade Right Ring/@upgr>\
<Upgrade Right Bracelet/@upgb>\
<Upgrade Necklace/@upgn>\
[@upgb]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$ARMRING_L>? (It could brake, Make sure item is on RIGHT slot)\
<Upgrade Ac/@up111>\
<Upgrade Amc/@up222>\
<Upgrade Dc/@up333>\
<Upgrade Mc/@up444>\
<Upgrade Sc/@up555>\
[@up111]
#ACT
UPGRADEITEMEX 5 0 2 1 1
GOTO @upg
[@up222]
#ACT
UPGRADEITEMEX 5 1 2 1 1
#ACT
GOTO @upg
[@up333]
#ACT
UPGRADEITEMEX 5 2 2 1 1
#ACT
goto @upg
[@up444]
#ACT
UPGRADEITEMEX 5 3 2 1 1
#ACT
goto @upg
[@up555]
#ACT
UPGRADEITEMEX 5 4 2 1 1
GOTO @upg
[@upgr]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$RING_L>? (It could brake, Make sure item is on RIGHT slot)\
<Upgrade Dc/@up11>\
<Upgrade Mc/@up22>\
<Upgrade Sc/@up33>\
[@up11]
#ACT
UPGRADEITEMEX 7 2 2 1 1
GOTO @upg
[@up22]
#ACT
UPGRADEITEMEX 7 3 2 1 1
GOTO @upg
[@up33]
#ACT
UPGRADEITEMEX 7 4 2 1 1
GOTO @upg
[@upgn]
#IF
CHECKITEMTYPE 3 20
#SAY
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$NECKLACE>? (It could brake)\
<Upgrade Dc/@up1111>\
<Upgrade Mc/@up2222>\
<Upgrade Sc/@up3333>\
<Upgrade Luck/@up4444>\ 
<Upgrade Acc/@up5555>\ \
<Upgrade Poison Evasion/@up55555>\ \
#ELSESAY
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$NECKLACE>? (It could brake)\
<Upgrade Dc/@up1111>\
<Upgrade mc/@up2222>\
<Upgrade Sc/@up3333>\
<Upgrade Luck/@up4444>\
<Upgrade Acc/@up5555>\
<Upgrade Poison Evasion/@up55555>\ \
[@up1111]
#ACT
UPGRADEITEMEX 3 2 2 1 1
GOTO @upg
[@up2222]
#ACT
UPGRADEITEMEX 3 3 2 1 1
GOTO @upg
[@up3333]
#ACT
UPGRADEITEMEX 3 4 2 1 1
GOTO @upg
[@up4444]
#ACT
UPGRADEITEMEX 3 1 2 1 1
GOTO @upg
[@up5555]
#ACT
UPGRADEITEMEX 3 0 2 1 1
GOTO @upg
[@upgw]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$WEAPON>? (It could brake)\
<Upgrade Dc/@up11>\
<Upgrade Mc/@up22>\
<Upgrade Sc/@up33>\
<Upgrade Luck/@up44>\ 
<Upgrade Acc Or Speed/@up55>\ \
[@up44]
#ACT
UPGRADEITEMEX 1 3 2 1 1
GOTO @upg
[@up33]
#ACT 
UPGRADEITEMEX 1 2 2 8 1
GOTO @upg
[@up22]
#ACT
UPGRADEITEMEX 1 1 2 8 1
GOTO @upg
[@up11]
#ACT 
UPGRADEITEMEX 1 0 2 8 1
GOTO @upg
[@up55]
#ACT
UPGRADEITEMEX 1 5 2 1 1
GOTO @upg
[@upga]
<$DATETIME>\
===---===---===---===---===---===---===---===---===---===---===\ 
<Purchase Options/@buy1> **<Storage Options/@store1>** <Other Options/@other1>* <My Status/@sta1>\
===---===---===---===---===---===---===---===---===---===---===\ 
Add what to <$DRESS>? (It could brake)\
<Upgrade dc/@up1>\
<Upgrade mc/@up2>\
<Upgrade amc/@up3>\
<Upgrade ac/@up4>\
<Upgrade Sc/@up5>\ \
[@up1]
#ACT
UPGRADEITEMEX 0 0 2 1 1
GOTO @upg
[@up2]
#ACT
UPGRADEITEMEX 0 1 2 1 1
GOTO @upg
[@up3]
#ACT
UPGRADEITEMEX 0 2 2 1 1
GOTO @upg
[@up4]
#ACT
UPGRADEITEMEX 0 3 2 1 1
GOTO @upg
[@up5]
#ACT
UPGRADEITEMEX 0 4 2 1 1
GOTO @upg
[@upgw]
#ACT
UPGRADEITEMEX 1 2 2 8 1
[@upga]
#ACT
UPGRADEITEMEX 0 2 2 1 1
[@bang1]
#IF
CHECKgamepoint > 1000
#ACT
gamepoint - 1000
give mirwings 1
GOTO @gbuy1
#ELSEACT
GOTO @gbuy1
[@bdev1]
#IF
CHECKgamepoint > 1000
#ACT
gamepoint - 1000
give heavenwings 1
GOTO @gbuy1
#ELSEACT
GOTO @gbuy1
[@pk]
#IF
CHECKgamepoint > 5000
#ACT
gamepoint - 5000
CHANGEPKPOINT - 100
goto @gbuy1
#ELSEACT
goto @gbuy1
[@kill]
#ACT
  KILLSLAVE
close
[@incp]
#ACT
gamepoint + 30000
close
[@dep]
#ACT
gamepoint - 30000
close
[@exp]
#ACT
    CHANGEEXP + 100
[goods]
TownTeleport 100 1
 
Last edited by a moderator:

stonecold316

Dedicated Member
Dedicated Member
Nov 2, 2009
657
55
115
it appears its not adding to weapons either or even saying the funny quotes and stuff so if anyone can point out where its wrong on it and give a little help would be much appreciated ty and can anyone check that it when it does work it will only add 1 of a stat rather than 2 or 3 if u get what i mean :)
im not brilliant at scripting im still learning sorry
stonecold
 
Last edited:
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
upgradeitem UPGRADEITEM 3 2 1 Upgrades item equipped on slot 3 with 1/3 chances of success (basicaly it's 2+1 cause 0's an option aswel) and will add 1 point to one of the stats on the item (this can result into bugged items though, so it's use is not recomended)



upgradeitemex UPGRADEITEMEX 3 5 1 2 1 Same as above but instead here it's position on your equipment(3), type of stat to add (these values are rather hard to explain but in this case it's 5), chance of succes: 1/2 (1+1), points to add: 2, last value is the type of upgrade: 0= just fail, 1 = deletes item if failed, sets the added stat to 0 if failed
 
Upvote 0

Weikster

LOMCN Veteran
Veteran
Jan 21, 2009
421
11
44
36th chamber
Yeah, what Bon posted is a copy paste from TD's If/Acts statements. Heres the full lists if you don't have them.
 

Attachments

  • TDsUpdates.rar
    41 KB · Views: 5
Upvote 0

paul.obrien

LOMCN Veteran
Veteran
Aug 28, 2008
453
4
65
upgradeitem UPGRADEITEM 3 2 1 Upgrades item equipped on slot 3 with 1/3 chances of success (basicaly it's 2+1 cause 0's an option aswel) and will add 1 point to one of the stats on the item (this can result into bugged items though, so it's use is not recomended)



upgradeitemex UPGRADEITEMEX 3 5 1 2 1 Same as above but instead here it's position on your equipment(3), type of stat to add (these values are rather hard to explain but in this case it's 5), chance of succes: 1/2 (1+1), points to add: 2, last value is the type of upgrade: 0= just fail, 1 = deletes item if failed, sets the added stat to 0 if failed

OMG ben..what ya doing.....theres no personal gain attached to this post..

ok who evers using bens account please sign there name.
Bens getn brownie points off this...

come on own up

1 more infraction added to my account i no lol...

cheers
 
Upvote 0

Skyline

LOMCN Admin
Staff member
Administrator
Mar 26, 2003
7,150
564
380
Sheffield
OMG ben..what ya doing.....theres no personal gain attached to this post..

ok who evers using bens account please sign there name.
Bens getn brownie points off this...

come on own up

1 more infraction added to my account i no lol...

cheers

And you wonder why your getting infractions? lol
 
Upvote 0