RyanDaCoder

Rafxx

Oct 25th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RafxxGUI = Instance.new("ScreenGui")
  4. local Raf = Instance.new("TextLabel")
  5. local home = Instance.new("TextButton")
  6. local lua = Instance.new("TextButton")
  7. local fillgap = Instance.new("Frame")
  8. local Inj = Instance.new("TextButton")
  9. local ae = Instance.new("Frame")
  10. local credits = Instance.new("TextButton")
  11. local mfor = Instance.new("TextButton")
  12. local injectWait = Instance.new("TextLabel")
  13. local luaFrame = Instance.new("TextLabel")
  14. local luaScript = Instance.new("TextBox")
  15. local exe = Instance.new("TextButton")
  16. local clr = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. RafxxGUI.Name = "RafxxGUI"
  21. RafxxGUI.Parent = game.CoreGui
  22.  
  23. Raf.Name = "Raf"
  24. Raf.Parent = RafxxGUI
  25. Raf.Active = true
  26. Raf.BackgroundColor3 = Color3.new(0, 1, 0)
  27. Raf.BorderSizePixel = 0
  28. Raf.Draggable = true
  29. Raf.Position = UDim2.new(0, 115, 0, 116)
  30. Raf.Size = UDim2.new(0, 462, 0, 98)
  31. Raf.Font = Enum.Font.SourceSans
  32. Raf.FontSize = Enum.FontSize.Size14
  33. Raf.Text = "Rafxx"
  34. Raf.TextColor3 = Color3.new(1, 1, 1)
  35. Raf.TextScaled = true
  36. Raf.TextSize = 14
  37. Raf.TextWrapped = true
  38. Raf.TextXAlignment = Enum.TextXAlignment.Left
  39.  
  40. home.Name = "home"
  41. home.Parent = Raf
  42. home.BackgroundColor3 = Color3.new(0, 1, 0)
  43. home.BorderSizePixel = 0
  44. home.Position = UDim2.new(0, 0, 0, 98)
  45. home.Size = UDim2.new(0, 200, 0, 60)
  46. home.Font = Enum.Font.SourceSans
  47. home.FontSize = Enum.FontSize.Size14
  48. home.Text = "Home 🏠"
  49. home.TextColor3 = Color3.new(1, 0, 0)
  50. home.TextScaled = true
  51. home.TextSize = 14
  52. home.TextWrapped = true
  53.  
  54. lua.Name = "lua"
  55. lua.Parent = Raf
  56. lua.BackgroundColor3 = Color3.new(0, 1, 0)
  57. lua.BorderSizePixel = 0
  58. lua.Position = UDim2.new(0, 261, 0, 98)
  59. lua.Size = UDim2.new(0, 201, 0, 60)
  60. lua.Font = Enum.Font.SourceSans
  61. lua.FontSize = Enum.FontSize.Size14
  62. lua.Text = ""
  63. lua.TextColor3 = Color3.new(1, 0, 0)
  64. lua.TextScaled = true
  65. lua.TextSize = 14
  66. lua.TextWrapped = true
  67.  
  68. fillgap.Name = "fillgap"
  69. fillgap.Parent = Raf
  70. fillgap.BackgroundColor3 = Color3.new(0, 1, 0)
  71. fillgap.BorderSizePixel = 0
  72. fillgap.Position = UDim2.new(0, 199, 0, 98)
  73. fillgap.Size = UDim2.new(0, 82, 0, 60)
  74.  
  75. Inj.Name = "Inj"
  76. Inj.Parent = Raf
  77. Inj.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Inj.BorderColor3 = Color3.new(0, 1, 1)
  79. Inj.BorderSizePixel = 5
  80. Inj.Position = UDim2.new(0, 319, 0, 20)
  81. Inj.Size = UDim2.new(0, 119, 0, 59)
  82. Inj.Font = Enum.Font.SourceSans
  83. Inj.FontSize = Enum.FontSize.Size14
  84. Inj.Text = "Inject"
  85. Inj.TextColor3 = Color3.new(1, 1, 1)
  86. Inj.TextScaled = true
  87. Inj.TextSize = 14
  88. Inj.TextWrapped = true
  89.  
  90. ae.Name = "ae"
  91. ae.Parent = Raf
  92. ae.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  93. ae.BorderSizePixel = 0
  94. ae.Position = UDim2.new(0, 0, 0, 158)
  95. ae.Size = UDim2.new(0, 462, 0, 279)
  96.  
  97. credits.Name = "credits"
  98. credits.Parent = ae
  99. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  100. credits.BorderSizePixel = 0
  101. credits.Position = UDim2.new(0, 0, 0, 279)
  102. credits.Size = UDim2.new(0, 462, 0, 50)
  103. credits.Font = Enum.Font.SourceSans
  104. credits.FontSize = Enum.FontSize.Size14
  105. credits.Text = "Credits"
  106. credits.TextColor3 = Color3.new(1, 1, 1)
  107. credits.TextScaled = true
  108. credits.TextSize = 14
  109. credits.TextWrapped = true
  110.  
  111. mfor.Name = "mfor"
  112. mfor.Parent = credits
  113. mfor.BackgroundColor3 = Color3.new(0, 0, 0)
  114. mfor.BorderSizePixel = 0
  115. mfor.Position = UDim2.new(0, 0, 0, 50)
  116. mfor.Size = UDim2.new(0, 462, 0, 50)
  117. mfor.Font = Enum.Font.SourceSans
  118. mfor.FontSize = Enum.FontSize.Size14
  119. mfor.Text = "Who I Made This For"
  120. mfor.TextColor3 = Color3.new(1, 1, 1)
  121. mfor.TextScaled = true
  122. mfor.TextSize = 14
  123. mfor.TextWrapped = true
  124.  
  125. injectWait.Name = "injectWait"
  126. injectWait.Parent = Raf
  127. injectWait.BackgroundColor3 = Color3.new(1, 1, 1)
  128. injectWait.BackgroundTransparency = 1
  129. injectWait.BorderSizePixel = 0
  130. injectWait.Position = UDim2.new(0, 0, 0, 170)
  131. injectWait.Size = UDim2.new(0, 462, 0, 246)
  132. injectWait.Font = Enum.Font.SourceSans
  133. injectWait.FontSize = Enum.FontSize.Size14
  134. injectWait.Text = "Waiting For Injection..."
  135. injectWait.TextColor3 = Color3.new(1, 0, 0)
  136. injectWait.TextScaled = true
  137. injectWait.TextSize = 14
  138. injectWait.TextWrapped = true
  139.  
  140. luaFrame.Name = "luaFrame"
  141. luaFrame.Parent = Raf
  142. luaFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  143. luaFrame.BackgroundTransparency = 1
  144. luaFrame.BorderSizePixel = 0
  145. luaFrame.Position = UDim2.new(0, 167, 0, 185)
  146. luaFrame.Size = UDim2.new(0, 128, 0, 83)
  147. luaFrame.Visible = false
  148. luaFrame.Font = Enum.Font.SourceSans
  149. luaFrame.FontSize = Enum.FontSize.Size14
  150. luaFrame.Text = "LUA"
  151. luaFrame.TextColor3 = Color3.new(1, 0, 0)
  152. luaFrame.TextScaled = true
  153. luaFrame.TextSize = 14
  154. luaFrame.TextWrapped = true
  155.  
  156. luaScript.Name = "luaScript"
  157. luaScript.Parent = luaFrame
  158. luaScript.BackgroundColor3 = Color3.new(1, 0, 0)
  159. luaScript.BorderSizePixel = 0
  160. luaScript.Position = UDim2.new(0, -93, 0, 83)
  161. luaScript.Size = UDim2.new(0, 315, 0, 50)
  162. luaScript.ClearTextOnFocus = false
  163. luaScript.Font = Enum.Font.SourceSans
  164. luaScript.FontSize = Enum.FontSize.Size14
  165. luaScript.Text = "Lua Script"
  166. luaScript.TextColor3 = Color3.new(1, 1, 1)
  167. luaScript.TextScaled = true
  168. luaScript.TextSize = 14
  169. luaScript.TextWrapped = true
  170.  
  171. exe.Name = "exe"
  172. exe.Parent = luaScript
  173. exe.BackgroundColor3 = Color3.new(1, 0, 0)
  174. exe.BorderSizePixel = 0
  175. exe.Position = UDim2.new(0, 0, 0, 67)
  176. exe.Size = UDim2.new(0, 137, 0, 50)
  177. exe.Font = Enum.Font.SourceSans
  178. exe.FontSize = Enum.FontSize.Size14
  179. exe.Text = "Execute"
  180. exe.TextColor3 = Color3.new(1, 1, 1)
  181. exe.TextScaled = true
  182. exe.TextSize = 14
  183. exe.TextWrapped = true
  184.  
  185. clr.Name = "clr"
  186. clr.Parent = exe
  187. clr.BackgroundColor3 = Color3.new(1, 0, 0)
  188. clr.BorderSizePixel = 0
  189. clr.Position = UDim2.new(0, 176, 0, 0)
  190. clr.Size = UDim2.new(0, 137, 0, 50)
  191. clr.Font = Enum.Font.SourceSans
  192. clr.FontSize = Enum.FontSize.Size14
  193. clr.Text = "Clear"
  194. clr.TextColor3 = Color3.new(1, 1, 1)
  195. clr.TextScaled = true
  196. clr.TextSize = 14
  197. clr.TextWrapped = true
  198.  
  199. Inj.MouseButton1Click:connect(function()
  200. injectWait.Text = "Injected! Enjoy!"
  201. lua.Text = "Lua"
  202. end)
  203.  
  204. credits.MouseButton1Click:connect(function()
  205. credits.Text = "Discord:"
  206. wait(2)
  207. credits.Text = "Quick Shoot Sniper#0187"
  208. wait(2)
  209. credits.Text = "Credits"
  210. end)
  211.  
  212. mfor.MouseButton1Click:connect(function()
  213. mfor.Text = "Discord:"
  214. wait(2)
  215. mfor.Text = "Xenor#6458"
  216. wait(2)
  217. mfor.Text = "Who I Made This For"
  218. end)
  219.  
  220. lua.MouseButton1Click:connect(function()
  221. home.Text = "Home"
  222. lua.Text = "Lua 🏠"
  223. injectWait.Visible = false
  224. luaFrame.Visible = true
  225. end)
  226.  
  227. home.MouseButton1Click:connect(function()
  228. home.Text = "Home 🏠"
  229. lua.Text = "Lua"
  230. injectWait.Visible = true
  231. luaFrame.Visible = false
  232. end)
  233.  
  234. exe.MouseButton1Click:connect(function()
  235. loadstring(luaScript.Text)()
  236. end)
  237.  
  238. clr.MouseButton1Click:connect(function()
  239. luaScript.Text = ""
  240. end)
Add Comment
Please, Sign In to add comment