Page 4 of 25 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 373
  1. #46
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by ProGaMeR21Ro View Post
    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?
    Damn you guys just export to source to add stuff without asking for his consent? He'll share the portions, he shared the teleport portion without me even having to export that crap.

  2. #47
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by Kyron View Post
    Damn you guys just export to source to add stuff without asking for his consent? He'll share the portions, he shared the teleport portion without me even having to export that crap.
    Wth . I just read the steps by someone from forum i dont remember his name .
    I added CustomControl.Load in ctor etcc..
    I've used the codes what was posted on forum. And some find myself.
    But i still dont figure out how to fix the errors. Is that a problem lol.
    And im using Console.message like to show a message when the menu loaded up.
    Last edited by ProGaMeR21Ro; 03-25-2015 at 01:19 PM.

  3. #48
    inmate59's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    america
    Posts
    147
    Reputation
    10
    Thanks
    10
    My Mood
    Tired
    Quote Originally Posted by zakcng View Post
    I exported it but cant recompile due to lots of errors.
    Can't do that. You need to make a new project using his code and references, and then you can build the .dll
    Kiss Kiss MPGH Douche since 2009.

  4. #49
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by ProGaMeR21Ro View Post
    Wth . I just read the steps by someone from forum i dont remember his name .
    I added CustomControl.Load in ctor etcc..
    I've used the codes what was posted on forum. And some find myself.
    But i still dont figure out how to fix the errors. Is that a problem lol.
    And im using Console.message like to show a message when the menu loaded up.

    The reasoning is told you to by Visual Studio. It's trying to use the System.Console instead of the Assembly-CSharp's console which DOES contain an addmessage.

  5. #50
    kakuke1's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    192
    My Mood
    Amazed
    Quote Originally Posted by mathew118 View Post
    Dont just add features to my dll then release, try to make your own dll
    I ment the graphical layout of your GUI, it looks lightweight and I especially like it.

  6. #51
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by kakuke1 View Post
    I ment the graphical layout of your GUI, it looks lightweight and I especially like it.
    showthread.php?t=846668

    That's the menu right here.

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

    mathew118 (03-25-2015)

  8. #52
    Fusionez's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    Can I possibly use two hooks at once? so I can use his hook and my own hook, so I can call godmode on my own instead of editing his?

  9. #53
    zakcng's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Fusionez View Post
    Can I possibly use two hooks at once? so I can use his hook and my own hook, so I can call godmode on my own instead of editing his?
    Please teach me how to godmode ^.^

  10. #54
    ProGaMeR21Ro's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    887
    Quote Originally Posted by Kyron View Post
    The reasoning is told you to by Visual Studio. It's trying to use the System.Console instead of the Assembly-CSharp's console which DOES contain an addmessage.
    well if im trying to use something like:
    Console.AddMessage(mymessage) i can't do just this.
    I need to create a new message like this:
    public static Console.Message menushown = new Console.Message("Hack name loaded succesfully",ConsoleSettings.DebugColor);
    And then should work Console.AddMessage(menushown) but for me still doesnt working..

  11. #55
    gwendla's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    i am trying to work on getting reversing teleport you have a with a loop system that just loops the teleport victim until he gets tired and leave for admins

    tyvm for this !
    Last edited by gwendla; 03-25-2015 at 02:14 PM.

  12. #56
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by Fusionez View Post
    Can I possibly use two hooks at once? so I can use his hook and my own hook, so I can call godmode on my own instead of editing his?
    Why would you need to? In fact what's funny is none of you have noticed he included the godmode with the hack. It's just not attached to a menu. All you have to do is add it as a selection. I think the function's name was something like enableGodMode()

  13. The Following User Says Thank You to Khyy For This Useful Post:

    mathew118 (03-25-2015)

  14. #57
    zakcng's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    I cant get code to compile so its kinda difficult to get it to call that function

  15. #58
    KaboomXX's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    105
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive
    How do I get item codes?

  16. #59
    mathew118's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2,694
    My Mood
    Inspired
    Working on an update right now that adds an item menu so you won't need to find item IDs

  17. The Following 4 Users Say Thank You to mathew118 For This Useful Post:

    goldenstyle (03-25-2015),gwendla (03-25-2015),ImperatorX (03-25-2015),Whiplash-uk (03-25-2015)

  18. #60
    KaboomXX's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    105
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive
    Sweet man! Love you!

Page 4 of 25 FirstFirst ... 2345614 ... 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