LightbulbFree Item Giver

Posts 114 of 14 · Page 1 of 1
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?
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.
No. No. No. No. No. No.
Commands are not client-sided.
/if (IQ >= 100) {main;} else {/give IQ 100}
I wish I could do that on mpgh too.
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.
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;
}
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.
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!
It should be pretty simple. Just hack Google's app server and set yourself to ROTMG admin.
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!
Don't ban people just ban mules and bots.
Answered,Closed.
Posts 114 of 14 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?