Advertisement
LuaXe

make roblox games to become rich and famous

Dec 23rd, 2022
2,864
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.86 KB | Source Code | 0 0
  1. getgenv().Upgrade = false;
  2. getgenv().Nerding = false;
  3.  
  4. function Record()
  5.     spawn(function ()
  6.         while getgenv().Nerding == true do
  7. local args = {[1] = {[1] = "Release"}} game:GetService("ReplicatedStorage").Events.Game:FireServer(unpack(args)) wait(0.1)
  8.         end
  9.     end)
  10. end
  11. function WiFi()
  12.     spawn(function ()
  13.         while getgenv().Upgrade == true do
  14. local args = {[1] = {[1] = "Buy",[2] = "Wifi"}} game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args)) wait(0.1)
  15.         end
  16.     end)
  17. end
  18. function Quality()
  19.     spawn(function ()
  20.         while getgenv().Upgrade == true do
  21. local args = {[1] = {[1] = "Buy",[2] = "Quality"}} game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args)) wait(0.1)
  22.         end
  23.     end)
  24. end
  25. function Knowledge()
  26.     spawn(function ()
  27.         while getgenv().Upgrade == true do
  28. local args = {[1] = {[1] = "Buy",[2] = "Knowledge"}} game:GetService("ReplicatedStorage").Events.Upgrade:FireServer(unpack(args)) wait(0.1)
  29.         end
  30.     end)
  31. end
  32.  
  33. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  34.  
  35. local w = library:CreateWindow("maek games to rich")
  36.  
  37. local b = w:CreateFolder("Autofarm")
  38.  
  39. b:Toggle("Create",function(val)
  40. getgenv().Nerding = val
  41. Record()
  42. end)
  43. b:Toggle("WiFi",function(val)
  44. getgenv().Upgrade = val
  45. WiFi()
  46. end)
  47. b:Toggle("Quality",function(val)
  48. getgenv().Upgrade = val
  49. Quality()
  50. end)
  51. b:Toggle("Knowledge",function(val)
  52. getgenv().Upgrade = val
  53. Knowledge()
  54. end)
  55.  
  56. local w = library:CreateWindow("Others")
  57.  
  58. local S
  59. local J
  60. local H
  61. local G
  62. local C
  63. local CF
  64.  
  65. local b = w:CreateFolder("LocalPlayer")
  66.  
  67. b:Box("Speed","number",function(val)
  68. S = val
  69. end)
  70. b:Box("Jump","number",function(val)
  71. J = val
  72. end)
  73. b:Box("Hip Height","number",function(val)
  74. H = val
  75. end)
  76. b:Box("Gravity","number",function(val)
  77. G = val
  78. end)
  79.  
  80. b:Toggle("Speed",function(bool)
  81. getgenv().Speed = bool
  82. Speed(S)
  83. end)
  84. b:Toggle("Jump",function(bool)
  85. getgenv().Jump = bool
  86. Jump(J)
  87. end)
  88. b:Toggle("Hip Height",function(bool)
  89. getgenv().Hip = bool
  90. Hip(H)
  91. end)
  92. b:Toggle("Gravity",function(bool)
  93. getgenv().Grav = bool
  94. Grav(G)
  95. end)
  96.  
  97. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
  98.     game.workspace.CurrentCamera.FieldOfView = val
  99. end)
  100.  
  101. b:Button("Print Current XYZ",function()
  102. function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS())
  103. end)
  104.  
  105. local b = w:CreateFolder("Stuff")
  106.  
  107. b:Box("Chat","Message",function(val)
  108.     C = val
  109. end)
  110.  
  111. b:Box("Cooldown","Speed",function(val)
  112.     CF = val
  113. end)
  114.  
  115. b:Toggle("Spam",function(bool)
  116.     getgenv().Chat = bool
  117.     Chat(C, CF)
  118. end)
  119.  
  120. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  121.  
  122. b:Button("Giant",function() loadstring(game:HttpGet("https://pastebin.com/raw/2jnKKARG", true))() end)
  123.  
  124. b:Button("Noclip",function() loadstring(game:HttpGet("https://pastebin.com/raw/hd03Vdwm", true))() end)
  125.  
  126. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  127.  
  128. b:Button("RTX Summer",function() loadstring(game:HttpGet("https://paste.ee/r/h4fL2", true))() end)
  129.  
  130. b:Button("RTX Autumn",function() loadstring(game:HttpGet("https://paste.ee/r/9eV0M", true))() end)
  131.  
  132. b:Button("Anti-Report",function() loadstring(game:HttpGet("https://paste.ee/r/GphmF", true))() end)
  133.  
  134. local b = w:CreateFolder("Credits")
  135.  
  136. b:Label("Made by X_LuaF#0705",{
  137.     TextSize = 21;
  138.     TextColor = Color3.fromRGB(255,255,255);
  139.     BgColor = Color3.fromRGB(69,69,69);
  140. })
  141.  
  142. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  143.  
  144. b:DestroyGui()
  145.  
  146. getgenv().Speed = false;
  147. getgenv().Jump = false;
  148. getgenv().Hip = false;
  149. getgenv().Chat = false;
  150. getgenv().Grav = false;
  151.  
  152. function Chat(Mes, Freq)
  153.     spawn(function ()
  154.         while getgenv().Chat == true do
  155. local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  156. wait(Freq)
  157.         end
  158.     end)
  159. end
  160.  
  161. function Speed(Nume)
  162.     spawn(function ()
  163.         if getgenv().Speed == true then
  164.             while getgenv().Speed == true do
  165.                 game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume
  166.                 wait()
  167.             end
  168.         elseif getgenv().Speed == false then
  169.             game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  170.         end
  171.     end)
  172. end
  173. function Jump(Nume)
  174.     spawn(function ()
  175.         if getgenv().Jump == true then
  176.             while getgenv().Jump == true do
  177.                 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume
  178.                 wait()
  179.         end
  180.     elseif getgenv().Jump == false then
  181.             game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  182.         end
  183.     end)
  184. end
  185. function Hip(Nume)
  186.     spawn(function ()
  187.         if getgenv().Hip == true then
  188.             while getgenv().Hip == true do
  189.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume
  190.             wait()
  191.         end
  192.     elseif getgenv().Hip == false then
  193.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1
  194.         end
  195.     end)
  196. end
  197. function Grav(Nume)
  198.     spawn(function ()
  199.         if getgenv().Grav == true then
  200.             while getgenv().Grav == true do
  201.                 game:GetService("Workspace").Gravity = Nume
  202.             wait()
  203.         end
  204.     elseif getgenv().Grav == false then
  205.         game:GetService("Workspace").Gravity = 196.2
  206.         end
  207.     end)
  208. end
  209.  
  210. function TPTo(PCFrame)
  211.     local plr = game.Players.LocalPlayer;
  212.            if plr.Character then
  213.             plr.Character.HumanoidRootPart.CFrame = PCFrame
  214.         end
  215.     end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement