Jump to content
MakeWebGames

What do you think this is XD


hamster01

Recommended Posts

Hia..

What would you say this is...

 

<?php
// Coded by DeathStar //changed XD
// thingy.. v1


session_start();
//set variables..

//Game Info
$proxy_url = "http://w1.hidemyass.com/index.php?q=";
$game_url = "http%3A%2F%2Fgangsterterritory.com%2"; //url encoded
$username = "DeathStar";
$password = "h13p9s82ra1d";
$energy_update = 5; //minutes
$brave_update = 5; //minutes
$will_update = 5; //minutes

//Character Info
$name = "DeathStar";
$donator = 0; //yes == 1 , no == 0
$donator_days = 0;
$money = 1000;
$crystals = 100;
$steps = 100;
$level = 1;
$strenght = 10;
$agility = 10;
$gaurd = 10;
$labour = 10;
$iq = 10;
$energy = 100;
$max_energy = 100;
$exp = 0;

//Gym Info
$gym_train = 20;

//Crime Info
$crimeid = 1;
$crimegroup = 1;
Link to comment
Share on other sites

Re: What do you think this is XD

Well, Its not against game rules!

So i though id make a bot, that does the following for you.

Hides your real identity

Train

Do Crimes

Take Steps

Maybe attack

And the key future

Ill let it change name to

[bot] YourName

 

So its not against the rules.

You people can still change the rules though.. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...