J3ldo / UGC-Sniper

J3ldo Sniper, a free powerful, and easy to customize roblox Sniper
MIT License
151 stars 93 forks source link

i cant fix this #25

Closed dobrin-glitch closed 1 year ago

dobrin-glitch commented 1 year ago

grafik this is what i get now

230915454-7bd56bf0-69f5-4913-8b6c-bf49f479d6dd and this is what i got before i deleted the code that was there

How can i fix this ??

dobrin-glitch commented 1 year ago

grafik this is what i get now

230915454-7bd56bf0-69f5-4913-8b6c-bf49f479d6dd 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

murderee commented 1 year ago

grafik this is what i get now 230915454-7bd56bf0-69f5-4913-8b6c-bf49f479d6dd 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.

afyy01 commented 1 year ago

Hey can someone give me a guide on how to do this on mac? my discord is aba#8741

murderee commented 1 year ago

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?

afyy01 commented 1 year ago

Both really because the installing request part does not work for me so i could really use a full on guide Thank you!

murderee commented 1 year ago

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

afyy01 commented 1 year ago

It worked thank you, would you know the next step, sorry and thank you again

afyy01 commented 1 year ago

I have my cookie into the cookie.txt and after that what do i do?

afyy01 commented 1 year ago

I have done everything but how do i start it? does it just automatically start when i open it?