Thread: Blackwake

Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 105
  1. #31
    syst3mboot's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    138
    Quote Originally Posted by mathew118 View Post
    i wouldn't see why not, I posted the code for my hack in the other thread and there was no issue.
    if you could hook me up with a link for yours, it would be nice. I never played with dlls.
    Last edited by syst3mboot; 03-08-2017 at 05:22 PM.

  2. #32
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,693
    My Mood
    Inspired
    Quote Originally Posted by syst3mboot View Post
    if you could hook me up with a link for yours, it would be nice. I never played with dlls.
    https://www.mpgh.net/forum/showthread.php?t=1234623
    The code for the hack is all here. It doesn't work currently but you can sorta see how it would work.

    I've never done much memory hacking other than searching for a value and changing it. I find dlls to be pretty easy for Unity games

    Quote Originally Posted by vova17 View Post
    Yeah this mod made a big deal about it, but i guess rules are rules they do it for our own safety but it's kinda sad it takes this long to approve...

    Can you send me in private msg please?
    I can't send you files as it is against the rules. They check it themselves for your own safety as many people put viruses in their hacks.

    - - - Updated - - -

    This is sorta annoying, I fixed my dll, but now admins are offline and have to wait until tomorrow when there is yet another update.
    Last edited by mathew118; 03-08-2017 at 09:01 PM.

  3. The Following User Says Thank You to mathew118 For This Useful Post:

    hax1!!1 (03-08-2017)

  4. #33
    colony98787's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    16
    My Mood
    Crappy
    Kind of surprised that they dont have admins on at all times. but oh whallee

  5. #34
    hax1!!1's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    this suspense

  6. #35
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Quote Originally Posted by syst3mboot View Post
    Simple trainer:
    Join any game, change your level, then do any action that would change your xp (ie load a cannon).
    The level cannot be decreased, only increased, use at your own risk. I got myself to 99 without problem.

    Enjoy.
    --pending approval--
    Outside link in the bottom of the program , please remove and re-upload. Advertising is not allowed.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  7. #36
    hax1!!1's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    and then when he removes that its approved or w0t

  8. #37
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Quote Originally Posted by hax1!!1 View Post
    and then when he removes that its approved or w0t
    No it's not. The attachment contained an outside link.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  9. #38
    syst3mboot's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    138
    Quote Originally Posted by mathew118 View Post
    The code for the hack is all here. It doesn't work currently but you can sorta see how it would work.

    I've never done much memory hacking other than searching for a value and changing it. I find dlls to be pretty easy for Unity games
    Can you hook me up with a link or a guide to where you got started wtih dll's? I got my visual studio going but cant compile your code :/

  10. #39
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,693
    My Mood
    Inspired
    Quote Originally Posted by syst3mboot View Post
    Can you hook me up with a link or a guide to where you got started wtih dll's? I got my visual studio going but cant compile your code :/
    I learned everything from threads inside the reign of kings part of this forum. It's where I started, but I knew a little bit of c# before hand

    You gotta add references, probably why it's not compiling.
    Last edited by mathew118; 03-09-2017 at 11:06 AM.

  11. #40
    syst3mboot's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    138
    Quote Originally Posted by mathew118 View Post
    I learned everything from threads inside the reign of kings part of this forum. It's where I started, but I knew a little bit of c# before hand

    You gotta add references, probably why it's not compiling.
    yah i referenced every dll in the Managed folder and half the things are not "defined or imported"
    edit: it seems to not be using
    Code:
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    says its unnecessary, but pretty much everything in the code is red, including
    Code:
    bool
    and
    Code:
    int
    . Sorry, ive never programmed in C# before, only java
    Last edited by syst3mboot; 03-09-2017 at 11:22 AM.

  12. #41
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,693
    My Mood
    Inspired
    Quote Originally Posted by syst3mboot View Post
    yah i referenced every dll in the Managed folder and half the things are not "defined or imported"
    The variables in the game have changed, that's probably why your getting random errors, you should be able to decompile the new hack inside the other thread and get everything from that. I don't want to post the code this time as it probably helps the devs patch it up.

    - - - Updated - - -

    If you could unlock PMing I could send you the code, think you need a certain amount of posts.
    Last edited by mathew118; 03-09-2017 at 11:30 AM.

  13. #42
    syst3mboot's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    138
    Quote Originally Posted by mathew118 View Post
    The variables in the game have changed, that's probably why your getting random errors, you should be able to decompile the new hack inside the other thread and get everything from that. I don't want to post the code this time as it probably helps the devs patch it up.

    - - - Updated - - -

    If you could unlock PMing I could send you the code, think you need a certain amount of posts.
    nice, yours got approved, ill decompile yours then and see.

  14. #43
    neonringo's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    So, i found the exp adress, changed it so i would be level 80, did something which gave me EXP and it said i was level '80', Went back to main menu to see if it worked, now i'm stuck on level 0 entirely, how'd you guys do it?

  15. #44
    syst3mboot's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    138
    basically like that.. except not 0, weird

  16. #45
    neonringo's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    I'm literally frozen at 0 now cant seem to find a way to get out of Level 0 or get any exp in a normal game aswell.

    In what way did you do it?

Page 3 of 7 FirstFirst 12345 ... LastLast