
xXUlTiMaTeSiNXx
Active Members-
Posts
43 -
Joined
-
Last visited
Everything posted by xXUlTiMaTeSiNXx
-
Mario game problam....
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
I dont want to use a game creator, i want to prgram it, also i know how to use a bloody PNG image thats not the issue. -
Heyy, i download some source for a game from here: http://www.autoitscript.com/forum/index.php?showtopic=89733&st=0&p=645015&hl=mario&fromsearch=1&#entry645015 and i want to make a mario game out of it, but im going NUTS looking for a solution to this, i want 1 mario and for him to be full size but well... look at the pic: so um... yea, help would be appreciated. Download it here... source and images in download, help appreciated.
-
@computername & @ipaddress1 or whatever the variable for ip adress is.
-
The ip address? thats uniqe.
-
TCP Message box.
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
Bump -
Hey guys, im trying to write a remote maintenance tool in autoit but i am haveing trouble with getting the TCP connection working, if somebody could show me a basic code that would send a message box from the outgoing connection to the server useing the tcp connection and comment the code to show me how it works this would be much appreciated.
-
-
Your used to batch arent you? MsgBox(0, PI, $p)
-
AutoIT in linux? (wine)
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
Im just makeing sure, i just got a new hdd and i want to know if i should install linux (my prefered os) or windows. -
Will AutoIT v3 run fully and bug free in WINE windows emulator in Ubuntu? (i also mean the compiled scripts)
-
How to interrelate one variable to another?
xXUlTiMaTeSiNXx replied to nokia6300's topic in AutoIt General Help and Support
i think i understand so, the value of first variable, lets call it $var1 is "123" and the value of our second variable, $var2 is "456" what you want is a variable called $var3 that will result in 123456? this can be achived two ways, the first is relitivly simple, rather than actuly haveing a $var3 you would simple write $var1 & $var2oÝ÷ ÚØ^±ç(جjZ(¥Ê'µ¨§Ø^m«"qÊ'qêm¡ûayø«²ÜÊ0z÷«r·¶)àÓ~¯j½ÚºÚ"µÍÚ[HBÖSÕTÓÑHTB ÌÍÝH [È ÌÍÝH ÌÍÝÂÛY L BÙ[ -
Binding two files together...
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
no actuly it dose work that way, google search "binder" and you will see theres lots of them out there, all i want to do, is compile two .exe files into a single .exe file that will run both the original .exe files. and no i dont mean run("1.exe") run("2.exe" i mean make 1.exe and 2.exe into say, 3.exe wich contains and executes the first two .exes. -
Hey, posted HERE however it is slightly over complex for me to understand, but i want to learn how to write keyloggers in autoit, so i was hoping someone could strip it down the the bare basics of the code (basically without all the install stuff and checking if a current install egzists and whatever) so that is is just the keylogger itself? also if possible you could put in some comment lines explaining what it dose, thank you for reading this and no, i don't intend to use this keylogger on any computer other than my own. (sorry for my bad spelling / grammar, its 1am and im kina outa it)
-
First Script (error parsing function call)
xXUlTiMaTeSiNXx replied to snowman533's topic in AutoIt General Help and Support
YAY, the first user i have helped on AutoITscript forums! -
Binding two files together...
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
i am trying to build a binder / byte adder. and this still remains unresolved!!! -
First Script (error parsing function call)
xXUlTiMaTeSiNXx replied to snowman533's topic in AutoIt General Help and Support
I recently wrote a scrupt to run the egzact same program, i recall it going somewhat like this; Run("CCleaner.exe") winwaitactive("Piriform CCleaner") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{TAB}") send("{ENTER}") sleep(5000) MsgBox(0, "CCLeaner", "CCLeaner ran succsesfuly!") exit -
Play AVI while downloading?
xXUlTiMaTeSiNXx replied to Rorka's topic in AutoIt General Help and Support
I think the correct term of what you want is "streaming". -
Binding two files together...
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
no, i need the files physicaly as one. -
Binding two files together...
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
weed find a man with long hair and give him $25 -
Binding two files together...
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
BUMP. [still unresolved] -
Thankyou, this will help me alot. [sorry or bumping a resolved thread, i just believe thanks is in order]
-
Need a relitivly simple IE script.
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
ohnestly i woudent have a clue, a mate from school asked me to make it for him, but i know hes no webmaster so i dont realy know why. -
Need a relitivly simple IE script.
xXUlTiMaTeSiNXx replied to xXUlTiMaTeSiNXx's topic in AutoIt General Help and Support
yeh but im runing the cd live atm coz my ubuntu partition s**t itsself, but in the morning i will go on my windows partition and do this.