Closed dobrin-glitch closed 1 year ago
this is what i get now
and this is what i got before i deleted the code that was there
How can i fix this ??
and i have the file limiteds limiteds.txt
this is what i get now and this is what i got before i deleted the code that was there How can i fix this ??
and i have the file limiteds limiteds.txt
For me, this is how I fixed it on windows
For mac, In main.py in the sniper folder IDLE code, I edited the line where it says
`with open("limiteds.txt", "r") as f: limiteds = f.read().replace(" ", "").split(",")
with open("cookie.txt", "r") as f: cookie = f.read()`
Where I changed "cookie.txt" with /Users/[username]/Downloads [where folder is]/UGC-Sniper-main/cookie.txt and "limiteds.txt" with /Users/[username]/Downloads [where folder is]/UGC-Sniper-main/limited.txt
-- for windows, repeat the same steps but change path names to C:\Users[username]\Documents[where folder is]\UGC-Sniper-main\cookie/limited.txt [text file name]
I only know how to get full path names for mac, not windows, so windows might not work. I only tried this once with a friends computer that uses windows 10.
Hey can someone give me a guide on how to do this on mac? my discord is aba#8741
For mac, In main.py in the sniper folder IDLE code, I edited the line where it says
`with open("limiteds.txt", "r") as f: limiteds = f.read().replace(" ", "").split(",")
with open("cookie.txt", "r") as f: cookie = f.read()`
Where I changed "cookie.txt" with /Users/[username]/Downloads [where folder is]/UGC-Sniper-main/cookie.txt and "limiteds.txt" with /Users/[username]/Downloads [where folder is]/UGC-Sniper-main/limited.txt
Hey can someone give me a guide on how to do this on mac? my discord is aba#8741
do you need help fixing it or installing it?
Both really because the installing request part does not work for me so i could really use a full on guide Thank you!
Both really because the installing request part does not work for me so i could really use a full on guide Thank you!
an easy fix for installing request is just to run pip3 install requests
in terminal
It worked thank you, would you know the next step, sorry and thank you again
I have my cookie into the cookie.txt and after that what do i do?
I have done everything but how do i start it? does it just automatically start when i open it?
this is what i get now
and this is what i got before i deleted the code that was there
How can i fix this ??