Advertisement
jonagamer23

Script para 💪🏻 Lifting Simulator

Apr 15th, 2021 (edited)
3,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 KB | None | 0 0
  1. -- Suscribete
  2. -- jonagamer
  3. -- Version: 0.5:
  4.  
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local frame = Instance.new("Frame")
  8. local OneSafeZone = Instance.new("TextButton")
  9. local Autoliftt = Instance.new("TextButton")
  10. local autosell = Instance.new("TextButton")
  11.  
  12.  
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. frame.Name = "frame"
  19. frame.Parent = ScreenGui
  20. frame.BackgroundColor3 = Color3.fromRGB(248, 248, 248)
  21. frame.Position = UDim2.new(0.326148063, 0, 0.29880476, 0)
  22. frame.Size = UDim2.new(0, 371, 0, 188)
  23. frame.Active = true
  24. frame.Draggable = true
  25.  
  26. OneSafeZone.Name = "TP TO A SAFEZONE"
  27. OneSafeZone.Parent = frame
  28. OneSafeZone.BackgroundColor3 = Color3.fromRGB(188, 155, 93)
  29. OneSafeZone.Position = UDim2.new(0.0539083555, 0, 0.0744680762, 0)
  30. OneSafeZone.Size = UDim2.new(0, 154, 0, 50)
  31. OneSafeZone.Font = Enum.Font.GothamBold
  32. OneSafeZone.Text = "TP TO A SAFEZONE"
  33. OneSafeZone.TextColor3 = Color3.fromRGB(255, 0, 0)
  34. OneSafeZone.TextScaled = true
  35. OneSafeZone.TextSize = 14.000
  36. OneSafeZone.TextWrapped = true
  37. OneSafeZone.MouseButton1Down:connect(function()
  38. local plr = game.Players
  39. local lplr = plr.LocalPlayer
  40. local lchar = lplr.Character
  41. local HRP = lchar.HumanoidRootPart
  42.  
  43. HRP.CFrame = CFrame.new(-100, 100, -10000)
  44.  
  45. local C = Instance.new("Part")
  46. C.Parent = workspace
  47. C.CFrame = CFrame.new(-100, 50, -10000)
  48. C.Size = Vector3.new(1000000, 100, 10000000)
  49. C.Anchored = true
  50. end)
  51.  
  52. Autoliftt.Name = "Auto liftt"
  53. Autoliftt.Parent = frame
  54. Autoliftt.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  55. Autoliftt.Position = UDim2.new(0.560646892, 0, 0.0744680837, 0)
  56. Autoliftt.Size = UDim2.new(0, 141, 0, 50)
  57. Autoliftt.Font = Enum.Font.GothamBold
  58. Autoliftt.Text = "Auto Lifting (You Can AutoLift Alots, SpamClick)"
  59. Autoliftt.TextColor3 = Color3.fromRGB(255, 0, 0)
  60. Autoliftt.TextScaled = true
  61. Autoliftt.TextSize = 14.000
  62. Autoliftt.TextWrapped = true
  63. Autoliftt.MouseButton1Down:connect(function()
  64. _G.Lift = true
  65.  
  66. while _G.Lift do
  67. wait(0.00002)
  68. local table_1 = {
  69. [1] = 'GainMuscle'
  70. };
  71. local Target = game:GetService("ReplicatedStorage").RemoteEvent;
  72. Target:FireServer(table_1);
  73. end
  74. end)
  75.  
  76.  
  77. autosell.Name = "auto sell"
  78. autosell.Parent = frame
  79. autosell.BackgroundColor3 = Color3.fromRGB(4, 175, 236)
  80. autosell.Position = UDim2.new(0.185983822, 0, 0.462765962, 0)
  81. autosell.Size = UDim2.new(0, 250, 0, 50)
  82. autosell.Font = Enum.Font.GothamBold
  83. autosell.Text = "Auto Sell"
  84. autosell.TextColor3 = Color3.fromRGB(255, 0, 0)
  85. autosell.TextScaled = true
  86. autosell.TextSize = 14.000
  87. autosell.TextWrapped = true
  88. autosell.MouseButton1Down:connect(function()
  89. _G.Sale = true
  90.  
  91. while _G.Sale do
  92. wait()
  93. local table_1 = {
  94. [1] = 'SellMuscle'
  95. };
  96. local Target = game:GetService("ReplicatedStorage").RemoteEvent;
  97. Target:FireServer(table_1);
  98. end
  99. end)
  100.  
  101. -- Farewell Infortality.
  102. -- Version: 2.82
  103. -- Instances:
  104. local GUITHING = Instance.new("ScreenGui")
  105. local makeinvisble = Instance.new("Frame")
  106. local r15gui = Instance.new("Frame")
  107. local rainbow1 = Instance.new("Frame")
  108. local rainbow2 = Instance.new("Frame")
  109. local title1 = Instance.new("TextLabel")
  110. local blockhead = Instance.new("TextButton")
  111. local creeperR15 = Instance.new("TextButton")
  112. local removewaist = Instance.new("TextButton")
  113. local drophats = Instance.new("TextButton")
  114. local blockhats = Instance.new("TextButton")
  115. local shattervest = Instance.new("TextButton")
  116. local animationgui = Instance.new("TextButton")
  117. local invisble = Instance.new("TextButton")
  118. local r6gui = Instance.new("Frame")
  119. local rainbow3 = Instance.new("Frame")
  120. local rainbow4 = Instance.new("Frame")
  121. local title2 = Instance.new("TextLabel")
  122. local creeperR6 = Instance.new("TextButton")
  123. local blockhead1 = Instance.new("TextButton")
  124. local drophats1 = Instance.new("TextButton")
  125. local blockhats1 = Instance.new("TextButton")
  126. local animationgui1 = Instance.new("TextButton")
  127. local shattervest1 = Instance.new("TextButton")
  128. local gabx = Instance.new("TextButton")
  129. local toolsgui = Instance.new("Frame")
  130. local rainbow5 = Instance.new("Frame")
  131. local rainbow6 = Instance.new("Frame")
  132. local title3 = Instance.new("TextLabel")
  133. local savetools = Instance.new("TextButton")
  134. local loadtools = Instance.new("TextButton")
  135. local othersgui = Instance.new("Frame")
  136. local rainbow8 = Instance.new("Frame")
  137. local rainbow7 = Instance.new("Frame")
  138. local title4 = Instance.new("TextLabel")
  139. local fathomhub = Instance.new("TextButton")
  140. local legacyhub = Instance.new("TextButton")
  141. local vehiclegui = Instance.new("TextButton")
  142. local aimbotctrl = Instance.new("TextButton")
  143. local aimboth = Instance.new("TextButton")
  144. local antiafk = Instance.new("TextButton")
  145. local phonegui = Instance.new("TextButton")
  146. local survivorgui = Instance.new("TextButton")
  147. --Properties:
  148. GUITHING.Name = "GUITHING"
  149. GUITHING.Parent = game.CoreGui
  150.  
  151. makeinvisble.Name = "makeinvisble :)"
  152. makeinvisble.Parent = GUITHING
  153. makeinvisble.BackgroundColor3 = Color3.new(1, 1, 1)
  154. makeinvisble.BackgroundTransparency = 0.60000002384186
  155. makeinvisble.Size = UDim2.new(0, 1133, 0, 514)
  156. makeinvisble.Visible = false
  157.  
  158. r15gui.Name = "r15gui"
  159. r15gui.Parent = makeinvisble
  160. r15gui.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  161. r15gui.BorderSizePixel = 0
  162. r15gui.Position = UDim2.new(0.0260384381, 0, 0.0297973789, 0)
  163. r15gui.Size = UDim2.new(0, 223, 0, 25)
  164.  
  165. rainbow1.Name = "rainbow1"
  166. rainbow1.Parent = r15gui
  167. rainbow1.BackgroundColor3 = Color3.new(1, 1, 1)
  168. rainbow1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  169. rainbow1.BorderSizePixel = 5
  170. rainbow1.Position = UDim2.new(0.0401113182, 0, 0.981453836, 0)
  171. rainbow1.Size = UDim2.new(0, 203, 0, 379)
  172.  
  173. title1.Name = "title1"
  174. title1.Parent = r15gui
  175. title1.BackgroundColor3 = Color3.new(1, 1, 1)
  176. title1.BackgroundTransparency = 1
  177. title1.Position = UDim2.new(0.0538116582, 0, 0, 0)
  178. title1.Size = UDim2.new(0, 200, 0, 24)
  179. title1.Font = Enum.Font.SourceSansLight
  180. title1.Text = "R15 Scripts (Made By LosDevs)"
  181. title1.TextColor3 = Color3.new(1, 1, 1)
  182. title1.TextScaled = true
  183. title1.TextSize = 14
  184. title1.TextWrapped = true
  185.  
  186. blockhead.Name = "blockhead"
  187. blockhead.Parent = r15gui
  188. blockhead.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  189. blockhead.BorderSizePixel = 0
  190. blockhead.Position = UDim2.new(0.107623316, 0, 1.60000002, 0)
  191. blockhead.Size = UDim2.new(0, 172, 0, 27)
  192. blockhead.Font = Enum.Font.SourceSansLight
  193. blockhead.Text = "Blockhead"
  194. blockhead.TextColor3 = Color3.new(1, 1, 1)
  195. blockhead.TextScaled = true
  196. blockhead.TextSize = 14
  197. blockhead.TextWrapped = true
  198.  
  199. creeperR15.Name = "creeperR15"
  200. creeperR15.Parent = r15gui
  201. creeperR15.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  202. creeperR15.BorderSizePixel = 0
  203. creeperR15.Position = UDim2.new(0.11210762, 0, 3.51999998, 0)
  204. creeperR15.Size = UDim2.new(0, 172, 0, 27)
  205. creeperR15.Font = Enum.Font.SourceSansLight
  206. creeperR15.Text = "Creepa.. Aw Man"
  207. creeperR15.TextColor3 = Color3.new(1, 1, 1)
  208. creeperR15.TextScaled = true
  209. creeperR15.TextSize = 14
  210. creeperR15.TextWrapped = true
  211.  
  212. removewaist.Name = "removewaist"
  213. removewaist.Parent = r15gui
  214. removewaist.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  215. removewaist.BorderSizePixel = 0
  216. removewaist.Position = UDim2.new(0.107623316, 0, 5.31999969, 0)
  217. removewaist.Size = UDim2.new(0, 172, 0, 27)
  218. removewaist.Font = Enum.Font.SourceSansLight
  219. removewaist.Text = "Remove Waist"
  220. removewaist.TextColor3 = Color3.new(1, 1, 1)
  221. removewaist.TextScaled = true
  222. removewaist.TextSize = 14
  223. removewaist.TextWrapped = true
  224.  
  225. drophats.Name = "drophats"
  226. drophats.Parent = r15gui
  227. drophats.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  228. drophats.BorderSizePixel = 0
  229. drophats.Position = UDim2.new(0.107623316, 0, 7.19999981, 0)
  230. drophats.Size = UDim2.new(0, 172, 0, 27)
  231. drophats.Font = Enum.Font.SourceSansLight
  232. drophats.Text = "Drop Hats"
  233. drophats.TextColor3 = Color3.new(1, 1, 1)
  234. drophats.TextScaled = true
  235. drophats.TextSize = 14
  236. drophats.TextWrapped = true
  237.  
  238. blockhats.Name = "blockhats"
  239. blockhats.Parent = r15gui
  240. blockhats.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  241. blockhats.BorderSizePixel = 0
  242. blockhats.Position = UDim2.new(0.107623316, 0, 9.11999989, 0)
  243. blockhats.Size = UDim2.new(0, 172, 0, 27)
  244. blockhats.Font = Enum.Font.SourceSansLight
  245. blockhats.Text = "Block Hats"
  246. blockhats.TextColor3 = Color3.new(1, 1, 1)
  247. blockhats.TextScaled = true
  248. blockhats.TextSize = 14
  249. blockhats.TextWrapped = true
  250.  
  251. shattervest.Name = "shattervest"
  252. shattervest.Parent = r15gui
  253. shattervest.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  254. shattervest.BorderSizePixel = 0
  255. shattervest.Position = UDim2.new(0.107623316, 0, 11.0799999, 0)
  256. shattervest.Size = UDim2.new(0, 172, 0, 27)
  257. shattervest.Font = Enum.Font.SourceSansLight
  258. shattervest.Text = "Shattervest Admin"
  259. shattervest.TextColor3 = Color3.new(1, 1, 1)
  260. shattervest.TextSize = 25
  261. shattervest.TextWrapped = true
  262.  
  263. animationgui.Name = "animationgui"
  264. animationgui.Parent = r15gui
  265. animationgui.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  266. animationgui.BorderSizePixel = 0
  267. animationgui.Position = UDim2.new(0.107623316, 0, 12.8400002, 0)
  268. animationgui.Size = UDim2.new(0, 172, 0, 27)
  269. animationgui.Font = Enum.Font.SourceSansLight
  270. animationgui.Text = "Animation GUI"
  271. animationgui.TextColor3 = Color3.new(1, 1, 1)
  272. animationgui.TextSize = 25
  273. animationgui.TextWrapped = true
  274.  
  275. invisble.Name = "invisble"
  276. invisble.Parent = r15gui
  277. invisble.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  278. invisble.BorderSizePixel = 0
  279. invisble.Position = UDim2.new(0.107623316, 0, 14.5200005, 0)
  280. invisble.Size = UDim2.new(0, 172, 0, 27)
  281. invisble.Font = Enum.Font.SourceSansLight
  282. invisble.Text = "Complete Invisble"
  283. invisble.TextColor3 = Color3.new(1, 1, 1)
  284. invisble.TextSize = 25
  285. invisble.TextWrapped = true
  286.  
  287.  
  288. -- Scripts:
  289.  
  290.  
  291. print("did not even past first test :)")
  292.  
  293. animationgui.MouseButton1Click:connect(function()
  294. loadstring(game:HttpGet("https://pastebin.com/raw/uUR6pFVv", true))()
  295. end)
  296.  
  297. blockhats.MouseButton1Click:connect(function()
  298. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  299. if (v:IsA("Tool")) then
  300. v.Parent = game.Players.LocalPlayer.Backpack
  301. end
  302. end
  303. end)
  304.  
  305. blockhead.MouseButton1Click:connect(function()
  306. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  307. end)
  308.  
  309. creeperR15.MouseButton1Click:connect(function()
  310. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  311. function doo(limb, pos)
  312. limb:BreakJoints()
  313. local velocity = Instance.new("RocketPropulsion", limb)
  314. velocity.CartoonFactor = 0
  315. velocity.MaxSpeed = 30
  316. velocity.MaxThrust = 9999
  317. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  318. velocity.Target = game.Players.LocalPlayer.Character.UpperTorso
  319. velocity.TargetOffset = pos
  320. velocity:fire()
  321. local b = Instance.new("BodyGyro", limb)
  322. end
  323. while wait() do
  324. doo(game.Players.LocalPlayer.Character["LeftUpperArm"], Vector3.new(-0.5,-2,-1))
  325. doo(game.Players.LocalPlayer.Character["RightUpperArm"], Vector3.new(0.5,-2,-1))
  326. doo(game.Players.LocalPlayer.Character["LeftUpperLeg"], Vector3.new(-0.5,-2,1))
  327. doo(game.Players.LocalPlayer.Character["RightUpperLeg"], Vector3.new(0.5,-2,1))
  328. end
  329. end)
  330.  
  331. drophats.MouseButton1Click:connect(function()
  332. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  333. if (key=="=") then
  334. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  335. if (v:IsA("Accessory")) then
  336. v.Parent = workspace
  337. end
  338. end
  339. end
  340. end)
  341. end)
  342.  
  343. drophats1.MouseButton1Click:connect(function()
  344. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  345. if (key=="=") then
  346. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  347. if (v:IsA("Accessory")) then
  348. v.Parent = workspace
  349. end
  350. end
  351. end
  352. end)
  353. end)
  354.  
  355. invisble.MouseButton1Click:connect(function()
  356. if (game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15) then
  357. if (game.Players.LocalPlayer.Character:FindFirstChild("LowerTorso")) then
  358. if (game.Players.LocalPlayer.Character.LowerTorso:FindFirstChild("Root")) then
  359. game.Players.LocalPlayer.Character.LowerTorso.Root:remove()
  360. end
  361. end
  362. else
  363. print('Not R15!')
  364. end
  365. end)
  366.  
  367. removewaist.MouseButton1Click:connect(function()
  368. if (game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15) then
  369. if (game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso")) then
  370. if (game.Players.LocalPlayer.Character.UpperTorso:FindFirstChild("Waist")) then
  371. game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
  372. end
  373. end
  374. else
  375. print('Not R15!')
  376. end
  377. end)
  378.  
  379. shattervest.MouseButton1Click:connect(function()
  380. loadstring(game:HttpGet("https://pastebin.com/raw/CKbPg9NC", true))()
  381. end)
  382.  
  383. shattervest1.MouseButton1Click:connect(function()
  384. loadstring(game:HttpGet("https://pastebin.com/raw/CKbPg9NC", true))()
  385. end)
  386.  
  387. gabx.MouseButton1Click:connect(function()
  388. loadstring(game:HttpGet("https://pastebin.com/raw/EntUzD5J", true))();
  389. end)
  390.  
  391. loadtools.MouseButton1Click:connect(function()
  392.  
  393. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  394. if (v:IsA("Tool")) then
  395. v.Parent = game.Players.LocalPlayer.Backpack
  396. end
  397. end
  398. end)
  399.  
  400. savetools.MouseButton1Click:connect(function()
  401. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  402. if (v:IsA("Tool")) then
  403. v.Parent = game.Players.LocalPlayer
  404. end
  405. end
  406. end)
  407.  
  408.  
  409.  
  410. print("load one working")
  411.  
  412.  
  413. r15gui.Active = true
  414. r15gui.Draggable = true
  415.  
  416. makeinvisble.BackgroundTransparency = 1
  417.  
  418.  
  419. game:GetService("StarterGui"):SetCore("SendNotification",{
  420. Title = "Made By LosDevs";
  421. Text = "Press V To Open :))";
  422. })
  423.  
  424. function onKeyPress(inputObject, gameProcessedEvent)
  425. if inputObject.KeyCode == Enum.KeyCode.V then
  426. if makeinvisble.Visible == false then
  427. makeinvisble.Visible = true
  428. else
  429. makeinvisble.Visible = false
  430. end
  431. end
  432. end
  433.  
  434. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  435.  
  436.  
  437. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  438.  
  439. counter = 0
  440.  
  441. while wait(0.1)do
  442. rainbow1.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  443. rainbow2.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  444. rainbow3.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  445. rainbow4.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  446. rainbow5.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  447. rainbow6.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  448. rainbow7.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  449. rainbow8.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  450.  
  451. counter = counter + 0.01
  452. end
  453.  
  454. print("load two working")
  455.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement