maczohackzo

Untitled

Jul 1st, 2021
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Rageflake = Instance.new("ScreenGui")
  7. local RageflakeOpenBut = Instance.new("TextButton")
  8. local RageflakeScriptsframe = Instance.new("Frame")
  9. local Rageflakename = Instance.new("TextLabel")
  10. local rageflakescriptsbar = Instance.new("Frame")
  11. local Rageflakecredits = Instance.new("TextLabel")
  12. local rageflakeclosebut = Instance.new("TextButton")
  13. local DexV4But = Instance.new("TextButton")
  14. local RemoteSpyBut = Instance.new("TextButton")
  15. local TopK3kBut = Instance.new("TextButton")
  16. local InfiniteYieldBut = Instance.new("TextButton")
  17. local pressenoclipBut = Instance.new("TextButton")
  18. local presseflyBut = Instance.new("TextButton")
  19. local BtoolsBut = Instance.new("TextButton")
  20. local DarkHubBut = Instance.new("TextButton")
  21. local UnnamedEspBut = Instance.new("TextButton")
  22. local PrisonbreakerBut = Instance.new("TextButton")
  23. local TrollGuiBut = Instance.new("TextButton")
  24. local ChatSpamBut = Instance.new("TextButton")
  25. local PrisonLifeTrollGUIBut = Instance.new("TextButton")
  26. local FrixonHubBut = Instance.new("TextButton")
  27. local WSandJpGUiBut = Instance.new("TextButton")
  28. local InfJumpBut = Instance.new("TextButton")
  29. local TextLabel = Instance.new("TextLabel")
  30.  
  31. --Properties:
  32.  
  33. Rageflake.ResetOnSpawn = true
  34.  
  35. Rageflake.Name = "LemonHub"
  36. Rageflake.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. Rageflake.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. RageflakeOpenBut.Name = "RageflakeOpenBut"
  40. RageflakeOpenBut.Parent = Rageflake
  41. RageflakeOpenBut.BackgroundColor3 = Color3.fromRGB(122, 6, 2)
  42. RageflakeOpenBut.BorderSizePixel = 0
  43. RageflakeOpenBut.Position = UDim2.new(0.00585651537, 0, 0.573705196, 0)
  44. RageflakeOpenBut.Size = UDim2.new(0, 107, 0, 50)
  45. RageflakeOpenBut.Font = Enum.Font.SourceSans
  46. RageflakeOpenBut.Text = "Open Rageflake"
  47. RageflakeOpenBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. RageflakeOpenBut.TextSize = 15.000
  49. RageflakeOpenBut.MouseButton1Down:connect(function()
  50. RageflakeScriptsframe.Visible = true
  51. end)
  52.  
  53. RageflakeScriptsframe.Name = "LemonHub"
  54. RageflakeScriptsframe.Parent = Rageflake
  55. RageflakeScriptsframe.BackgroundColor3 = Color3.fromRGB(122, 6, 2)
  56. RageflakeScriptsframe.BorderSizePixel = 0
  57. RageflakeScriptsframe.Position = UDim2.new(0.308931202, 0, 0.0737051815, 0)
  58. RageflakeScriptsframe.Size = UDim2.new(0, 610, 0, 427)
  59. RageflakeScriptsframe.Visible = false
  60. RageflakeScriptsframe.Active = true
  61. RageflakeScriptsframe.Draggable = true
  62.  
  63. Rageflakename.Name = "LemonHub"
  64. Rageflakename.Parent = RageflakeScriptsframe
  65. Rageflakename.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Rageflakename.BackgroundTransparency = 1.000
  67. Rageflakename.Position = UDim2.new(0.335462093, 0, 0, 0)
  68. Rageflakename.Size = UDim2.new(0, 200, 0, 50)
  69. Rageflakename.Font = Enum.Font.SourceSans
  70. Rageflakename.Text = "LemonHub"
  71. Rageflakename.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. Rageflakename.TextSize = 40.000
  73. Rageflakename.TextWrapped = true
  74.  
  75. rageflakescriptsbar.Name = "rageflakescriptsbar"
  76. rageflakescriptsbar.Parent = Rageflakename
  77. rageflakescriptsbar.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  78. rageflakescriptsbar.BackgroundTransparency = 0.700
  79. rageflakescriptsbar.BorderSizePixel = 0
  80. rageflakescriptsbar.Position = UDim2.new(-1.01815915, 0, 0, 0)
  81. rageflakescriptsbar.Size = UDim2.new(0, 609, 0, 50)
  82.  
  83. Rageflakecredits.Name = "creds"
  84. Rageflakecredits.Parent = Rageflakename
  85. Rageflakecredits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. Rageflakecredits.BackgroundTransparency = 1.000
  87. Rageflakecredits.BorderSizePixel = 0
  88. Rageflakecredits.Position = UDim2.new(-1.07999992, 0, 0, 0)
  89. Rageflakecredits.Size = UDim2.new(0, 151, 0, 23)
  90. Rageflakecredits.Font = Enum.Font.SourceSans
  91. Rageflakecredits.Text = "By cheese bites#4804"
  92. Rageflakecredits.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Rageflakecredits.TextSize = 14.000
  94.  
  95. rageflakeclosebut.Name = "rageflakeclosebut"
  96. rageflakeclosebut.Parent = RageflakeScriptsframe
  97. rageflakeclosebut.BackgroundColor3 = Color3.fromRGB(35, 1, 0)
  98. rageflakeclosebut.BorderSizePixel = 0
  99. rageflakeclosebut.Position = UDim2.new(0.894116402, 0, 0, 0)
  100. rageflakeclosebut.Size = UDim2.new(0, 64, 0, 50)
  101. rageflakeclosebut.Font = Enum.Font.SourceSans
  102. rageflakeclosebut.Text = "X"
  103. rageflakeclosebut.TextColor3 = Color3.fromRGB(182, 8, 2)
  104. rageflakeclosebut.TextSize = 40.000
  105. rageflakeclosebut.MouseButton1Down:connect(function()
  106. RageflakeScriptsframe.Visible = false
  107. end)
  108.  
  109. DexV4But.Name = "DexV4But"
  110. DexV4But.Parent = RageflakeScriptsframe
  111. DexV4But.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  112. DexV4But.Position = UDim2.new(0.0180327874, 0, 0.175644025, 0)
  113. DexV4But.Size = UDim2.new(0, 122, 0, 49)
  114. DexV4But.Font = Enum.Font.SourceSans
  115. DexV4But.Text = "Dex V4"
  116. DexV4But.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. DexV4But.TextSize = 14.000
  118. DexV4But.MouseButton1Down:connect(function()
  119. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  120. end)
  121.  
  122. RemoteSpyBut.Name = "RemoteSpyBut"
  123. RemoteSpyBut.Parent = RageflakeScriptsframe
  124. RemoteSpyBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  125. RemoteSpyBut.Position = UDim2.new(0.26557377, 0, 0.175644025, 0)
  126. RemoteSpyBut.Size = UDim2.new(0, 122, 0, 49)
  127. RemoteSpyBut.Font = Enum.Font.SourceSans
  128. RemoteSpyBut.Text = "Remote Spy"
  129. RemoteSpyBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. RemoteSpyBut.TextSize = 14.000
  131. RemoteSpyBut.MouseButton1Down:connect(function()
  132. loadstring(game:HttpGet('https://pastebin.com/raw/7JKhfPp6'))()
  133. end)
  134.  
  135. TopK3kBut.Name = "TopK3kBut"
  136. TopK3kBut.Parent = RageflakeScriptsframe
  137. TopK3kBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  138. TopK3kBut.Position = UDim2.new(0.516393423, 0, 0.175644025, 0)
  139. TopK3kBut.Size = UDim2.new(0, 122, 0, 49)
  140. TopK3kBut.Font = Enum.Font.SourceSans
  141. TopK3kBut.Text = "TopK3k V3"
  142. TopK3kBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. TopK3kBut.TextSize = 14.000
  144. TopK3kBut.MouseButton1Down:connect(function()
  145. loadstring(game:HttpGet('https://pastebin.com/raw/9Mz5DQ5a'))()
  146. end)
  147.  
  148. InfiniteYieldBut.Name = "InfiniteYieldBut"
  149. InfiniteYieldBut.Parent = RageflakeScriptsframe
  150. InfiniteYieldBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  151. InfiniteYieldBut.Position = UDim2.new(0.763934433, 0, 0.175644025, 0)
  152. InfiniteYieldBut.Size = UDim2.new(0, 122, 0, 49)
  153. InfiniteYieldBut.Font = Enum.Font.SourceSans
  154. InfiniteYieldBut.Text = "Infinite Yield"
  155. InfiniteYieldBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. InfiniteYieldBut.TextSize = 14.000
  157. InfiniteYieldBut.MouseButton1Down:connect(function()
  158. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  159. end)
  160.  
  161. pressenoclipBut.Name = "pressenoclipBut"
  162. pressenoclipBut.Parent = RageflakeScriptsframe
  163. pressenoclipBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  164. pressenoclipBut.Position = UDim2.new(0.763934433, 0, 0.355971873, 0)
  165. pressenoclipBut.Size = UDim2.new(0, 122, 0, 49)
  166. pressenoclipBut.Font = Enum.Font.SourceSans
  167. pressenoclipBut.Text = "E to Noclip"
  168. pressenoclipBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  169. pressenoclipBut.TextSize = 14.000
  170. pressenoclipBut.MouseButton1Down:connect(function()
  171. loadstring(game:HttpGet('https://pastebin.com/raw/1Ax1bQ5Z'))()
  172. end)
  173.  
  174. presseflyBut.Name = "presseflyBut"
  175. presseflyBut.Parent = RageflakeScriptsframe
  176. presseflyBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  177. presseflyBut.Position = UDim2.new(0.516393423, 0, 0.355971873, 0)
  178. presseflyBut.Size = UDim2.new(0, 122, 0, 49)
  179. presseflyBut.Font = Enum.Font.SourceSans
  180. presseflyBut.Text = "E to Fly"
  181. presseflyBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  182. presseflyBut.TextSize = 14.000
  183. presseflyBut.MouseButton1Down:connect(function()
  184. loadstring(game:HttpGet('https://pastebin.com/raw/FVPeT737'))()
  185. end)
  186.  
  187. BtoolsBut.Name = "BtoolsBut"
  188. BtoolsBut.Parent = RageflakeScriptsframe
  189. BtoolsBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  190. BtoolsBut.Position = UDim2.new(0.26557374, 0, 0.355971873, 0)
  191. BtoolsBut.Size = UDim2.new(0, 122, 0, 49)
  192. BtoolsBut.Font = Enum.Font.SourceSans
  193. BtoolsBut.Text = "Btools"
  194. BtoolsBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. BtoolsBut.TextSize = 14.000
  196. BtoolsBut.MouseButton1Down:connect(function()
  197. loadstring(game:HttpGet('https://pastebin.com/raw/GyZ5cwpV'))()
  198. end)
  199.  
  200. DarkHubBut.Name = "DarkHubBut"
  201. DarkHubBut.Parent = RageflakeScriptsframe
  202. DarkHubBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  203. DarkHubBut.Position = UDim2.new(0.0180327594, 0, 0.355971873, 0)
  204. DarkHubBut.Size = UDim2.new(0, 122, 0, 49)
  205. DarkHubBut.Font = Enum.Font.SourceSans
  206. DarkHubBut.Text = "Dark Hub"
  207. DarkHubBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. DarkHubBut.TextSize = 14.000
  209. DarkHubBut.MouseButton1Down:connect(function()
  210. loadstring(game:HttpGet('http://script.darkhub.xyz/script.txt'))()
  211. end)
  212.  
  213. UnnamedEspBut.Name = "UnnamedEspBut"
  214. UnnamedEspBut.Parent = RageflakeScriptsframe
  215. UnnamedEspBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  216. UnnamedEspBut.Position = UDim2.new(0.0180327594, 0, 0.526932061, 0)
  217. UnnamedEspBut.Size = UDim2.new(0, 122, 0, 49)
  218. UnnamedEspBut.Font = Enum.Font.SourceSans
  219. UnnamedEspBut.Text = "Unnamed ESP"
  220. UnnamedEspBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. UnnamedEspBut.TextSize = 14.000
  222. UnnamedEspBut.MouseButton1Down:connect(function()
  223. loadstring(game:HttpGet('https://pastebin.com/raw/gYK459T8'))()
  224. end)
  225.  
  226. PrisonbreakerBut.Name = "PrisonbreakerBut"
  227. PrisonbreakerBut.Parent = RageflakeScriptsframe
  228. PrisonbreakerBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  229. PrisonbreakerBut.Position = UDim2.new(0.26557374, 0, 0.526932061, 0)
  230. PrisonbreakerBut.Size = UDim2.new(0, 122, 0, 49)
  231. PrisonbreakerBut.Font = Enum.Font.SourceSans
  232. PrisonbreakerBut.Text = "Prisonbreaker V1.5"
  233. PrisonbreakerBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. PrisonbreakerBut.TextSize = 14.000
  235. PrisonbreakerBut.MouseButton1Down:connect(function()
  236. loadstring(game:HttpGet('https://pastebin.com/raw/pPW4pg2i'))()
  237. end)
  238.  
  239. TrollGuiBut.Name = "TrollGuiBut"
  240. TrollGuiBut.Parent = RageflakeScriptsframe
  241. TrollGuiBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  242. TrollGuiBut.Position = UDim2.new(0.516393423, 0, 0.526932061, 0)
  243. TrollGuiBut.Size = UDim2.new(0, 122, 0, 49)
  244. TrollGuiBut.Font = Enum.Font.SourceSans
  245. TrollGuiBut.Text = "Troll GUI"
  246. TrollGuiBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  247. TrollGuiBut.TextSize = 14.000
  248. TrollGuiBut.MouseButton1Down:connect(function()
  249. loadstring(game:HttpGet('https://pastebin.com/raw/w723JNs7'))()
  250. end)
  251.  
  252. ChatSpamBut.Name = "ChatSpamBut"
  253. ChatSpamBut.Parent = RageflakeScriptsframe
  254. ChatSpamBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  255. ChatSpamBut.Position = UDim2.new(0.763934374, 0, 0.526932061, 0)
  256. ChatSpamBut.Size = UDim2.new(0, 122, 0, 49)
  257. ChatSpamBut.Font = Enum.Font.SourceSans
  258. ChatSpamBut.Text = "Spam Chat"
  259. ChatSpamBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  260. ChatSpamBut.TextSize = 14.000
  261. ChatSpamBut.MouseButton1Down:connect(function()
  262. loadstring(game:HttpGet('https://pastebin.com/raw/AAc7X4RT'))()
  263. end)
  264.  
  265. PrisonLifeTrollGUIBut.Name = "PrisonLifeTrollGUIBut"
  266. PrisonLifeTrollGUIBut.Parent = RageflakeScriptsframe
  267. PrisonLifeTrollGUIBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  268. PrisonLifeTrollGUIBut.Position = UDim2.new(0.763934374, 0, 0.704918027, 0)
  269. PrisonLifeTrollGUIBut.Size = UDim2.new(0, 122, 0, 49)
  270. PrisonLifeTrollGUIBut.Font = Enum.Font.SourceSans
  271. PrisonLifeTrollGUIBut.Text = "Prison Life Troll GUI"
  272. PrisonLifeTrollGUIBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  273. PrisonLifeTrollGUIBut.TextSize = 14.000
  274. PrisonLifeTrollGUIBut.MouseButton1Down:connect(function()
  275. loadstring(game:HttpGet('https://pastebin.com/raw/cFNuexAy'))()
  276. end)
  277.  
  278. FrixonHubBut.Name = "FrixonHubBut"
  279. FrixonHubBut.Parent = RageflakeScriptsframe
  280. FrixonHubBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  281. FrixonHubBut.Position = UDim2.new(0.516393423, 0, 0.704918027, 0)
  282. FrixonHubBut.Size = UDim2.new(0, 122, 0, 49)
  283. FrixonHubBut.Font = Enum.Font.SourceSans
  284. FrixonHubBut.Text = "Frixon Hub"
  285. FrixonHubBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  286. FrixonHubBut.TextSize = 14.000
  287. FrixonHubBut.MouseButton1Down:connect(function()
  288. loadstring(game:HttpGet('https://gist.githubusercontent.com/RedoGaming/459eb467f3df927b07ca398a68f3b053/raw/6d1f7a2c8fefd072dc53ebbbec38c6f93c7de1ad/Frixon%2520Hub!%2520New%2520OP%2520Exploit%2520Hub%2520for%2520Roblox!'))()
  289. end)
  290.  
  291. WSandJpGUiBut.Name = "WSandJpGUiBut"
  292. WSandJpGUiBut.Parent = RageflakeScriptsframe
  293. WSandJpGUiBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  294. WSandJpGUiBut.Position = UDim2.new(0.26557374, 0, 0.704918027, 0)
  295. WSandJpGUiBut.Size = UDim2.new(0, 122, 0, 49)
  296. WSandJpGUiBut.Font = Enum.Font.SourceSans
  297. WSandJpGUiBut.Text = "WS and JP GUI"
  298. WSandJpGUiBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  299. WSandJpGUiBut.TextSize = 14.000
  300. WSandJpGUiBut.MouseButton1Down:connect(function()
  301. loadstring(game:HttpGet('https://pastebin.com/raw/inrTe9u6'))()
  302. end)
  303.  
  304. InfJumpBut.Name = "InfJumpBut"
  305. InfJumpBut.Parent = RageflakeScriptsframe
  306. InfJumpBut.BackgroundColor3 = Color3.fromRGB(199, 3, 0)
  307. InfJumpBut.Position = UDim2.new(0.0180327594, 0, 0.704918027, 0)
  308. InfJumpBut.Size = UDim2.new(0, 122, 0, 49)
  309. InfJumpBut.Font = Enum.Font.SourceSans
  310. InfJumpBut.Text = "Infinite Jump"
  311. InfJumpBut.TextColor3 = Color3.fromRGB(255, 255, 255)
  312. InfJumpBut.TextSize = 14.000
  313. InfJumpBut.MouseButton1Down:connect(function()
  314. loadstring(game:HttpGet('https://pastebin.com/raw/ddhcJY4T'))()
  315. end)
Add Comment
Please, Sign In to add comment