![]() |
|
|||||||
| Google Earth Hacks Home | Google Earth Files | Register | FAQ | Members List | Social Groups | Search | Today's Posts | Mark Forums Read |
| Alliances / Trash Talk Use this forum to discuss potential alliances or to smack talk other players. Please keep your language and attitude clean. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Aug 2005
Posts: 88
|
I've scripted up 150 armies, and will be sending them out to truly random locations throughout the globe. I just wanna see the pretty black stripes everywhere. Hopefully, they won't attack you, but you never know....
|
|
|
|
|
#2 |
|
Member
Join Date: Aug 2005
Posts: 93
|
Cool. What does the script do?
|
|
|
|
|
#3 | |
|
Member
Join Date: Aug 2005
Posts: 88
|
Quote:
I navigate to: "http://www.googleearthhacks.com/war/storepurchase.php?item=1" Which puts an army in my homebase. From that page, I go to my homebase, and parse out the armyid and put it in sArmy. I then choose a random city number and put it in sCity. I then do something like: Code:
Dim PostData() As Byte, sPostData As String sPostData = "city=" & sCity & "&armyid=" & sArmy & "&Move%21=Move" Call StringToByteArray(sPostData, PostData) ReDim Preserve PostData(LBound(PostData) To UBound(PostData) + 1) PostData(UBound(PostData)) = 0 'needs a null padding at end WebNavigate "http://www.googleearthhacks.com/war/movearmy.php", , , PostData, "Content-Type: application/x-www-form-urlencoded " Code:
Private Sub WebNavigate(URL As String, Optional Flags, Optional Target, Optional PostData, Optional Headers)
Flags = navNoHistory And navNoWriteToCache And navNoReadFromCache
WebBrowser.navigate URL, Flags, Target, PostData, Headers
While WebBrowser.readyState <= READYSTATE_INTERACTIVE
doevents
Wend
End Sub
This is using the WebBrowser control in Visual Basic. There are faster ways to do it, but I'm a lazy bird. Last edited by Stanley; 09-08-2005 at 10:45 PM. |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Aug 2005
Posts: 304
|
Stinkin' cheater.
__________________
New, the Unofficial Site of GEwar. A trashtalk forum for all players. Check it out: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Now with GAMES, so even if you can't be the best at GEWar, maybe you can set some highscores. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
#5 |
|
Senior Member
Join Date: Aug 2005
Posts: 847
|
Which is good as it's upto Mickey to fix this I think. If possible.
So that when the game comes out of Beta, some player doesn't do this again. |
|
|
|
|
#6 | |
|
Member
Join Date: Aug 2005
Posts: 93
|
Quote:
All of my scripts can be incorporated into the game interface if need be. I am working on a big button that says "Kill Nilla". Last edited by elk-tamer; 09-08-2005 at 11:05 PM. |
|
|
|
|
|
#7 | ||
|
Member
Join Date: Aug 2005
Posts: 88
|
Quote:
I'd encourage people to come up with alternate interfaces to the web-php interface, not discourage it. Poo-on-you for thinking otherwise. Quote:
|
||
|
|
|
|
#8 |
|
Senior Member
Join Date: Aug 2005
Posts: 847
|
Gotta ask...what's up with Nilla? I 'hear' a lot about him on this forum
|
|
|
|
|
#9 | |
|
Senior Member
Join Date: Aug 2005
Posts: 847
|
Quote:
|
|
|
|
|
|
#10 | ||
|
Member
Join Date: Aug 2005
Location: Brisbane, Queensland, Australia (27°22'34.69"S, 152°59'18.54"E)
Posts: 96
|
Quote:
Quote:
**Vacates troops from all his cities** |
||
|
|
|
|
#11 |
|
Senior Member
Join Date: Aug 2005
Posts: 632
|
![]() Well, he can change the stripe colours anytime he wants... |
|
|
|
|
#12 |
|
Senior Member
Join Date: Aug 2005
Posts: 356
|
What a name. What a warrior. Elk...what?
|
|
|
|
|
#13 |
|
Senior Member
Join Date: Aug 2005
Posts: 356
|
Hey now I know "Nilla" is a man or boy or whatever. All this time I thought this peson was a girl.
Oh I love your pink cities and lines. |
|
|
|
|
#14 |
|
Administrator
Join Date: Jun 2005
Posts: 2,328
|
I have two thoughts on this:
1 - It would be very difficult to stop this kind of scripting 2 - The scripts aren't doing anything illegal. He's not gaining extra money with the scripts, or gaining any kind of advantage. Just saving himself some hassle. Correct? If so, I don't see a problem with it. |
|
|
|
|
#15 |
|
Member
Join Date: Aug 2005
Location: Brampton, Ontario, Canada
Posts: 74
|
This is a tostesterone area only .. no girls here?
|
|
|
| Thread Tools | |
| Display Modes | |
|
|