Showing posts with label autotyper. Show all posts
Showing posts with label autotyper. Show all posts

Wednesday, October 21, 2015

As a casual gamer I like to cheat on games that I don't really want to put much time into but still get the payout that hardcore casual browser gamers get! So I use Macro's... I've tried many from Imacro to Mini Mouse macro. All of these fell short from what I was trying to accomplish, I tried them on Dofus and Pokemon Planet and they well kind of worked.

I found Jitbit Macro Recorder on accident from a google search and gave the free trial a try. For games such as Dofus/Wakfu and Runescape Jitbit doesn't work with out you being at the computer due to the games cheat detection and random events.

BUT.

It works with out a flaw for games like Pokemon Planet and other such browser games, as I write this I'm currently leveling up my pokemon with out actually playing. I know that Jitbits could be used from many things such as repetitive work tasks, but I as the lazy "gamer" I figured out it works great for browser rpg games! It works flawless with the keystroke and mouse recorder, I can't stress this enough how amazing this program is for automating/autoing your games and leveling up with out the grinding that most games involve now a days.

If you are interested in giving this awesome program a try and maybe cheating at one of your webgames, which include mafiawars, pokemon planet, pokemon rpg and many other browser based games then here's the link and hope you guys enjoy!

https://www.jitbit.com/macro-recorder

Sunday, February 16, 2014

Here is the VBS download but below you can find the source.
https://www.mediafire.com/?acs4fl2lz5eabb5
Always remember this is for learning purposes!





Just save this code as .vbs and open the page you want to spam with the text!


Code:

set shell = createobject ("wscript.shell") strtext = inputbox ("CTron Got It Goin On! ") strtimes = inputbox ("100") strspeed = inputbox ("100") strtimeneed = inputbox ("2000") If not isnumeric (strtimes & strspeed & strtimeneed) then msgbox "You entered something else then a number on Times, Speed and/or Time need. shutting down" wscript.quit End If strtimeneed2 = strtimeneed * 1000 do msgbox "You have " & strtimeneed & " seconds to get to your input area where you are going to spam." wscript.sleep strtimeneed2 shell.sendkeys ("Spambot activated" & "{enter}") for i=0 to strtimes shell.sendkeys (strtext & "{enter}") wscript.sleep strspeed Next shell.sendkeys ("Spambot deactivated" & "{enter}") wscript.sleep strspeed * strtimes / 10 returnvalue=MsgBox ("Want to spam again with the same info?",36) If returnvalue=6 Then Msgbox "Ok Spambot will activate again" End If If returnvalue=7 Then msgbox "Shutting down" wscript.quit End IF loop
LIKE ON FACEBOOK Follow me on Twitter!