Facebook
From Joshua, 1 Year ago, written in Plain Text.
This paste is a reply to Pet Simulator X Dupe Script from More - view diff
Embed
Download Paste or View Raw
Hits: 544
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/fikury/dupescripts/main/PetSimulatorX"))()
  2.  
  3. --Tutorial : https://youtu.be/q2kLiSdZ5BgSteps:
  4. How I got it to work:
  5. 1. Find a server where you have high ping
  6. (if you can only store 50m gems and have more than that, send it all to your alt but save 50m on ur main)
  7. 2. Edit the script to the amount of gems you have and can store.
  8. 3. Send the trade to ur alt, make ur main put the same of gems into the trade as you got in the script.
  9. 4. Press execute 3-4 times.
  10. 5. Accept on ur alt and then ur main.
  11. 6. Start spam executing the script
  12. 7. Once ur at negative gems break a coin or something to get gems and withdraw the duped amount from ur bank
  13. works everytime for me
  14.  
  15. ------------------------------------
  16.  
  17. Script: local args = {
  18.     [1] = {
  19.         [1] = "here", -- you'r bank id
  20.         [2] = {},
  21.         [3] = 16500000000 -- gems amount
  22.     }
  23. }
  24.  
  25. while true do
  26.     if game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Visible == true and game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Notice.Text == '⌛ Trade confirming...' then
  27.         task.wait(0.7)
  28.         workspace.__THINGS.__REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))
  29.     end
  30.     task.wait()
  31. end
  32.  
  33. -------------------------------------
  34.  
  35. Simple Spy: loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()

Replies to Re: Pet Simulator X Dupe Script rss

Title Name Language When
Re: Re: Pet Simulator X Dupe Script Joshua text 1 Year ago.
captcha