Advertisement
Narsuki_Suki

Millionaire Empire Tycoon

Aug 5th, 2023
1,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.39 KB | None | 0 0
  1. local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()
  2.  
  3. local win = DiscordLib:Window("discord library")
  4.  
  5. local serv = win:Server("Preview", "")
  6.  
  7. local btns = serv:Channel("Buttons")
  8.  
  9. btns:Button("MSI BURMA", function()
  10. DiscordLib:Notification("Notification", "Made By MSI BURMA", "Okay!")
  11. end)
  12.  
  13. btns:Seperator()
  14.  
  15. local tgls = serv:Channel("Toggles")
  16.  
  17. tgls:Toggle("2x Money",false, function()--auto click base value button or 2x money
  18.  
  19.  
  20.     if _G.autoTap then
  21.         _G.autoTap = false;
  22.     else
  23.         _G.autoTap = true;
  24.     end
  25.    
  26.     while _G.autoTap do
  27.         local args = {
  28.             [1] = 160
  29.         }
  30.        
  31.         game:GetService("ReplicatedStorage").fewjnfejwb3:FireServer(unpack(args))
  32.  
  33. local args = {
  34.     [1] = 1120
  35. }
  36.  
  37. game:GetService("ReplicatedStorage").fewjnfejwb3:FireServer(unpack(args))
  38.  
  39. local args = {
  40.     [1] = 120000
  41. }
  42.  
  43. game:GetService("ReplicatedStorage").fewjnfejwb3:FireServer(unpack(args))
  44.  
  45. local args = {
  46.     [1] = 50000000000000
  47. }
  48.  
  49. game:GetService("ReplicatedStorage").fewjnfejwb3:FireServer(unpack(args))
  50.  
  51. local args = {
  52.     [1] = 50000000000
  53. }
  54.  
  55. game:GetService("ReplicatedStorage").fewjnfejwb3:FireServer(unpack(args))
  56.  
  57.         task.wait(0.05)
  58.     end
  59. end)
  60.  
  61. serv:Channel("MSI BURMA")
  62.  
  63.  
  64. win:Server("Main", "http://www.roblox.com/asset/?id=6031075938")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement