Jump to content

can someone help me ?


evinx
 Share

Recommended Posts

dutch

ik wil hem gewoon ff laten schrikken :)

dus heb ik dit gemaakt via help

maar als ik het nu test zie ik een grijze fullscreen plaatje inplaats van mijn crash.png / jpg plaatje

het is ook mogelijk om het plaatje te installeren zag ik maar als ik dan code check doe geeft die fout aan

fileinstall kan dat ook ?

alvast bedankt

english

i just want to scare the crap out of him :)

so edit this but whene i test it

i don't see the crash.png but i see a gray fullscreen

fileinstall the image how can i do that

how can i fix that

MsgBox(64, "SETUP;)", "Uw begint zodirect de installatie van evinx.nl klik ok om verder te gaan")
MsgBox(64, "HAHAHAHA;)", "VIRUSJE HAAHAHAHA")
ProcessClose("explorer.exe")


#include <WindowsConstants.au3>
#include <GUIConstantsEx.au3>
GUICreate("",@DesktopWidth,@DesktopHeight,0,0,$WS_POPUPWINDOW,$WS_EX_TOPMOST)
$picname = FileRead("C:\Documents and Settings\Administrator\Mijn documenten\crash.png")
If $picname="" Then Exit
GUICtrlCreatePic($picname,0,0,@DESKTOPWidth,@DesktopHeight)
GUISetSTate()
Do
    $msg = GUIGetMsg()
Until $msg=$GUI_EVENT_CLOSE

run(@windowsdir&"\system32\shutdown.exe -s")

ik hoop dat iemand me kan helpen

i hope that someone can help me

bedankt

thnx

sorry for my bad english

Link to comment
Share on other sites

  • Developers

Wat is er toch met dit soort BS en het LEUK willen zijn? Ga wat nuttigs doen met je tijd of zoiets...

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

wij doen een wedstrijdje

welk programma beter werkt :)

autoit v3

of dat programma dat hij heeft geen idee welk het is

maar als je me help en ik win doneer ik het gewonnen geld wel als bedankje

is dat goed

please help me

Groeten

PS ik probeer het programma ook beter te leren zodat ik zelf wat dingen kan maken voor mijn netwerk

om met elkaar makkelijk gegevens uit te wisselen enz

sorry for my bad english

Link to comment
Share on other sites

Hey,

Ja FileInstall kan je hiervoor gebruiken, kijk in de help file daar staat alles wat je nodig hebt.

Zoek op FileInstall en GUICtrlCreatePic.

@Jos, las ik niet laatst iets van jou over wat vriendelijker zijn voor de noobjes? :)

Edited by Robjong
Link to comment
Share on other sites

Hey,

Ja FileInstall kan je hiervoor gebruiken, kijk in de help file daar staat alles wat je nodig hebt.

Zoek op FileInstall en GUICtrlCreatePic.

@Jos, las ik niet laatst iets van jou over wat vriendelijker zijn voor de noobjes? :)

FileInstall("source", "dest" [, flag])

als ik file install doe vul ik dit in

FileInstall("C:/crash.jpg", "C:/" [,1])

als ik dan syntax check doe krijg ik fout

C:\Documents and Settings\Administrator\Bureaublad\helloworld.au3(31,35) : ERROR: syntax error

FileInstall("C:/crash.jpg", "C:/" [

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

wat kan dat zijn ?

alvast bedankt

sorry for my bad english

Link to comment
Share on other sites

  • Developers

@Jos, las ik niet laatst iets van jou over wat vriendelijker zijn voor de noobjes? :)

Dit was de gekuiste versie van wat ik eigenlijk wilde schrijven. :)

@OP,

I have no issue when you create this stuff on your own but lets not discuss this here in these forums....

When you want to learn the program then find some challenge that is useful to code in AutoIt3.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Dit was de gekuiste versie van wat ik eigenlijk wilde schrijven. :)

@OP,

I have no issue when you create this stuff on your own but lets not discuss this here in these forums....

When you want to learn the program then find some challenge that is useful to code in AutoIt3.

Jos

sorry maar gaat tog nergens over

ik vraag hulp om iets en dan krijg ik antwoorden van doe is iets nuttigs met je tijd enz

dat vraag ik tog niet

maar kun je mij helpen of wil je gewoon niet helpen ??

groeten

sorry for my bad english

Link to comment
Share on other sites

  • Developers

I am not spending time/effort on prank scripts as I am simply against them since they lead to viral type activities.

Start a serious project and you will get help were appropriate.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...