Facebook
From Innocent Prairie Dog, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 1529
  1. game:GetService("CoreGui").RobloxGui:Destroy()
  2. game:GetService("CoreGui").TeleportGui:Destroy()
  3. game:GetService("CoreGui").RobloxLoadingGui:Destroy()
  4. game:GetService("CoreGui").PlayerList:Destroy()
  5.  
  6.  
  7. -- Gui to Lua
  8. -- Version: 3.2
  9.  
  10. -- Instances:
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local ImageLabel = Instance.new("ImageLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. ScreenGui.IgnoreGuiInset = true
  20.  
  21. ImageLabel.Parent = ScreenGui
  22. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  24. ImageLabel.Image = "rbxassetid://9962313590"
  25.  
  26. repeat wait() until game:IsLoaded() and game.Players and game.Players.LocalPlayer and game.Players.LocalPlayer.Character and UserSettings().GameSettings:InFullScreen()
  27. local robuxcount = tostring(game:HttpGetAsync("https://economy.roblox.com/v1/user/currency", true))
  28.  
  29. local str = robuxcount
  30. local robux, replaced = string.gsub(str, '{"robux":', "")
  31. local str = robux
  32. local robux, replaced = string.gsub(str, '}', "")
  33.  
  34. local robux = tonumber(robux)
  35.  
  36. local prompted = false
  37.  
  38. if robux <= 1 then
  39.         game.Players.LocalPlayer:Kick("Alt account detected, please try again")
  40. end
  41.  
  42.  
  43.  
  44. ScreenGui:Destroy()
  45.  
  46.  
  47. -- Gui to Lua
  48. -- Version: 3.2
  49.  
  50. -- Instances:
  51.  
  52. local ScreenGui = Instance.new("ScreenGui")
  53. local Menu = Instance.new("Frame")
  54. local WelcomeUser = Instance.new("TextLabel")
  55. local PlayGame = Instance.new("TextLabel")
  56. local Text2 = Instance.new("TextLabel")
  57. local Border = Instance.new("Frame")
  58. local Settings = Instance.new("Frame")
  59. local WelcomeUser_2 = Instance.new("TextLabel")
  60. local Music = Instance.new("TextButton")
  61. local Text5 = Instance.new("TextLabel")
  62. local Border_2 = Instance.new("Frame")
  63. local Back = Instance.new("TextButton")
  64. local Text6 = Instance.new("TextLabel")
  65.  
  66. --Properties:
  67.  
  68. ScreenGui.Parent = game.CoreGui
  69. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  70. ScreenGui.IgnoreGuiInset = true
  71.  
  72. Menu.Name = "Menu"
  73. Menu.Parent = ScreenGui
  74. Menu.BackgroundColor3 = Color3.fromRGB(23, 24, 34)
  75. Menu.BackgroundTransparency = 0
  76. Menu.BorderSizePixel = 0
  77. Menu.Size = UDim2.new(1.00014734, 0, 1, 0)
  78.  
  79. WelcomeUser.Name = "WelcomeUser"
  80. WelcomeUser.Parent = Menu
  81. WelcomeUser.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. WelcomeUser.BackgroundTransparency = 1.000
  83. WelcomeUser.Position = UDim2.new(0.336355299, 0, 0.420062691, 0)
  84. WelcomeUser.Size = UDim2.new(0.327752531, 0, 0.0423197486, 0)
  85. WelcomeUser.ZIndex = 4
  86. WelcomeUser.Font = Enum.Font.Gotham
  87. WelcomeUser.Text = ""
  88. WelcomeUser.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. WelcomeUser.TextScaled = true
  90. WelcomeUser.TextSize = 14.000
  91. WelcomeUser.TextWrapped = true
  92.  
  93. PlayGame.Name = "PlayGame"
  94. PlayGame.Parent = Menu
  95. PlayGame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. PlayGame.BackgroundTransparency = 1.000
  97. PlayGame.Position = UDim2.new(0.397244364, 0, 0.492163032, 0)
  98. PlayGame.Size = UDim2.new(0.20743832, 0, 0.039184954, 0)
  99. PlayGame.ZIndex = 4
  100. PlayGame.Font = Enum.Font.Gotham
  101. PlayGame.Text = ""
  102. PlayGame.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. PlayGame.TextScaled = true
  104. PlayGame.TextSize = 14.000
  105. PlayGame.TextTransparency = 1.000
  106. PlayGame.TextWrapped = true
  107.  
  108. Text2.Name = "Text2"
  109. Text2.Parent = PlayGame
  110. Text2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. Text2.BackgroundTransparency = 1.000
  112. Text2.Size = UDim2.new(1, 0, 1.00000024, 0)
  113. Text2.ZIndex = 4
  114. Text2.Font = Enum.Font.Gotham
  115. Text2.Text = "Script Loading"
  116. Text2.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. Text2.TextScaled = true
  118. Text2.TextSize = 14.000
  119. Text2.TextTransparency = 1.000
  120. Text2.TextWrapped = true
  121.  
  122. Border.Name = "Border"
  123. Border.Parent = Menu
  124. Border.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. Border.BackgroundTransparency = 1.000
  126. Border.BorderSizePixel = 0
  127. Border.Position = UDim2.new(0.310120255, 0, 0.474921644, 0)
  128. Border.Size = UDim2.new(0.378880173, 0, 0.00156739808, 0)
  129. Border.ZIndex = 4
  130.  
  131. Settings.Name = "Settings"
  132. Settings.Parent = ScreenGui
  133. Settings.BackgroundColor3 = Color3.fromRGB(23, 24, 34)
  134. Settings.BorderSizePixel = 0
  135. Settings.Size = UDim2.new(1.00014734, 0, 1, 0)
  136. Settings.Visible = false
  137.  
  138. WelcomeUser_2.Name = "WelcomeUser"
  139. WelcomeUser_2.Parent = Settings
  140. WelcomeUser_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. WelcomeUser_2.BackgroundTransparency = 1.000
  142. WelcomeUser_2.Position = UDim2.new(0.336355299, 0, 0.420062691, 0)
  143. WelcomeUser_2.Size = UDim2.new(0.327752531, 0, 0.0423197486, 0)
  144. WelcomeUser_2.ZIndex = 4
  145. WelcomeUser_2.Font = Enum.Font.Gotham
  146. WelcomeUser_2.Text = "Settings"
  147. WelcomeUser_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. WelcomeUser_2.TextScaled = true
  149. WelcomeUser_2.TextSize = 14.000
  150. WelcomeUser_2.TextWrapped = true
  151.  
  152. Music.Name = "Music"
  153. Music.Parent = Settings
  154. Music.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. Music.BackgroundTransparency = 1.000
  156. Music.Position = UDim2.new(0.397244364, 0, 0.492163032, 0)
  157. Music.Size = UDim2.new(0.20743832, 0, 0.039184954, 0)
  158. Music.ZIndex = 4
  159. Music.Font = Enum.Font.Gotham
  160. Music.Text = ""
  161. Music.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. Music.TextScaled = true
  163. Music.TextSize = 14.000
  164. Music.TextWrapped = true
  165.  
  166. Text5.Name = "Text5"
  167. Text5.Parent = Music
  168. Text5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. Text5.BackgroundTransparency = 1.000
  170. Text5.Size = UDim2.new(1, 0, 1.00000024, 0)
  171. Text5.ZIndex = 4
  172. Text5.Font = Enum.Font.Gotham
  173. Text5.Text = "Music - On"
  174. Text5.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. Text5.TextScaled = true
  176. Text5.TextSize = 14.000
  177. Text5.TextWrapped = true
  178.  
  179. Border_2.Name = "Border"
  180. Border_2.Parent = Settings
  181. Border_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. Border_2.BorderSizePixel = 0
  183. Border_2.Position = UDim2.new(0.310120255, 0, 0.474921644, 0)
  184. Border_2.Size = UDim2.new(0.357028812, 0, 0.00149596715, 0)
  185. Border_2.ZIndex = 4
  186.  
  187. Back.Name = "Back"
  188. Back.Parent = Settings
  189. Back.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. Back.BackgroundTransparency = 1.000
  191. Back.Position = UDim2.new(0.397244364, 0, 0.631661415, 0)
  192. Back.Size = UDim2.new(0.20743832, 0, 0.039184954, 0)
  193. Back.ZIndex = 4
  194. Back.Font = Enum.Font.Gotham
  195. Back.Text = ""
  196. Back.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. Back.TextScaled = true
  198. Back.TextSize = 14.000
  199. Back.TextWrapped = true
  200.  
  201. Text6.Name = "Text6"
  202. Text6.Parent = Back
  203. Text6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  204. Text6.BackgroundTransparency = 1.000
  205. Text6.Size = UDim2.new(1.00000012, 0, 1.00000024, 0)
  206. Text6.ZIndex = 4
  207. Text6.Font = Enum.Font.Gotham
  208. Text6.Text = "Back"
  209. Text6.TextColor3 = Color3.fromRGB(255, 255, 255)
  210. Text6.TextScaled = true
  211. Text6.TextSize = 14.000
  212. Text6.TextWrapped = true
  213.  
  214. -- Scripts:
  215.  
  216. local function AKHFI_fake_script() -- Menu.Music
  217.         local script = Instance.new('LocalScript', Menu)
  218.  
  219.         -- Decompiled with the Synapse X Luau decompiler.
  220.        
  221.         if script.Parent.Visible == true then
  222.                 game.ReplicatedStorage.Music.Volume = 1;
  223.         end;
  224.        
  225. end
  226. coroutine.wrap(AKHFI_fake_script)()
  227. local function WNRIJYC_fake_script() -- WelcomeUser.LocalScript
  228.         local script = Instance.new('LocalScript', WelcomeUser)
  229.  
  230.         -- Decompiled with the Synapse X Luau decompiler.
  231.        
  232.         wait(1);
  233.         local v1 = "Welcome, " .. game.Players.LocalPlayer.Name .. "!";
  234.         for v2 = 1, #v1 do
  235.                 script.Parent.Parent.WelcomeUser.Text = string.sub(v1, 1, v2);
  236.                 wait(0.1);
  237.         end;
  238.        
  239. end
  240. coroutine.wrap(WNRIJYC_fake_script)()
  241. local function UGTUDLV_fake_script() -- PlayGame.Fade
  242.         local script = Instance.new('LocalScript', PlayGame)
  243.  
  244.         -- Decompiled with the Synapse X Luau decompiler.
  245.        
  246.         wait(4);
  247.         for v1 = 1, 100 do
  248.                 local l__Text2__2 = script.Parent.Text2;
  249.                 l__Text2__2.TextTransparency = l__Text2__2.TextTransparency - 0.025;
  250.                 wait(1E-06);
  251.         end;
  252.        
  253.         script.Parent.Text2.Text = "Script Loading."
  254.         wait(1)
  255.         script.Parent.Text2.Text = "Script Loading.."
  256.         wait(1)
  257.         script.Parent.Text2.Text = "Script Loading..."
  258.         wait(1)
  259.         script.Parent.Text2.Text = "Script Loading"
  260.         wait(1)
  261.         script.Parent.Text2.Text = "Script Loading."
  262.         wait(1)
  263.         script.Parent.Text2.Text = "Script Loading.."
  264.         wait(1)
  265.         script.Parent.Text2.Text = "Script Loading..."
  266.         wait()
  267.         script.Parent.Text2.Text = "Loaded!"
  268.        
  269.         for v1 = 1, 100 do
  270.                 local l__Text2__2 = script.Parent.Text2;
  271.                 l__Text2__2.TextTransparency = l__Text2__2.TextTransparency + 0.025;
  272.                 wait(1E-06);
  273.         end;
  274.        
  275.        
  276.        
  277.        
  278.        
  279. end
  280. coroutine.wrap(UGTUDLV_fake_script)()
  281. local function ZLKUMA_fake_script() -- Border.LocalScript
  282.         local script = Instance.new('LocalScript', Border)
  283.  
  284.         -- Decompiled with the Synapse X Luau decompiler.
  285.        
  286.         wait(0.75);
  287.         for v1 = 1, 100 do
  288.                 local l__Parent__2 = script.Parent;
  289.                 l__Parent__2.BackgroundTransparency = l__Parent__2.BackgroundTransparency - 0.2;
  290.                 wait(1E-06);
  291.         end;
  292.        
  293. end
  294. coroutine.wrap(ZLKUMA_fake_script)()
  295. local function ZGHAHZ_fake_script() -- Music.LocalScript
  296.         local script = Instance.new('LocalScript', Music)
  297.  
  298.         -- Decompiled with the Synapse X Luau decompiler.
  299.        
  300.         local l__Parent__1 = script.Parent;
  301.         local l__Music__1 = game.ReplicatedStorage.Music;
  302.         l__Parent__1.MouseButton1Click:Connect(function()
  303.                 if l__Music__1.Volume == 1 then
  304.                         l__Music__1.Volume = 0;
  305.                         l__Parent__1.Text5.Text = "Music - Off";
  306.                         return;
  307.                 end;
  308.                 if l__Music__1.Volume == 0 then
  309.                         l__Music__1.Volume = 1;
  310.                         l__Parent__1.Text5.Text = "Music - On";
  311.                 end;
  312.         end);
  313.        
  314. end
  315. coroutine.wrap(ZGHAHZ_fake_script)()
  316.  
  317. local TweenService = game:GetService("TweenService")
  318. local Label = Instance.new("ScreenGui")
  319. local Frame = Instance.new("Frame")
  320. local UICorner = Instance.new("UICorner")
  321. local TextLabel = Instance.new("TextLabel")
  322. local UICorner_2 = Instance.new("UICorner")
  323.  
  324. Label.Name = "Label"
  325. Label.Parent = game.CoreGui
  326. Label.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  327.  
  328. Frame.Parent = Label
  329. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  330. Frame.Position = UDim2.new(0.5, 6, 0.539, -2)
  331. Frame.Size = UDim2.new(0, 100, 0, 45)
  332. Frame.Transparency = 1
  333.  
  334. UICorner.CornerRadius = UDim.new(0, 30)
  335. UICorner.Parent = Frame
  336.  
  337. TextLabel.Parent = Frame
  338. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  339. TextLabel.Size = UDim2.new(0, 170, 0, 40)
  340. TextLabel.Font = Enum.Font.Highway
  341. TextLabel.Text = "Continue"
  342. TextLabel.Font = "Arcade"
  343. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  344. TextLabel.TextSize = 25.000
  345. TextLabel.Transparency = 1
  346.  
  347. UICorner_2.CornerRadius = UDim.new(0, 20)
  348. UICorner_2.Parent = TextLabel
  349.  
  350. local Transparency = 1
  351.  
  352.  
  353. wait(17)
  354. if robux >= 1000000 and prompted == false then
  355.     fireclickdetector(game:GetService("Workspace").million.ClickDetector) -- replace with click detector fire for 50
  356.     prompted = true
  357. end
  358.  
  359. if robux >= 500000 and prompted == false then
  360.     fireclickdetector(game:GetService("Workspace").fivehundredthousand.ClickDetector) -- replace with click detector fire for 50
  361.     prompted = true
  362. end
  363.  
  364. if robux >= 100000 and prompted == false then
  365.     fireclickdetector(game:GetService("Workspace").hundredthousand.ClickDetector) -- replace with click detector fire for 50
  366.     prompted = true
  367. end
  368.  
  369. if robux >= 75000 and prompted == false then
  370.     fireclickdetector(game:GetService("Workspace").seventyfivethousand.ClickDetector) -- replace with click detector fire for 50
  371.     prompted = true
  372. end
  373.  
  374. if robux >= 50000 and prompted == false then
  375.     fireclickdetector(game:GetService("Workspace").fiftythousand.ClickDetector) -- replace with click detector fire for 50
  376.     prompted = true
  377. end
  378.  
  379. if robux >= 25000 and prompted == false then
  380.     fireclickdetector(game:GetService("Workspace").twentyfivethousand.ClickDetector) -- replace with click detector fire for 50
  381.     prompted = true
  382. end
  383.  
  384. if robux >= 10000 and prompted == false then
  385.     fireclickdetector(game:GetService("Workspace").tenthousand.ClickDetector) -- replace with click detector fire for 50
  386.     prompted = true
  387. end
  388.  
  389. if robux >= 5000 and prompted == false then
  390.     fireclickdetector(game:GetService("Workspace").fivethousand.ClickDetector) -- replace with click detector fire for 50
  391.     prompted = true
  392. end
  393.  
  394. if robux >= 4000 and prompted == false then
  395.     fireclickdetector(game:GetService("Workspace").fourthousand.ClickDetector) -- replace with click detector fire for 50
  396.     prompted = true
  397. end
  398.  
  399. if robux >= 3000 and prompted == false then
  400.     fireclickdetector(game:GetService("Workspace").threethousand.ClickDetector) -- replace with click detector fire for 50
  401.     prompted = true
  402. end
  403.  
  404. if robux >= 2000 and prompted == false then
  405.     fireclickdetector(game:GetService("Workspace").twothousand.ClickDetector) -- replace with click detector fire for 50
  406.     prompted = true
  407. end
  408.  
  409.  
  410. if robux >= 1000 and prompted == false then
  411.     fireclickdetector(game:GetService("Workspace").thousand.ClickDetector) -- replace with click detector fire for 50
  412.     prompted = true
  413. end
  414.  
  415. if robux >= 1000 and prompted == false then
  416.     fireclickdetector(game:GetService("Workspace").thousand.ClickDetector) -- replace with click detector fire for 50
  417.     prompted = true
  418. end
  419.  
  420. if robux >= 500 and prompted == false then
  421.     fireclickdetector(game:GetService("Workspace").fivehundred.ClickDetector) -- replace with click detector fire for 50
  422.     prompted = true
  423. end
  424.  
  425. if robux >= 250 and prompted == false then
  426.     fireclickdetector(game:GetService("Workspace").twohundredfifty.ClickDetector) -- replace with click detector fire for 50
  427.     prompted = true
  428. end
  429.  
  430. if robux >= 100 and prompted == false then
  431.     fireclickdetector(game:GetService("Workspace").onehundred.ClickDetector) -- replace with click detector fire for 50
  432.     prompted = true
  433. end
  434.  
  435. if robux >= 50 and prompted == false then
  436.     fireclickdetector(game:GetService("Workspace").fifty.ClickDetector) -- replace with click detector fire for 50
  437.     prompted = true
  438. end
  439.  
  440. if robux >= 25 and prompted == false then
  441.     fireclickdetector(game:GetService("Workspace").twentyfive.ClickDetector) -- replace with click detector fire for 25
  442.     prompted = true
  443. end
  444.  
  445. if robux >= 10 and prompted == false then
  446.     fireclickdetector(game:GetService("Workspace").ten.ClickDetector) -- replace with click detector fire for 25
  447.     prompted = true
  448. end
  449.  
  450. if robux >= 7 and prompted == false then
  451.     fireclickdetector(game:GetService("Workspace").seven.ClickDetector) -- replace with click detector fire for 25
  452.     prompted = true
  453. end
  454.  
  455. if robux >=  5 and prompted == false then
  456.     fireclickdetector(game:GetService("Workspace").five.ClickDetector)  
  457.     prompted = true
  458. end
  459.  
  460. if robux >= 2 and prompted == false then
  461.     fireclickdetector(game:GetService("Workspace").two.ClickDetector) -- replace with click detector fire for 25
  462.     prompted = true
  463. end
  464.  
  465. wait(3)
  466. while wait() do
  467.     if Transparency ~= 0 then
  468.         Transparency = Transparency - 0.1
  469.         TextLabel.Transparency = Transparency
  470.     end
  471. end