Results 1 to 12 of 12
  1. #1
    zdark420's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    6

    Reverse Engineered Merccy's PolyLoader (VB.net Code)

    https://******.com/zDark420/PolyLoader
    enjoy the leak.

    Example code:
    "PolyLoader/StringEncryption.vb"
    Imports System
    Imports Microsoft.VisualBasic.Strings

    Namespace PolyLoader.Encryption
    Friend Class StringEncryption
    Protected Shared _encKey As Char

    Public Shared Sub setKey(k As Char)
    StringEncryption._encKey = k
    End Sub

    Public Shared Function getKey() As Char
    Return StringEncryption._encKey
    End Function

    Public Shared Function encrypt(txt As String) As Integer()
    Dim chArray As Char() = txt.ToCharArray()
    Dim numArray As Integer() = New Integer(chArray.Length - 1) {}
    For index As Integer = 0 To chArray.Length - 1
    numArray(index) = Convert.ToInt32(chArray(index)) Xor (Convert.ToInt32(StringEncryption._encKey) + index) Mod CInt(Byte.MaxValue)
    Next
    Return numArray
    End Function
    End Class
    End Namespace
    That's how he encrypts the ASCII text in hack files.
    Last edited by zdark420; 05-19-2015 at 11:57 PM.

  2. The Following User Says Thank You to zdark420 For This Useful Post:

    pcsgo (11-23-2015)

  3. #2
    shubek's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    6
    My Mood
    Cool
    well that's nice. thanks for effort

  4. #3
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,669
    My Mood
    Cool
    Good Job, you threw an unobfuscated program in a .net reflector and exported it as vb.net.

    You are arguably the best reverse I have ever met!

    Why are you using vb? Are you like 12 and just started making webbrowsers?
    Last edited by Merccy2; 05-20-2015 at 06:18 AM.

  5. The Following 11 Users Say Thank You to Merccy2 For This Useful Post:

    ablysius (06-20-2015),Charion (11-12-2015),D3M0L1T10N (05-20-2015),decmonster (05-20-2015),HitByParkedCar (11-23-2015),NUKE99X (05-30-2015),Orinion77 (05-30-2015),Radu97 (11-22-2015),SkrillexC (05-30-2015),WasserEsser (11-22-2015),Yemiez (05-20-2015)

  6. #4
    janmast's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    VAC Land
    Posts
    90
    Reputation
    10
    Thanks
    977
    Quote Originally Posted by Merccy2 View Post
    Good Job, you threw an unobfuscated program in a .net reflector and exported it as vb.net.

    You are arguably the best reverse I have ever met!

    Why are you using vb? Are you like 12 and just started making webbrowsers?
    HAHAHA, thanks for the laugh mate XD

  7. #5
    jkfauvel's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    São Paulo
    Posts
    267
    Reputation
    10
    Thanks
    1,234
    My Mood
    Cool
    Quote Originally Posted by Merccy2 View Post
    Good Job, you threw an unobfuscated program in a .net reflector and exported it as vb.net.

    You are arguably the best reverse I have ever met!

    Why are you using vb? Are you like 12 and just started making webbrowsers?
    Just what I thought...
    In the midst of chaos, there is also opportunity.

  8. The Following User Says Thank You to jkfauvel For This Useful Post:

    Yemiez (05-20-2015)

  9. #6
    max1612's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    C:/Users
    Posts
    532
    Reputation
    18
    Thanks
    1,466
    anyone could use skidreflector2000 (lel jokes) to get this and the only thing posting this does (highly unlikely tho) is help get stuff patched
    Empty for now

  10. #7
    filhodocaralho's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    error Value of type 'String' cannot be coverted to '-dimensional array of string'. ???
    Last edited by filhodocaralho; 05-20-2015 at 06:20 PM.

  11. #8
    RIPCoder's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    14
    Reputation
    20
    Thanks
    106
    My Mood
    Devilish
    Quote Originally Posted by Merccy2 View Post
    Good Job, you threw an unobfuscated program in a .net reflector and exported it as vb.net.

    You are arguably the best reverse I have ever met!

    Why are you using vb? Are you like 12 and just started making webbrowsers?
    You didn't protect your program or what?

  12. #9
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,669
    My Mood
    Cool
    Quote Originally Posted by RIPCoder View Post
    You didn't protect your program or what?
    Why should I?
    I don't really care that much about people using the source as long as they give credit.
    If you have any questions regarding my hacks, add me on Discord: Merccy#8314

  13. The Following User Says Thank You to Merccy2 For This Useful Post:

    mafiaidol1 (05-30-2015)

  14. #10
    filhodocaralho's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    help me pls? error Value of type 'String' cannot be coverted to '-dimensional array of string'. ??? VB 2013

  15. #11

  16. #12
    Scorpio666's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Earth
    Posts
    434
    Reputation
    18
    Thanks
    158
    lol polyloader patched fast

Similar Threads

  1. [Assembly Tutorial] 40 Reverse Engineering
    By radnomguywfq3 in forum Programming Tutorials
    Replies: 29
    Last Post: 04-02-2020, 01:52 PM
  2. "fuk u lol 2"s aimbot - reverse engineered
    By NeverBorn in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 06-13-2009, 09:26 PM
  3. give me .net(code) for warrock hacks
    By srinuv in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-02-2009, 10:23 AM
  4. Replies: 0
    Last Post: 10-18-2008, 06:06 PM
  5. Reverse Engineering!
    By Jeckels in forum WarRock - International Hacks
    Replies: 13
    Last Post: 11-06-2007, 09:45 PM

Tags for this Thread