Z Hack (Open Source) menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Z Hack (Open Source)

    Z Hack (Open Source)

    Hello, today I wanna contribute with something that is hopefully helpful a Z Hack open source.
    It looks like this:

    Z Hack (Open Source)-20ksikz-png

    For those of you that don't know that much about C++ I will be explaning it as well as I can.

    Ok first of all we need to include the memory library. So change the destination of the C:\yara.dll to where you have placed it. (The picture shows the Yara.dll

    Z Hack (Open Source)-esji8i-png

    Code:
    //Memory Lib
    #using <C:\Yara.dll>
    When thats done debug and open wow.

    Now hit attach:

    Z Hack (Open Source)-23ubk10-png


    Then hit the up button and in-game your character should move up in the air.

    Z Hack (Open Source)-2ecllds-png

    Click here to download the project folder

    I hope you all enjoy this.

    Please post your modified versions of this in this thread! - Thank you :-)
    Last edited by FuryExploiting; 05-28-2012 at 09:13 AM.
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

    Z Hack (Open Source)
  2. #2
    Wilbo007's Avatar Contributor CoreCoins Purchaser
    Reputation
    80
    Join Date
    Jun 2011
    Posts
    210
    Thanks G/R
    5/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I attach to my WoW process and it says Attached but nothing happens, is there like a window that's supposed to pop up or something because nothing happens, you didn't explain it very well in your post either.

  3. #3
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Allright, I added you a guide. Explained well now?
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

  4. #4
    leeecher's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attachments Pending Approval


    downloadlink gone?
    re-up here: Filebeam - Beam up that File Scottie!

  5. #5
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My mistake sorry, as I was remaking the whole thread I forgot to add the download link.
    Click here to download
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

  6. #6
    Messages's Avatar Contributor
    Reputation
    132
    Join Date
    Mar 2007
    Posts
    403
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Added mirrors.

    Awesome!

    I uploaded them to quite some mirrors as well; as they it don't go offline. (Multiple One-click-hosting services.)

    Code:
    http://www.multiupload.nl/17OFO1HKQ1
    If that links goes down just use the URL of the upload sites; as all the uploaded file names are equal; like this:

    Code:
    http://multiupload.nl/FF_17OFO1HKQ1 - which will redirect you to FileFactory (FF)

    Hosts:

    - MultiUpload
    - BayFiles
    - 2Shared
    - PutLocker
    - UploadBoost
    - TurboBit
    - FileFactory
    - Oron

    Hope it's to any help.

    Cheers mate.
    :wave:

  7. #7
    Wilbo007's Avatar Contributor CoreCoins Purchaser
    Reputation
    80
    Join Date
    Jun 2011
    Posts
    210
    Thanks G/R
    5/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's a very nice Up button you have there, it moves you up about an in-game centimeter. I guess you did supply source code so it makes up for it.

  8. #8
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This isn't C++, this is C++/CLI, a completely different language which is pretty useless to learn when C# is available, except in specific circumstances when you're doing unmanaged and managed code interop (in which case C++/CLI is easier to work with, but even then you do your interop in C++/CLI and the rest of your program in C#...).

  9. #9
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also I wouldn't exactly call ~10 lines of code (the rest is just auto-generated by the forms designer) invoking a closed source dll as open source.
    I know you're not required to release sources for anything in this section so I got no problem with that really. Just don't go calling it something it isn't

  10. #10
    Frosttall's Avatar Active Member
    Reputation
    64
    Join Date
    Feb 2011
    Posts
    261
    Thanks G/R
    16/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Or you just be happy that he trys at least to contribute something to the community?...

    Guys, you should learn to say a simple 'Thank you'...

  11. #11
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    *Gets home*
    *Looks at the comment*
    *Instant depression*

    Guys, relax please - this was an old project, I thought I would share, if you guys are not happy with it, I could pull it down.. :/

    Thanks to the 2 people who said something positive though.
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

  12. #12
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Neither I nor Cypher said it was a bad release. We just said that it isn't c++ and it borderline isn't open source.
    If you post something publicly you have to be able to handle a bit of criticism on it.

  13. #13
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really, the dll is just a regular memory lib, nothing fancy about it.
    Well I could send the source of the lib if you guys want it.
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

  14. #14
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UnbanService View Post
    Really, the dll is just a regular memory lib, nothing fancy about it.
    Well I could send the source of the lib if you guys want it.

    That's the only part that's even remotely interesting. If you're not releasing the source of the underlying library then there's nothing really 'open source' about this program except for pages of auto-generated code and a few lines you've added containing an already-public offset.

  15. #15
    FuryExploiting's Avatar Contributor
    Reputation
    166
    Join Date
    Mar 2012
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I will release the lib then, download link inc.
    [I]Got banned from Diablo 3 or World of Warcraft? Click here! https://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/345106-wow-unban-service-high-rates-good-feedback.html

Page 1 of 3 123 LastLast

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. Any open source hacks for 3.3.5/4/.3.4/5.4.8?
    By Chas3down in forum WoW Memory Editing
    Replies: 0
    Last Post: 10-03-2016, 11:46 PM
  3. [Hack] Found a open source Map/Zoom hack that needs updated
    By dtmajors in forum PoE Bots and Programs
    Replies: 1
    Last Post: 03-09-2016, 01:16 AM
  4. [C#] NWOHack - An open-source in-process memory hack for NeverWinter
    By Jadd in forum Neverwinter Bots and Programs
    Replies: 23
    Last Post: 06-28-2013, 10:01 AM
  5. [Hack] Open Source Track Hack
    By Jadd in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 04-21-2009, 12:29 AM
All times are GMT -5. The time now is 12:07 PM. 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