Advertisement
Guest User

Untitled

a guest
Apr 9th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. if game.Players.LocalPlayer.UserId == 661621172 then
  2.  
  3. local LoginMoneyFarm = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Username = Instance.new("TextBox")
  6. local Password = Instance.new("TextBox")
  7. local Enter = Instance.new("TextButton")
  8. local EIEI = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local EIEI2 = Instance.new("Frame")
  11. local MoneyFrame = Instance.new("Frame")
  12. local EIEI3 = Instance.new("Frame")
  13. local Thankyou = Instance.new("TextLabel")
  14. local EIEI4 = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local _4 = Instance.new("TextButton")
  17. local MoneyFarm3 = Instance.new("TextButton")
  18. local MoneyFarm2 = Instance.new("TextButton")
  19. local Stop = Instance.new("TextButton")
  20. local Close = Instance.new("TextButton")
  21. local MoneyFarm1 = Instance.new("TextButton")
  22. --Properties:
  23. LoginMoneyFarm.Name = "Login Money Farm"
  24. LoginMoneyFarm.Parent = game.CoreGui
  25. LoginMoneyFarm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = LoginMoneyFarm
  29. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Main.BackgroundTransparency = 0.20000000298023
  31. Main.Position = UDim2.new(0.394502223, 0, 0.278869778, 0)
  32. Main.Size = UDim2.new(0, 228, 0, 336)
  33. Main.Visible = false
  34.  
  35. Username.Name = "Username"
  36. Username.Parent = Main
  37. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Username.Position = UDim2.new(0.0614035092, 0, 0.216216221, 0)
  39. Username.Size = UDim2.new(0, 200, 0, 50)
  40. Username.Font = Enum.Font.Gotham
  41. Username.Text = "Username"
  42. Username.TextColor3 = Color3.new(0, 0, 0)
  43. Username.TextSize = 20
  44.  
  45. Password.Name = "Password"
  46. Password.Parent = Main
  47. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Password.Position = UDim2.new(0.0614035092, 0, 0.42547825, 0)
  49. Password.Size = UDim2.new(0, 200, 0, 50)
  50. Password.Font = Enum.Font.Gotham
  51. Password.Text = "Password"
  52. Password.TextColor3 = Color3.new(0, 0, 0)
  53. Password.TextSize = 20
  54.  
  55. Enter.Name = "Enter"
  56. Enter.Parent = Main
  57. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Enter.Position = UDim2.new(0.0614035092, 0, 0.657131195, 0)
  59. Enter.Size = UDim2.new(0, 200, 0, 50)
  60. Enter.Font = Enum.Font.Gotham
  61. Enter.Text = "Enter"
  62. Enter.TextColor3 = Color3.new(0, 0, 0)
  63. Enter.TextSize = 20
  64.  
  65. EIEI.Name = "EIEI"
  66. EIEI.Parent = Main
  67. EIEI.BackgroundColor3 = Color3.new(1, 1, 1)
  68. EIEI.Position = UDim2.new(-0.000234633684, 0, -0.000892132521, 0)
  69. EIEI.Size = UDim2.new(0, 228, 0, 33)
  70.  
  71. TextLabel.Parent = EIEI
  72. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  73. TextLabel.BackgroundTransparency = 1
  74. TextLabel.Position = UDim2.new(0.061403513, 0, -0.276003361, 0)
  75. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  76. TextLabel.Font = Enum.Font.Gotham
  77. TextLabel.Text = "Pjj Money Farm"
  78. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  79. TextLabel.TextSize = 20
  80. TextLabel.TextWrapped = true
  81.  
  82. EIEI2.Name = "EIEI2"
  83. EIEI2.Parent = Main
  84. EIEI2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. EIEI2.Position = UDim2.new(-0.000234633684, 0, 0.917405248, 0)
  86. EIEI2.Size = UDim2.new(0, 228, 0, 33)
  87.  
  88. MoneyFrame.Name = "Money Frame"
  89. MoneyFrame.Parent = LoginMoneyFarm
  90. MoneyFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  91. MoneyFrame.BackgroundTransparency = 0.20000000298023
  92. MoneyFrame.Position = UDim2.new(0.176820204, 0, 0.24570024, 0)
  93. MoneyFrame.Size = UDim2.new(0, 228, 0, 342)
  94. MoneyFrame.Draggable = true
  95.  
  96. EIEI3.Name = "EIEI3"
  97. EIEI3.Parent = MoneyFrame
  98. EIEI3.BackgroundColor3 = Color3.new(1, 1, 1)
  99. EIEI3.Position = UDim2.new(0, 0, 0.903508782, 0)
  100. EIEI3.Size = UDim2.new(0, 228, 0, 33)
  101.  
  102. Thankyou.Name = "Thank you"
  103. Thankyou.Parent = EIEI3
  104. Thankyou.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Thankyou.Position = UDim2.new(0.0614035092, 0, 0, 0)
  106. Thankyou.Size = UDim2.new(0, 200, 0, 33)
  107. Thankyou.Font = Enum.Font.Gotham
  108. Thankyou.Text = "Thank you"
  109. Thankyou.TextColor3 = Color3.new(0, 0, 0)
  110. Thankyou.TextSize = 20
  111.  
  112. EIEI4.Name = "EIEI4"
  113. EIEI4.Parent = MoneyFrame
  114. EIEI4.BackgroundColor3 = Color3.new(1, 1, 1)
  115. EIEI4.Size = UDim2.new(0, 228, 0, 33)
  116.  
  117. TextLabel_2.Parent = EIEI4
  118. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel_2.Position = UDim2.new(0.0614035092, 0, 0, 0)
  120. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  121. TextLabel_2.Font = Enum.Font.Gotham
  122. TextLabel_2.Text = "Money Farm Gui"
  123. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  124. TextLabel_2.TextSize = 20
  125.  
  126. _4.Name = "4"
  127. _4.Parent = MoneyFrame
  128. _4.BackgroundColor3 = Color3.new(0.290196, 1, 0.254902)
  129. _4.Position = UDim2.new(0.061403513, 0, 0.210526332, 0)
  130. _4.Size = UDim2.new(0, 200, 0, 50)
  131. _4.Font = Enum.Font.Gotham
  132. _4.Text = "Money Farm"
  133. _4.TextColor3 = Color3.new(0, 0, 0)
  134. _4.TextSize = 20
  135.  
  136. MoneyFarm3.Name = "Money Farm3"
  137. MoneyFarm3.Parent = MoneyFrame
  138. MoneyFarm3.BackgroundColor3 = Color3.new(1, 0.937255, 0.203922)
  139. MoneyFarm3.Position = UDim2.new(0.061403513, 0, 0.210526317, 0)
  140. MoneyFarm3.Size = UDim2.new(0, 200, 0, 50)
  141. MoneyFarm3.Font = Enum.Font.Gotham
  142. MoneyFarm3.Text = "Money Farm"
  143. MoneyFarm3.TextColor3 = Color3.new(0, 0, 0)
  144. MoneyFarm3.TextSize = 20
  145. MoneyFarm3.MouseButton1Down:connect(function()
  146. MoneyFarm3.Visible = false
  147. _G.True = true
  148.  
  149. while _G.True do
  150. wait(0.01)
  151. local A_1 = 1000000000000
  152. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  153. Event:FireServer(A_1)
  154. end
  155. end)
  156.  
  157. MoneyFarm2.Name = "Money Farm2"
  158. MoneyFarm2.Parent = MoneyFrame
  159. MoneyFarm2.BackgroundColor3 = Color3.new(1, 0.0666667, 0)
  160. MoneyFarm2.Position = UDim2.new(0.0570174456, 0, 0.210526317, 0)
  161. MoneyFarm2.Size = UDim2.new(0, 200, 0, 50)
  162. MoneyFarm2.Font = Enum.Font.Gotham
  163. MoneyFarm2.Text = "Money Farm"
  164. MoneyFarm2.TextColor3 = Color3.new(0, 0, 0)
  165. MoneyFarm2.TextSize = 20
  166. MoneyFarm2.MouseButton1Down:connect(function()
  167. MoneyFarm2.Visible = false
  168. _G.True = true
  169.  
  170. while _G.True do
  171. wait(0.01)
  172. local A_1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  173. local A_2 = 1000000000000
  174. local A_3 = game:GetService("Workspace")["Hyperspace Dummy"].Humanoid
  175. local A_4 = game:GetService("Workspace").cemedis7.Torso.voiceline
  176. local A_5 = false
  177. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  178. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  179. end
  180. end)
  181.  
  182. Stop.Name = "Stop"
  183. Stop.Parent = MoneyFrame
  184. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  185. Stop.Position = UDim2.new(0.0614035092, 0, 0.418128669, 0)
  186. Stop.Size = UDim2.new(0, 200, 0, 50)
  187. Stop.Font = Enum.Font.Gotham
  188. Stop.Text = "Stop"
  189. Stop.TextColor3 = Color3.new(0, 0, 0)
  190. Stop.TextSize = 20
  191. Stop.MouseButton1Down:connect(function()
  192. _G.True = false
  193. end)
  194.  
  195. Close.Name = "Close"
  196. Close.Parent = MoneyFrame
  197. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  198. Close.Position = UDim2.new(0.0614035092, 0, 0.643274903, 0)
  199. Close.Size = UDim2.new(0, 200, 0, 50)
  200. Close.Font = Enum.Font.Gotham
  201. Close.Text = "Close"
  202. Close.TextColor3 = Color3.new(0, 0, 0)
  203. Close.TextSize = 20
  204. Close.MouseButton1Down:connect(function()
  205. MoneyFrame.Visible = false
  206. end)
  207.  
  208. MoneyFarm1.Name = "Money Farm1"
  209. MoneyFarm1.Parent = MoneyFrame
  210. MoneyFarm1.BackgroundColor3 = Color3.new(1, 1, 1)
  211. MoneyFarm1.Position = UDim2.new(0.061403513, 0, 0.210526302, 0)
  212. MoneyFarm1.Size = UDim2.new(0, 200, 0, 50)
  213. MoneyFarm1.Font = Enum.Font.Gotham
  214. MoneyFarm1.Text = "Money Farm"
  215. MoneyFarm1.TextColor3 = Color3.new(0, 0, 0)
  216. MoneyFarm1.TextSize = 20
  217. MoneyFarm1.MouseButton1Down:connect(function()
  218. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  219. MoneyFarm1.Visible = false
  220. _G.True = true
  221.  
  222. while _G.True do
  223. wait()
  224. for i,v in pairs(game.workspace:GetChildren()) do
  225. if v.Name ~= game.Players.LocalPlayer.Name then
  226. if v.Name == "The Reality Warper" then
  227. v.ClickPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  228. wait()
  229. end
  230. end
  231. end
  232. end
  233. end)
  234. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement