Page 3 of 25 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 373
  1. #31
    Fusionez's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by kakuke1 View Post
    Hello, can I have permission to use your HOOK as a base to release my own "Perfect Hack"?
    I've already tinkered a bit with it and have already added godmode to the menu, gonna go for noclip aswell and maybe some other things.

    Also, would people also be intrested in a tutorial on how to HOOK your own DLL to the game's?



    Best regards,
    kakuke1
    Kakuke can you PM me I got a question for you, thanks.

  2. #32
    Nickobro's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    How do you enter the item id's into the box? Cant seem to figure out how to type inside there

  3. #33
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by Fusionez View Post
    Kyron, for me there i no add operation option. Any ideas?

    - - - Updated - - -

    By the way nice work Mathew for a while ago I got the impression you didn't know anything about Csharp >D

    And why can't I PM peeps >O
    There isn't a button to actually add your call. Like I said his information is very vague and requires you've done stuff before. Instead you'll want to find a point in the code you want to add your call. Right click it > create new > select call or type it in > on the drop below select method reference > click the box under and navigate to your load() function from your hook.

  4. #34
    ImperatorX's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by mathew118 View Post
    I will try to improve the menu in the next update.
    mathew118 you are a true descendant of GabeN

  5. #35
    Fusionez's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Kyron View Post
    There isn't a button to actually add your call. Like I said his information is very vague and requires you've done stuff before. Instead you'll want to find a point in the code you want to add your call. Right click it > create new > select call or type it in > on the drop below select method reference > click the box under and navigate to your load() function from your hook.
    Yeah that way I used to do it before he confused me with his tutorial >D

  6. #36
    Tepmoc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Explosive Keg dont explode (

  7. #37
    Fusionez's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    What a retarded cheating king, he used Jacks noclip to take the throne sat down and nocliped below the ground.. thank god I was able to teleport to him and shoot him with arrows.. this is why you don't release hacks for the public you never know who might get em heh...

  8. #38
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,694
    My Mood
    Inspired
    Quote Originally Posted by Tepmoc View Post
    Explosive Keg dont explode (
    They are disabled in alpha 6

  9. #39
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by mathew118 View Post
    They are disabled in alpha 6
    Maybe can you take a look and help me?
    I have this erros in total:
    The type or namespace name 'Player' could not be found (are you missing a using directive or an assembly reference?)
    The type or namespace name 'CodeHatch' could not be found (are you missing a using directive or an assembly reference?)
    The type or namespace name 'Entity' could not be found (are you missing a using directive or an assembly reference?)
    The type name 'Message' does not exist in the type 'System.Console'

    I would glad if u can help me.
    I've made a method to broadcast messages hack.
    And the shutdown too.

  10. #40
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,694
    My Mood
    Inspired
    Quote Originally Posted by ProGaMeR21Ro View Post
    Maybe can you take a look and help me?
    I have this erros in total:
    The type or namespace name 'Player' could not be found (are you missing a using directive or an assembly reference?)
    The type or namespace name 'CodeHatch' could not be found (are you missing a using directive or an assembly reference?)
    The type or namespace name 'Entity' could not be found (are you missing a using directive or an assembly reference?)
    The type name 'Message' does not exist in the type 'System.Console'

    I would glad if u can help me.
    I've made a method to broadcast messages hack.
    And the shutdown too.
    Project > Add Refrence, add Assembly-CSharp.dll

  11. #41
    gwendla's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    if you made another version with just esp & player teleport it would be great for server admins to combat hacking as well just an idea !

  12. #42
    inmate59's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    america
    Posts
    147
    Reputation
    10
    Thanks
    10
    My Mood
    Tired
    Quote Originally Posted by mathew118 View Post
    Project > Add Refrence, add Assembly-CSharp.dll
    Getting same thing, but with "console settings" and ".Message"
    Kiss Kiss MPGH Douche since 2009.

  13. #43
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by mathew118 View Post
    Project > Add Refrence, add Assembly-CSharp.dll
    Still not fixed my problem lol.
    And u know what's the difference from Server.Broadcastmessage"ur message" and Server.Notice"ur message"
    Like how looks one and how looks the another?

  14. #44
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by gwendla View Post
    if you made another version with just esp & player teleport it would be great for server admins to combat hacking as well just an idea !
    You can do that by either exporting the source of his code to a visual studio project or reflexIL'ing it. Reflex is the easier route. Simply open his hack and delete the selections you do not want, then it cannot be called. You'll also need to remove their GUI portion so it doesn't appear on the menu either.

  15. #45
    zakcng's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    I exported it but cant recompile due to lots of errors.

Page 3 of 25 FirstFirst 1234513 ... LastLast

Similar Threads

  1. [Outdated] Reign of Kings Hack Public Fly Hack
    By Jackilous in forum Reign Of Kings Hacks & Cheats
    Replies: 192
    Last Post: 11-26-2015, 05:24 PM
  2. [Outdated] Reign of Kings Hack (Alpha 10)
    By mathew118 in forum Reign Of Kings Hacks & Cheats
    Replies: 339
    Last Post: 09-11-2015, 09:27 AM
  3. [Info] Reign Of Kings Hack
    By Kunii in forum Reign Of Kings Discussions & Help
    Replies: 43
    Last Post: 05-30-2015, 07:49 PM
  4. [Info] Reign of Kings Hack v1.0.1 - By Jackilous (Godmode and Fly)
    By Jackilous in forum Reign Of Kings Discussions & Help
    Replies: 121
    Last Post: 05-04-2015, 04:56 PM

Tags for this Thread