What Program is used to make Scrapebox/Xrumer

Ahh here's the source code www.scrapebox.com/videos/dev/

But seriously as been mentioned it's Delphi + Assembler.

oh man,
what exactly in Scrapebox requires inline assembler???

pk

Nothing "requires" assembler in it, but when such things like a string replace on a large list goes from 13 seconds to 600ms when done in assembler making a function about 22 times faster then the question is why not use it.

I analyz code . i now have work on crack that !

How u analyz code in da notepadz? :D

The real question is: "Who cares?"

Now go make some $$.

Exactly. :)
 
Last edited:
I've never used Delphi. How does it compare to visual studio for creating windows GUI apps fast? Doing nothing but web apps for years has made me want to get into some windows apps.
 
That's smth hard to argue with...
Thanks Sweet, I thought assembler nowdays is only for 4mb hardware devices..

pk

Ahh here's the source code www.scrapebox.com/videos/dev/

But seriously as been mentioned it's Delphi + Assembler.



Nothing "requires" assembler in it, but when such things like a string replace on a large list goes from 13 seconds to 600ms when done in assembler making a function about 22 times faster then the question is why not use it.



How u analyz code in da notepadz? :D



Exactly. :)
 
Delphi is a bitch to automate with windows messages... I hate it. But that's besides the point. Spy++ is the most painless (fastest) way to see the language of a win app.

And it's Assembly, not assembler. The latter is just that, an assembler of source code.
 
Man there must be some pretty slow library functions is Delphi if string replace takes thirteen seconds. I'm glad to see that there are still some other asm coders out there though.

They are about the same speed as the one in C/C++, but the reason is, the end user want functions to be executed fast, so it make sense to replace some RTL functions with optimized assembly code to speed up things.
 
Scrapebox coded in pure Delphi
Xrumer coded in C++ / Python and some php
 
Inexperience? Haha... you must be kidding... I write software since 30 years and used a lot of various programming languages.




Simple, submit it to virustotal, scroll down, click beside "Additional Information" the button "Show All" and you will get an idea...


If you have 30 Years of experience then you should put some attention to VB.net further. As VB and C# both are quite similar to each other when it comes to functionalities. Some syntactic sugar might be missing. In terms inability to develop something using vb.net when compared to other languages. I did not notice any so far.

Moreover, a .Net language with OOPS support. it is pretty much going to offer Rapid application development along with visual studio.

FYI, A well written VB program can be read like an essay. That's the power of VB. My views are indeed biased as I am programming in vb since 199X.

Take care.
 
Last edited:
SE Nuke is .Net ----- My guess is based on the Icons In some popup. Default icon shown in some popups.
Wicked Article Creater ---- Also .net Also based on icons in some popups.
 
Back
Top