This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
BigSHinyToys's profile picture

[WANTED] good auto typer

Started by BigSHinyToys, 27 July 2012 - 04:06 PM
BigSHinyToys #1
Posted 27 July 2012 - 06:06 PM
I personal don't use server's but others do. You may have noticed I help out in the pro section.Well now and then people ask how to put programs on a CC computer in a server. and http is not working leaving only autotypers as the only option. I haven't found a good one yet so could you help a guy out and post any programs that work well for auto typing here and i will add them to the OP here

cheers

BigSHinyToys

[AUTO TYPER database]
djblocksaway #2
Posted 28 July 2012 - 02:54 PM
i can help you out.

first install scar divi (ill put link at bottom of post)
after you install it open it then paste this script into it
Spoilerprogram MinecraftScriptCopy;
var clipText : AnsiString;
i : Integer;
begin
wait(2500);
clipText := GetClipboard();
for i:= 1 to Length(clipText) do
begin
SendKeys(Copy(clipText,i,1));
Wait(15);
end;
end.
after you have pasted the script in open up minecraft and get the editor open for the program u want to type in.
after you have done that go into scar divi and click the green arrow (play button) then quickly go back into minecraft and wait about 2 seconds and then you just have to sit back and relax!

Link removed by Cloudy due to nasties coming with the program
Stann #3
Posted 28 July 2012 - 06:45 PM
Does the code change for Tekkit?
KingMachine #4
Posted 28 July 2012 - 06:54 PM
That scar DVI shit installed a shitload of toolbarware and bloatware. DO NOT DOWNLOAD.

Changed my home page and gave me an extension (google chrome) that I DID NOT WANT. There was no option to avoid it either.

EDIT: Changed my search engine too.

EDIT 2: BUT WAIT. THERE'S MORE!
It also installed two services to my windows.
DefaultTabUpdate
and
DefaultTabSearch.

EDIT 3:
Finding registry entries named "DefaultTabBHO"
I'm expecting more.

EDIT 4: DefaultTabBHO.DLL >:[


This is malware.


EDIT 5:
Took me 14 minutes to manually remove all of that crap.
BigSHinyToys #5
Posted 28 July 2012 - 07:02 PM
With the amount of devs that use CC you would think there was a good stable auto typer around.
That scar DVI shit installed a shitload of toolbarware and bloatware. DO NOT DOWNLOAD.

Changed my home page and gave me an extension (google chrome) that I DID NOT WANT. There was no option to avoid it either.

EDIT: Changed my search engine too.
thanks for the heads up I had it downloaded but not installed thankfully
Orwell #6
Posted 28 July 2012 - 07:20 PM
Check this topic:
http://www.computercraft.info/forums2/index.php?/topic/1963-minecopy-v2-linuxwindows/

Kazagistar posted a Python one and I posted a c++ one on that page. Both open source. Mine is windows only and has only been tested on azerty keyboards, but if you give me some feedback it would takes barely 5 minutes to adapt it. I hope this helps others further. :)/>/>
KingMachine #7
Posted 28 July 2012 - 07:22 PM
WAIT WAIt. IT GETS BETTER
For one; fuck you epic coderz. First you think it's ok to install malware on your players' computers, now you think it's ok to link them to this kind of bullshit? You're a prick or a dumbass (not knowing what this program contains).
I am now posting from my laptop seeing as my entire microsoftstart menu folder has been wiped since I rebooted to check my work. I also can't make new folders anymore. Thanks a fucking lot DJ. Why don't you go learn how to actually code instead of just linking everyone to other people's viruses?
BigSHinyToys #8
Posted 28 July 2012 - 07:41 PM
Check this topic:
http://www.computerc...2-linuxwindows/

Kazagistar posted a Python one and I posted a c++ one on that page. Both open source. Mine is windows only and has only been tested on azerty keyboards, but if you give me some feedback it would takes barely 5 minutes to adapt it. I hope this helps others further. :)/>/>
that is good but being dependent on python is not the best. a simple program like notepad but with a button that starts typing in like 5 seconds is sorta what I'm looking for something with zero dependencies just a simple exe

seams like such a small thing but I cant find a good one still even with all the power of Google.
KingMachine #9
Posted 28 July 2012 - 07:55 PM
As I've stated before, quick paste is a very valid program for what you're looking for.
Stann #10
Posted 28 July 2012 - 07:59 PM
Quick Paste doesn't paste the whole text I want, it doesn't even write the program I want onto the computer.
KingMachine #11
Posted 28 July 2012 - 08:07 PM
Interesting. It was pretty much working for me. I would consider auto hotkey then. even though you'll have to manually enter "send" at the beginning of each line and "{enter}" at the end of each line. And you have to edit the script for your key of choice.
Orwell #12
Posted 28 July 2012 - 08:16 PM
Check this topic:
http://www.computerc...2-linuxwindows/

Kazagistar posted a Python one and I posted a c++ one on that page. Both open source. Mine is windows only and has only been tested on azerty keyboards, but if you give me some feedback it would takes barely 5 minutes to adapt it. I hope this helps others further. :)/>/>
that is good but being dependent on python is not the best. a simple program like notepad but with a button that starts typing in like 5 seconds is sorta what I'm looking for something with zero dependencies just a simple exe

seams like such a small thing but I cant find a good one still even with all the power of Google.

I don't believe you read my post entirely. I published a c++ one in the same topic. It has zero dependencies and is an .exe .
BigSHinyToys #13
Posted 28 July 2012 - 08:37 PM
I don't believe you read my post entirely. I published a c++ one in the same topic. It has zero dependencies and is an .exe .

Ok so I found the exe typed it and it cut off a few lines from my code also it put the path to the program as the first lien in the file. after attempting to run my program it fails. I think you might have some bugs there.

I dragged and droped the file onto your exe not through command interface. a gui would be nice.

This is the best one i have found so far but still some isues. I tested it with
LINK : [CC1.3] BENCH v0.9 multi perpous testing utility
KingMachine #14
Posted 28 July 2012 - 08:37 PM
I don't believe you read my post entirely. I published a c++ one in the same topic. It has zero dependencies and is an .exe .

Now the question is; is it going to obliterate our computers like scar dvi did?
MysticT #15
Posted 28 July 2012 - 08:41 PM
I don't believe you read my post entirely. I published a c++ one in the same topic. It has zero dependencies and is an .exe .

Now the question is; is it going to obliterate our computers like scar dvi did?
Both open source.
I think you can check yourself :)/>/>
KingMachine #16
Posted 28 July 2012 - 09:05 PM
I don't know c++ very well. Checking it myself would be harder/less reliable than just waiting until someone reports their findings. Logically, for me, it's better to wait because by the time I got done reading through it someone would have already jumped into it. I'm sure the hell not going to run anything new anytime soon though. That's for sure.. I finally got my hkey current userssoftware folder back via system restore about 30 minutes ago. I don't intend to destabilize my computer for at least a week now and I'm incapable of checking this particular download for insecurities due to lack of ability.
MysticT #17
Posted 28 July 2012 - 09:22 PM
I looks fine from what I see (don't worry, I know c++). Can't speak for the exe though :)/>/>. But it's probably fine.
KingMachine #18
Posted 28 July 2012 - 09:37 PM
well since the only CC i'm playing right now is my own server, I don't need it yet. I look forward to it not sucking though.
djblocksaway #19
Posted 29 July 2012 - 04:44 PM
You are full of shit. I have been using scar divi for almost 4 months and yes there is an option that asks if u want to install the toolbar. This program is not malware, king is a dick head and is trying to give me a bad rep.
KingMachine #20
Posted 29 July 2012 - 04:59 PM
Nope, not full of shit, I'm a dick head alright, but I'm full of no shit. Scar divi offered no such options in it's portable release. You sir can not fool me as I was taped and raped by that piece of shit program after having trusted you for the last time. Your incessant tom foolery should come to an end, lest the rest of us face a fate worse than mine. Imagine how many people are LESS computer literate than me. They will suffer from that digital disease for a score far longer than myself. I spent far too much time wasted and far too much blood pressure raised on it to not warn other's of it's dastardly woes. You will not hinder my message. Your "rep" is the least of my concern. I'm here to help everyone else, since your betrayal of my lackadaisical attention to your intentions has left me in a state of concern, for my computer, and your mind.
djblocksaway #21
Posted 29 July 2012 - 05:10 PM
Nope, not full of shit, I'm a dick head alright, but I'm full of no shit. Scar divi offered no such options in it's portable release. You sir can not fool me as I was taped and raped by that piece of shit program after having trusted you for the last time. Your incessant tom foolery should come to an end, lest the rest of us face a fate worse than mine. Imagine how many people are LESS computer literate than me. They will suffer from that digital disease for a score far longer than myself. I spent far too much time wasted and far too much blood pressure raised on it to not warn other's of it's dastardly woes. You will not hinder my message. Your "rep" is the least of my concern. I'm here to help everyone else, since your betrayal of my lackadaisical attention to your intentions has left me in a state of concern, for my computer, and your mind.
K. Simply dont get the portable version :ph34r:/>/>
KingMachine #22
Posted 29 July 2012 - 05:33 PM
More like simply don't trust shady people like yourself and that company.
Cloudy #23
Posted 29 July 2012 - 05:56 PM
Calm it down please guys - will give djblocksaway the benefit of the doubt - it seems like he didn't use the portable release. Looks just like an honest mistake.

For a future release of ComputerCraft I want to look into clients being able to upload scripts (server configurable of course) which should make this auto typing obsolete.
KingMachine #24
Posted 29 July 2012 - 06:10 PM
People still want auto typing for other reasons pertaining to security exploits. (which are preventable I might add)
BigSHinyToys #25
Posted 29 July 2012 - 06:19 PM
Calm it down please guys - will give djblocksaway the benefit of the doubt - it seems like he didn't use the portable release. Looks just like an honest mistake.

For a future release of ComputerCraft I want to look into clients being able to upload scripts (server configurable of course) which should make this auto typing obsolete.
That sounds like a good idea
Please lock or delete this topic as it is no longer relevant
coolblockj #26
Posted 29 July 2012 - 06:25 PM
You can use AHK(AutoHotKey) and make a program to type out a file
TheOutcast5 #27
Posted 30 July 2012 - 11:04 AM
i can help you out.

first install scar divi (ill put link at bottom of post)
after you install it open it then paste this script into it
Spoilerprogram MinecraftScriptCopy;
var clipText : AnsiString;
i : Integer;
begin
wait(2500);
clipText := GetClipboard();
for i:= 1 to Length(clipText) do
begin
SendKeys(Copy(clipText,i,1));
Wait(15);
end;
end.
after you have pasted the script in open up minecraft and get the editor open for the program u want to type in.
after you have done that go into scar divi and click the green arrow (play button) then quickly go back into minecraft and wait about 2 seconds and then you just have to sit back and relax!

Link removed by Cloudy due to nasties coming with the program
Damn you epic you bet me to it

That scar DVI shit installed a shitload of toolbarware and bloatware. DO NOT DOWNLOAD.

Changed my home page and gave me an extension (google chrome) that I DID NOT WANT. There was no option to avoid it either.

EDIT: Changed my search engine too.

EDIT 2: BUT WAIT. THERE'S MORE!
It also installed two services to my windows.
DefaultTabUpdate
and
DefaultTabSearch.

EDIT 3:
Finding registry entries named "DefaultTabBHO"
I'm expecting more.

EDIT 4: DefaultTabBHO.DLL >:[


This is malware.


EDIT 5:
Took me 14 minutes to manually remove all of that crap.

SCAR DIVI is not malware, you have the option to not install that stuff. I didn't have any of that stuff because i didn't rush through the installation
djblocksaway #28
Posted 30 July 2012 - 04:40 PM
At least outcast can back me up and prove its not malware,
Infact he showed me this program.
KingMachine #29
Posted 30 July 2012 - 06:04 PM
Outcast is a proven idiot from my experience. He thinks that advertising the server that he's on, to the server that he's on, just because the server says "no advertising" is witty. True story; on good servers you would have been autobanned. So witty then huh? Then you would have had to plea to the admins to unban you, then they would have had to go through the logs just to see that you derped. How embarrassing.
Also in the PM you sent me outcast, you mentioned "You should get it from its source not from an unknown website that gives portable version."
Fun fact; I got it from the site that Epic linked. Double derp.
FuzzyPurp #30
Posted 09 August 2012 - 04:01 PM
THREAD LOCKED.