of     2   
chevron_rightchevron_rightchevron_right

Rakonus
#220983672Monday, July 10, 2017 5:43 PM GMT

Jackeroux is a scammer. He hired me to make scripts for him and I made them, and they worked. However, because he didn't like the way the scripts looked he decided not to pay me. JACKEROUX IS A SCAMMER, DO NOT WORK FOR HIM! Rakonus#5327
Coolconn0r284
#220984388Monday, July 10, 2017 5:51 PM GMT

He stole my slaves
Jackeroux
#220984415Monday, July 10, 2017 5:51 PM GMT

I told you to use marketplace service so people could buy my ingame currency this is the script he used: player.PlayerGui.MainGui.GemsText.Text = 1000
nixpc
#220984555Monday, July 10, 2017 5:52 PM GMT

No, he's not. (he's my brother irl) I told him to fire you because your scripts were so horrible. 1) 80% of your scripts were free models. 2) Your scripts didn't work: The game was Filtering Enabled and the money got stored on the server. But you did: player.PlayerGui.Money.Text = 100 You didn't even increment anything and neither did you actually give money.
Jackeroux
#220984900Monday, July 10, 2017 5:56 PM GMT

Let me copy the whole script... local MarketplaceService = game:GetService("MarketplaceService") local HealthID, GoldID, DiamondID = 86416135, 86416179, 86416192 local PurchaseHistory = game:GetService("DataStoreService"):GetDataStore("PurchaseHistory") function MarketplaceService.ProcessReceipt(receiptInfo) local playerProductKey = receiptInfo.PlayerId .. ":" .. receiptInfo.PurchaseId if PurchaseHistory:GetAsync(playerProductKey) then return Enum.ProductPurchaseDecision.PurchaseGranted --We already granted it. end -- find the player based on the PlayerId in receiptInfo local player = game:GetService("Players"):GetPlayerByUserId(receiptInfo.PlayerId) if not player then -- Seems like we can't find the player... already left? return Enum.ProductPurchaseDecision.NotProcessedYet -- Can't process end if receiptInfo.ProductId == HealthID then -- handle purchase. In this case we are healing the player. player.PlayerGui.MainGui.GemsText.Text = 10 elseif receiptInfo.ProductId == GoldID then -- handle purchase. In this instance we're giving the player 100 extra gold. player.PlayerGui.MainGui.GemsText.Text = 100 elseif receiptInfo.ProductId == DiamondID then player.PlayerGui.MainGui.GemsText.Text = 1000 end -- record the transaction in a Data Store PurchaseHistory:SetAsync(playerProductKey, true) -- tell ROBLOX that we have successfully handled the transaction (required) return Enum.ProductPurchaseDecision.PurchaseGranted end
Rakonus
#220990335Monday, July 10, 2017 6:57 PM GMT

^ That's one script that I used which is from the Wiki. It doesn't change that it worked though. You wasted two days of my time and promised me 1.5k then when I get it to work you fire me?? sounds like a scam to me Rakonus#5327
LuaDesign
#220990616Monday, July 10, 2017 7:01 PM GMT

Rakonus, I've seen bad scripts. From what you just showed me. Is something you still need LOTS of practice. What you did is technically scamming if you think it is or not. Your script is inefficient and badly written. The methods used for the transaction was completely out of whack. You SET a TEXT to the certain amount rather than changing the NUMBER value. You still need a long way before you can even do jobs.
Rakonus
#220990928Monday, July 10, 2017 7:05 PM GMT

Efficiency doesn't matter if it works. He wasted two days of my time and fired me after he said it worked lol Rakonus#5327
LuaDesign
#220991092Monday, July 10, 2017 7:08 PM GMT

You are most thick skulled than I thought. You think you can manipulate people into thinking your scripts work. I've been practicing ROBLOX lua for three to four years. And from what I see is that your script does work IN CHANGING TEXT the change doesn't affect in game what so ever only GUI based will there be changes and it won't even do anything within that game.
Rakonus
#220991368Monday, July 10, 2017 7:11 PM GMT

It changes the number of gems, I could easily just make a variable for it which I offered to do, but then they fired/scammed me. So I don't know how I'm thick skulled if I'm not manipulating people into thinking my scripts work. Because my scripts *do* work. Rakonus#5327
Rakonus
#220991453Monday, July 10, 2017 7:13 PM GMT

"You are most thick skulled than I thought." Learn to structure a sentence properly before you call me thick-skulled. Rakonus#5327
LuaDesign
#220991483Monday, July 10, 2017 7:13 PM GMT

"It changes the number of gems" I have no words. No where in the script does it change the NUMBER value of gems. It only changes the string and for a script to turn string into a number value is poorly written if done that way. He did not fire/scam you he fired you because you were not good enough or not capable of what he wants. Most likely he deleted or his brother most of the scripts you 'made' out of studio so there is most likely no use in that game.
Keltrin
#220991553Monday, July 10, 2017 7:14 PM GMT

you should've done it right the first time, not like actually changing the quantity of gems the player has is actual work.
LuaDesign
#220991622Monday, July 10, 2017 7:15 PM GMT

Sorry, can you rewrite or explain the sentence Keltrin. Honestly to me it doesn't make much sense...
Rakonus
#220991640Monday, July 10, 2017 7:15 PM GMT

print("10" + 1) lol Rakonus#5327
nixpc
#220991723Monday, July 10, 2017 7:16 PM GMT

All of your scripts were pulled from the wiki without giving credit to the author of the scripts. You even tried to claim those scripts as your own and sell them. Your scripts did NOT work and all you did was editing the scripts from the wiki. If you seriously wasted 2 days on changing a text value then I seriously doubt you even know how to script.
Keltrin
#220991732Monday, July 10, 2017 7:16 PM GMT

"print("10" + 1)" um what
LuaDesign
#220991769Monday, July 10, 2017 7:17 PM GMT

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I would rate that response math.huge/10
LuaDesign
#220991793Monday, July 10, 2017 7:17 PM GMT

@GNUnotUNIX* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I would rate that response math.huge/10
Rakonus
#220991824Monday, July 10, 2017 7:18 PM GMT

tonumber And I have ONE script from the wiki, the rest are completely from myself. To say it didn't work is false, because I tested it and it did work. Rakonus#5327
nixpc
#220991899Monday, July 10, 2017 7:19 PM GMT

Plus I wrote APIs for the server to award gems, which you did not utilise, and instead broke the gem giving part, neither did you look how the GUIs worked and completely broke them. Jackeroux reverted all of your changes because you did nothing but break stuff.
LuaDesign
#220991972Monday, July 10, 2017 7:20 PM GMT

Actually you failed the criteria for the word 'work' "(of a machine or system) operate or function, especially properly or effectively." It did function and operate but it did not work properly. You failed to do what was actually suppose to be done thus the script not working. I am saying even tho you do have 'tonumber' literally changing string into a number for such an important value based around the game makes the game insecure.
Rakonus
#220991976Monday, July 10, 2017 7:20 PM GMT

It doesn't matter how bad I am at scripting. He asked for it and said he'd pay, and I delivered. He then fired me after the job was finished. I should've known I would be scammed because the amount of funds in the group was only half of what he said he'd pay. Rakonus#5327
nixpc
#220992036Monday, July 10, 2017 7:20 PM GMT

You have clearly no idea how FE works and you did not increment the values but instead changing them to a set amount
Ghost_Developer
#220992068Monday, July 10, 2017 7:21 PM GMT

LuaDesign isn't wrong. I have been doing scripting since 2012, (my scaryww2guy1 main account). That script is really inefficient and is missing a lot of functionality.

    of     2   
chevron_rightchevron_rightchevron_right