Jump to content

How to write a script in HEX


Recommended Posts

I want to knw that how to write a script total in HEX.

http://www.autoitscript.com/forum/index.php?showtopic=110794&st=0&p=778252&hl=opcode&fromsearch=1&#entry778252

(writing a real compiler is identity to creating your own programming language)

Edited by GodlessSinner

_____________________________________________________________________________

Link to comment
Share on other sites

I want to know that how to write a script to make beer.

Explain with Examples.........

ACT 1
Scene 1 ...............Grampas Study.............Late at Night - 

John: "Hey Gramps! How do you make Beer?"
Gramps: "I'll tell you tomatoe Laddy"

Scene 2 ...............Kitchen....................The next morning

John: "I believe its something to do with rabbits is'nt it gramps?"
Gramps: "Gfaw gfaw, Whatever gave you that Idea Young Johnny?"
John: "My teacher said you need hops!"

Scene 3 ...............Back Garden ...............That evening
[Gramps is Pissed]

John: "Wowsers Gramps, Did you make that beer yourself?"
Gramps: "Sure did Johnny boy"
John: "Jeepers grampa, will you show me how ?"

[Gramps falls into compost heap and falls asleep]


ACT 2
Scene 1 ...............Front Porch.............Morning - July 3rd

John: "Morning gramps, why did you piss in the wardrobe last night?"
Gramps: "Never mind that laddy, now about that beer"

[Gramps takes John into shed]

Scene 2 ...............In Shed................Noon - July 3rd

{Gramps shows John how to make beer]
etc....
Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

ACT 1
Scene 1 ...............Grampas Study.............Late at Night - 

John: "Hey Gramps! How do you make Beer?"
Gramps: "I'll tell you tomatoe Laddy"

Scene 2 ...............Kitchen....................The next morning

John: "I believe its something to do with rabbits is'nt it gramps?"
Gramps: "Gfaw gfaw, Whatever gave you that Idea Young Johnny?"
John: "My teacher said you need hops!"

Scene 3 ...............Back Garden ...............That evening
[Gramps is Pissed]

John: "Wowsers Gramps, Did you make that beer yourself?"
Gramps: "Sure did Johnny boy"
John: "Jeepers grampa, will you show me how ?"

[Gramps falls into compost heap and falls asleep]


ACT 2
Scene 1 ...............Front Porch.............Morning - July 3rd

John: "Morning gramps, why did you piss in the wardrobe last night?"
Gramps: "Never mind that laddy, now about that beer"

[Gramps takes John into shed]

Scene 2 ...............In Shed................Noon - July 3rd

{Gramps shows John how to make beer]
etc....

LOL!!! Nice!
Link to comment
Share on other sites

I want to knw that how to write a script total in HEX.

Explain with Examples.........

I guess there is no harm in wanting something.

You forgot one of the general considerations of asking for help in these forums though, Please post the code you have tried in order that we may better service you.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Guys, you're not helpful and mocking seasonned users is bad move.

@Azeem, there is little problem writing a script completely in Hex.

I will examplify with something simple, Hello World program and leave you the joy of composing your real-life applications.

In AutoIt, a good example is:

ConsoleWrite("Hello World!" & @CRLF)

Pick up your favorite hex editor and enter the following:

436F6E736F6C655772697465282248656C6C6F20576F726C6421222026204043524C46290D0A

Save as hello.au3 then Start Menu > Execute hit Enter then "AutoIt3.exe hello.au3" and hit Enter again to have your Hex script executed.

Enjoy now writing your own AutoIt applications fully in Hex.

FYI, here's the same program written in BrainFuck

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

and Spoon

1111111111001000101111111010111111111101011101010110110110110000011010110010100101001010111111100 1010001010111001010010110010100110111111111111111110010100100010101110010100000000000000000000010 100000000000000000000000000010100101001010010001010

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

Azeem could just be misunderstood. He is not a native English speaker.

Maybe he meant HEX to be HEX and considering his response with JohnOne's post it's obvious something is wrong (not only to JohnOne's post). Maybe he wants some script to calculate total points in HEX game or something like that. Maybe translator translated wrong.

Maybe, maybe they're into the woods. :(

Look there! Is that a bird?!?

Edited by trancexx

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

Don't forget the date of posting either :( and don't complain he didn't ask for octal.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

Granted, that previous post had significance, got answered politely and accurately. It also proves that the poster can read/write english to decent extent.

Now, this one post is, well, different.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

  • 4 weeks later...
  • Moderators

Azeem,

I'm not an english speaker but i know some english

Good. :idea:

Then please will you explain a little more just what it is that you want to do. :)

M23

Edit: And after having read MHz's post I cannot wait to read your response!

Edited by Melba23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

I want to knw that how to write a script total in HEX.

Explain with Examples.........

What do you want to do with a script total in HEX? And in this topic you want to know how a file can copy to all removable drives. What normally copies to all removable drives?

Is this a obfuscated virus that you want others to help you with creating?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...