Register for your free account! | Forgot your password?

You last visited: Today at 02:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



HoneyBoxenzAutoDump

Discussion on HoneyBoxenzAutoDump within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
HoneyBoxenzAutoDump

Dunno if it exists already, but meh, it was fun to make
fell free to use in your 1337-uber-bots, if you dont already have such functionality.

PHP Code:
import zlibsysurllib

# Settings
SERVER "int1"
NUMCODENZ 100

# Get the latest swf
webFile urllib.urlopen("http://" SERVER ".darkorbit.bigpoint.com/spacemap/main.swf")
content webFile.read()
webFile.close()

# madcheckz
if content[1:3] != "WS":
    print 
"not a flash file!"
    
sys.exit(1)

# dump compressed file (debugging purposes)
dmp2 open(SERVER ".swf"'wb')
dmp2.write(content)
dmp2.close()

# uncompress if nedded
if content[0:3] == "CWS":
    print 
"This is a compressed swf!"
    
content content[0:8] + zlib.decompress(content[8:])
    
content 'F' content[1:] # mark it as uncompressed

# dump uncompressed file (debugging purposes)
dmp open(SERVER "_uncompressed.swf"'wb')
dmp.write(content)
dmp.close()

# extract codez
for i in range(len(content)):
    if 
content[i] == '\x05':
        
ii i
        goon 
True
        spree 
0
        
while ii len(content) and goon:
            
ii += 6
            
if content[ii] == '\x05':
                
spree += 1
            
else:
                
goon False
        
if spree == NUMCODENZ 1:
            
codez content[i+1:ii].split('\x05')


# save codez to file
out open(SERVER ".txt"'w')
for 
code in codez:
    
out.write(code '\n')
out.close() 
Python
general_lolichdissdich is offline  
Thanks
2 Users
Old 09/25/2011, 18:51   #2
 
rjsdabom's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 222
Received Thanks: 65
What is this exactly?
rjsdabom is offline  
Old 09/25/2011, 18:54   #3
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
If you dont know what it does why ask?

Just from the description i can make out its ment to open main.swf then download the honey box codes to a text file. If it works is another thing

hows it work? dunnp php or vb im unsure.
logical691 is offline  
Old 09/25/2011, 19:30   #4
 
rjsdabom's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 222
Received Thanks: 65
First off, dont tell me not to ask especially when you're too dumb to realise it says its written in python at the bottom.
rjsdabom is offline  
Old 09/25/2011, 19:57   #5
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
Ill tell u what i want to tell you, if your ****** i know more about it then you then its tough **** really. You asked the dumb question i just replied, but seeing as you know the language shouldnt you know more about the script than me?

How dumb do you feel now? Dipshit!
logical691 is offline  
Old 09/25/2011, 20:13   #6
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
Don't bitchfight in my thread.
It's meant to fully automatically update the honeyboxes. All the other scripts programs I've seen fetch their data from the coder who copies them out manually, so its not really automatic.
technically there is no rocket science involved.
general_lolichdissdich is offline  
Old 09/25/2011, 20:19   #7
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
Sorry to **** on your fire but this is the second or third version of this ive seen its not ur code, you have no rights to it their for you have no say.
logical691 is offline  
Old 09/25/2011, 20:22   #8
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
Reference?

Edit: Also this code is 100% written by me and the technique is 100% reversed by me!
general_lolichdissdich is offline  
Old 09/25/2011, 20:25   #9
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
I need to provide you someone with 15 posts reference? umm no, but if you look hard enough you will find that iNk created a program that did this along with another member of these forums or zhky or whatever its called (russian forums).

Use google its ur friend i am not.
logical691 is offline  
Old 09/25/2011, 20:35   #10
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
If you cannot provide reference your statement is worth nothing. that's how life goes.

Also you'r (an) ingorant (****). You judge people by their postcount
What you did'nt notice anyway is that I did'nt claim to be the first one doing this :doublefacepalm: and in the end this script is clean & easy to follow and ofc opensource as you see. This is perfect for other people developing their bots, because they can (as stated in initial post) use it in their bot's without asking/copyright/aso.
general_lolichdissdich is offline  
Old 09/25/2011, 20:40   #11
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
I told you to use google but your too much of a total ******* to know how to use google to its potential it seems maybe you should google "how to use google like a pro" this isnt your code, and thinking other people will use it just shows how much of an idiot you are.

Id prefer to write and double check the code my self 100% then use some stupid idiots code. :tripplefacepalm: congrats u got an award as being a douche thats knows nothing!
logical691 is offline  
Old 09/25/2011, 20:59   #12
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
I really don't get it. Do you mean this?
You mean something else? Because this has nothing to do with what I've done. I kinda have the feeling that you are missing the technical knowledge to judge my script.
Also it's not like I asked for something... So I don't have to do anything to get reference. If YOU post something YOU have to give reference.

Quote:
Originally Posted by logical691 View Post
congrats u got an award as being a douche thats knows nothing!
I kinda have that feeling thats it actually is the other way around...
general_lolichdissdich is offline  
Old 09/25/2011, 21:14   #13
 
elite*gold: 0
Join Date: Aug 2011
Posts: 442
Received Thanks: 78
You askde me for reference so dont lie kid, i dont make up **** like you. Your just mad that your tnot the only person to make something like this, and as for that link you p[osted no, he made a tool to extract the codes but if you knew anything you would know ink lost 1k posts and since then his support has gotten worse and worse.

I have technical knowledge and resource abilities all you have is some code you "claim" you wrote and what a big "Wooooooooow! thanks this is awesome!" for. Sorry i dont give that just facts without fiction. Now do one u bore me small minded person and congrats on keeping your award!
logical691 is offline  
Old 09/25/2011, 21:38   #14
 
elite*gold: 0
Join Date: Oct 2009
Posts: 77
Received Thanks: 20
Quote:
Originally Posted by logical691 View Post
You askde me for reference so dont lie kid, i dont make up shit like you.
You were claiming something without reference. That's the point.

Quote:
Originally Posted by logical691 View Post
Your just mad that your tnot the only person to make something like this
No, I'm not mad at all since that was not my intention at all.

Quote:
Originally Posted by logical691 View Post
and as for that link you p[osted no, he made a tool to extract the codes
Aha...

Quote:
Originally Posted by logical691 View Post
but if you knew anything you would know ink lost 1k posts
Ah that's why I cant find it. So why should google lead me there then?

Quote:
Originally Posted by logical691 View Post
and since then his support has gotten worse and worse.
IDC?

Quote:
Originally Posted by logical691 View Post
is some code you "claim" you wrote
And you can't even prove it's not mine.
general_lolichdissdich is offline  
Old 09/25/2011, 23:51   #15
 
rjsdabom's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 222
Received Thanks: 65
Someone ban logical, the ******* kid is just flaming **** left and right.
rjsdabom is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 02:26.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.