Results 1 to 8 of 8
  1. #1
    DamageNet12's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2

    Looking for the source code for a certain hack.

    I have been trying to get he source code for "Bonus/RandomHack" and tried asking the one who claimed to create it, and even defender, but no replies from either. I mainly made this account to get that lol. But if anyone has direct connections to either of them and can see if they have the source code and are willing to share, or if you have it and are willing to share, it'd be nice of you to give/ask them for me, seeing as I cannot reach them and have no idea what I'm doing here. Thanks for the help.



    Have a nice day.

  2. #2
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    reverse it

  3. #3
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    debug it‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  4. #4
    DamageNet12's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by MeepDarknessMeep View Post
    reverse it
    Quote Originally Posted by D3M0L1T10N View Post
    debug it‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏ ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏
    Thank you both.

  5. #5
    TroubleMakers's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    27
    My Mood
    Bashful
    If you want to namesteal:
    Make a ConCommand that will modify the ConVar "name" and that will force it's value. (Note: There is a timer: sv_namechange_cooldown)

    If you want to steal files:
    Grab the INetChannel Interface, then use it's function called RequestFile("filename.txt").

    If you want to upload files:
    Grab the INetChannel Interface, then use it's function called SendFile("filename.txt",*transfert ID here*).

    If you want to bypass ConVars:
    Make a ConCommand that will use a callback to rename the Original ConVar to another name and recreate a ConVar with the original name.

    That's all, have fun.

    And stop asking for code to C+P.
    Last edited by TroubleMakers; 04-16-2014 at 02:18 AM.

  6. #6
    polivilas's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Behind you.
    Posts
    82
    Reputation
    10
    Thanks
    197
    My Mood
    Fine
    bug it #msg2short&2cool4u

  7. The Following User Says Thank You to polivilas For This Useful Post:

    TroubleMakers (04-16-2014)

  8. #7
    DamageNet12's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by TroubleMakers View Post
    If you want to namesteal:
    Make a ConCommand that will modify the ConVar "name" and that will force it's value. (Note: There is a timer: sv_namechange_cooldown)

    If you want to steal files:
    Grab the INetChannel Interface, then use it's function called RequestFile("filename.txt").

    If you want to upload files:
    Grab the INetChannel Interface, then use it's function called SendFile("filename.txt",*transfert ID here*).

    If you want to bypass ConVars:
    Make a ConCommand that will use a callback to rename the Original ConVar to another name and recreate a ConVar with the original name.

    That's all, have fun.

    And stop asking for code to C+P.
    I was kinda asking to see the code for a reason, not C+P, but thanks for the information.
    Last edited by DamageNet12; 04-16-2014 at 09:54 PM.

  9. #8
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by TroubleMakers View Post
    If you want to namesteal:
    Make a ConCommand that will modify the ConVar "name" and that will force it's value. (Note: There is a timer: sv_namechange_cooldown)

    If you want to steal files:
    Grab the INetChannel Interface, then use it's function called RequestFile("filename.txt").

    If you want to upload files:
    Grab the INetChannel Interface, then use it's function called SendFile("filename.txt",*transfert ID here*).

    If you want to bypass ConVars:
    Make a ConCommand that will use a callback to rename the Original ConVar to another name and recreate a ConVar with the original name.

    That's all, have fun.

    And stop asking for code to C+P.
    hahahahahaha wtf

    forcing the name convar LOL
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

Similar Threads

  1. [Source Code] Did anyone make a website when the source code for wigleg came out
    By Toxicolgy in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 05-07-2019, 08:30 AM
  2. [Discussion] [Discussions]Who have the latest hack source code for MAT Cib ???
    By Haochenglee in forum Mission Against Terror Discussions
    Replies: 1
    Last Post: 12-03-2013, 10:17 PM
  3. Replies: 3
    Last Post: 10-22-2012, 05:27 PM
  4. [Help] Can someone get me the source code for a No Lead?
    By Gunz5456 in forum Gunz General
    Replies: 5
    Last Post: 03-20-2011, 02:52 AM
  5. Is there anyway i can look at the source code?
    By ShoopdaWhoop in forum Combat Arms Coding Help & Discussion
    Replies: 28
    Last Post: 10-05-2010, 10:20 AM

Tags for this Thread