Jump to content

About a pro player called HOTMAN`


Recommended Posts

And why you post it here?Oh my god, my friend you think you're Spawn or what?Why this attack to this member?Are you fucking mad?Let him play.Proving you're "pro" every time means you're just... (psonio/pathetic).

 

Relax.We're not flaming in cs.We're playing.

-Blane

Link to comment
Share on other sites

And why you post it here?Oh my god, my friend you think you're Spawn or what?Why this attack to this member?Are you -beep-ing mad?Let him play.Proving you're "pro" every time means you're just... (psonio/pathetic).

 

Relax.We're not flaming in cs.We're playing.

-Blane

 

I can't understand where you find a flame post . I think you are the flammer in here....i don't think that i told you that you are -beep-ing mad .

 

Section :

Counter Strike General Discussion

 

I think you know english....:) You can translate alone the section....

 

Also the topic created to prove that i am not cheater one more time . So think about it....and think before post something....

 

Always friendly.

Link to comment
Share on other sites

I saw some player's calling the user ` HoTman ^ pro player . With skills e.t.c .

 

I proved the different . I played on kapsimo server's . On #4 DreamStrike . And i -beep- him....:S

 

He is just a classic noob ..:)

 

You know....Classic noob's got a headshot and tell " oooooo you are cheater " , as ` HoTman ^. That's why i called him classic noob .

 

HE IS JUST A CLASSIC NAB .

 

Here is the demo . Please watch the demo....you will see who is the noob in here.... and you will see who is the skilled player :)

 

Demo

 

- ` εЯЯoЯ ^

 

Are you serious?I flamed?Think again man.Get serious.Stop showing yourself in demo's.You're a good player, that's for sure.Stop thinking that you humiliate other people like HoTmaN with your godlike skills.

 

-Blane

Link to comment
Share on other sites

Remember you something....

 

http://www.maxcheaters.com/forum/index.php?topic=68333.0

http://www.maxcheaters.com/forum/index.php?topic=68463.0

 

There are other topic's with the same subject too....

 

Also i know my job in cs section and i know if i can post a subject like this or not , you will not the man who will learn me this job ....

Link to comment
Share on other sites

:O Some quick comments here.

 

You are supposed to know CS and wars, 1vs1 etc etc, right?

 

Then why you play in a public server 1vs1 wars?

 

Get a private server, load the configs, give live_on_3 and play with the rules of

 

CS and of CS Wars.This is newbish in my opinion.

 

Anyway,

 

I did.

 

 

We played 100 rounds. Don't remember the exact score but the difference was 2-3 rounds.

 

I weren't used to non-steam at that time. Hadn't played on non-steam for like +/- 2 months.

 

 

 

100 rounds?OMFG...

What's the difference from play steam & non-steam?

CS are both of them.

 

//done!!

Link to comment
Share on other sites

Morian was kicking me because I won him 10-0  :-* :'(

 

If you gonna tell one more time lie, believe me you're end.

 

Don't cry because you're the worst, don't cry cause i can pwn you with me little finger... Just this....

 

BTW

again the quote

Morian was kicking me because I won him 10-0  :-* :'(

 

First

http://i27.tinypic.com/s617hv.jpg

 

You played with a good player in your team, I played with a nab player in my team :D

You got a big pwned, anyway, you started cry, and you disconetcted alone from the server, after Jig log out.

After 2 min I told on w3b, i gonna lock my server to show you, bugs on dust, dust2, inferno etc...

Before i lock my server you log in again (After a long time cry...) but i kickied you to show bugs on the nab w3b.

 

Thats all, if you want you can ask w3b for this....

 

BTW, don't forget, If you gonna tell one more time lie, believe me you end.

 

The End!

 

locked.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • Helly everyone . I use L2jmobius interlude , i did everything , installed the db compiled the Build in eclipse Gameserver seems to lead OK , but it fails to connect to loginserver When i click to start the loginserver it says  "Loginserver terminated abnormally" This is wheat gameserver shows me :    [05/10 17:25:12] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:12] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:17] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:17] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:22] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:22] LoginServerThread: LoginServer not available, trying to reconnect...   And This is my login config file:   # --------------------------------------------------------------------------- # Login Server Settings # --------------------------------------------------------------------------- # This is the server configuration file. Here you can set up the connection information for your server. # This was written with the assumption that you are behind a router. # Dumbed Down Definitions... # LAN (LOCAL area network) - typically consists of computers connected to the same router as you. # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet). # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers. # --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 0.0.0.0 LoginserverHostname = 0.0.0.0 # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 127.0.0.1 LoginHostname = 127.0.0.1 # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 # --------------------------------------------------------------------------- # Database # --------------------------------------------------------------------------- # Specify the JDBC driver class for your database. # Default: org.mariadb.jdbc.Driver Driver = org.mariadb.jdbc.Driver # Database URL # Default: jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true URL = jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true # Database user info. Default is "root" but it's not recommended. Login = root # Database user password, leave empty for no password. Password = root # Maximum number of database connections to maintain in the pool. # Default: 5 MaximumDatabaseConnections = 5 # Determine whether database connections should be tested for availability. # Default: False TestDatabaseConnections = False # --------------------------------------------------------------------------- # Automatic Database Backup Settings # --------------------------------------------------------------------------- # Generate database backups when server restarts or shuts down.  BackupDatabase = False # Path to MySQL bin folder. Only necessary on Windows. MySqlBinLocation = C:/xampp/mysql/bin/ # Path where MySQL backups are stored. BackupPath = ../backup/ # Maximum number of days that backups will be kept. # Old files in backup folder will be deleted. # Set to 0 to disable. BackupDays = 30 # --------------------------------------------------------------------------- # Thread Configuration # --------------------------------------------------------------------------- # Defines the number of threads in the scheduled thread pool. # If set to -1, this will be determined by available processors divided by 2. ScheduledThreadPoolSize = 2 # Defines the number of threads in the instant thread pool. # If set to -1, this will be determined by available processors divided by 2. InstantThreadPoolSize = 2 # --------------------------------------------------------------------------- # Security # --------------------------------------------------------------------------- # How many times you can provide an invalid account/pass before the IP gets banned. # Default: 5 LoginTryBeforeBan = 5 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. # Default: 900 (15 minutes) LoginBlockAfterBan = 900 # If set to True any GameServer can register on your login's free slots # Default: True AcceptNewGameServer = True # Flood Protection. All values are in milliseconds. # Default: True EnableFloodProtection = True # Default: 15 FastConnectionLimit = 15 # Default: 700 NormalConnectionTime = 700 # Default: 350 FastConnectionTime = 350 # Default: 50 MaxConnectionPerIP = 50 # --------------------------------------------------------------------------- # Misc Login Settings # --------------------------------------------------------------------------- # If False, the license (after the login) will not be shown. # Default: True ShowLicence = True # Default: True AutoCreateAccounts = True # Datapack root directory. # Defaults to current directory from which the server is started. DatapackRoot = . # --------------------------------------------------------------------------- # Scheduled Login Restart # --------------------------------------------------------------------------- # Enable disable scheduled login restart. # Default: False LoginRestartSchedule = False # Time in hours. # Default: 24 LoginRestartTime = 24    
    • or at least to tell you an update that sorry but still not at home.. 10 days is suspisious.. but he is long time offline from discord indeed... maybe something happened?
    • I never had problems with him. Again, Im not sure if he scammed or not. But 10+ days without answering after we already paid, its a bit sus. If you know you wouldnt be able to answer for a few days, after receiving and confirming the amount, why dont keep in touch? or just say "hey, dont send now because I will only be available after day x.".  
    • i used to ask him for stuff etc, i dont think he scammed ... if he does i will be suprised...
  • Topics

×
×
  • Create New...