Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is wrong with this Auto Promotion Bot Script?

Asked by
Zequew 0 Donator
8 years ago

Anyways as you can see the script is below and I just found out if you just spam the answers even though it is not the right answer it will just promote you! I been trying to fix this issue for an hour and I can't fix it. I asked all my friends and they said that they don't know. If you even know how to fix it please contact me on skype which is ZequewRoblox their is a lot more scripts but this is the main script and I did change the script which made it not work because the other script just promoted people even though they just put the wrong answers in it. Anyways if you do help me I can call you on skype with my mic muted and I will screen share the scripts in studio for you.

function promouser(gid,rankid,pid)
local http = game:getService('HttpService');
local ids = {
'groupId='..gid;
'newRoleSetId='..rankid;
'targetUserId='..pid;
};
ids = table.concat(ids,'&');
http:getAsync("http://stateofrowland.esy.es/changeRank.php?"..ids);
end;

function onTouched(hit)
        local player = game.Players:GetPlayerFromCharacter(hit.Parent)
        promouser(2595428,17193058)player.userId)
        print(player.Name .. " has gotten promoted to YOURRANK, his UID is " .. player.userId .. "")
end

connection = script.Parent.Touched:connect(onTouched)

Anyone going to help?

0
You may want to remove the question since you've already got help other other one. M39a9am3R 3210 — 8y

1 answer

Log in to vote
0
Answered by
Zequew 0 Donator
8 years ago

This is useless. No one is going to help me.

0
Skype is never the solution :3 LateralLace 297 — 8y
Ad

Answer this question