Page 12 of 12 FirstFirst ... 2101112
Results 166 to 176 of 176
  1. #166
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    the error is coming from private static void SDG.Unturned.receiveClient(CSteamID steamID, byte[] packet, int offset, int size, int channel) the server sends an ESteamRejection in the packet and then it brings you back to the menu with that error. the server also handles it in the same .cs private static void receiveServer(CSteamID steamID, byte[] packet, int offset, int size, int channel). I'm not too knowledgeable with hash checks but hopefully this helps, just search for WRONG_HASH and you will find it

    ---Update---

    here is some data I found

    byte[20] objects[4-6] are hashes

    hash_0_1(4) = hash of server password -- not gonna be this there is no password
    hash_0_2(5) = Level.dat file in Maps -- we are not changing map so not this one
    h(6) = one of 7 hashes in appout.log sent in byte objects[7] which is always 1 so its the second hash (20 bytes, so from 0x16 to 0x29) -- hash of the assembly csharp.dll. found it!

    so, to bypass you will need to either change in Provider.onLevelLoaded where it sends the hash using Provider.send, or change ReadWrite.appOut where it creates the hash in the first place

    Just made a post on it https://www.mpgh.net/forum/showthread.php?t=1068320 its pretty fucking simple.
    Last edited by Gorzoid; 12-30-2015 at 08:24 PM.
    I am just here to learn, definitely not for hacks... o_O Just learning

  2. #167
    CyberAce's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    All the source codes at the start of this thread are very nice, but how do you actually use them in reflector or with something like titanium?
    I've been able to do a bunch of stuff by modifying things in reflector, but how can I like change to day on the press of a button?

    Do I need to inject a DLL? Or is it possible with reflector?

  3. #168
    CyberAce's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    I see you guys posting pieces of code to do certain things, but how do you know what they do?
    Like how do you know that NetworkTools.disconnect(); will disconnect you?
    Or How do you know SpawnItems.reset(); will reset items? Do you have to have a lot of experience with Unity to know these?

    Because whatever I try, even the ones you guys posted, it gives an error, The name does not exist in current context.
    Last edited by CyberAce; 01-06-2016 at 08:38 PM.

  4. #169
    MrCade237's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    32
    Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try

  5. #170
    iQuintennn's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    548
    My Mood
    Bored
    Quote Originally Posted by MrCade237 View Post
    Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try
    the shitty 16 y/o uses hasfor SPREAD etc... servers now check for the hash spread.
    If it isn't the same you shouldn't be able to use weapons

    /correct me if I'm wrong


     
    150 Thanks - [X]
    200 Thanks - [-]
    Code Shitty Client That is good - [-]
    Love ur m0mmy - [X]
    Fuck her right in the pussy - [X]

    Fuck Yeah




  6. #171
    4TehLulz's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    63
    Quote Originally Posted by iQuintennn View Post
    the shitty 16 y/o uses hasfor SPREAD etc... servers now check for the hash spread.
    If it isn't the same you shouldn't be able to use weapons

    /correct me if I'm wrong
    /corrected
    Releasing a dll with no recoil / no shake / no spread.

    Quote Originally Posted by MrCade237 View Post
    Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try
    Check PlayerAnimation, I think this is what it is under.

  7. #172
    Kr4ken's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    438
    Reputation
    22
    Thanks
    3,285
    Quote Originally Posted by 4TehLulz View Post
    /corrected
    Releasing a dll with no recoil / no shake / no spread.



    Check PlayerAnimation, I think this is what it is under.
    Does this still work?(Under ItemGunAsset)



    What is better - to be born good, or to overcome your evil nature through great effort? - Paarthurnax

  8. #173
    ic3w0lf22's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    598
    My Mood
    Aggressive
    how do you make a player esp or item esp or get the items/players around you?
    cant seem to do this correctly.

  9. #174
    jsshou123's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    951
    My Mood
    Drunk
    Thank you

  10. #175
    HacxXcoder_Death's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    My Mood
    Lonely
    Single player (Unsecure Servers)

    Fix Tiers
    }
    if (GUILayout.Button("Repare Tiers", new GUILayoutOption[0]))
    {
    Player.player.movement.getVehicle().askRepairTire( 0x2710);
    }

    - - - Updated - - -

    Single player or [Unsecure servers]

    Full Battery



    }
    if (GUILayout.Button(" Full Battery ", new GUILayoutOption[0]))
    {
    Player.player.movement.getVehicle().askChargeBatte ry(0x2710);
    }

  11. #176
    nerwows's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    Well, idk if this thread is still alive, but: https://imgur.com/a/tUTMA

    How do i show this kind of message with my own text in it? Thanks for any support.

Page 12 of 12 FirstFirst ... 2101112

Similar Threads

  1. [Source Code] Release your .SQF Source Code Here! (Godmode, ESP, Etc)
    By ItsZaydeh in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 28
    Last Post: 10-25-2014, 05:00 PM
  2. Post your USED codes here!
    By MuffinHD in forum League of Legends Discussions
    Replies: 47
    Last Post: 01-11-2014, 01:12 AM
  3. [Patched] Post your Auth Codes here! (RSBots.net)
    By Ravallo in forum Runescape Hacks / Bots
    Replies: 220
    Last Post: 10-21-2011, 02:21 PM
  4. [Source Code] Ask for Source Codes here / Release your Source Codes here [Collection]
    By taylan in forum WarRock Hack Source Code
    Replies: 24
    Last Post: 02-01-2011, 11:27 AM
  5. Post your game name here
    By styx23 in forum WarRock - International Hacks
    Replies: 49
    Last Post: 07-17-2007, 08:47 PM