top of page
ininmorhime

Afk Bot Samp 15



Hi @Muffadal Khopoliwala , I did a test based on the offical sample LocalFiles on android emulator (android 11), and changed the code in class ExternalStorageFilenameGenerator to yours, but it works properly.


I see the issue is there even when using the -samples/tree/master/LocalFiles repo also. It worked only for the very first time. Once the txt file is created, delete the file by going to Files app on Android phone, and try the app again. You will get the same exception.




Afk Bot Samp 15




An auto typer for Mac OSX:Hello everyone, here is an updated version of my auto typer for mac.You have to build it yourself, but this is very easy....So, first you have to go into your applications folder, and scroll down to the bottom, where there should be another folder, called "utilities"open the utilities folder, and find the utility called "AppleScript Editor". open it.Paste the following code into the applescript window that opens:tell application "System Events"set a to "Sample Text"display dialog "What to say:" default answer "[Default text to say here]"set a to the text returned of the resultrepeatrepeat 10 timesactivate application "Safari"keystroke adelay 0.1keystroke returnend repeatdisplay dialog "Do you want to quit?" buttons "Quit", "Continue" default button 2if the button returned of the result is "Quit" thenexit repeatend ifend repeatend tellokay, once you have done that, you have to replace some things. on the line where it says "activate application "Safari"", replace Safari with the browser that you are going to use to play RS. make sure the frist letter is a capital. After that, you want to change [default text to say] to whatever you want the window to say by default. for example, you could make it say a text effect of some sort. (like flash2:)finally, you can change the line where it says "delay 0.1" and make it take longer to type, by putting in delay 1.0 or delay 0.5 to change how long it takes to type. you can also change the number of times it will repeat itself before you are prompted to continue or quit by changing the line that says "repeat 10 times" and changing the number 10 to something like 40 or 100. after you have customized it, just save the file. save it as something like "Spammer" as an application, instead of a script. (you can change that where it says "file format". you dont have to do anything else; just start RS and make the thing start. Also, it is NOT something that will hack your account. i will explain exactly why down below:==========================WARNING: KINDA BORING/LONG================tell application "System Events" (this will make a window. its telling the computer to open a window under the app system events.)set a to "Sample Text" (this basically makes it so that a = the default text, or if you get rid of the default text, it makes a = to whatever you changed the default text to.)display dialog "What to say:" default answer "[Default text to say here]" (this tells the window to display "What to say" and default answer makes a little text box below it that you can type stuff in)set a to the text returned of the result (this is what i mentioned before; if you change the sample text to something else, this changes "a" (the variable where the sample text is stored) to whatever you put in.)repeat (this allows a loop)repeat 10 times (number of times to repeat)activate application "Safari" (this switches to the browser. if it didnt have this, the app would act crazy and just be dumb. (trust me, i have had it change all of my files to spam names because i forgot that line XD))keystroke a (this makes the computer type "a" (the text that you typed in, or the default text) into the browser.)delay 0.1 (how long it will take for each line)keystroke return (this is the equivalent of pressing enter)end repeat (after the program has repeated this X amount of times (x being whatever number you deicde for it to repeat) it will stop repeating.display dialog "Do you want to quit?" buttons "Quit", "Continue" default button 2 (this makes 2 buttons, so that you have an option to quit or continue. displays the text "do you want to quit" as well.if the button returned of the result is "Quit" then (this means that if you press quit, you end the program)exit repeat (see above, this is exiting the loop function)end if (this ends the If part of the program)end repeat (this ends the loop function)end tell (remember at the beginning where it says "tell application "system events"? yeah, this shuts that down, thus completing the cycle and shutting down the whole app.) 2ff7e9595c


0 views0 comments

Recent Posts

See All

Comentarios


bottom of page