Thread: Free Item Giver

Results 1 to 14 of 14
  1. #1
    Jaketh3snake's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Lightbulb Free Item Giver

    There is a /give command in the game, it is unusable by non-admins. But if this is client sided, could this be used to give free items to ones own gift chest?

  2. #2
    metalrager's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by Jaketh3snake View Post
    There is a /give command in the game, it is unusable by non-admins. But if this is client sided, could this be used to give free items to ones own gift chest?
    No. No. No. No.

  3. #3
    marceliino's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    gone forever
    Posts
    858
    Reputation
    74
    Thanks
    2,744
    No. No. No. No. No. No.

  4. #4
    Travoos's Avatar
    Join Date
    Jul 2012
    Gender
    female
    Posts
    282
    Reputation
    23
    Thanks
    649
    My Mood
    Tired
    Commands are not client-sided.

  5. #5
    Echo Phyber's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    132
    Reputation
    86
    Thanks
    131
    My Mood
    Devilish
    /if (IQ >= 100) {main;} else {/give IQ 100}
    I wish I could do that on mpgh too.

  6. #6
    flyrocket's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    460
    Reputation
    10
    Thanks
    1,985
    My Mood
    Stressed
    Quote Originally Posted by Echo Phyber View Post
    /if (IQ >= 100) {main;} else {/give IQ 100}
    I wish I could do that on mpgh too.
    I get errors when trying to compile,
    help!




    Haha, on a serious note, you are pretty much just sending the text "/give" to the server, the server decides if you are an admin or not and acts accordingly.

  7. #7
    Echo Phyber's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    132
    Reputation
    86
    Thanks
    131
    My Mood
    Devilish
    Quote Originally Posted by flyrocket View Post
    I get errors when trying to compile,
    help!




    Haha, on a serious note, you are pretty much just sending the text "/give" to the server, the server decides if you are an admin or not and acts accordingly.
    Sorry for that, here's v2.0

    Code:
    #include "stdafx.h"
    #include <iostream>
    using namespace std;
    
    int main()
    {
       int iq;
       cout << "Please type your IQ:" << endl;
       cin >> iq;
       if (iq >= 100) {
    	   cout << "I think you're lying to me." << endl;
       }
       else if (iq < 100) {
    	   cout << "/give is server sided as well as all the other admin commands." << endl;
       }
       return 0;
    }

  8. The Following 3 Users Say Thank You to Echo Phyber For This Useful Post:

    BlitzXFire (10-19-2012),etsukou (10-19-2012),hoople (10-19-2012)

  9. #8
    BlitzXFire's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    3
    My Mood
    Cynical
    Quote Originally Posted by Echo Phyber View Post
    Sorry for that, here's v2.0

    Code:
    #include "stdafx.h"
    #include <iostream>
    using namespace std;
    
    int main()
    {
       int iq;
       cout << "Please type your IQ:" << endl;
       cin >> iq;
       if (iq >= 100) {
    	   cout << "I think you're lying to me." << endl;
       }
       else if (iq < 100) {
    	   cout << "/give is server sided as well as all the other admin commands." << endl;
       }
       return 0;
    }
    Thanks, helped a lot.

  10. #9
    lofi's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    15
    It should be pretty simple. Just hack Google's app server and set yourself to ROTMG admin.

  11. #10
    jscobee's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    Quote Originally Posted by Echo Phyber View Post
    Sorry for that, here's v2.0

    Code:
    #include "stdafx.h"
    #include <iostream>
    using namespace std;
    
    int main()
    {
       int iq;
       cout << "Please type your IQ:" << endl;
       cin >> iq;
       if (iq >= 100) {
    	   cout << "I think you're lying to me." << endl;
       }
       else if (iq < 100) {
    	   cout << "/give is server sided as well as all the other admin commands." << endl;
       }
       return 0;
    }
    You are so funny! I love reading these forums because you all cut up. Thanks!

  12. #11
    123456howard's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Searching...
    Posts
    877
    Reputation
    49
    Thanks
    790
    My Mood
    Flirty
    Does it work?

  13. #12
    flyrocket's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    460
    Reputation
    10
    Thanks
    1,985
    My Mood
    Stressed
    Quote Originally Posted by 123456howard View Post
    Does it work?
    Yeah, I managed to edit the code he posted to get /ban working. I went around banning people for fun in USWEST!

  14. #13
    jscobee's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    Don't ban people just ban mules and bots.

  15. #14
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    Answered,Closed.

Similar Threads

  1. [Tutorial] How To Get Free Items In Team Fortress 2 [Forever Working]
    By Kennetherex in forum Team Fortress 2 Hacks
    Replies: 208
    Last Post: 02-15-2013, 11:16 AM
  2. FRee item giveaway how come of u are going
    By dreamy23 in forum Vindictus Discussions
    Replies: 9
    Last Post: 06-29-2011, 05:23 AM
  3. [Discussion] Free Items
    By EminemJr in forum Piercing Blow Discussions
    Replies: 0
    Last Post: 06-11-2011, 09:33 PM
  4. Free Item Giveaway~
    By Toshie in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 30
    Last Post: 08-25-2010, 09:07 PM
  5. Help a maplestoryer out and get free items!!!
    By oxjoexo in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 05-14-2010, 07:00 PM