Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
3,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. Elysian is a powerful ROBLOX script execution cheat that gives
  2. you the ability to run any ROBLOX Lua script in any game, for the relatively low price of 40 USD.
  3.  
  4.  
  5.  
  6.  
  7. FEATURES
  8. [img]https://vgy.me/7Eve4S.gif[/img]
  9.  
  10. PERFORMANCE & STABILITY - Elysian should be able to run on any Windows system, with little shutdowns or crashes. If you experience issues please contact me.
  11.  
  12. LOADSTRING - Elysian has a custom loadstring function, allowing you to compile and run scripts inside of other scripts.
  13.  
  14. GETOBJECTS - Elysian also includes a custom GetObjects function, which ROBLOX recently removed from their Lua environment.
  15.  
  16. CONTEXT LEVEL - Elysian has a "security context level" of 7, allowing you to run any script with unrestricted access.
  17.  
  18. SCRIPT EXPLORER - Elysian holds a list view at the right side of its UI, listing all scripts located in the script folder. Use Right Click->Execute to run a script in the explorer.
  19.  
  20. AUTOEXEC FOLDER - Elysian has an autoexec folder (located in the scripts folder). All scripts in this folder will be ran automatically when Elysian is injected.
  21.  
  22. TRUST CHECK BYPASS - Elysian bypasses the trust check for web related functions, allowing DataModel::HttpGet and DataModel::HttpPost to send requests to any site, not JUST roblox.
  23.  
  24. EXTENDED ENVIRONMENT - I've added several functions to the lua environment, allowing the user more freedom. Open the spoiler below to see details:
  25. [spoiler=Environment Details (FOR DEVELOPERS)]
  26. loadstring
  27. See http://wiki.roblox.com/index.php?title=Function_dump/Basic_functions#loadstring for more details.
  28.  
  29. getrawmetatable
  30. getrawmetatable(variant<table, userdata> obj)
  31. Returns the metatable from a table or userdata, even if its locked (so you could get Game's metatable with this)
  32.  
  33. setrawmetatable
  34. setrawmetatable(variant<table, userdata> obj, table val)
  35. Sets the metatable of a table or userdata, even if its locked.
  36.  
  37. isreadonly
  38. isreadonly(table val)
  39. Returns true if the table is read-only, false if it isn't.
  40.  
  41. setreadonly
  42. setreadonly(table tab, boolean readonly)
  43. Sets the read-only flag of a table.
  44.  
  45. printconsole
  46. printconsole(string val)
  47. Prints val to Elysian's console in blue text.
  48.  
  49. getobjects
  50. getobjects(string content)
  51. Internal function used in DataModel::GetObjects (see init.lua)
  52.  
  53. readfile
  54. readfile(string path)
  55. Returns the contents of the file located at `path`.
  56.  
  57. getgenv
  58. getgenv()
  59. Returns the global environment for Elysian.
  60.  
  61. Clipboard::set
  62. Clipboard.set(string data)
  63. Sets the clipboard to `data`.
  64.  
  65. detourmethod [BUGGY]
  66. detourmethod(string class, string method, function callback)
  67. Allows you to hook methods called by game scripts.
  68. [spoiler=EXAMPLE]
  69. http://pastebin.com/zETGA4sY
  70. [/spoiler]
  71.  
  72. mouse1press
  73. mouse1press()
  74. Presses the left mouse button.
  75.  
  76. mouse1release
  77. mouse1release()
  78. Releases the left mouse button.
  79.  
  80. mouse1click
  81. mouse1click([number delay])
  82. Clicks the left mouse button with an optional delay in between. Delay default is ~0.03 seconds.
  83.  
  84. mouse2press
  85. mouse2press()
  86. Presses the right mouse button.
  87.  
  88. mouse2release
  89. mouse2release()
  90. Releases the right mouse button.
  91.  
  92. mouse2click
  93. mouse2click([number delay])
  94. Clicks the right mouse button with an optional delay in between. Delay default is ~0.03 seconds.
  95.  
  96. keypress
  97. keypress(number virtualkey)
  98. Presses key `virtualkey`.
  99. Use this for reference: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
  100.  
  101. keyrelease
  102. keyrelease(number virtualkey)
  103. Releases key `virtualkey`
  104.  
  105. mousemoverel
  106. mousemoverel(number x, number y)
  107. Moves the cursor relatively.
  108.  
  109. mousescroll
  110. mousescroll(number amount)
  111. A positive number scrolls the mouse up and a negative number scrolls the mouse down.
  112. Use this for reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms646273(v=vs.85).aspx
  113.  
  114. getfgwindowtitle
  115. getfgwindowtitle()
  116. Returns the title of the foreground window.
  117.  
  118. writefile
  119. writefile(string path, string data [, boolean binary])
  120. Writes `data` to the file `path`.
  121.  
  122. getelysianpath
  123. getelysianpath()
  124. Returns a path to Elysian's folder.
  125.  
  126. saveinstance
  127. saveinstance(string path, Object instance)
  128. Saves an instance to a file which can be later opened in Studio.
  129. [/spoiler]
  130.  
  131.  
  132. VIDEO
  133. [img]https://vgy.me/7Eve4S.gif[/img]
  134. https://www.youtube.com/watch?v=HYYjzUMQ87k
  135. XD
  136.  
  137.  
  138. TERMS OF SERVICE
  139. [img]https://vgy.me/7Eve4S.gif[/img]
  140.  
  141. - I can change the terms of service at any time.
  142. - I ONLY accept transactions through paypal OR 50$ steam gift cards.
  143. - You MAY NOT (attempt to) sell/buy any whitelisted accounts. If you are caught, the account will be locked.
  144. - You may not use Elysian to scam, rat, etc other people.
  145. - I cannot guarantee updates forever and can discontinue/pause updates at any time.
  146. - You may not crack or reverse Elysian.
  147. - If you chargeback, you will be permanently banned from the whitelist (I also probably wont sell you any of my future products).
  148.  
  149.  
  150.  
  151. PURCHASE
  152. [img]https://vgy.me/7Eve4S.gif[/img]
  153.  
  154.  
  155. Elysian is 40 USD
  156. I will be using SKYPE to handle sales and customers.
  157.  
  158. When you purchase, you agree to the terms of service (you should read those before you buy)
  159.  
  160. I'm trying something new and moving to a reservation-type system, where the first people to contact me will be assigned a reservation spot (#1 through #50).
  161. Once all spots are assigned, I will start from the beginning and work to the end. If you can't purchase within 2-3 days of your spot being assigned (or you want to cancel/give away the spot), I will give the spot to someone else. Don't try to sell your spot (you can give it away for free, if you want, however). When I get to you after your spot has been reserved, I expect you to have this form filled out:
  162.  
  163. V3rmillion Username:
  164. V3rmillion ID:
  165. Paypal Name:
  166. Email (preferably your paypal email):
  167. Roblox User ID:
  168.  
  169. Finally, to purchase, add me on skype:
  170. -SNIP-
  171.  
  172. I AM NOT SELLING
  173.  
  174.  
  175.  
  176. Thank you!
  177. lol thx @dhruv for linking me the sexy dividers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement