TealVex - a small tool for misc game hacking related stuff. menu

User Tag List

Results 1 to 7 of 7
  1. #1
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    TealVex - a small tool for misc game hacking related stuff.

    Hi, Small tool that uses the MemorySharp lib to make some misc task I had easier by throwing it into a gui with try/catch/disposable interface on every method with detailed exception log output to the gui. It was very easy to do I don't take credit for anything but spending a couple hours in winforms, all credits are below. Thought I'd share in case anyone can find any use for it.

    I personally used it for testing reads in other games I did not have all the offsets for/experimenting with dll injection and misc stuff a little quicker w/ the inject/eject/export/test func stuff.

    The dll must be contained in the folder of the gui, and the process used is the first found process matching the name in the process name box, same with the dll it injects, and pattern file. Pretty much it just uses the current directory + file name in text box.


    Download links: (Example pattern file included.).
    EDIT: Reuploaded cause ejection of modules was broken, should be fixed
    Rar:
    https://docs.google.com/uc?authuser=...xport=download - rar

    Zip:
    https://docs.google.com/uc?authuser=...port=download- zip
    Note: It's written in C# and has 100% zero obfuscation or anything like that. Anyone wishing to look at it may do so or if you don't have a way to view it and want to see it, pm me and I will upload it to git or something.



    Screen shots:
    All features are detailed in screen shots below.

    Pattern scans to text-ready format for a cs file:


    More:

    Dll inject/eject/execute dll exports with calling convetions/see if an export function is valid by name:
    https://i.imgur.com/pYt57DZ.jpg

    Module dumping(I used it mainly to see if my dll was injected when it was brokens -.-):
    http://imgur.com/qGpIVH9.jpg

    Rebasing address/testing reads on address:
    http://imgur.com/cl5rxQ5.jpg

    Scan/test single patterns:
    http://imgur.com/nIt8IAb.jpg


    Credits (copy/paste from their files, but they deserve 100% credit its just a slop together of their libs features for my own misc convenience)
    MemorySharp - "This developer and the copyright holder of this library (MemorySharp) is ZenLulz (Jämes Ménétrey). http://binarysharp.com/"
    The ui lib which let me make this in like an hour(pretty neat for drag/click winform stuff) - Metroframework

    Good sites:
    Blizzhackers ? Index page
    OwnedCore - World of Warcraft Exploits, Hacks, Bots and Guides. - OwnedCore News
    UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats
    https://github.com/ZenLulz/MemorySharp
    Last edited by lolp1; 10-06-2015 at 10:08 PM.

    TealVex - a small tool for misc game hacking related stuff.
  2. Thanks sed-, Vengfull, Dovah, Ket, Sephiroth, reliasn, Corthezz (7 members gave Thanks to lolp1 for this useful post)
  3. #2
    Vengfull's Avatar War is Coming - Warmonger VPS & Hosting Services
    CoreCoins Purchaser
    Reputation
    782
    Join Date
    Jan 2012
    Posts
    662
    Thanks G/R
    162/80
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    VirusTotal

    TealVex.exe: 0/56 [Clean]
    https://www.virustotal.com/en/file/b...dc9a/analysis/

    MetroFramework.dll 0/56 [Clean]
    https://www.virustotal.com/en/file/b...42aa/analysis/

    MemorySharp.dll 0/56 [Clean]
    https://www.virustotal.com/en/file/a...is/1444184369/

    Seems safe to me but use discretion of coarse, If you don't trust something don't download it


    ----- UPDATE -----

    Updated Analysis of TealVex.exe since new upload only file's checksum that has changed

    TealVex.exe: 0/56 [Clean]
    https://www.virustotal.com/en/file/7...is/1444194069/
    Last edited by Vengfull; 10-07-2015 at 12:03 AM.

  4. Thanks Sephiroth, cdmichaelb (2 members gave Thanks to Vengfull for this useful post)
  5. #3
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    VirusTotal

  6. #4
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    VirusTotal
    Full proof. EDIT: To be honest I'm surprised it does not pop up viruses given the nature of the library.. there is some keyboard hook class I think in that memory sharp version I tested out.

  7. Thanks Vengfull (1 members gave Thanks to lolp1 for this useful post)
  8. #5
    Vengfull's Avatar War is Coming - Warmonger VPS & Hosting Services
    CoreCoins Purchaser
    Reputation
    782
    Join Date
    Jan 2012
    Posts
    662
    Thanks G/R
    162/80
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The source is actually pretty nice i like it, Havent got much use for it at the moment but i might do in the future, Keep it up

    Jadd :shh:

  9. #6
    1boywonder1's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you use this???

  10. #7
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 1boywonder1 View Post
    How do you use this???
    Tell me your goal and your problems using this application that seem to prevent you from doing it and I'll see what I can help with.

Similar Threads

  1. How to Hack your Ping for Video Games
    By minimus123 in forum Age of Conan Exploits|Hacks
    Replies: 11
    Last Post: 12-25-2012, 12:09 AM
  2. Is there any good hack tools for 4.0.3a?
    By NosferatuD in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 11-28-2010, 07:53 AM
  3. Is is possible to make a vote hack for hyseria gaming private server?
    By qwerties in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 09-25-2009, 06:29 AM
All times are GMT -5. The time now is 03:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search