• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Paying if you solve this out.

Bondy

New Member
Joined
Mar 28, 2009
Messages
282
Reaction score
1
Hello guys. Recently my ot has grown a lot. I currently have the most popular server of Chile. The thing is, that there's a guy that keeps crashing my ot. He does it with a program. He even showed me: I tped myself next to him, he wasnt doing anything strange and he told me the ot will crash now. And it went down. I am rlly pissed with this guy, as he continues crashing and cloning items with that. If i ban his ip i dont get anything because he can still crash it

I am looking foward to a program or something that will make my ot uncrashable (or will reject some attempts, at least)

Thanks a lot
As the tittle says, if someone helps me out with this and it works, i will pay 5 dollars via paypal.
 
Try this code (anti mc)..

Code:
[LEFT]  [COLOR=#b1b100]local[/COLOR] config [COLOR=#66cc66]=[/COLOR] [COLOR=#66cc66]{[/COLOR]
        seconds [COLOR=#66cc66]=[/COLOR] [COLOR=#cc66cc]2[/COLOR],            [COLOR=#808080][I]-- in seconds[/I][/COLOR]
        onlyWithSameIP [COLOR=#66cc66]=[/COLOR] [COLOR=#ff0000]"yes"[/COLOR]  [COLOR=#808080][I]-- will work for all players ("no"), or only check player with same IP? ("yes")[/I][/COLOR]
 [COLOR=#66cc66]}[/COLOR]
 
 [COLOR=#808080][I]--DONT MODIFY[/I][/COLOR]
config.onlyWithSameIP [COLOR=#66cc66]=[/COLOR] getBooleanFromString[COLOR=#66cc66]([/COLOR]config.onlyWithSameIP[COLOR=#66cc66])[/COLOR]
 
 [COLOR=#b1b100]local[/COLOR] m_lastLogin, m_lastIP [COLOR=#66cc66]=[/COLOR] 0, 0
 
 [COLOR=#b1b100]function[/COLOR] onLogin[COLOR=#66cc66]([/COLOR]cid[COLOR=#66cc66])[/COLOR]
        [COLOR=#b1b100]local[/COLOR] timeNow, playerIP [COLOR=#66cc66]=[/COLOR] [COLOR=#b1b100]os.time[/COLOR][COLOR=#66cc66]([/COLOR][COLOR=#66cc66])[/COLOR], getPlayerIp[COLOR=#66cc66]([/COLOR]cid[COLOR=#66cc66])[/COLOR]
        [COLOR=#b1b100]if[/COLOR][COLOR=#66cc66]([/COLOR]m_lastLogin + config.seconds [COLOR=#66cc66]>=[/COLOR] timeNow [COLOR=#b1b100]and[/COLOR] [COLOR=#66cc66]([/COLOR]config.onlyWithSameIP [COLOR=#66cc66]==[/COLOR] FALSE [COLOR=#b1b100]or[/COLOR] m_lastIP [COLOR=#66cc66]==[/COLOR] playerIP[COLOR=#66cc66])[/COLOR][COLOR=#66cc66])[/COLOR] [COLOR=#b1b100]then[/COLOR]
                [COLOR=#b1b100]return[/COLOR] FALSE
        [COLOR=#b1b100]end[/COLOR]
 
        m_lastIP [COLOR=#66cc66]=[/COLOR] playerIP
        m_lastLogin [COLOR=#66cc66]=[/COLOR] timeNow
        [COLOR=#b1b100]return[/COLOR] TRUE
 [COLOR=#b1b100]end
[/COLOR][/LEFT]

 
Try this code (anti mc)..

Code:
[LEFT]  [COLOR=#b1b100]local[/COLOR] config [COLOR=#66cc66]=[/COLOR] [COLOR=#66cc66]{[/COLOR]
        seconds [COLOR=#66cc66]=[/COLOR] [COLOR=#cc66cc]2[/COLOR],            [COLOR=#808080][I]-- in seconds[/I][/COLOR]
        onlyWithSameIP [COLOR=#66cc66]=[/COLOR] [COLOR=#ff0000]"yes"[/COLOR]  [COLOR=#808080][I]-- will work for all players ("no"), or only check player with same IP? ("yes")[/I][/COLOR]
 [COLOR=#66cc66]}[/COLOR]
 
 [COLOR=#808080][I]--DONT MODIFY[/I][/COLOR]
config.onlyWithSameIP [COLOR=#66cc66]=[/COLOR] getBooleanFromString[COLOR=#66cc66]([/COLOR]config.onlyWithSameIP[COLOR=#66cc66])[/COLOR]
 
 [COLOR=#b1b100]local[/COLOR] m_lastLogin, m_lastIP [COLOR=#66cc66]=[/COLOR] 0, 0
 
 [COLOR=#b1b100]function[/COLOR] onLogin[COLOR=#66cc66]([/COLOR]cid[COLOR=#66cc66])[/COLOR]
        [COLOR=#b1b100]local[/COLOR] timeNow, playerIP [COLOR=#66cc66]=[/COLOR] [COLOR=#b1b100]os.time[/COLOR][COLOR=#66cc66]([/COLOR][COLOR=#66cc66])[/COLOR], getPlayerIp[COLOR=#66cc66]([/COLOR]cid[COLOR=#66cc66])[/COLOR]
        [COLOR=#b1b100]if[/COLOR][COLOR=#66cc66]([/COLOR]m_lastLogin + config.seconds [COLOR=#66cc66]>=[/COLOR] timeNow [COLOR=#b1b100]and[/COLOR] [COLOR=#66cc66]([/COLOR]config.onlyWithSameIP [COLOR=#66cc66]==[/COLOR] FALSE [COLOR=#b1b100]or[/COLOR] m_lastIP [COLOR=#66cc66]==[/COLOR] playerIP[COLOR=#66cc66])[/COLOR][COLOR=#66cc66])[/COLOR] [COLOR=#b1b100]then[/COLOR]
                [COLOR=#b1b100]return[/COLOR] FALSE
        [COLOR=#b1b100]end[/COLOR]
 
        m_lastIP [COLOR=#66cc66]=[/COLOR] playerIP
        m_lastLogin [COLOR=#66cc66]=[/COLOR] timeNow
        [COLOR=#b1b100]return[/COLOR] TRUE
 [COLOR=#b1b100]end
[/COLOR][/LEFT]


I might just say that I can still magebomb using two IPs and switch between them. Should just make a array of IPs (there is a lua function for it).
 
its a DDOS atack , i think just a good dedicated server with special hardware anti DDOS atack can fix ur problem , if u got the server on ur home, then u got no solution i guess....

i used to have a OT on my home, but someone started to "nuke" it , well i thought it was nuke, so i payed for a dedicated server, not rly a dedicated server but a virual private server , they said they had protection against nuker and ddos atk bla bla......

then some days later they guy tryied to take off the server and he couldnt, the server lagged a bit , but then the guy told me "wait 15min...and it wil go down" so i waited...and guess what? BOOM server down, even on dedicated, and the virual private server stayed with no net for 8 hrs , i had to change my ot name and ip, even website

u know why he told me to wait 15min? cuz in ddos atk if u wait more time.....u load more "infected pcs" then the atk packet number is bigger

so thats it...i couldnt fix that

ppl say there are scripts etc.....but well i would like to see a real one..of those , but if someone who the real solution by a script, he will hardly share it..with ppl
 
It isnt DDOS because i have had those attacks and its way different from this, with DDOS server starts lagging and also the web crashes, but with this, it suddenly crashes from nothing. Gelma, send me ur pm >.<
 
are you using 0.3.5? that version has a weeknes by using telnet anyway if it's disabel it still can crash! i updated to donation trunk now it works fine:) or you update to 0.3.6
 
I discovered the guy with like 10 chars doing something a guy previosly said, a magebomb and they dance. I need a short+easy tutorial telling me how to fix this, thanks a lot
 
Back
Top