AlCapwn Posted February 4, 2010 Share Posted February 4, 2010 I was wondering how I could make a script for this browser game where it would access a mysql database and have all the accounts do a certain action to one account with the link provided to that one account. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/ Share on other sites More sharing options...
mikesta707 Posted February 4, 2010 Share Posted February 4, 2010 kind of a vague question. What is this action? How exactly is his action applied to a user? How do you know if a certain user did a certain action to another? some more information would lead to a better answer. Right now, all I can say is you will probably be using the SELECT command at some point Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006494 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 It's for a game called mobsters, I'd like to have all the accounts in the database attack an account that I tell it to, this action is usually applied by just clicking a link, or I believe a javascript button. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006497 Share on other sites More sharing options...
carsonk Posted February 4, 2010 Share Posted February 4, 2010 Would it be a game where you click a link and your points go up, and just have it with text? Or are you actually going to make something like a Flash game with animation, graphics, etc.? Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006500 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 a game where you click a lick and your points go up, and just have it with text, that's pretty much what the game is, but I want to make a bot to do what I said in my previous post for this web browser game. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006501 Share on other sites More sharing options...
trq Posted February 4, 2010 Share Posted February 4, 2010 So, where exactly are you stuck? Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006502 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 Well I haven't actually attempted it yet, I'm not too familiar with php and mysql and was just wondering what kind of actions I would do to make this. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006506 Share on other sites More sharing options...
roopurt18 Posted February 4, 2010 Share Posted February 4, 2010 Are you trying to write your own Mobsters game? Or are you trying to write a script that hacks the existing Mobsters game and forces all accounts in the entire game to attack someone who was mean to you? Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006553 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 I am trying to create a script for mobsters that will make a database full of level 1 accounts attack a certain ID I tell it to. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006559 Share on other sites More sharing options...
roopurt18 Posted February 4, 2010 Share Posted February 4, 2010 You didn't answer my question. Are you creating A your own original Mobsters game? Or are you B trying to interact with the existing Mobsters game? A or B, which is it? Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006560 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 I thought my previous post made it pretty clear, but B. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006562 Share on other sites More sharing options...
roopurt18 Posted February 4, 2010 Share Posted February 4, 2010 Ah! I see now. Well, the easiest thing to do is e-mail the admin of the Mobsters game and ask him to give you the credentials to his database. Then you can easily write a PHP script to attack your enemies. However, since what you want to do is probably considered cheating by the game's designer(s), you're going to have to defeat whatever counter-measures they've put in place to stop would-be hackers. In that case the info you need can be found at: http://www.i-wanna-be-a-script-kiddie.com Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006566 Share on other sites More sharing options...
AlCapwn Posted February 4, 2010 Author Share Posted February 4, 2010 Ok for some reason your still not understanding my question, the script will be accessing a database I create myself filled with a bunch of accounts that are mine that I made that will attack a certain ID that I tell it to. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006568 Share on other sites More sharing options...
roopurt18 Posted February 4, 2010 Share Posted February 4, 2010 You don't need to program anything. You can do this all with wget which is a free utility. But if the mobsters game has capcha built in you're SOL. Quote Link to comment https://forums.phpfreaks.com/topic/190860-how-to/#findComment-1006569 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.