ZzukBot 1 Source Code menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Corthezz's Avatar Elite User Authenticator enabled
    Reputation
    386
    Join Date
    Nov 2011
    Posts
    325
    Thanks G/R
    183/98
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ZzukBot 1 Source Code

    Hello,
    someone decided to leak the source code of my bot. Obviously it was a heavy strike for me but since it is already public I might aswell share it here so people can learn from it:
    GitHub - Zz9uk3/ZzukBot_v1: ZzukBot_v1

    A bit more detailed post in my forum:
    ZzukBot 1 going open source - News - ZzukBot Forum

    A few more infos about the bot:
    ZzukBot is a grinding bot for the 1.12.1 version of WoW. The code is a bit confusing: It is a mix of hack fixes, a project that grew over time and a programming beginner trying his best . Non the less I hope you like it:
    1. Fully injected c# application
    2. Navmesh support based on CMangos
    3. Anti Warden Protection (PEB unlink, erase DLL Header, Detour MemScan, Hook Module32First/Next etc.)


    GitHub:
    GitHub - Zz9uk3/ZzukBot_v1: ZzukBot_v1
    Last edited by Corthezz; 04-22-2017 at 11:07 AM.
    Check my blog: https://zzuks.blogspot.com

    ZzukBot 1 Source Code
  2. Thanks squiggy, Kickupx, DarkLinux, sed-, uzzy13u, culino2, z0yb3r, Krack3n, fedelis, empathe, lolp1, kelevr, homer91 (13 members gave Thanks to Corthezz for this useful post)
  3. #2
    ChrisIsMe's Avatar Contributor
    Reputation
    164
    Join Date
    Apr 2017
    Posts
    210
    Thanks G/R
    67/100
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)


    Amazing work Zzuk

  4. Thanks Corthezz (1 members gave Thanks to ChrisIsMe for this useful post)
  5. #3
    Empted's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2011
    Posts
    117
    Thanks G/R
    0/5
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How has it leaked?

  6. #4
    karapidiola's Avatar Active Member
    Reputation
    51
    Join Date
    Mar 2008
    Posts
    166
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if any one is going to use it better add custom antiwarden method its going to get detected very fast
    when i release something if you want to buy/trade be fast becouse i dont log very often in the forum any more

  7. #5
    Corthezz's Avatar Elite User Authenticator enabled
    Reputation
    386
    Join Date
    Nov 2011
    Posts
    325
    Thanks G/R
    183/98
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by karapidiola View Post
    if any one is going to use it better add custom antiwarden method its going to get detected very fast
    Every single patch/write to the memory of WoW is hidden from Warden. Private servers cant alter Warden. Thus it is safe.

    Originally Posted by Empted View Post
    How has it leaked?
    Since the project is pretty old a lot of people were invited/kicked from the repository over time. My main principle was to share code if people made the appearance to be nice and willing to work together and learn something. There were around 6 people who ultimately had access to the repo and I dont want to make false accusation afterall so I just learn from it for the future and wont share anything again til the day I make it open source anyway

    Dont ask me about the motivation of the guy who did it. Personally I think leaking code is only making your own life harder.
    Last edited by Corthezz; 04-22-2017 at 01:11 PM.
    Check my blog: https://zzuks.blogspot.com

  8. Thanks Kickupx, gippy, squiggy, Parog (4 members gave Thanks to Corthezz for this useful post)
  9. #6
    karapidiola's Avatar Active Member
    Reputation
    51
    Join Date
    Mar 2008
    Posts
    166
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i know but they are checking PE modules so they can find your hook
    when i release something if you want to buy/trade be fast becouse i dont log very often in the forum any more

  10. #7
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by karapidiola View Post
    i know but they are checking PE modules so they can find your hook
    How does a PE module allow them to find a hook?

  11. #8
    karapidiola's Avatar Active Member
    Reputation
    51
    Join Date
    Mar 2008
    Posts
    166
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post
    How does a PE module allow them to find a hook?
    cant they scan warden module it self ??hashing the hooked bytes by the bot then compare
    when i release something if you want to buy/trade be fast becouse i dont log very often in the forum any more

  12. #9
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    The file hashing is done with the on disk image, and without the dll being in the list and it not having a header, the current warden version cannot hash the dll. Warden can self check but both methods have been patched.

  13. #10
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,566
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow man am sorry to hear it being leaked. people love to leak things for the 5mins of fame and the short hype train but are soon forgotten and thats what people dont realize when leaking priv hacks/bots and there name and there rep will be broken and black listed from further priv things in the future.

  14. Thanks Corthezz, ~Z~ (2 members gave Thanks to sed- for this useful post)
  15. #11
    karapidiola's Avatar Active Member
    Reputation
    51
    Join Date
    Mar 2008
    Posts
    166
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so with the page scan a and b it doesnt use VirtualQuery to bruteforce scan all the memory map on the wow process?
    when i release something if you want to buy/trade be fast becouse i dont log very often in the forum any more

  16. #12
    fedelis's Avatar Active Member
    Reputation
    58
    Join Date
    Jul 2008
    Posts
    54
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bad apples ruining it for the bunch.

    Way to be mature about it Zzuk!

  17. Thanks Corthezz (1 members gave Thanks to fedelis for this useful post)
  18. #13
    uzzy13u's Avatar Active Member
    Reputation
    40
    Join Date
    Oct 2008
    Posts
    99
    Thanks G/R
    21/20
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    // edit - removed
    Last edited by uzzy13u; 03-24-2022 at 07:25 AM.

  19. Thanks Corthezz (1 members gave Thanks to uzzy13u for this useful post)
  20. #14
    RobertoSageto's Avatar Member
    Reputation
    7
    Join Date
    May 2014
    Posts
    14
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to hear about the leak mate, thanks for sharing your hard work despite that.
    I'm always intrigued to see others' bot projects and ideas especially since it looks (cursory glance) like you incorporated some external memory reading like myself.
    It seems like everyone is using the internal/injected approach these days

  21. Thanks Corthezz (1 members gave Thanks to RobertoSageto for this useful post)
  22. #15
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by karapidiola View Post
    so with the page scan a and b it doesnt use VirtualQuery to bruteforce scan all the memory map on the wow process?
    Right, so that's why you hook both scans and spoof when they read anything you have hooked, or if they read anything from your dll.

  23. Thanks Corthezz, Parog (2 members gave Thanks to DarkLinux for this useful post)
Page 1 of 2 12 LastLast

Similar Threads

  1. [Source] BWH Bubba's Hack Source Code
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 09-30-2014, 11:08 AM
  2. WoW! thing source code
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-15-2007, 03:55 PM
  3. full glider source code?
    By Archelf in forum World of Warcraft General
    Replies: 12
    Last Post: 03-03-2007, 12:16 AM
  4. Syndrome Source Code?
    By =sinister= in forum World of Warcraft General
    Replies: 4
    Last Post: 02-22-2007, 05:47 PM
  5. [Bot:Source] Acidic Bot Source Code
    By =sinister= in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 07-03-2006, 05:38 PM
All times are GMT -5. The time now is 12:28 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