Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Lagi

Pages: 1 2 3 [4] 5
46
Ban Requests / MOVED: Ban Request'' [A]hmed ''
« on: July 04, 2014, 07:45 »
Wrong section bro.
This topic has been moved to MH Reports.

http://dota.eurobattle.net/la/forum/index.php?topic=155693.0

47
Humor / What's your favourite job title? :)
« on: June 18, 2014, 01:07 »
So? :)
Spoiler for Hiden:



















































48
Unban Requests / MOVED: heyy heyy
« on: June 17, 2014, 12:50 »
Since you are not banned, this topic has been moved to Tech support.

http://dota.eurobattle.net/la/forum/index.php?topic=155178.0

49
Sports / Anyone else like fishing here?
« on: June 14, 2014, 22:33 »
My first ever grass carp, caught today  8)

Spoiler for Hiden:

Yeah my face is kinda fucked up cause the windy weather, but the point is that nice torpedo fish :P

Anyone else like fishing?

50
General Discussions / game disappeared?
« on: May 26, 2014, 05:58 »
I played a game and it is simply disappeared. no psr or any stat gain, the game not even on the list on homepage, and it was finished around 1,5 hours ago. is that possible? My friend also had a game nowdays that simply disappeared the same way. Anybody else had this thing before?

51
Ban Requests / ban req denyguard
« on: May 03, 2014, 04:30 »
1: Your NickName?
Gojira.

2: NickName of the player that you want to be banned?
denyguard

3: What rule did he/they break?
family related flame

4: When rule(s) were broken?
21:57    denyguard    [Allies]    huskar fuck your mom
33:04    denyguard    [Allies]    dude go fuck your mother

5: Explain to us a general vision about the situation.
just another raging kid :) He already has shitloads of warns.
 
6: Link of the game? (if applies),
http://dota.eurobattle.net/la/forum/index.php?action=gameinfo;sa=game;gid=5474377

52
1: Your NickName?
[Lamb.Of.God]
2: NickName of the player that you want to be banned?
[e]rorschach, [r.i.p]_bl4z3n, ^tracker^
3: What rule did he/they break?
family related flame, AFK/refuse to play
4: When rule(s) were broken?
at min 27 replay time, davion did share to all, then afk at fountain. from the same time bara refused to play and stay at fountain till the end of the game, and mirana family related flame. Also around min 30 replay time, someone sold the shared afker davion's items, you can check it with parser too.
34:11    [e]Rorschach    [Allies]    goblin fack your mother
5: Explain to us a general vision about the situation.
-
6: Link of the game? (if applies)
http://dota.eurobattle.net/la/forum/index.php?action=gameinfo;sa=game;gid=5450092

53
Ban Requests / ban request for mirceabadea1
« on: March 24, 2014, 20:36 »
1: Your NickName?
[Lamb.Of.God]
2: NickName of the player that you want to be banned?
mirceabadea1
3: What rule did he/they break?
AFK, game ruin
4: When rule(s) were broken?
from min 32 till the end he stay at fountain and do nothing, just forcestaffing us sometimes. for example mirana under rupture etc.
5: Explain to us a general vision about the situation.
when we needed to def he stayed afk. he had only a blademail an AGI pt and forcestaff on huskar in easy mode 30 mins :D also there was a share abuse by someone at min 22. i think it was him too, check it if you need more reason to ban.
6: Link of the game? (if applies)
http://dota.eurobattle.net/la/forum/index.php?action=gameinfo;sa=game;gid=5444574

54
General Discussions / new seson/stat reset?
« on: March 20, 2014, 18:08 »
Hi dear admins :D

According to the new gproxy, installer and hardware, maybe it would be a good timing to start a new season, reseting stats etc. The top players are already over 2200 psr, and for example i'm already over 2600 games on 1 account.

So i would like to ask if there is a plan to start a new season, and if you planned to do that, when will it be.

55
Ban Requests / ban request RainOfire
« on: March 18, 2014, 20:31 »
1: Your NickName?
[Lamb.Of.God]
2: NickName of the player that you want to be banned?
rainofire
3: What rule did he/they break?
AFK, game ruin
4: When rule(s) were broken?
at the end of the game, nearly all the time they were pushing. he fucked up the game. he wanted to go mid with alche at all cost, then at lategame when we had to def he went afk. even the -afk command said 3 min and he did it many times, so i think you can check it from parser. but from game time 52-55 is enough to proof. he did it earlier too
5: Explain to us a general vision about the situation.
he went mid, we owned bottom, then lategame became hard, but we had furion and 2 side rax killed on enemy side, so i think we could win with a bit of luck. But when they came to push, alche went afk. then he was doing nothing for about 10 mins and we lost.
6: Link of the game? (if applies)
http://dota.eurobattle.net/la/forum/index.php?action=gameinfo;sa=game;gid=5440352

56
Ban Requests / ban req adamraw
« on: March 03, 2014, 20:08 »
1: Your NickName?
[Lamb.Of.God]
2: NickName of the player that you want to be banned?
adamraw
3: What rule did he/they break?
sell leavers' items for his own profit.
4: When rule(s) were broken?
replay time 20:10 at fountain he give leavers item to himself and selling it, without asking teammates.
5: Explain to us a general vision about the situation.
-
6: Link of the game? (if applies)
http://lagabuse.com/stats/game/5427024

57
Programming / I need help in C# any guru here? :)
« on: September 25, 2013, 19:52 »
I have a total simple program, that has 1 button, which i want to run an exe as a process, with elevated admin rights. I spent an hour by now to google out the working soultion for that, but everywhere i see the same solutions and still dont work. Help me im getting mad :D

the code:
Spoiler for Hiden:
using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            Process gcxstart = new Process();
            gcxstart.StartInfo.FileName = @"d:\test\launch.exe";
            gcxstart.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
            gcxstart.StartInfo.Verb = "runas";
            gcxstart.Start();
        }
    }
}

I have no idea why everybody can have it working with the .verb = "runas" method and mine still dont want to work.
OS: win7
Visual studio 2008 C# express edition

Please help me before i cut my veins  ::)

58
DotA Discussion / Yaphets addons?
« on: September 15, 2013, 20:04 »
Hi there!

Here is a video from Yaphets nowdays.
Does anybody know wtf addons are these that you can see in the video? that thingy at the statsboard etc. Or is that something chinese server speciality? :D

59
Technical support / setting owner
« on: April 29, 2013, 16:13 »
Hi everybody!

I would like to know if there is any way to set owner of a hosted game, via whispering the bot.
Or if it is possible to create a game via whisper with a specified owner.

example: /w lagabuse.com !gopub kk /owner xy    - Which creates a game with name kk and owner xy.

I dont think there is any way to do that, but it worth a try to ask :)

60
Feedback / Idea for new way of ban
« on: April 08, 2013, 20:52 »
In the last few days i reported a mh er, he got perma banned + ip lock, and the day after, i found him in a game with his new acc. It was disappointing, so i started to think about how to ban mh users, coz the ip lock seems too easy to evade.

I found that mac address can be changed, so i tried to find something that is even harder.

Finally after some google search i found that hdd serial number is gauranteed to be unique to that manufacturer. Different manufacturers may use the same serial number. So a combination of manufacturer and serial number is guaranteed to be unique.
Since there is gproxy, which is a stand alone program that runs on the computer, and need to be the correct version, i think an experienced coder can make a function to that gproxy, which detects the hdd manufacturer and its serial number that can be send to the bot when spoofchecking. (This is sure able to do somehow, coz there are programs for it, like sisoft sandra etc.) The bot can log that combination. What we get this way is a globally unique identification method to the user. If the user wants to evade that kind of ban, he have to cheat the gproxy or get a new hdd. Both are much harder work then changing an ip or a mac address.

I dont have so much experience in this topic, so more experienced coders' opinion is needed here :)

Pages: 1 2 3 [4] 5