Posts by Sirhatealot
140 posts total, newest first.
Is there a way to manipulate realm quests?in Realm of the Mad God Discussions - someone code this squad fam
I'd do it but its my 3rd day at C++ and i bearly understand the basics.Is there a way to manipulate realm quests?in Realm of the Mad God Discussions - CrazyJani whats your view on this .Is there a way to manipulate realm quests?in Realm of the Mad God Discussions - like i want to farm ents however they pop as a quest when you clear most of the realm.
however characters around level 15 priorities ents and liches over cyclops etc.
so is there a way i can manipulate the realm quRecently started having some issues.in C++/C Programming - fixed it
#include <iostream>
#include <cstdio>//checking new system
using namespace std;
int main()
{
int age = 16;//true value
char gender = 'm';
age++;
cout << "Enter your age:";
cin >> age;
cout << "YouRecently started having some issues.in C++/C Programming - todays my third day of learning C++
the problem im having is that
#include <iostream> //checking new system
using namespace std;
int main()
{
int age = 21;//true value
char gender = 'm';
age++;
cout << "Ent
Showing the 5 most recent posts.