[Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

Results 1 to 21 of 21
  1. #1
    Proficient Member Sedrika is offline
    MemberRank
    Sep 2009 Join Date
    162Posts

    [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Download: https://forum.ragezone.com/f457/re-u...8/#post9100898


    Info: Do not press "Check Update". There is no newer update and the tool will destroy himself.

    All credits to me.
    Last edited by Ketchup; 16-10-21 at 03:01 AM.


  2. #2
    Banana Adler is offline
    MemberRank
    Feb 2009 Join Date
    1,119Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    If you use virus total, the flags (16/46) are false positives due to compression. This isn't a virus.

  3. #3
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Adler View Post
    If you use virus total, the flags (16/46) are false positives due to compression. This isn't a virus.
    False positives due to compression? I call bullshit. Downloading now.

  4. #4
    Proficient Member Sedrika is offline
    MemberRank
    Sep 2009 Join Date
    162Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Could you find anything ?

  5. #5
    Account Upgraded | Title Enabled! KrYpT0n is offline
    MemberRank
    Dec 2010 Join Date
    MasqueradeLocation
    205Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Post source if there's nothing to hide...

  6. #6
    Proficient Member Sedrika is offline
    MemberRank
    Sep 2009 Join Date
    162Posts

    AW: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by KrYpT0n View Post
    Post source if there's nothing to hide...
    This tool is from 2010/2011. Do I look like I'm saving the source ?

    It's compressed with mpress. Decompress it and have a look by yourself.

    Gesendet von meinem HTC Sensation XL with Beats Audio X315e mit Tapatalk 2

  7. #7
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Sedrika View Post
    Could you find anything ?
    Unpacked it isn't getting flagged, but really .NET app compression doesn't require encryption... You used mpress v2.15, and latest is v2.19.

    The one you uploaded[16/46]:
    https://www.virustotal.com/en/file/0...e4ab/analysis/

    Unpacked Analysis[0/46]:
    https://www.virustotal.com/en/file/9df7d4e59c7d1f94d52c83c6dac996fa8727f4737cf3c65131e4572636be448c/analysis/1364700256/

    Repacked Analysis(mpress .NET v2.19)[7/46]:
    https://www.virustotal.com/en/file/a...is/1364700065/

    I can post unpacked if you'd like(some var/func names are still obf, but most is vanilla source).

    Anyways, I don't see why you compress the exe then upload in rar... Would likely compress better without exe compression and just rared.

  8. #8
    Proficient Member Sedrika is offline
    MemberRank
    Sep 2009 Join Date
    162Posts

    AW: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Could you send an uncompressed version via pm ?

    Gesendet von meinem HTC Sensation XL with Beats Audio X315e mit Tapatalk 2

  9. #9
    Novice Nickolet is offline
    MemberRank
    Jul 2009 Join Date
    1Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Thanks!

  10. #10
    audisbroder is offline
    MemberRank
    Aug 2011 Join Date
    Not foundLocation
    1,180Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Ugh, when I re-uploaded this tool. It had 0/46 O_o

  11. #11
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    I think that by release the source for this you encourage people to customize it and create better versions.

    Unless you don't want anyone to see the source of a simple "Button Click Event -> Output in text or client" application.

  12. #12
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Gravious View Post
    I think that by release the source for this you encourage people to customize it and create better versions.

    Unless you don't want anyone to see the source of a simple "Button Click Event -> Output in text or client" application.
    I can release unpacked app if Sedrika wants... It wasn't hard to unpack. Here's sample of reflected source code:

    Code:
    private void Form1_Load(object sender, EventArgs e)
    {
        DateTime now = DateAndTime.Now;
        this.Text = this.Text + " - Patch " + this.Patch.Text;
        this.Text = this.Text + "                         ~* Coded by Sedrika *~";
        if ((!File.Exists(Application.StartupPath + @"\MonsterList.txt") & !File.Exists(Application.StartupPath + @"\ItemList.txt")) & !File.Exists(Application.StartupPath + @"\HonorList.txt"))
        {
            this.Time.Text = "Keine Resourcen zum laden gefunden.";
        }
        else
        {
            ToolStripLabel time = this.Time;
            time.Text = time.Text + Strings.Format(DateAndTime.Now.Subtract(now).TotalSeconds, " 0.#### Sekunden.");
        }
        RegisterHotKey(this.Handle, 1, 0, 0x79);
        this.pListe = new Teleport[(this.pmax - 1) + 1];
        int num = this.pListe.Length - 1;
        for (int i = 0; i <= num; i++)
        {
            this.pListe[i].MapName = string.Empty;
            this.pListe[i].ID = string.Empty;
            this.pListe[i].X = string.Empty;
            this.pListe[i].Y = string.Empty;
            this.pListe[i].Z = string.Empty;
        }
        this.readFile();
        this.anzeigen();
        if (File.Exists(Application.StartupPath + @"\MonsterList.txt"))
        {
            this.ReadMonsterList();
        }
        if (File.Exists(Application.StartupPath + @"\ItemList.txt"))
        {
            this.ReadItemList();
        }
        if (File.Exists(Application.StartupPath + @"\HonorList.txt"))
        {
            this.ReadHonorList();
        }
        if (File.Exists(Application.StartupPath + @"\Notizen.txt"))
        {
            ListView lv = this.ListView4;
            this.OpenTextfile(ref lv);
            this.ListView4 = lv;
        }
    }
    Then here's a function that doesn't seem to have its name reflected properly(unless developer of this app made 100+ unnamed buttons):

    Code:
    private void Button116_Click(object sender, EventArgs e)
    {
        this.TextBox4.Text = this.TextBox4.Text.ToLower();
        if (this.TextBox4.Text != "")
        {
            int num = this.ListView1.Items.Count - 1;
            for (int i = 0; i <= num; i++)
            {
                if ((this.ListView1.Items[i].SubItems[2].Text.Contains(this.TextBox4.Text) | this.ListView1.Items[i].SubItems[2].Text.ToUpper().Contains(this.TextBox4.Text)) | this.ListView1.Items[i].SubItems[2].Text.ToLower().Contains(this.TextBox4.Text))
                {
                    Interaction.MsgBox(this.TextBox4.Text + " ist an der Stelle " + Conversions.ToString((int) (this.ListView1.Items[i].Index + 1)) + " in der Liste und wurde markiert!", MsgBoxStyle.Information, "RockNetwork");
                    this.ListView1.Select();
                    this.ListView1.Items[i].Selected = true;
                }
            }
        }
    }

  13. #13
    Proficient Member Sedrika is offline
    MemberRank
    Sep 2009 Join Date
    162Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    As i said. This tool is from 2010/2011. I don't have the source anymore and my coding skills then (i was a beginner) were really shitty.

  14. #14
    Banned LegalSin(scam) is offline
    BannedRank
    Dec 2011 Join Date
    RaGEZONELocation
    489Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Nice tool :)

  15. #15
    Apprentice nicenickman is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Cool Thx u so much

  16. #16
    Enthusiast Ketchup is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Mirror with source included: Click Here
    Password: RageZone

  17. #17
    Account Upgraded | Title Enabled! Frozenn is offline
    MemberRank
    Aug 2016 Join Date
    PerfLogsLocation
    278Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Ketchup View Post
    Mirror with source included: Click Here
    Password: RageZone
    Hi, I can't compile the tool, missing app.config. Thanks for the share.

  18. #18
    Enthusiast Ketchup is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Frozenn View Post
    Hi, I can't compile the tool, missing app.config. Thanks for the share.
    Fixed, pass is Ragezone
    Code:
    https://drive.google.com/file/d/1jW3PM2qGilt9t4cXyMoNe4VbIOCdFDm5/view?usp=sharing

  19. #19
    Account Upgraded | Title Enabled! Frozenn is offline
    MemberRank
    Aug 2016 Join Date
    PerfLogsLocation
    278Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Quote Originally Posted by Ketchup View Post
    Fixed, pass is Ragezone
    Code:
    https://drive.google.com/file/d/1jW3PM2qGilt9t4cXyMoNe4VbIOCdFDm5/view?usp=sharing
    Thank you, I can't give another +rep.

  20. #20
    Apprentice Sebastopol is offline
    MemberRank
    Jun 2014 Join Date
    10Posts

    Re: [Re-Upload] RockNetwork GM Tool v5 Patch 1.6.9

    Thank you !

  21. #21
    Novice lolidroid86 is offline
    MemberRank
    Apr 2020 Join Date
    1Posts
    could someone re-upload this tool please?



Advertisement