of     1   

George_Becker
#181910365Monday, January 18, 2016 5:51 AM GMT

I've seen websites that automatically use group payouts to pay people with some of the funds (e.g. 500 robux) and was wondering how it works (Not asking for code, just some guidance). Like I've researched it and am still clueless, is there any documentation/notes about this? Any response would be greatly appreciated! Thanks, George
HexC3D
#181910480Monday, January 18, 2016 5:53 AM GMT

Well, PHP is a server-sided language so technically they use a server that executes the script based of something. Event driven.
George_Becker
#181910550Monday, January 18, 2016 5:54 AM GMT

Yeah I know about PHP and all that wonderful stuff (I'm not new when it comes to web dev.) I was wondering how it executes? Like how it does that?
George_Becker
#181911610Monday, January 18, 2016 6:16 AM GMT

Found this while browsing the web.. www.roblox.com/groups/PutGroupIdHere/one-time-payout/1/false "This is the link that roblox posts to when I do a robux non-percent payout."
George_Becker
#181911902Monday, January 18, 2016 6:23 AM GMT

Attempted to do this.. www.roblox.com/groups/1199302/one-time-payout/1/DevSyntax Can't find any documentation
George_Becker
#181911979Monday, January 18, 2016 6:25 AM GMT

Bump
George_Becker
#181912763Monday, January 18, 2016 6:44 AM GMT

Bump*2
George_Becker
#181932442Monday, January 18, 2016 5:12 PM GMT

Another bump
adam1717
#181934812Monday, January 18, 2016 5:46 PM GMT

You need to learn how the API's work.
ElectoStriking
#181934929Monday, January 18, 2016 5:47 PM GMT

so i can get money from my group seeing as i have studio acces ^.^?
MrNicNac
#181935249Monday, January 18, 2016 5:52 PM GMT

I learned how to automate TC trading (a profit bot) by inspecting the requests sent using Fiddler when I do it manually. I'd use Fiddler to find out the API endpoint, then see what POST parameters are being sent (if any, maybe GET instead). Replicate those. Keep in mind, you may have to load the ROBLOX page twice in order to get some state values (like _VIEWSTATE).
George_Becker
#181960505Monday, January 18, 2016 11:26 PM GMT

Thanks, but I'm not looking into TC bots. I know about API's, but I can't seem to find anything. Please help
MrNicNac
#181964053Tuesday, January 19, 2016 12:18 AM GMT

You didn't read what I was saying at all. Please don't skim posts when they are trying to answer you. Read it again. Specifically what I mentioned about using Fiddler to find what URL and parameters to use and send.
George_Becker
#181966901Tuesday, January 19, 2016 1:01 AM GMT

Sorry about that, I am just a little confused. I'm not very experienced when it comes to all of this. I mean I know a little about API's, but not much.
MrNicNac
#181968151Tuesday, January 19, 2016 1:20 AM GMT

Ah, okay. Well, on the PHP-side, you want to send a request to a URL. This will activate the script of that URL. You also need to provide parameters (like arguments in a function). Use Fiddler while you're testing the payout button in your browser. Fiddler will tell you what gets sent and to what URL. That way you can tell where, in your PHP script, you need to send a request. As well as with what parameters.
George_Becker
#181973543Tuesday, January 19, 2016 2:41 AM GMT

This? The one on telerik?
MrNicNac
#181977427Tuesday, January 19, 2016 3:46 AM GMT

Yes
George_Becker
#182136748Friday, January 22, 2016 1:27 AM GMT

Is there a mac option?
George_Becker
#182136999Friday, January 22, 2016 1:31 AM GMT

Figured it out.. chrome://net-internals/ works good
George_Becker
#182147166Friday, January 22, 2016 3:53 AM GMT

Found this, not sure what to do though. http://pastebin.com/gsZuCNJj Please advise :)
George_Becker
#182148261Friday, January 22, 2016 4:11 AM GMT

bump
George_Becker
#182150330Friday, January 22, 2016 4:56 AM GMT

Another bump
George_Becker
#182199955Saturday, January 23, 2016 2:20 AM GMT

Please Help

    of     1