Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887

    DupeHax Private Multihack

    Reign of Kings Private Hack

    Features:
    ESP

    GODMODE
    Teleport
    SpawnItems
    Stealth
    Shutdown/Start Server
    Kick Hack
    Broadcast Hack

    UsingKeys:
    MenuShow/Hide:Insert
    ActivateHack:END

    To selecte the hacks: Use your arrows
    Some proof:



    Future Hacks:
    -Ban/Unban hack
    -Auto King

    -Noclip

    TeleportAllToYou
    leave post for what u guys want more.
    Last edited by Hunter; 01-28-2016 at 03:14 PM.

  2. The Following 2 Users Say Thank You to ProGaMeR21Ro For This Useful Post:

    dlehdgus016 (03-28-2015),oskar345554 (03-28-2015)

  3. #2
    Jackilous's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    621
    My Mood
    Sleepy
    Everything you have posted is now public anyway.
    Half the stuff on your menu looks like it was based off released source code, including your gui which is jumboperson's base for unturned.
    Last edited by Jackilous; 03-26-2015 at 01:10 PM.

  4. #3
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Who said i didn't used the menu by jumboperon for unturned?
    My kick works. And im not using server.Shutdown anymore
    I've changed the player rights with admin rights.
    And idk how to post to all to see the images without to click on links..

  5. #4
    Jackilous's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    621
    My Mood
    Sleepy
    Quote Originally Posted by ProGaMeR21Ro View Post
    Who said i didn't used the menu by jumboperon for unturned?
    My kick works. And im not using server.Shutdown anymore
    I've changed the player rights with admin rights.
    And idk how to post to all to see the images without to click on links..
    I wasnt flaming, just stating.
    Thanks for sharing.

    For images, you need to use the image tags

  6. #5
    worki22's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Thumbs up

    rofl think i ran into u earlier today in-game when u tested server shutdown xD
    keep on the gd work

  7. #6
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    You just took Matthew's code, exported to source, found the admin commands classes and added kick and shutdown. I'm not trying to be a dick but it's not impressive when you export a source code & add shit.

  8. #7
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by Kyron View Post
    You just took Matthew's code, exported to source, found the admin commands classes and added kick and shutdown. I'm not trying to be a dick but it's not impressive when you export a source code & add shit.
    Hahaha. Im was just using jumpobob or someone menus. And i saw some sourcecodes for esp,teleport and spawnitems. This are single codes what i used from site.
    The rest i coded my self..
    And you can't use just Admin commands like Server.Kick(this.player,this.reason) you need to change too the player rights to admin rights and to get the kick permission too for shutdown , restart server and others.

    About Export code i still dont know how to use it so -.-if u dont trust me say anything.
    Jackilous said me to use export code option but yeah who would need it lol when i had a little help by some searchs..
    Last edited by ProGaMeR21Ro; 03-26-2015 at 01:47 PM.

  9. #8
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,694
    My Mood
    Inspired
    Mind sharing your kick code?

  10. #9
    encode's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    77
    Reputation
    10
    Thanks
    963
    Glad to see my ESP on each release

  11. #10
    Jackilous's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    621
    My Mood
    Sleepy
    Quote Originally Posted by mathew118 View Post
    Mind sharing your kick code?
    You need admin privileges but here:

    using CodeHatch.Engine.Networking;
    Server.Kick(Player player, "Reason");
    Server.Ban(Player player, int Length, "Reason");
    Server.Shutdown();

  12. #11
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,694
    My Mood
    Inspired
    Quote Originally Posted by Jackilous View Post
    You need admin privileges
    I've already found those functions, but i was wondering how do i use them? (I've been trying to figure out how to give myself admin privileges for awhile now)

    pm if your willing to share.
    Last edited by mathew118; 03-26-2015 at 04:13 PM.

  13. #12
    RefsMe's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    49
    Reputation
    67
    Thanks
    7
    Kick doesn't work. It display the message but the player is never kicked. It's authenticated on the server side from what i can see.

  14. #13
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by RefsMe View Post
    Kick doesn't work. It display the message but the player is never kicked. It's authenticated on the server side from what i can see.
    Hey , you bought my h4ck to know if it's working or not?
    My people know that it's working.
    And now im still working at next hacks.
    Isn't hard to find them and to code , for me one thing it's hard and to lazy . To write the positions from textField with buttons etc..

    - - - Updated - - -

    Quote Originally Posted by Jackilous View Post
    You need admin privileges but here:

    using CodeHatch.Engine.Networking;
    Server.Kick(Player player, "Reason");
    Server.Ban(Player player, int Length, "Reason");
    Server.Shutdown();
    There are other method what i didn't tried. It doesnt need admin rights i think.
    CoreServer.Kick(Player player , Reason);
    CoreServer.Ban(Player player , int length ,"Reason");
    CoreServer.Shutdown();->Should shutdown all Officials Servers , or just the server what are u playing at momment.
    CoreServer.StartServer();->Should start the servers what aren't Online. ( Only Officials works)

  15. #14
    RefsMe's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    49
    Reputation
    67
    Thanks
    7
    Why would i buy your hack rofl? The entire thing is copy/pasted.

  16. #15
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by RefsMe View Post
    Why would i buy your hack rofl? The entire thing is copy/pasted.
    Entire thing? You are a kid or a nub what can't understand that im not using c&p. Yeah , i said i've got a little help with esp by encode , and something else with some defines by Jackilous. And about this , it was just a preview for people wat want to buy my h4ck lol. Already got 480 euros but who cares?
    Im gonna make a public release soon.

Page 1 of 2 12 LastLast

Similar Threads

  1. [S]Private CSS Multihack!!!
    By vspaze in forum Selling Accounts/Keys/Items
    Replies: 7
    Last Post: 05-09-2012, 02:56 PM
  2. Other private serv
    By terence in forum General
    Replies: 6
    Last Post: 12-26-2008, 12:14 PM
  3. Pristontale Private Server
    By Fedaykin in forum General Gaming
    Replies: 19
    Last Post: 06-05-2006, 11:44 AM
  4. Runescape Private Server
    By Paolo1993 in forum General Gaming
    Replies: 20
    Last Post: 02-07-2006, 05:06 PM
  5. Private Servers...
    By arunforce in forum General Gaming
    Replies: 10
    Last Post: 01-14-2006, 06:25 AM