Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 49
  1. #16
    Chiroy's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    127.0.0.1:80
    Posts
    1,500
    Reputation
    28
    Thanks
    2,295
    How is it hard? I got it on my first try.
    You edit .cfg files, add packages if needed, use VS13.
    For the client, search 15.2 for the client version and change it if you want, then change the ip from 'localhost' and '127.0.0.1' to whatever your hamachi/portforwarded/vps IP is, or keep it for localhost. If that doesn't work search for the port#

  2. #17
    GGanderson's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    0
    My Mood
    Busy

    HELP!!!!!!!!!

    Quote Originally Posted by Fox10 View Post
    How is it hard? I got it on my first try.
    You edit .cfg files, add packages if needed, use VS13.
    For the client, search 15.2 for the client version and change it if you want, then change the ip from 'localhost' and '127.0.0.1' to whatever your hamachi/portforwarded/vps IP is, or keep it for localhost. If that doesn't work search for the port#

    Who i need to add packages?

  3. #18
    Fucking Moron's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    I need smoke
    Posts
    5,529
    Reputation
    1371
    Thanks
    1,618
    My Mood
    Buzzed
    Quote Originally Posted by Omniraptor View Post
    Dude, those were the times. GP has been gone for a while..I miss him ;(
    I talked to him recently
    Like a few weeks ago or something

  4. #19
    Spectre11's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    203
    My Mood
    Blah
    Quote Originally Posted by Omniraptor View Post
    The source shouldn't be that difficult to set up but if you need help ask me.
    I need some help i cant figure it out at all...

  5. #20
    Legendaryjj02's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    127.0.0.2
    Posts
    73
    Reputation
    16
    Thanks
    8
    My Mood
    Dead
    Quote Originally Posted by Spectre11 View Post
    I need some help i cant figure it out at all...
    heyy if you find it out could you tell me ive been trying for hours now

  6. #21
    Quaesitum's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    @Omniraptor
    I sent you the wrong /throweff
    Here's the real thing..
    Code:
    internal class ThrowEffCommand : Command
            {
                public ThrowEffCommand()
                    : base("throweff", 1)
                {
                }
    
                protected override bool Process(Player player, RealmTime time, string[] args)
                {
                    if (args.Length < 2)
                    {
                        player.SendInfo("Usage: /throweff <player> <effect>");
                        player.SendInfo("Or");
                        player.SendInfo("Usage: /throweff <player> <effect> <duration>");
                        return false;
                    }
                    foreach (Client i in player.Manager.Clients.Values)
                    {
    
                        if (i.Account.Name.EqualsIgnoreCase(args[0]))
                        {
                            if (args.Length == 2)
                            {
                                i.Player.ApplyConditionEffect(new ConditionEffect
                                {
                                    Effect = (ConditionEffectIndex)Enum.Parse(typeof(ConditionEffectIndex), args[1].Trim(), true),
                                    DurationMS = -1
                                });
                                player.SendInfo("You threw " + args[1] + " at " + args[0] + "!");
                                i.Player.SendInfo(player.Name + " threw " + args[1] + " at you!");
                                return true;
                            }
                            else
                            {
                                i.Player.ApplyConditionEffect(new ConditionEffect
                                {
                                    Effect = (ConditionEffectIndex)Enum.Parse(typeof(ConditionEffectIndex), args[1].Trim(), true),
                                    DurationMS = int.Parse(args[2]) * 1000
                                });
                                player.SendInfo("You threw " + args[1] + " at " + args[0] + " for " + args[2] + " seconds!");
                                i.Player.SendInfo(player.Name + " threw " + args[1] + " at you for " + args[2] + " seconds!");
                                return true;
                            }
    
                        }
                    }
                    player.SendError(string.Format("Player '{0}' could not be found!", args));
                    return false;
                }
            }
    Last edited by Quaesitum; 06-23-2016 at 07:46 PM.

  7. #22
    SPRAYxTHExPRAY's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    can you just give a quick text tutorial? would help alot thanks

  8. #23
    Ewcwc's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Ukraine
    Posts
    60
    Reputation
    10
    Thanks
    73
    My Mood
    Aggressive
    Quote Originally Posted by SPRAYxTHExPRAY View Post
    can you just give a quick text tutorial? would help alot thanks
    cud u just enable your brain and try harder?

  9. #24
    MoonMan1's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed
    i need help with 1 small thing the errors coming up when you rebuild solution?! and if someone calls me noob it's just this source i have a little problem with

  10. #25
    Quaesitum's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by High View Post


    I talked to him recently
    Like a few weeks ago or something
    Haven't seen him on skype in forever

  11. #26
    SPRAYxTHExPRAY's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    Quote Originally Posted by Ewcwc View Post
    cud u just enable your brain and try harder?
    i get like 500 errors and keep your opinions to yourself, no one cares

  12. #27
    Quaesitum's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by SPRAYxTHExPRAY View Post
    i get like 500 errors and keep your opinions to yourself, no one cares
    try reading them

  13. #28
    Fucking Moron's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    I need smoke
    Posts
    5,529
    Reputation
    1371
    Thanks
    1,618
    My Mood
    Buzzed
    Quote Originally Posted by Quaesitum View Post
    Haven't seen him on skype in forever
    yeah he's cool
    haven't talked to him since tho

  14. #29
    Gausty's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    I setup the server but i cant find the wserver and server.exe?

  15. #30
    TasukeNR's Avatar
    Join Date
    Jun 2016
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by Gausty View Post
    I setup the server but i cant find the wserver and server.exe?
    Then you're not doing it right...

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. RElease New Bypass source
    By pr0h4x0r in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 01-29-2010, 08:24 PM
  2. [RELEASE]Assaultcube Hack + Source.
    By luongoo in forum C++/C Programming
    Replies: 18
    Last Post: 12-09-2009, 02:06 PM
  3. [RELEASE] VB Injecter source!
    By hack. in forum Visual Basic Programming
    Replies: 4
    Last Post: 10-16-2009, 07:25 PM
  4. [Release]Bunny Hop Source
    By Iamazn in forum Visual Basic Programming
    Replies: 7
    Last Post: 10-03-2009, 12:33 AM
  5. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM