Cheating Network
 
 

Go Back   Cheating Network > General Computing > Software Discussion
Reload this Page need help with simple bot



Software Discussion

This is a discussion about need help with simple bot within the Software Discussion section, where you will Discuss or ask about any useful applications you may want, need, or even use.



Reply
 
LinkBack Thread Tools Display Modes
Old 06-17-2008, 12:56 AM   #1 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default need help with simple bot

Hey guys, I need some advice about how to automate a simple action over at gamevance. I really don't know too much about what I'm doing, but this should be pretty easy. So here is what I want to do:

Say I have an address like this:

http://www.gamevance.com/member_add_...o_user=1156520

And I want a program that will enter that address over and over again, but change the id number. For instance, the next address the program would enter is:

http://www.gamevance.com/member_add_...o_user=1156520

and then:

http://www.gamevance.com/member_add_...o_user=1156519
http://www.gamevance.com/member_add_...o_user=1156518
http://www.gamevance.com/member_add_...o_user=1156517

And hopefully, theoretically, I could just leave the bot running until it got all the way down to an id number of 1, i. e.:

http://www.gamevance.com/member_add_....php?to_user=1

Do you guys know what I mean? This should be really easy, right?

I really don’t know the first thing about actual programming but if there is a really easy way to do this and someone points me in the right direction I'm sure I could figure this out. Any suggestions? Please help.

Edit: Oh yeah, I need it to work in firefox. Maybe theres a add on that can do something like this?
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 01:02 AM   #2 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

I could make something that would do this easily in AHK.

I'll try and make something user friendly :\
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 01:23 AM   #3 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Wow if you could do that for me Itami I'd be really grateful. I have a weird feeling that it would take me the better part of a month to do this. In fact, I will give you one of my club live accounts with 3000 tickets if you do to show my gratitude (not much I know, but you could get a couple pairs of headphones or a game or something).

So AHK is probably the way to go? Should I download it?
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 01:28 AM   #4 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

For something like this, AHK is just fine.

I'm doing a silent one but it's IE only.
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 01:36 AM   #5 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Great, I can work with IE. I'm going to go download AHK right now.
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 01:57 AM   #6 (permalink)
Member
 
Join Date: Jun 2008
Location: USA
Posts: 90
Reputation: 44
MiLk is on a distinguished road
Send a message via MSN to MiLk
Default

why are u botting this?...what will this do?
MiLk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:01 AM   #7 (permalink)
TJ
Social Engineering Expert
 
TJ's Avatar
 
Join Date: Dec 2007
Location: America
Posts: 819
Reputation: 38
TJ is on a distinguished road
Send a message via AIM to TJ Send a message via MSN to TJ
Default

Add friends I'm assuming?
TJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:04 AM   #8 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

http://www.mediafire.com/?jzhdfyrycwn

Unzip the files and run whichever one you want. Compiled it, just in case.

Login to gamevance through IE and then run the bot.

It'll visit that URL and subtract 1 after each visit. It's browserless and will probably get you banned :p But hey, it does just what you asked XD

Code:
MsgBox, Sign in using IE and press Win+S keys

#s::

GoSub, Beginning

#z::exitapp
#x::pause
#c::reload


Beginning:

InputBox, UserID, UserID, Enter the first UserID you'd like to start with,,,,,,,,1156520
Sleep, 100
Loop
    {
     Entering:
     Sleep, 300
     UrlDownloadToFile, http://www.gamevance.com/member_add_to_friends.php?to_user=%UserID%, %A_ScriptDir%\UselessText.txt
     Sleep, 300
     UserID--
     If UserID = 0
        {
         Msgbox, Done!
		 Send, #z
        }
     Else
        { 
         Goto, Entering
        }
    }
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:12 AM   #9 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Oh Itami, I just did some investigating and it looks like the newest member of gamevance is 1162141, so it would be good if I could start the process with an ID number a little higher than that, if its not too late.

Or maybe you could make it so that you could enter the starting number manually?


You got it in one TJ, it will add massive amounts of friends.

Edit: Oh, sorry, I just saw you already posted. Thanks! let me see if I can figure this out and I'll let you know how its going in a minute.
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:16 AM   #10 (permalink)
Member
 
Join Date: Jun 2008
Location: USA
Posts: 90
Reputation: 44
MiLk is on a distinguished road
Send a message via MSN to MiLk
Default

does adding friends get u something?...and does this site always take 3 years to load?
MiLk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:16 AM   #11 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

You can choose what number you want to start with.
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:18 AM   #12 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

The prizes switch at midnight Milk, so the site goes down for about 20 minutes
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:31 AM   #13 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Sadly Itami, I doesn't appear to be working. At gamevance you can look at your invite history and see a record of all the pending invites you’ve sent out. I just let it run for about 5 minutes and then checked the invite history and no new invites on record. I think each page has to load completely. Maybe it's 'cause it's silent? Maybe I'm doing something wrong?
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:38 AM   #14 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

Yeah, it's probably because of the method I used.

Guess I'll have to do it the boring way :p
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:46 AM   #15 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

LOL, it looks kinda cool though, way user friendly, if it'd worked. But you really don't need to make it silent. If I could watch the page loads it would be easier for me to see where I left off for when I want to start it again.
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 02:51 AM   #16 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

Code:
MsgBox, Sign in using IE and press Win+S keys

#s::

GoSub, Beginning

#z::exitapp
#x::pause
#c::reload


Beginning:

InputBox, UserID, UserID, Enter the first UserID you'd like to start with,,,,,,,,1156520
Sleep, 100
Loop
    {
     Entering:
     Sleep, 300
     Send, F6
     Sleep, 500
     Send,  http://www.gamevance.com/member_add_to_friends.php?to_user=%UserID%, %A_ScriptDir%\UselessText.txt
     Sleep, 5000
     UserID--
     If UserID = 0
        {
         Msgbox, Done!
		 Send, #z
        }
     Else
        { 
         Goto, Entering
        }
    }
Try this one. Open Notepad and save this as a .ahk file.
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 03:28 AM   #17 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Still doesn't work . It just makes the homepage constantly scroll down.
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 03:46 AM   #18 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

Oops, did something wrong

Don't know if it'll work though.

Code:
MsgBox, Sign in using IE and press Win+S keys

#s::

GoSub, Beginning

#z::exitapp
#x::pause
#c::reload


Beginning:

InputBox, UserID, UserID, Enter the first UserID you'd like to start with,,,,,,,,1156520
Sleep, 100
Loop
    {
     Entering:
     Sleep, 300
     Send, F6
     Sleep, 500
     Send,  http://www.gamevance.com/member_add_to_friends.php?to_user=%UserID%
     Sleep, 5000
     UserID--
     If UserID = 0
        {
         Msgbox, Done!
		 Send, #z
        }
     Else
        { 
         Goto, Entering
        }
    }
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 04:23 AM   #19 (permalink)
Member
 
robad2's Avatar
 
Join Date: May 2008
Posts: 97
Reputation: 0
robad2 is an unknown quantity at this point
Default

Ah man, it's still not working. If you getting sick of trying, I understand. Or you could just keep trying, LOL. Persistence is a virtue.
__________________
robad2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 04:39 AM   #20 (permalink)
Global Moderator
 
itami's Avatar
 
Join Date: Dec 2007
Posts: 2,396
Reputation: 77
itami will become famous soon enough
Default

I could probably figure it out if I actually experimented with it more but I'm just lazy right now.

Hopefully this will help you learn
__________________




"As democracy is perfected, the office of President represents, more and more closely, the inner soul of the
people. On some great and glorious day the plain folks of the land will reach their heart's desire at last and
the White House will be adorned by a downright moron."

H.L. Mencken, The Baltimore Evening Sun, July 26, 1920
itami is offline  
Digg this Post!