Note: This forum is merely an archive. It is no longer possible to register or post. - StackOverflow
New Ace of Spades Forums: http://buildandshoot.com/

[Tool]EasyVote V2 FIXEDLINK

All third party apps for AoS.

Re: [Tool]EasyVote

Postby gamax92 » Sat Mar 03, 2012 10:26 pm

FaithLV wrote:Added to-do list


You have a to-do list for something that involves just typing this?
Code: Select all
$F3::Send, t/cancel{ENTER} ;Cancels votekick


Thats it, I'm releasing my EasyText program.
Last edited by gamax92 on Sat Mar 03, 2012 10:37 pm, edited 1 time in total.
Image
"Rather instead me being an aimbot, maybe you just suck."
User avatar
gamax92
Member
 
Posts: 97
Joined: Mon Dec 26, 2011 8:38 pm

Re: [Tool]EasyVote

Postby Paratrooper » Sat Mar 03, 2012 10:28 pm

May you add /medkit to the list?
To a Physicist, white and black is the presence and absence of color.
To a Fine Artist, white and black are just shades and tints of color.
To a Painter, any paint that you could get into a can is a color.
THIS color, on the other hand, is #b4d455.
User avatar
Paratrooper
Local Mod
 
Posts: 1590
Joined: Thu Feb 16, 2012 2:40 am
Location: California (-8:00 GMT)

Re: [Tool]EasyVote

Postby FaithLV » Sat Mar 03, 2012 10:50 pm

gamax92 wrote:
FaithLV wrote:Added to-do list


You have a to-do list for something that involves just typing this?
Code: Select all
$F3::Send, t/cancel{ENTER} ;Cancels votekick


Thats it, I'm releasing my EasyText program.


Better don't, people would use it as a spam program.
I like to call my self Mobility Modder.
User avatar
FaithLV
Member
 
Posts: 174
Joined: Wed Jan 18, 2012 9:46 pm
Location: Latvia

Re: [Tool]EasyVote

Postby FaithLV » Sat Mar 03, 2012 10:50 pm

Paratrooper wrote:May you add /medkit to the list?

Ok
I like to call my self Mobility Modder.
User avatar
FaithLV
Member
 
Posts: 174
Joined: Wed Jan 18, 2012 9:46 pm
Location: Latvia

Re: [Tool]EasyVote V2

Postby FaithLV » Sat Mar 03, 2012 11:07 pm

Updated!
I like to call my self Mobility Modder.
User avatar
FaithLV
Member
 
Posts: 174
Joined: Wed Jan 18, 2012 9:46 pm
Location: Latvia

Re: [Tool]EasyVote V2

Postby gamax92 » Sun Mar 04, 2012 12:14 am

Update the source.
Update the first post, its not correct.
Update the name, its also wrong.

Also, if I put TEXT instead of a COMMAND into your input box, it will not send because you forgot to send "t" first.
Also, If I leave the Hotkey input box blank, it throws an error and complains.
Image
"Rather instead me being an aimbot, maybe you just suck."
User avatar
gamax92
Member
 
Posts: 97
Joined: Mon Dec 26, 2011 8:38 pm

Re: [Tool]EasyVote V2

Postby FaithLV » Sun Mar 04, 2012 11:21 am

gamax92 wrote:Update the source.
Update the first post, its not correct.
Update the name, its also wrong.

Also, if I put TEXT instead of a COMMAND into your input box, it will not send because you forgot to send "t" first.
Also, If I leave the Hotkey input box blank, it throws an error and complains.


Facepalm there is already t in front of them
FaithLV wrote:
gamax92 wrote:Update the source.
Update the first post, its not correct.
Update the name, its also wrong.

Also, if I put TEXT instead of a COMMAND into your input box, it will not send because you forgot to send "t" first.
Also, If I leave the Hotkey input box blank, it throws an error and complains.


Facepalm there is already t in front of them

What inputbox?
I like to call my self Mobility Modder.
User avatar
FaithLV
Member
 
Posts: 174
Joined: Wed Jan 18, 2012 9:46 pm
Location: Latvia

Re: [Tool]EasyVote V2

Postby gamax92 » Sun Mar 04, 2012 10:20 pm

Your exe you posted for downloading doesn't match the source code you posted.
Please either fix the link for the exe or fix the source.

Since your Source doesnt match the exe:
Code: Select all
; <COMPILER: v1.1.05.06>
#SingleInstance, force
#Persistent
Menu, Tray, NoStandard
Menu, Tray, Add , Change Text, msg1
Menu, Tray, Add , Change Hotkey, changehot
Menu, Tray, Add , Help , Help
Menu, Tray, Add , About, abu
Menu, Tray, Add , Exit, exit

AutoExec:
InputBox, hotkeyname, hotkey, Enter hotkey, , , , , , , , F4
InputBox, MSG, What ya spam?, Text to spam, , , , , , , , ENTER YOUR TEXT HERE TO SPAM
hotkey, %hotkeyname%,mememe
return

changehot:
old_hotkeyname:=hotkeyname
InputBox, hotkeyname, Hotkey, Enter hotkey, , , , , , , , %hotkeyname%
if ErrorLevel
{
   MsgBox, CANCEL was pressed.
}
else
{
   hotkey, %hotkeyname%, mememe
   hotkey, %old_hotkeyname%,off
}
return

msg1:
InputBox, MSG, What ya spam?, Text to spam, , , , , , , , %MSG%
return

abu:
MsgBox, 0,EasySpam v2b, EasySpam By Faith.
return

Mememe:
SetKeyDelay 50, 50
Send, %MSG%{ENTER}
return

exit:
MsgBox, 4,Exit, Exit EasySpam?
IfMsgbox No
   return
IfMsgBox Yes
   ExitApp
return

Help:
Gui, Add, Edit, w500 h500 ReadOnly, VERSION HISTORY`nVersion 2b:`n--Fixed hotkey Glich`n--Source code semi-rebuild`nKNOWN BUGS:`nIf you close help window, program closes too`n`n---------------------------`nEasySpam by Faith`nFor personal purposes only!`n`nSpecial thanks to:`nLeef_me for script improving (Thank you there!)
Gui, Show
return

GuiClose:
ExitApp
Image
"Rather instead me being an aimbot, maybe you just suck."
User avatar
gamax92
Member
 
Posts: 97
Joined: Mon Dec 26, 2011 8:38 pm

Re: [Tool]EasyVote V2

Postby FaithLV » Mon Mar 05, 2012 5:02 pm

Sorry, i uploaded Wrong File
I like to call my self Mobility Modder.
User avatar
FaithLV
Member
 
Posts: 174
Joined: Wed Jan 18, 2012 9:46 pm
Location: Latvia

Re: [Tool]EasyVote V2 FIXEDLINK

Postby danhezee » Mon Mar 12, 2012 7:43 pm

Cool tool, after looking at the code it looks straight forward enough to customize oneself.
Image
User avatar
danhezee
Site Admin
 
Posts: 315
Joined: Sat Dec 10, 2011 5:53 pm

Re: [Tool]EasyVote V2 FIXEDLINK

Postby FusedIon » Wed Jul 11, 2012 6:39 pm

Wow Google Chrome you have failed me, It said this was a "malicious file" so i downloaded it an put it on virustotal... None of the programs detected it as a "Malicious File"...Google Chrome you have failed me!
FusedIon
Member
 
Posts: 1
Joined: Wed Jul 11, 2012 6:36 pm

Re: [Tool]EasyVote V2 FIXEDLINK

Postby XxGamingTownxX » Wed Jul 18, 2012 4:41 pm

But wHen ever i do H it does t/medkit


So you need to cHnage tHat bug, i Have to Caps tHe H for it not to work! please cHange it to sometHing anotHer Button!
XxGamingTownxX
Member
 
Posts: 2
Joined: Wed Jul 18, 2012 12:59 am

Previous

Return to Tools/Utilities



Who is online

Users browsing this forum: No registered users and 6 guests

cron