Author Topic: [VB6]UDM (Undetected Module]  (Read 1500 times)

0 Members and 1 Guest are viewing this topic.

[TKC]Symantic

  • The Indifferent Character
  • The Central Committee
  • Heckler
  • *
  • Posts: 1647
  • I can has personal text?
    • View Profile
[VB6]UDM (Undetected Module]
« on: January 19, 2008, 11:14:53 am »
I was working on making my module undetected but i was having trouble with my module in the first place.
I did not write this module, i just made edits, let me say that again before people go accusing me of stealing... I did not write this module, i just made edits to it.

Not verified as undetected as of now, self explanitory if you read the comments inside of it, just set process ID in form load, and a button with your desired effect. Post all help needed, dont worry if its "noobish" or anything, we are here to learn and not flame you.

First off let me answer some questions
1)You need Visual Basic 6 to use this (not Visual Studio or anything)
2)This is not a made hack, its just a module to base a hack off.
3)To read inside of it open it with VB6
4)will this make my hack undetected?
-Well, as of now it will help in making it undetected, also depends on what anti-cheat we are talking about, if anything you can just use this for some basic trainers, i will post verification of its undetected state later.
5)I used .zip because its not a large file and my winrar is giving me shit.
6)Ask any questions here no matter how noobish it may seem, I will do my best to answer it.


Enjoy your creative game-play, whatever that may include.

[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
Re: [VB6]UDM (Undetected Module]
« Reply #1 on: January 19, 2008, 09:57:04 pm »
Good stuff.
Might try implement it in some of my mem hacks.

The Illusive Man

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: [VB6]UDM (Undetected Module]
« Reply #2 on: January 20, 2008, 05:35:13 pm »
what exactly is this ?
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
Re: [VB6]UDM (Undetected Module]
« Reply #3 on: January 20, 2008, 06:11:58 pm »
what exactly is this ?
It's a VB trainer module that has polymorphic code I believe.

The Illusive Man

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: [VB6]UDM (Undetected Module]
« Reply #4 on: January 20, 2008, 06:26:41 pm »
what exactly is this ?
It's a VB trainer module that has polymorphic code I believe.

module as in dll ? and polymorphic as in it rewrites its self or polymorphic as in it adds random data in between the routines?
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

[TKC]Symantic

  • The Indifferent Character
  • The Central Committee
  • Heckler
  • *
  • Posts: 1647
  • I can has personal text?
    • View Profile
Re: [VB6]UDM (Undetected Module]
« Reply #5 on: January 20, 2008, 11:30:44 pm »
this one is just a regular module that i coded to be undetected, the other one im making will morph and change names of hooks everytime it loads to keep the module undetected.

and not .dll. just add to vb6 project and compile.

Enjoy your creative game-play, whatever that may include.

Subsky

  • Insane Joker
  • ****
  • Posts: 504
  • Subskii
    • View Profile
Re: [VB6]UDM (Undetected Module]
« Reply #6 on: January 27, 2008, 12:15:39 pm »
A few anti-cheats hash the .text (code) section of an PE file- and send it off to the server for comparison, & this is the best way- IMO.

From looking at that VB code it doesn't seem to make any attempt to hide its pokes in the remote process.

Might work for the more primitive anti-cheats that base their awfully written detections on blacklisted trainers only though.